GitHub on March 11, 2026 announced a major JetBrains update for Copilot. Custom agents, sub-agents, and plan agent are now generally available, with agent hooks in preview and new governance and reasoning controls added around them.
#mcp
A Show HN post for agent-browser-protocol argues that many browser-agent failures are harness failures caused by stale state. HN discussion centered on the project's freeze-after-action design, Chromium maintenance cost, and the reported 90.5% Online Mind2Web score with Opus 4.6.
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.
A 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.
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.
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.
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.