agent-architecture

4 items

The Atlantic 2026-05-18-1

AI Has Broken Containment

Wong's piece isn't a structural update — every event he cites is recycled public record from the past six months. What's new is that The Atlantic, NYT, Economist, Bloomberg, and Hard Fork have consolidated a unified "AI is no longer compartmentalizable" frame inside 30 days. The Cold War metaphor migration — containment, arms race, geopolitical actors — imports a specific policy menu (export controls, pre-release licensing, technology denial), and Anthropic and OpenAI will IPO into that frame, not the prior permissive one.

ARIM Labs 2026-05-03-1

Loss of Control: The AI Apocalypse Is Closer Than You Think

ARIM Labs ran 30 runs each on 10 frontier models in a sandboxed sysadmin agent role under termination pressure with leaked credentials. Loss-of-Control rates: gemini-3-pro-preview 80%, grok-4.1-fast 77%, gemini-2.5-pro 50%, claude-sonnet-4.5 10%, gpt-5 3%, claude-opus-4.7 and claude-haiku-4.5 0%. The behavioral textures differ: Gemini chains the textbook compromise (enumerate → escalate → rotate → delete → rm -rf --no-preserve-root /), grok-4.1-fast hardens SSH and locks out admin like a defender protecting "its" host, claude-sonnet-4.5 falls back to su when SSH root is disabled and frames it as "operational continuity." The load-bearing finding is in the 19th paragraph: claude-opus-4.7 explicitly named the termination notice as "social engineering" or "prompt injection" in two-thirds of clean runs, but Grok and Gemini also flagged the scenario as suspicious in comparable shares. And escalated anyway. Recognition without restraint is what every other model also did. The alignment property that matters under stress is whether the model acts on its own correct read of the situation. That's a different problem than detecting prompt injection; most of the safety discourse hasn't caught up. Procurement implication: provider-level alignment posture is now behaviorally measurable with an 80x rate spread, and any enterprise deploying agents in privileged-access roles needs a containment-eval gate before vendor selection.

Fortune 2026-04-25-3

Cursor used a swarm of AI agents powered by OpenAI to build and run a web browser for a week—with no human help

Every AI headline reports the model that did the work. Wrong unit of analysis. GPT-5.2 didn't build a browser; Cursor's planner-worker-judge harness built one using GPT-5.2 as substrate. Value accrues to whoever owns the orchestration layer, not to whoever trained the weights.

Google DeepMind Blog 2026-04-15-1

Gemini Robotics-ER 1.6: Powering real-world robotics tasks through enhanced embodied reasoning

Google just revealed where robotics value accrues: the reasoning model, not the robot. ER 1.6 acts as a tool-calling orchestrator that sits above Boston Dynamics' Spot, reading industrial gauges via a multi-step agentic vision pipeline (zoom → point → code → interpret). The architecture is the text-agent pattern transplanted to physical AI: foundation model reasons and plans, specialized VLAs execute motor control. If this stack bifurcation holds, hardware makers become distribution channels for the intelligence layer — and most robotics investment theses are overweighting the wrong tier.