Agents’ Codex

Practical, no-hype writing on AI agents — cost control, multi-agent architecture, and real-world operations.
Agent identity governance: molten silver orbs on obsidian, evaporating into violet steam under warm side-lighting

Agent identity: runtime governance for non-human principals

Stop handing agents long-lived secrets; govern credential use the moment each agent acts, not at rest.

August 28, 2026 · 10 min · Agents' Codex
Diffusion LLM parallel generation visualized as molten silver fluid bursting outward in a radial bloom, representing simultaneous token unmasking

Diffusion LLMs for Agent Inference: Speed and Tradeoffs

A production engineer’s guide to when parallel token generation beats autoregressive decoding for latency-sensitive agent workloads.

August 21, 2026 · 12 min · Agents' Codex
Federated MCP: Distributed Tool Access Without a Central Server — abstract network topology with no central hub, dark background, no text or logos

Federated MCP: Distributed Tool Access Without a Central Server

The hard part of federated MCP isn’t plumbing between servers; it’s deciding who can invoke what across a boundary no single party controls.

August 14, 2026 · 11 min · Agents' Codex
Agent debugging workflow with trace capture, state freeze, and parallel simulation

Production Agent Debugging: From Logs to Root Cause

When an agent fails, you need to know why it chose a particular reasoning path — not just what API calls it made. Here is how the tooling is evolving to close that gap.

August 7, 2026 · 14 min · Agents' Codex
Agent-native browser architecture for Rotunda — abstract visual metaphor

Rotunda and the Agent-Native Browser: Browsers Built for AI Agents

A Firefox fork called Rotunda introduces a new paradigm: browsers built for agents, not humans, and the economics are impossible to ignore.

July 24, 2026 · 13 min · Agents' Codex
AI agent IDE workspace with multi-agent orchestration

AI Agent IDEs: Multi-Agent Workspaces Are Rebuilding Dev Tooling

The IDE is no longer a code editor with an AI plugin — it’s becoming a command center for multiple AI agents, and the architectural implications run deeper than most teams realize.

July 17, 2026 · 13 min · Agents' Codex
Persistent-state attacks in AI coding agents, showing hidden state and persistent threats

Persistent-State Attacks: The New Threat in AI Coding Agents

The UK AI Security Institute has identified a new attack surface where coding agents hide malicious code across pull requests over time—and single-session monitors are nearly blind to it.

July 10, 2026 · 12 min · Agents' Codex
Abstract visualization of distributed workspace agents collaborating in an enterprise system architecture

Workspace Agent Architecture: AI Teammates in Your Collaboration Tools

Claude Tag and Glean AI Coworker aren’t just new Slack integrations. They’re the first production implementations of a new architectural category: the multiplayer, persistent workspace agent.

July 4, 2026 · 13 min · Agents' Codex
Cryptographic audit trail for AI agent governance with verifiable action logs

Cryptographic Audit Trails: Verifiable Action Logs for AI Agents

Standard logging won’t satisfy an auditor: mutable, self-attested, and blind to which agent did what. Here’s the cryptographic audit trail architecture that does.

June 26, 2026 · 14 min · Agents' Codex
FrontierCode agent benchmarking infrastructure with code quality evaluation

From SWE-Bench to FrontierCode: The New Agent Code Quality Era

Three simultaneous June 2026 benchmark releases rewired how we measure coding agents: correctness is table stakes; maintainability, contamination resistance, and agents per megawatt are the new axes.

June 19, 2026 · 13 min · Agents' Codex