Hey, I'm Ankit Govil
I build multi-agent AI systems.
Right now I lead AI Agent Platform at Zoom — building the agent architecture for hundreds of millions of users. Before that I created the Teams AI SDK at Microsoft (0 → 10K+ developers, featured at Build 2025).
On the side I built Agent Team — an open-source Claude Code plugin that turns one AI session into a coordinated 7-agent workflow. Specialized roles, structured handoffs, quality gates at every step.
I write about multi-agent patterns, developer platforms, and what actually works in production AI.
Projects
Things I've built — all prototypes below were built with Agent Team
Teams AI SDK
Created the foundational SDK for building Copilot agents on Microsoft 365 — JS, C#, and Python libraries with first-class AI primitives, CLI scaffolding, and Azure OpenAI integration. 0 → 10K+ developers in under 12 months.
Slack-to-Zoom Bot Migration Engine
Scalable migration platform using AST-based code analysis to translate Slack bots to Zoom Chat apps — manifest generation, OAuth mapping, event handler translation, and a 7-step onboarding flow with competitor tool detection. Designed for batch processing of 100+ apps.
AI Agent Policy Enforcer Dashboard
Admin console for defining and monitoring AI agent policies — data classification rules, PII redaction, runtime violation detection, auto-repair actions, and a 6-agent orchestration system with role-based triage queues. Directly informed patent work on agent governance.
Chat-to-Workflow Builder
Natural language workflow generator inside Zoom Team Chat. Users describe automation in plain English; the AI Chief of Staff produces structured action items, delegation workflows, meeting follow-up extraction, and human-in-the-loop approvals.
Ideas
Things I've learned building AI platforms
Code Review Is the Missing Agent
AI coding tools ship fast but skip review — like a team with no PR process. The fix is a dedicated review agent.
The Orchestrator Pattern: How to Make AI Agents Work Together
Coordination, not capability, is the unsolved problem in multi-agent AI. The orchestrator pattern is the answer.