Passionate about building intelligent systems that solve real-world problems. Specializing in machine learning, deep learning, and cutting-edge AI technologies.



Complete toolkit for enterprise level AI agents
Design production-ready agents with unified APIs, tools, and memory.
1234567891011121314151617181920import { Agent } from '@voltagent/core'
import { VercelAIProvider } from '@voltagent/vercel-ai'
import { openai } from '@ai-sdk/openai'
import { anthropic } from '@ai-sdk/anthropic'
const agent = new Agent({
provider: new VercelAIProvider(),
model: openai("gpt-4o-mini"),
});
const anthropicAgent = new Agent({
provider: new VercelAIProvider(),
model: anthropic('claude-3-haiku-20240307'),
});
Enable agents to invoke functions, interact with systems, and perform actions.
Seamlessly switch between different AI providers with a simple code update.
Experiment, fine-tune, and iterate your AI prompts in an integrated environment.
Store and recall interactions to enhance your agents intelligence and context.
NL2Test - AI-Assisted Testing
Transform natural language descriptions into executable Playwright web integration tests with AI-powered test automation.
Loading speaking events...
Latest Blog Posts
Sharing insights, tutorials, and thoughts on the latest developments in AI, ML, and technology

Mar 15, 2026
A deep dive into Claude Code — Anthropic's agentic CLI tool that reads your codebase, writes code, runs tests, and ships features end-to-end from the terminal.
Read More →
Feb 12, 2026
An in-depth look at Claude for Work — Anthropic's enterprise AI platform — and how engineering teams can use it to automate workflows and scale knowledge sharing.
Read More →
Jan 8, 2026
A practical guide to building production-ready AI applications using the Claude API — covering tool use, streaming, prompt engineering, and real-world architecture patterns.
Read More →
Jul 18, 2025
Using Large Language Models to create adaptive and realistic test data for smarter, scalable Playwright testing scenarios.
Read More →
Jul 16, 2025
Exploring how AI enhances visual validation by combining intelligent UI analysis with Playwright automation techniques.
Read More →
Jun 2, 2025
Learn how to leverage large language models like GPT-4 to generate intelligent Playwright test cases from user stories, mockups, and API documentation.
Read More →
Apr 30, 2025
Master the Model Context Protocol (MCP) to build powerful AI integrations. Complete guide covering server implementation, client connections, and real-world applications.
Read More →
Apr 1, 2025
An in-depth exploration of Model Context Protocol (MCP), its architecture, implementation strategies, and real-world applications.
Read More →I'm Deepak Kamboj, a Senior Software Engineer at Microsoft with over 24 years of experience in software development, solution architecture, and AI-driven engineering systems. My recent work focuses on building scalable AI solutions, automation frameworks, and intelligent testing infrastructure for Microsoft’s Power Platform.
I'm deeply passionate about Generative AI, RAG, and agentic systems—bridging modern AI capabilities with robust engineering practices. When I'm not designing enterprise systems or mentoring developers, I share knowledge through technical blogs, internal talks, and open-source contributions.
Leverage my expertise in AI/ML to accelerate your projects, career, and business goals
Get personalized guidance on AI/ML projects, career advice, and technical solutions tailored to your specific needs.
Schedule NowDiscuss your projects, explore collaboration opportunities, or invite me to speak at your events and conferences.
Schedule NowAccelerate your AI/ML career with personalized mentorship, skill development strategies, and industry insights.
Schedule NowStrategic advisory for AI startups and personal branding mastery to establish your presence in the tech industry.
Schedule NowLoading courses...
Showcasing innovative AI/ML solutions that demonstrate technical expertise and real-world impact
Interested in collaborating on AI/ML projects or discussing technology? I'd love to hear from you!
contact@deepakkamboj.com
linkedin.com/in/kambojdeepak
GitHub
github.com/deepakkamboj
@kambojdeepak