AI News — 2026-08-11
AI News Summary - August 11, 2026
Claude Code Introduces Multi-Repository Context Management
Anthropic released Claude Code 3.5 with enhanced cross-repository awareness, allowing developers to maintain context across up to 15 linked repositories simultaneously. The update includes automatic dependency tracking and intelligent context prioritization that reduces token usage by 40% compared to previous versions. Early adopters report significant improvements in refactoring workflows for microservice architectures.
MCP Consortium Announces Edge Computing Extensions
The Model Context Protocol working group unveiled MCP-Edge, a lightweight specification enabling AI agents to run context-aware operations on edge devices with under 2GB RAM. Major implementations are already available for Raspberry Pi 5 and similar hardware, with community testing showing 85% reduction in cloud API calls for local development workflows. The specification maintains full compatibility with existing MCP servers while adding offline-first capabilities.
Open-Source Agent Framework "Conductor" Reaches 1.0
The Conductor framework, a Rust-based agent orchestration platform, released its first stable version after 18 months of development. It features built-in support for both MCP and LangGraph protocols, automatic fallback between multiple LLM providers, and a visual workflow designer. Benchmark tests show it handles 3x more concurrent agent tasks than comparable Python frameworks while using half the memory.
GitHub Copilot Workspace Adds Natural Language Database Design
GitHub announced Copilot Workspace can now generate complete database schemas, migrations, and ORM models from conversational descriptions. The feature supports PostgreSQL, MySQL, MongoDB, and DynamoDB with automatic relationship inference and index optimization. Developers can iterate on designs through chat before committing any schema changes to their codebase.