AI News — 2026-03-01
AI News Brief: March 1, 2026
Claude Code Introduces Multi-Repository Context Spanning
Anthropic announced that Claude Code can now maintain context across up to 10 linked repositories simultaneously, enabling developers to work on microservices architectures without losing cross-service awareness. The feature uses an enhanced MCP server that creates a unified knowledge graph of dependencies and API contracts. Early adopters report 40% fewer context-switching errors when working on distributed systems.
MCP Registry Surpasses 5,000 Community Servers
The Model Context Protocol's official registry has crossed 5,000 verified community-built servers, with database integrations and development tools remaining the most popular categories. Notable new additions include native MCP servers for Terraform state management, Kubernetes cluster introspection, and real-time collaborative editing sessions. The MCP Foundation also released version 2.3 of the specification with improved streaming capabilities for large dataset access.
AutoGen Studio 3.0 Adds Visual Agent Orchestration
Microsoft released AutoGen Studio 3.0 with a drag-and-drop interface for designing multi-agent workflows, significantly lowering the barrier for building complex agent systems. The update includes pre-built templates for common patterns like research assistants, code review pipelines, and customer support hierarchies. Performance improvements reduce inter-agent communication latency by up to 60% compared to the previous version.
Open-Source DevAgent Framework Gains Traction
DevAgent, a lightweight alternative to LangChain focused specifically on software development tasks, reached 15K GitHub stars this week after several major companies shared their adoption stories. The framework emphasizes deterministic tool execution and built-in code safety checks, making it particularly attractive for enterprise environments. Version 1.0 ships with native integrations for all major AI coding assistants and a plugin system compatible with existing MCP servers.