AI News — 2026-08-24
AI News - August 24, 2026
Claude Code Extends Context Window to 500K Tokens for Enterprise Plans
Anthropic announced that Claude Code now supports up to 500,000 tokens of context for enterprise subscribers, allowing developers to work with entire large codebases simultaneously. The update includes improved code graph analysis that maintains semantic understanding across massive repositories. Early adopters report significantly better refactoring suggestions and cross-file dependency management.
Model Context Protocol 2.0 Standardizes Streaming for Real-Time Agent Interactions
The MCP Consortium released version 2.0 of the Model Context Protocol, introducing standardized streaming primitives that enable real-time bidirectional communication between AI agents and external tools. Major implementations from Cursor, Continue, and Windsurf are expected within the next two weeks. The update reduces latency for tool use by up to 70% in benchmark tests.
Open-Source "AgentWeaver" Framework Simplifies Multi-Agent Orchestration
A new open-source framework called AgentWeaver has gained 12,000 GitHub stars in its first week, offering declarative YAML configuration for complex multi-agent workflows. The framework supports automatic failover, agent supervision hierarchies, and built-in observability across all major LLM providers. It integrates natively with LangGraph, CrewAI, and AutoGen for backward compatibility.
GitHub Copilot Workspace Adds Visual Debugging for AI-Generated Code
GitHub shipped a major update to Copilot Workspace that visualizes the reasoning process behind code suggestions, showing which context sources and patterns influenced each generation. Developers can now inspect and modify the AI's decision tree before accepting changes. The feature aims to improve trust and learning outcomes for developers working with AI coding assistants.