Microsoft Agent Framework shipped dotnet-1.18.0 on Aug. 18 with real runtime plumbing updates for agents: A2A isolation scoping, a single source of conversation history for hosted agents, opt-in concurrent tool invocation, Foundry hosted session/user identity pass-through, Cosmos chat history retrieval, and safer session release / telemetry behavior.
Microsoft 365 Copilot’s release notes now show a broader MCP rollout: agents built with MCP are available in Word, Excel, PowerPoint, Outlook, and Catalyst; Federated Copilot Connectors are generally available and manageable from the admin center; and Claude is now available in Copilot Chat. Source: Microsoft 365 Copilot release notes.
Azure Cosmos DB published a practical agentic-database guide on Aug. 18: Copilot can inspect query-editor context, sample schema, generate or execute queries with consent, and use Cosmos Shell via optional MCP. The post also pushes local/CI validation through the Emulator instead of touching production data. Source: Azure Cosmos DB in the Agentic Era: Data Tools for Developers and AI Agents.
Satya Nadella’s recent LinkedIn post on the MAI model family is a useful Microsoft strategy read: optimize for cost-to-outcome, pick the right model per task, and keep context, skills, tools, and the agent harness outside the model so the stack stays swappable. Source: LinkedIn post.
Anthropic released the 2026 Agentic Coding Trends Report, arguing that engineering is shifting from implementation toward orchestration, with multi-agent coordination and longer-running workflows becoming normal. A LinkedIn commentary thread on the report echoed the same move from code-writing to system design: LinkedIn discussion.
Microsoft’s agent-lightning repo is still a notable traction signal: v1.0 refactored the framework around real-harness agent RL, and GitHub shows roughly 17.5k stars and 1.5k forks.