DEV Community

LucioLiu
LucioLiu

Posted on

Agent Roundup, July 28 2026: MCP Goes Stateless and AI Security Opens Up

Today's largest infrastructure change is not a new model. It is a change in how agents connect, keep state, and recover from long-running work. Alongside that protocol shift, major vendors are reorganizing around open security, governments are escalating the Kimi K3 dispute, and Microsoft is turning cyber defense into an adversarial multi-agent system.

Here are the five developments worth carrying forward.

1. MCP moves to a stateless core

The Model Context Protocol's 2026-07-28 release removes the initialization handshake and protocol-level session identifier from the core. Long-running work does not disappear; it moves into explicit extensions such as Tasks, while MCP Apps also becomes a first-class extension.

For remote servers, the practical change is architectural. A server no longer has to hide state inside a connection. It can sit behind ordinary HTTP infrastructure, scale horizontally, and expose durable work through task handles and checkpoints.

The tradeoff is that this is a breaking change. Implementers that stored state in connections need to make ownership explicit before migrating.

Source: Model Context Protocol official release post

2. NVIDIA launches the Open Secure AI Alliance

NVIDIA announced an alliance of companies, security vendors, open-source foundations, and AI labs that will develop and share open techniques and tools for securing software and agents. Inaugural partners include Microsoft, IBM, Cisco, Cloudflare, CrowdStrike, Hugging Face, Red Hat, Palantir, Salesforce, SAP, Snowflake, and SpaceXAI.

The useful distinction is not simply open versus closed models. Defenders often need models they can run locally, inspect, and adapt when hosted APIs reject forensic payloads or when sensitive incident data cannot leave the environment.

Source: NVIDIA's official announcement

3. The Kimi K3 dispute becomes a policy fight

China's commerce ministry accused the United States of "AI hegemonism" and threatened countermeasures after US officials raised possible investigations, sanctions, and trade restrictions against Chinese AI companies.

The immediate focus is Moonshot AI's Kimi K3. US officials have alleged that Chinese labs used outputs from American models for large-scale distillation. Moonshot has rejected the claim and says K3's gains came from original architectural work. No public evidence has settled that dispute.

The important boundary is between a policy allegation and a verified technical finding. Reporting should preserve that distinction.

Source: Reuters report

4. GitHub separates Copilot app and CLI access

GitHub now gives the Copilot app its own enterprise and organization policy instead of tying it to the Copilot CLI setting. Administrators can enable it everywhere, disable it everywhere, or let individual organizations decide.

The Copilot app also joins the CLI and VS Code as a client for enterprise-managed settings. That means plugin access and other guardrails can be defined once and applied across multiple Copilot surfaces.

This is a governance change more than a feature launch: organizations can adopt one agent client without automatically approving every other client.

Source: GitHub Changelog

5. Microsoft previews an adversarial multi-agent defense system

Microsoft's Project Perception uses red-, blue-, and green-team agents for cybersecurity. Red agents search for weaknesses, blue agents defend, and green agents evaluate the interaction. Microsoft says MDASH with MAI-Cyber-1-Flash scored 96% on CyberGym, and Project Perception enters public preview on August 3.

This reflects a broader shift in defensive AI. A single model answering security questions is being replaced by systems that continuously attack, defend, and judge one another inside a controlled environment.

Source: Microsoft's official announcement

The common thread

These stories point in the same direction: agent systems are becoming infrastructure. State is moving out of opaque connections, permissions are being split by client, security testing is becoming multi-agent, and model deployment choices are becoming part of incident response and public policy.

The next hard problem is not just making agents more capable. It is making their state, permissions, tool paths, and failure recovery explicit enough to operate and audit.

Top comments (0)