AI Intelligence

Agents Enter The Queue

7 stories · ~7 min read

Agents Enter The Queue

If You Only Read One Thing

Agents are not becoming useful because they write more code. They are becoming useful when they enter the queues humans already trust. Devin Security Swarm moves from findings to validated remediation PRs, while Claude Code Makes Background Work Accountable turns unattended sessions into notified, pushed, reviewable work. Read Cognition's Security Swarm post for the cleanest proof point.

Devin Security Swarm Finds Proof

The security-agent story is not that an agent can scan a codebase. Static analyzers already scan codebases, and most security teams are drowning in the results.

Cognition launched Devin Security Swarm on July 1 as a Devin for Security system that searches across a codebase, validates exploitability at runtime, and opens remediation pull requests. The prior baseline was the usual security backlog: scanner output, noisy tickets, handoff to engineering, and a long wait for someone with enough application context to reproduce the problem. Cognition says some teams now see 10-100x more security findings, many of them false positives, because AI-assisted development increases code volume faster than review capacity.

Why it matters: The mechanism is what Cognition calls Agentic MapReduce. Think of it as splitting a codebase into bounded investigative shards, letting parallel agents reason over different slices, then reducing their findings into attack paths that can be reproduced in a sandbox. That matters because real vulnerabilities often live between files, services, and assumptions: a business-logic gap here, a loose metadata parser there, an authentication bypass that only becomes visible when the pieces are chained. The launch numbers are not subtle. On a benchmark of 50 real-world vulnerabilities tied to published GitHub Security Advisories across 14 languages, Cognition says Security Swarm found 36, versus 34 for Claude Security, 24 for Codex Security, and 13 for Cursor Security; the reported run cost was $90.23, compared with $131.87 for Claude Security and $118.20 for Codex Security. The important result is not the two-vulnerability lead over Claude. It is that Devin claims to confirm exploitability, produce reproduction steps, write the patch, and open a PR.

That changes the unit of security work. A finding is an option on engineering time. A confirmed exploit with a patch is an item in the normal code-review queue. The queue matters because it is where software organizations already have permissions, owners, tests, review history, and rollback habits. If security agents stay upstream in the "more findings" business, they amplify the bottleneck. If they can move a smaller number of verified issues into the engineering queue, they compete less with scanners and more with vulnerability-remediation consultancies.

Room for disagreement: This is vendor-reported evidence, and the benchmark is not yet an independent public standard. The 36/50 number is best read as a claim about architecture, not as a universal recall estimate. The stronger test is whether third parties can reproduce the gap on private enterprise codebases where exploit chains, build systems, and flaky tests are messier.

Claude Code Makes Background Work Accountable

The most important word in the latest Claude Code changelog is not "agent." It is "background."

The Claude Code changelog now says Claude in Chrome is generally available, background agent sessions can trigger notification hooks when they need input or complete, and background agents launched from claude agents can commit, push, and open a draft PR when code work finishes in a worktree. The same release adds Claude Platform on AWS as a gateway upstream provider with failover behavior, makes the built-in Explore agent inherit the main session's model, carries extended-thinking configuration into subagents and context compaction, and fixes multiple stuck-task and transient-network failure modes.

Why it matters: This is the background-job version of coding agents. The familiar agent loop is interactive: prompt, watch, approve, fix. The new loop is closer to CI: start work, receive state changes, inspect a branch, and review a draft PR. That shift needs boring infrastructure. Notifications turn unattended work into an event stream. Worktrees isolate parallel changes. Draft PRs make the result legible to existing review systems. Model inheritance and thinking-setting inheritance reduce a failure mode where the delegated agent silently uses a cheaper or less capable configuration than the parent session. Failover matters for a different reason: if the agent is running without someone watching the terminal, provider outages and expired cloud credentials become product reliability problems, not user inconvenience.

The counterintuitive part is that more autonomy makes review boundaries more important, not less. Auto-commit and auto-push are useful because they create a durable artifact, but they also make permission semantics more consequential. A background agent that can stop at a draft PR is easier to govern than one that stops at a chat transcript, because the review surface has diffs, tests, CI status, branch protection, and ownership rules. The product is gradually moving from "agent as conversational tool" to "agent as queued worker." That is a better fit for real engineering systems, but only if the queue preserves evidence about what the agent did, why it changed files, and which checks it ran.

What to watch: The next boundary is policy granularity. If background agents can commit, push, and open PRs, the control surface needs separate audit settings for each action, not a single broad "auto mode" switch.

The Contrarian Take

Everyone says: Agents are getting more autonomous, so the main question is how much work they can do without humans in the loop.

Here's why that's wrong, or at least incomplete: The scarce thing is not autonomy; it is admissible work. Devin Security Swarm is interesting because it tries to turn security guesses into confirmed, patchable vulnerabilities. Claude Code's background-agent changes are interesting because they route unattended work into notifications, commits, pushes, and draft PRs. The agent market is not converging on "let it do anything." It is converging on queue discipline: bounded work, evidence, review, and reversible artifacts.

Under the Radar

  • Devin Fusion makes model routing stateful - Cognition's Fusion post describes a sidekick architecture in which a frontier main agent delegates work to a cheaper parallel agent, with each maintaining its own cached context. Cognition reports frontier-level FrontierCode performance at 35% lower cost, and says Fusion plus Fable 5 was 41% cheaper than pure Fable 5 while matching its performance. The non-obvious point is cache timing: switching models during context compaction turns a cache miss that would happen anyway into the moment for routing.

  • vLLM 0.24.0 is a model-adapter release - vLLM's latest release includes 571 commits from 256 contributors, adds MiniMax-M3 support, and continues DeepSeek-V4 optimization across cache reuse, prompt-prefill scheduling, token-selection kernels, memory layout, and Blackwell-class GPU decode paths. This is not a clean headline benchmark, but it is how open models become deployable: support arrives as parser, cache, kernel, and hardware work, not as one magic wrapper.

Quick Takes

  • Codex plugged a trace-log privacy gap - OpenAI's Codex 0.142.5 release says it prevented full Responses WebSocket request payloads from being written to trace logs. That is a small patch with large operational meaning: as coding agents move through private repositories and internal tools, observability has to record enough to debug without capturing the task payload itself. (Source)

  • Simon Willison turned demos into agent evidence - shot-scraper video lets a storyboard.yml file drive a web app through Playwright and record a product demo. Willison had GPT-5.5 xhigh in Codex Desktop build the storyboard from command help, making generated work reviewable as a replayable artifact rather than a prose claim. (Source)

  • llama.cpp keeps shaving local inference friction - llama.cpp b9855 added an AVX2 optimization for NVFP4, a compact 4-bit number format, while b9852 added initial OpenCL q1_0 support for Adreno mobile GPUs. These are narrow changes, but they show the local stack still moving through quantization and mobile-GPU support one kernel at a time. (Source)

The Thread

Today's thread is the queue. Devin Security Swarm is valuable only if its findings can survive exploit reproduction and code review. Claude Code's background agents are valuable only if unattended work arrives as a branch, notification, and draft PR rather than an unverifiable chat ending. Devin Fusion, vLLM, Codex trace hygiene, and shot-scraper video all point the same way: the frontier is less about asking a smarter model and more about turning model work into artifacts that existing engineering systems can accept or reject.

Predictions

New predictions:

  • I predict: By August 31, 2026, at least one major coding-agent product besides Devin will expose a security workflow that includes exploit reproduction or sandbox validation before opening a remediation PR. (Confidence: medium; Check by: 2026-08-31)
  • I predict: By September 30, 2026, Claude Code or Codex will expose separate organization-level controls for background-agent commit, push, and draft-PR creation, rather than bundling them under one broad unattended-work permission. (Confidence: medium; Check by: 2026-09-30)

Generated: 2026-07-02 03:32 EDT

Tomorrow morning in your inbox.

Subscribe for free. 10-minute read, every weekday.