AI News — 2026-05-07
AI News Summary - May 7, 2026
GitHub Copilot Workspace Adds Multi-Repository Context
GitHub announced that Copilot Workspace can now maintain context across up to 10 linked repositories simultaneously, making it significantly more effective for microservices architectures. The update uses an improved embedding system that reduces token costs by 40% while expanding the effective context window to 500K tokens. Early adopters report that cross-repo refactoring tasks that previously required manual coordination now complete autonomously.
Anthropic Releases MCP 2.0 Specification
The Model Context Protocol 2.0 specification introduces bidirectional streaming and stateful sessions, enabling AI assistants to maintain long-running connections with tools and databases. Over 200 MCP servers have been updated to support the new spec within the first 48 hours, including popular integrations for Postgres, Redis, and Kubernetes. The update also adds built-in support for tool result caching, reducing redundant API calls by up to 70% in typical workflows.
Open-Source Agent Framework "Conductor" Reaches 1.0
Conductor, a new agent orchestration framework written in Rust, has hit version 1.0 after 8 months of development. It focuses on deterministic agent behavior with built-in replay debugging and formal verification of agent decision trees. The framework has already been adopted by three major fintech companies for production deployments where auditability is critical.
Cursor Introduces "Shadow Mode" for AI Pair Programming
Cursor's latest update includes Shadow Mode, where the AI works in parallel branches and suggests entire feature implementations without disrupting the developer's active work. The feature uses speculative execution to explore multiple implementation approaches simultaneously, presenting ranked options based on test coverage, performance benchmarks, and code quality metrics. Beta users report 30% faster feature completion for complex backend tasks.