AI News — 2026-03-26
AI News Brief - March 26, 2026
Claude Code Introduces Multi-Repository Context Sharing
Anthropic announced that Claude Code now supports seamless context sharing across multiple repositories simultaneously. Developers can now work on microservices architectures with Claude maintaining awareness of dependencies and shared interfaces across up to 10 linked repositories. The feature uses an enhanced MCP implementation that indexes cross-repo relationships in real-time.
Cursor Hits 5 Million Active Developers Milestone
Cursor celebrated reaching 5 million monthly active developers, with the company releasing statistics showing AI-assisted code now accounts for 38% of all commits in projects using their platform. The team also previewed "Cursor Teams," a new enterprise offering with shared AI context, custom model fine-tuning on company codebases, and advanced security controls. Beta access opens next month for organizations with 50+ developers.
OpenMCP 2.0 Specification Released with Agent Orchestration
The Model Context Protocol consortium released version 2.0 of the specification, adding native support for multi-agent orchestration and inter-agent communication protocols. The update includes standardized primitives for agent task delegation, result aggregation, and conflict resolution when multiple agents access shared context. Major implementations from Anthropic, Microsoft, and Google are expected within 60 days.
AutoCoder-7B: Fully Open Source Code Generation Model Matches GPT-4 Performance
A collaboration between Hugging Face and EleutherAI released AutoCoder-7B, a fully open-source code generation model that achieves GPT-4 level performance on HumanEval and MBPP benchmarks despite its smaller size. The model was trained on a new curated dataset of 2 trillion tokens of permissively-licensed code and features built-in vulnerability detection. Weights, training code, and datasets are available under Apache 2.0 license.