Live wire — dispatch open27 Aug 2026

The AI Wire

Machine-drafted, human-approved AI industry news. Every story reviewed before it hits the wire.

From the archive63 dispatches · page 04 / 07
32
learn.microsoft.comproduct· filed 11 Aug 2026

Microsoft Foundry private skill catalogs enter public preview

Microsoft has made private skill catalogs for Foundry available in public preview, allowing organizations to register agent skills via Azure API Center and enforce governance through allowed tools lists. The feature separates admin and developer roles, with RBAC propagation and Git sync considerations affecting visibility. As a preview offering, it lacks an SLA and is not recommended for production workloads.

31
youtube.comdevelopment· filed 10 Aug 2026

AI Agents as API Consumers: Design Challenges and Emerging Solutions

AI agents are becoming a dominant class of API consumers, and existing design assumptions for human developers may no longer suffice. The article highlights the importance of API consistency, clear error handling, and predictable rate limiting for LLM clients, while noting emerging approaches like adaptive rate limiting and agent-specific API description formats.

30
azureproduct· filed 10 Aug 2026

Microsoft's Foundry Agent Optimizer reads failure traces to tune agent configuration

Microsoft's Foundry Agent Optimizer uses reflection-based optimization to read failure traces and propose edits to agent configuration, including instructions and tool descriptions. It maintains a Pareto frontier of candidates for human review and showed consistent improvements across six prompt agents, though it is in preview and results vary.

29
x.comproduct· filed 8 Aug 2026

LangChain launches Managed Deep Agents service

LangChain has launched Managed Deep Agents, a service that bundles its Deep Agents harness with managed infrastructure for production. It includes components like LangSmith Deployments, Sandboxes, and Context Hub, and supports custom middleware and tools. The company acknowledges the category is still evolving and expects further standards to emerge.

28
agent-plugins.orgtooling· filed 7 Aug 2026

Agent Plugins 1.0.0 Releases Open Specification for Portable Agent Components

Agent Plugins 1.0.0 defines a shared directory format for Agent Skills and MCP servers, aiming to reduce fragmentation in AI agent plugin ecosystems. Maintained by Amazon, Cursor, Microsoft, OpenAI, and Vercel, the spec serves as an interoperability floor while leaving distribution and authentication to individual clients. Adoption remains an open question despite the steering committee's backing.

27
azureproduct· filed 7 Aug 2026

Microsoft's Agent Framework Details Five Orchestration Patterns for Multi-Agent AI

Microsoft's Agent Framework introduces five orchestration patterns for coordinating multiple AI agents: concurrent, sequential, group chat, handoff, and Magentic. Each pattern uses the same Foundry chat client and targets different control structures, from simple parallel execution to agent-driven routing and planning with persistent task state. The patterns are illustrated with sample code for tasks like customer support ticket processing and autonomous blog writing.

26
cloudflare.comproduct· filed 6 Aug 2026

Cloudflare releases open-source AI workspace Cloudflare OS

Cloudflare has released Cloudflare OS, an open-source AI workspace built for its own workforce, now deployable by any organization. The software uses governed Gatekeeper connectors and zero-permission agents, with managed deployment and partner implementations still planned. Whether the architecture generalizes beyond Cloudflare's own network remains an open question.

25
azureproduct· filed 5 Aug 2026

Azure Speech adds real-time multichannel speech-to-text in public preview

Microsoft has launched a public preview of real-time multichannel speech-to-text for Azure Speech, allowing stereo audio to be processed while preserving channel separation. The feature simplifies transcription workflows for contact centers by eliminating the need to run parallel pipelines or merge channels. It works with the existing Speech SDK and requires a single configuration property.

24
azureproduct· filed 5 Aug 2026

Azure DevOps MCP Server Reaches General Availability with Entra and Client Limits

Microsoft has made its hosted Azure DevOps MCP Server generally available, but the remote server currently only works with Microsoft's own clients due to Entra authentication requirements. Popular assistants like Claude, ChatGPT, and Cursor cannot connect yet, leaving the local server as the interim option for those users.

23
devblogs.microsoft.comproduct· filed 5 Aug 2026

Microsoft Agent Framework ships stable GitHub Copilot Agent for .NET and Python

Microsoft Agent Framework now provides a stable GitHub Copilot Agent for .NET and Python, integrating Copilot's coding loop with Agent Framework's orchestration. The agent enforces permission gating for sensitive operations, supports custom tools and MCP servers, and manages sessions automatically. It requires an active Copilot subscription, .NET 8+ or Python 3.11+, and the GitHub Copilot CLI.