Company Info

Founded
1975
Headquarters
Redmond, WA
Founders
Bill Gates, Paul Allen
Employees
220,000+
Status
active

Funding

Public (NASDAQ: MSFT) total

Products

AutoGen 7

AutoGen is Microsoft Research's open-source multi-agent conversation framework that enables building complex agentic workflows through coordinated multi-agent conversations, tool-calling, and code execution. It supports orchestration of multiple LLM-powered agents (AssistantAgent, UserProxyAgent, GroupChat) that can collaborate autonomously to complete tasks. The project underwent a significant architectural rebrand to AG2 in late 2024, which caused fragmentation concerns and community criticism around production readiness.

framework
Microsoft Copilot 7

Microsoft Copilot is an AI-powered assistant deeply integrated across Microsoft's product suite — including Windows, Microsoft 365 (Word, Excel, PowerPoint, Outlook, Teams), Edge, and Bing. It combines large language model capabilities with real-time web search, document understanding via Microsoft Graph, and image generation, enabling users to draft content, summarise emails, query data, and automate workflows within familiar Microsoft tools. Enterprise editions extend this to business data, SharePoint, and health record integrations, while Copilot Studio allows organisations to build custom agents on top of the platform.

general-purpose
Playwright MCP 8

Playwright MCP is an open-source Model Context Protocol (MCP) server built by Microsoft that exposes Playwright browser automation capabilities to LLM agents. Rather than passing raw HTML or screenshots, it surfaces structured accessibility-tree snapshots of web pages, giving agents a token-efficient but still semantically rich view of the browser state. It is widely used with Claude Code, Cursor, and other MCP-compatible clients to enable agentic web navigation, form filling, testing, and acceptance-criteria verification workflows.

infrastructure
VS Code 9

Visual Studio Code is Microsoft's free, open-source code editor that has evolved into a first-class AI agent platform through GitHub Copilot integration and its Agent Mode, which enables autonomous multi-step coding tasks with tool use, file edits, and terminal execution. As the world's most popular IDE with a massive extension marketplace, it serves as the primary delivery surface for AI coding agents from virtually every major AI provider. Its open extension API has made it the default target platform for AI coding assistants and LLM-powered developer tools.

coding