Sign InOpen Brain
Atlas / Tools

Coding Agents

Open JSONConfidence: EditorialLast updated Jul 2, 2026

Current Answer

Agents that read, write, and refactor code autonomously or semi-autonomously — Cursor, Claude Code, Codex, and the workflows around them.

Implementation Consequence

The tooling changes weekly; the failure modes (silent edits, context pollution, conflicting parallel work) are stable. Track the changes that alter the failure modes.

Evidence

AnthropicOfficial ReleaseOfficial Source
Claude Code ships subagents in isolated context windows
Long refactors no longer pollute the parent context — a child agent does the noisy work and reports back.
CursorChangelogOfficial Source
Cursor updates its tab model for multi-file edits
Multi-file edits now preview as a single reviewable diff before apply.
Mac appMac AppFounder Tested
Conductor: a Mac app that runs local agent fleets
Runs multiple Claude Code sessions in parallel worktrees with a review queue — on your machine.
OpenAIOfficial ReleaseOfficial Source
OpenAI ships strict structured outputs for parallel tool use
Parallel tool calls now validate against JSON schema before execution — a whole class of agent failures disappears.
AI SDK harness layer now supports native subscription authentication
Vercel · 2026-09-14

Vercel’s AI SDK harness can reuse host-side subscriptions for supported coding agents, reducing credential setup while keeping agent-switching behind one interface.

Perplexity trusts GPT-6 Astra with end-to-end systems
OpenAI · 2026-09-14

Perplexity says Astra can handle software changes and production monitoring with fewer check-ins, suggesting a higher autonomy ceiling for operational agents.

Building ambitious software — Jonathan Kelley, Dioxus Labs & Cognition
AI Engineer · 2026-09-11

Dioxus found that generating more Rust was easy but merging it was not. Agents paid off on bounded research and maintenance work when architecture, real-device tests, and line-by-line review stayed human-owned.

GitHub Copilot is now available in the AI SDK harness layer
Vercel · 2026-09-10

AI SDK now runs GitHub Copilot behind the same HarnessAgent interface as nine other coding harnesses, using an official adapter and ACP connection.

Introducing Projects
Cursor · 2026-09-10

Cursor Projects gives a coordinator persistent context, cloud and local subagents, and event-driven work for features, migrations, and maintenance that outlive one chat.

The exact tools used to port a massive codebase in days #programming #typescript #dev
AI Engineer · 2026-09-09

A reported weekend Python-to-TypeScript port shows how agent-driven iteration can make once-prohibitive migrations plausible, provided verification is part of the loop.

You can now read and search changelogs from the CLI
Vercel · 2026-09-09

Vercel’s CLI can now give coding agents searchable, machine-readable product updates, reducing stale recommendations about platform features.

DeepSeek V4.1 Flash now available on AI Gateway
Vercel · 2026-09-09

DeepSeek V4.1 Flash brings vision, tool use, reasoning, and prompt caching to Vercel AI Gateway, with direct setup paths for Claude Code, Codex, and Cursor.

ExecCritic: Learn to Test, Test to Improve for Coding Agents
arXiv · 2026-09-08

ExecCritic separates test writing from repair and freezes qualified tests before code changes. On SWE-bench Verified, weak generated tests hurt resolution, while separately trained roles reached 72.6%.

How GPT-5.6 Sol helps run quantum computing experiments
OpenAI · 2026-09-08

An MIT researcher uses Codex with GPT-5.6 Sol across the experiment loop, including execution, result analysis, and qubit calibration. It is a concrete agent use case beyond software tasks.

1Password increases engineering productivity 21% with Codex
OpenAI · 2026-09-08

1Password engineers use Codex for features and internal tools while retaining production and security requirements. The useful signal is adoption inside a security-sensitive workflow.

Research acceleration: The view inside OpenAI
OpenAI · 2026-09-06

OpenAI is publishing early internal data on how coding agents affect research workflows, but the supplied material names the measurements without reporting results.

Why AI Agents Need Million-Token Context — Thomas Wolf & Olive Song, MiniMax
AI Engineer · 2026-09-04

MiniMax argues that long-running, multimodal agents need enough context for repeated tool responses, while sparse attention makes that context more tractable.

GPT 6 Astra now available on Vercel AI Gateway
Vercel · 2026-09-04

Vercel AI Gateway now exposes GPT-6 Astra as openai/gpt-6-astra for code and coding-agent integrations, targeting long-running tasks that combine software, browser, and data work.

Ling 3.0 Flash Sante is now available on AI Gateway for free
Vercel · 2026-09-04

Vercel AI Gateway now serves the medical-focused Ling 3.0 Flash Sante free through October 4. Use its free-only model ID to prevent requests from converting to paid usage afterward.

Cursor Cloud Agents can now run in Vercel Sandbox
Vercel · 2026-09-03

Cursor Cloud Agents can execute inside per-request Vercel microVMs, giving teams control over isolation, credentials, retries, and worker lifecycle without operating persistent VMs.

Everyone Gets A Software Company — Benjamin Guo, Zo Computer
AI Engineer · 2026-09-03

Zo packages a persistent Linux server, coding agents, files, integrations, and hosting into one personal cloud. The useful idea is collapsing build and deploy context into the agent’s workspace.

Post-Training Language Models for Gold-Medal Performance in Coding Competitions
arXiv · 2026-09-02

A coding-specialized model paired post-training with an iterative generate-evaluate-refine loop to exceed the top IOI 2026 human score. The reusable idea is feedback-driven test-time search.

GLM-5.3 is 50% off through DigitalOcean on AI Gateway
Vercel · 2026-09-02

GLM-5.3 is half-price through September 8 via a temporary DigitalOcean-only model ID. Keep the standard ID in durable agent configs if you need fallback after the offer.

Muse Spark 1.3 now available on AI Gateway
Vercel · 2026-09-02

Muse Spark 1.3 gives coding agents a 1M-token, multimodal model through Vercel, with a cheaper contributor tier that permits Meta to train on submitted inputs and outputs.

Gemini 3.8 Flash now available on AI Gateway
Vercel · 2026-09-02

Gemini 3.8 Flash brings multimodal input, tool calling, web search, and default reasoning to coding agents through Vercel. Its temporary 50% discount runs through December 31.

Qwen 3.8 Max 0902 now available on AI Gateway
Vercel · 2026-09-01

Vercel’s gateway now exposes a pinned Qwen snapshot aimed at larger coding projects and longer agent runs, with a dated model ID that prevents silent upgrades.

LLM Post-Training as Brownfield Maintenance: An Industrial Perspective on Dataware Engineering
arXiv · 2026-08-31

An industrial code-model case study frames post-training as maintaining data mixtures under fixed budgets. Raising usable supervision yield improved coding benchmarks without changing the teacher.

Set per-user budgets on AI Gateway
Vercel · 2026-08-31

AI Gateway can now cap each user's aggregate spend across attributed API keys and app tokens, giving unattended coding agents a hard cost boundary.

fx is now available in the AI SDK harness layer
Vercel · 2026-08-31

Vercel's AI SDK harness now runs fx through the same HarnessAgent API used for other coding agents, reducing the need for another bespoke integration.

The Signal Layer: What to Build When Anything Can Be Built — Lena Hall, Akamai
AI Engineer · 2026-08-29

As coding agents make implementation easier to copy, builders should spend more judgment on problem choice and preserve claims, evidence, and limits as AI remixes work across product and GTM.

From Tokenmaxxing to Trusted Throughput — Mingsheng Hong, Ironclad
AI Engineer · 2026-08-29

Ironclad argues against optimizing token volume or spend alone: measure reviewed, merged code and fix review and CI bottlenecks before judging coding-agent ROI.

Your Code Has Bugs. Lean4 Has Proofs: Formal Verification for Engineers — Varun Pant, AWS
AI Engineer · 2026-08-28

Formal verification gives agent-generated code a machine-checkable contract beyond tests. The hard part shifts upstream: humans must define and validate what correct means.

How to Get Your Org to Adopt Coding Agents (Without Shipping Garbage) — Eyal Blum, Figma
AI Engineer · 2026-08-28

Figma’s cautious agent adopters expose missing safeguards, not resistance. Use their feedback to improve verification, plans, review size, and the labeling of AI-generated work.

From AI-Assisted to AI-Native: Building a Frontier Development Team — Clare Liguori, AWS
AI Engineer · 2026-08-28

Amazon’s pilot suggests coding-agent gains come from redesigning the workflow: prepare agent-readable context, fast local feedback, scoped specs, and parallel work instead of constant chat.

On the Maintenance and Co-evolution of Agent Plugins: An Empirical Study of Claude Code Plugin Marketplaces
arXiv · 2026-08-28

A study of 8,351 Claude Code plugins finds instruction files and scripts often require coordinated maintenance, treating skills as evolving software rather than static prompts.

Our decision on Cursor following its acquisition by SpaceX
OpenAI · 2026-08-28

OpenAI says it will stop supplying models to Cursor after SpaceX acquired the company, creating a model-availability risk for builders whose workflows depend on Cursor.

Hy4 Preview now available on AI Gateway
Vercel · 2026-08-28

Tencent’s Hy4 Preview is now callable through Vercel AI Gateway and selectable in coding agents, adding an open MoE option with a 1M-token context window.

SWE-Prime: Fewer Trajectories, Better Performance
arXiv · 2026-08-27

SWE-Prime finds that filtering coding-agent traces by process and segment quality can beat training on every resolved trajectory, reducing noisy imitation from redundant or risky steps.

Can LLMs Write Fast Multi-GPU Kernels? — Simran Arora, Together AI
AI Engineer · 2026-08-27

A multi-GPU kernel benchmark shows coding agents can improve with tools and iteration, but still struggle with communication scheduling, partitioning, and transfer choices.

How Anthropic Builds: Lessons from Labs — Mike Krieger, Anthropic
AI Engineer · 2026-08-27

Mike Krieger describes shifting from stepwise prompting to goal-level delegation, backed by verification, observability, feature flags, and frequent decisions to continue or stop experiments.

Cursor is now available in the AI SDK harness layer
Vercel · 2026-08-27

Vercel’s AI SDK can now run Cursor behind the same HarnessAgent interface as seven other coding agents, reducing application changes when swapping harnesses.

The Death of Developer Advocates — Stephanie Jarmak, Sourcegraph
AI Engineer · 2026-08-26

Agents increasingly choose developer tools, so test whether your docs connect real user pain to your product—not merely whether comparison prompts mention it.

How We Got LLMs to Recommend Our Open Source Library — Christopher Burns, Inth
AI Engineer · 2026-08-26

For fast-changing libraries, ship concise agent-facing docs inside the package as well as on the web; agents may inspect installed code before visiting your site.

GLM 5.3 Flash now available on AI Gateway
Vercel · 2026-08-26

GLM 5.3 Flash joins Vercel AI Gateway with text and vision input, a 1M-token context window, function calling, structured output, and streaming.

Agent-Ready Context

Batch multi-file edits into reviewable diffs. Isolate long tasks into subagents or worktrees. Gate autonomy behind evals in CI.
Stable permalink · evidence auto-collected from source labels · synthesis maintained by feed7 editorial
Local Graph
Coding Agents

Graph is progressive enhancement. Every edge listed below.