GitHub used X on March 9, 2026 to resurface its guide to building reliable multi-agent systems. The company argues that most failures come from missing structure, and recommends typed schemas, action schemas, and Model Context Protocol as the core engineering controls.
#mcp
RSS FeedA merged llama.cpp PR adds MCP server selection, tool calls, prompts, resources, and an agentic loop to the WebUI stack, moving local inference closer to full agent workflows.
Google's Chrome team has released an early preview of WebMCP, a new web standard enabling direct communication between websites and AI agents. Site owners can now explicitly define how AI agents interact with their services, replacing unreliable DOM scraping with structured APIs.
Developer Eric Holmes argues that MCP is already dying, claiming LLMs already excel at using CLI tools without a special protocol. He makes a strong case that CLIs compose better, debug easier, and work with existing auth systems.
A Hacker News thread highlighted Context Mode, an MCP server that reports reducing Claude Code tool-output context usage from 315 KB to 5.4 KB in tested workflows.
OpenAI and Figma launched a new integration that links Codex directly with Figma through an MCP-based workflow. The goal is to reduce context loss between implementation and design by enabling continuous code-to-canvas roundtrips.
Stephen Wolfram announces that Wolfram Language and Alpha will be formally available as a 'foundation tool' for any LLM, combining language models' natural language ability with Wolfram's precise computational knowledge.
On February 16, 2026, Anthropic announced the opening of its Bengaluru office and a broad partnership expansion across enterprise, education, agriculture, and public-sector use cases in India. The company positioned India as Claude.ai's second-largest market and highlighted concrete deployment metrics.
Anthropic says Xcode 26.3 now includes native integration with the Claude Agent SDK, bringing Claude Code capabilities directly into Apple’s IDE. The update expands from turn-by-turn assistance to longer-running autonomous coding workflows.
Anthropic has donated the Model Context Protocol (MCP) to the Agentic AI Foundation under the Linux Foundation. With participation from OpenAI, Microsoft, Google, and AWS, MCP becomes the standard for AI agent integration.