Topic hub

Coding agents

A living map of coding agents as they move from autocomplete into supervised software work, review loops, environments, and operating cost.

Retrieval answer

A living map of coding agents as they move from autocomplete into supervised software work, review loops, environments, and operating cost. Coding agents are becoming operational workers inside software teams, not just better code completion. The durable bottlenecks are review bandwidth, environment setup, context quality, permissions, and cost per completed task.

Pattern memory

What patterns are emerging?

1 patterns
  1. high

    Verification bandwidth is the scarce engineering resource

    The primary bottleneck in agentic software delivery is moving from code production to the human and machine capacity required to verify it.

Field notes

What should readers understand next?

32 notes
  1. A Software Factory Connects Agents Through Verified Outcomes

    Augment and Warp describe team-level agent loops that move work from trigger and specification through implementation, verification, release, and measured improvement.

  2. Claude Code Auto Mode Gates Actions Instead Of Explanations

    Claude Code Auto Mode combines an input injection probe with a two-stage action classifier, preserving autonomy while exposing an honest residual miss rate.

  3. Cline Hooks Put Deterministic Rules Inside The Agent Loop

    Cline's plugin hooks show how an agent harness can journal every run and block dangerous tool calls without waiting for the model to choose a guardrail.

  4. EvoCode-Bench Exposes Multi-Turn Regression Risk

    EvoCode-Bench tests coding agents across persistent workspaces and evolving requirements, where regressions become the dominant failure mode.

  5. Loop Engineering Needs State Pruning, Not Infinite Chat

    The Google ADK loop-engineering article frames self-correcting agents as desired-state systems with pruning, validation, and circuit breakers.

  6. GPT-5.6 Turns Efficiency Work Into API Economics

    OpenAI turned GPT-5.6 serving and kernel efficiency gains into lower Luna and Terra prices, plus a faster Sol mode for latency-sensitive API workloads.

  7. ReviewBench Turns Code Review Into An Agent Eval

    LangChain's ReviewBench uses real PR review history to test whether code-review agents can recover substantive reviewer findings without flooding humans with noise.

  8. GitHub Stacked PRs Turn Large Agent Changes Into Reviewable Chains

    GitHub's stacked pull request preview gives large dependent code changes a native review path, which matters as agents produce broader diffs.

  9. Cline Turns Recursive Self-Improvement Into Harness Work

    Cline's Terminal-Bench run is not a singularity story; it is a concrete loop where an agent reads traces, patches the harness, reruns evals, and hands a PR to humans.

  10. Cursor Treats the Cloud Agent Environment as the Product

    Cursor's cloud-agent environment write-up shows why agent performance depends on dependencies, commands, security boundaries, end-to-end tests, and self-healing diagnostics.

  11. Cursor's SQLite Swarm Makes Coordination the Expensive Part

    Cursor's SQLite experiment shows why agent-swarm economics depend on task trees, shared memory, conflict handling, review lenses, and selective use of expensive planners.

  12. Factory and Comarch Show the Night-Shift Shape of Agent Work

    Factory's Comarch case study is less about one coding assistant and more about governed agent missions that continue execution while humans set direction and review.

  13. miniSQLite Makes the Coding-Swarm Claim Inspectable

    The released Rust database turns Cursor's swarm experiment into an artifact that can be read, built, tested, and challenged instead of accepted as a benchmark chart.

  14. A Codex Skill Turns Multi-Agent Work Into a Reusable Control Surface

    A shared Codex orchestration skill points to a future where agent workflows are packaged as portable operational routines.

  15. Agentic Engineering Looks Like Workflow Design, Not Hands-Free Coding

    A full-stack agentic engineering walkthrough shows the operating pattern around planning, validation, browser checks, and human review.

  16. Claude Code Certifications Turn Agent Use Into a Credential Layer

    Anthropic certification activity around Claude Code is a signal that agentic development is becoming a managed enterprise capability.

  17. Claude.md Shrinkage Says the Harness Is Learning What Not to Say

    A reported 80 percent reduction in Claude Code prompt material points to a maturing harness discipline around concise system context.

  18. Code Review Becomes the Agent Bottleneck

    Coles shows that reviewing generated code is becoming the scarce engineering work, not merely a cleanup pass after agent output.

  19. Codex Hooks Close the Type Error Loop

    Codex hooks make validation output an active part of the agent loop, so type errors and checks can be returned before the task drifts.

  20. Codex Security CLI Turns Security Review Into a Scannable Workbench

    OpenAI's Codex Security CLI packages repository, diff, working-tree, export, validation, and patch flows into a security-review workbench rather than a single scanner command.

  21. Prompt Caching Turns Agent Context Into Infrastructure

    Earendil frames prompt caching as an agent systems primitive, where stable context becomes a cost, latency, and architecture concern.

  22. RAPTOR Loop Hunt Packages Security Hunting as an Agent Skill

    RAPTOR Loop Hunt shows security research moving toward looped agent skills with altitude changes, evidence collection, and review checkpoints.

  23. GitHub Copilot App Turns Agent Work Into a Desktop Control Surface

    GitHub's Copilot app GA is a catch-up signal: agentic coding is being packaged as sessions, worktrees, canvases, validation, automations, MCP servers, and skills.

  24. Kimi K3 Is Moving From Model Launch to Routed Coding Component

    Vercel and Factory show the next phase of Kimi K3 adoption: one open model becomes a routable, priced, regional, fast-or-standard component inside coding-agent platforms.

  25. The Coding Harness Is Becoming Independent From the Model

    Practitioners are routing different models through coding-agent workflows, while production systems increasingly choose model and effort per role instead of per product.

  26. Uber's Agentic Adoption Claims Need Two Kinds of Evidence

    An Uber employee reports 99% AI-tool adoption and agent attribution for over 70% of pull requests, while official engineering evidence confirms broad AI review at production scale.

  27. Devin Outposts Splits the Agent Brain from the Execution Plane

    Devin Outposts moves command execution, repository access, and sandbox lifecycle into customer-controlled infrastructure while the agent loop remains in Cognition's cloud.

  28. Gemini 3.6 Flash Moves the Agent Race Toward Cost per Task

    Google's Gemini 3.6 Flash release frames the model race around token efficiency, built-in computer use, and specialized cyber agents rather than raw chat intelligence alone.

  29. AI Coding Workflow: From Idea to Verifiable Work

    AI coding works better when checkable artifacts stand between the idea and the code: specs, tickets, TDD, fresh-context review, and manual QA.

  30. Coding Agent Cost Is Cut in Environment Config, Not Prompts

    Claude Code and Codex costs are reduced by environment design, not by asking the agent to read less: output filtering, repo maps, model routing, and stable prompt caching.

  31. Coding Agent Sandboxes Break in Places Teams Do Not Expect

    Pillar shows that agent sandboxes must be assessed not only around the agent process, but around files, configs, allowlisted commands, and local daemons the host later trusts.

  32. Kimi K3: Frontend Is Becoming the Model Race Arena

    Kimi K3 moves open model competition into visual software engineering: frontend benchmarks require not only code, but layout, screenshots, accessibility, and human preference.

Raw signals

What changed recently?

160 signals
  1. Factory: At Comarch, hundreds of engineers now use the Factory platform to run agents end-to-end across...

    A public X post from Factory with a linked primary source flags At Comarch, hundreds of engineers now use the Factory platform to run agents end-to-end across the software development lifecycle. • 40% greater engineering efficiency • >30% high...

  2. GitHub: Stacked PRs now on GitHub 🥞

    A public X post from GitHub with a linked primary source flags Stacked PRs now on GitHub 🥞

  3. Google Gemini: Create, edit, and summarize with Gemini on macOS using your voice.

    A public X post from Google Gemini with a linked primary source flags Create, edit, and summarize with Gemini on macOS using your voice. Stay in your flow by speaking into any active window: Dictate clean text or ask Gemini to transform highlighted...

  4. mem0: Experiment 2: Does a preference survive a hard context wipe?

    A public X post from mem0 with a linked primary source flags Experiment 2: Does a preference survive a hard context wipe? We told Claude(mid-conversation) to write functions with standard for loops instead of list comprehensions. Then ran /...

  5. OpenAI Developers: ImageGen in Codex just got a new lightbox and canvas.

    A public X post from OpenAI Developers with a linked primary source flags ImageGen in Codex just got a new lightbox and canvas. Now, it’s even easier to explore and refine visuals in your workflow.

  6. OpenAI: We’re also upgrading Auto-review in the ChatGPT app and Codex CLI from GPT-5.4 to GPT-5.6 Luna.

    A public X post from OpenAI with a linked primary source flags We’re also upgrading Auto-review in the ChatGPT app and Codex CLI from GPT-5.4 to GPT-5.6 Luna. Combined with Luna’s new price, we expect Auto-review to cost about 10x less, makin...

  7. A Codex Skill Turns Multi-Agent Work Into a Reusable Control Surface

    A shared Codex orchestration skill points to a future where agent workflows are packaged as portable operational routines.

  8. Agentic Engineering Looks Like Workflow Design, Not Hands-Free Coding

    A full-stack agentic engineering walkthrough shows the operating pattern around planning, validation, browser checks, and human review.

  9. Augment Code: The best value for every token: GPT-5.6 Sol is now our default in Cosmos Eight models in eight...

    A public X post from Augment Code as a public source in its own right flags The best value for every token: GPT-5.6 Sol is now our default in Cosmos Eight models in eight weeks! After testing them all on real, long-horizon software development tasks, we’r...

  10. Claude Code Certifications Turn Agent Use Into a Credential Layer

    Anthropic certification activity around Claude Code is a signal that agentic development is becoming a managed enterprise capability.

  11. Claude.md Shrinkage Says the Harness Is Learning What Not to Say

    A reported 80 percent reduction in Claude Code prompt material points to a maturing harness discipline around concise system context.

  12. Code Review Becomes the Agent Bottleneck

    Coles shows that reviewing generated code is becoming the scarce engineering work, not merely a cleanup pass after agent output.

  13. Codex Hooks Close the Type Error Loop

    Codex hooks make validation output an active part of the agent loop, so type errors and checks can be returned before the task drifts.

  14. Cursor: Cursor is now on iPad.

    A public X post from Cursor with a linked primary source flags Cursor is now on iPad. All the power of Cursor on iPhone, with more room to work with agents.

  15. OpenAI Developers: We used GPT-5.6 Sol in Codex to optimize its own infrastructure and performance.

    A public X post from OpenAI Developers as a public source in its own right flags We used GPT-5.6 Sol in Codex to optimize its own infrastructure and performance. These improvements compound across inference and the agent loop, producing more useful work from...

  16. OpenAI: We quietly released the open-source Codex Security CLI, but Hacker News found it before we had...

    A public X post from OpenAI with a linked primary source flags We quietly released the open-source Codex Security CLI, but Hacker News found it before we had a chance to share it here... You can now use it to scan repositories, track findings...

  17. Prompt Caching Turns Agent Context Into Infrastructure

    Earendil frames prompt caching as an agent systems primitive, where stable context becomes a cost, latency, and architecture concern.

  18. RAPTOR Loop Hunt Packages Security Hunting as an Agent Skill

    RAPTOR Loop Hunt shows security research moving toward looped agent skills with altitude changes, evidence collection, and review checkpoints.

  19. Augment Code: Our users have been really excited to try Kimi K3 and we're excited to bring it to Augment's p...

    A public X post from Augment Code as a public source in its own right flags Our users have been really excited to try Kimi K3 and we're excited to bring it to Augment's product family. It is the most capable open-source model that we have tested to date....

  20. Cursor: Today we're launching Cursor Start, a new ₹649/month plan for developers in India.

    A public X post from Cursor with a linked primary source flags Today we're launching Cursor Start, a new ₹649/month plan for developers in India. Start includes generous access to Grok 4.5 and Composer, so you can plan, build, test, and ship...

  21. Factory: We're firm believers in the open security ecosystem, contributing across our platform: • Publi...

    A public X post from Factory with a linked primary source flags We're firm believers in the open security ecosystem, contributing across our platform: • Publishing two open-weight models behind Droid Shield 2.0 • Using Autonomous Security Revi...

  22. GitHub: 5.

    A public X post from GitHub with a linked primary source flags 5. Turn on code scanning Code scanning uses CodeQL to identify patterns that lead to vulnerabilities, including injection flaws, unsafe deserialization, and insecure GitHub Action...

  23. GitHub: You're not behind.

    A public X post from GitHub as a public source in its own right flags You're not behind. There's no secret everyone else has. There's just the harness, and it's mostly all you need. @burkeholland gives you a simple, repeatable workflow for GitHub Co...

  24. Zed: Congrats to @poolsideai on launching Poolside Desktop Assistant.

    A public X post from Zed as a public source in its own right flags Congrats to @poolsideai on launching Poolside Desktop Assistant. Their Laguna models power an ACP agent that runs in any client, Zed included, and now their desktop app is an ACP...

Discovery graph / next reads

Continue through New Runtime

Open the graph
  1. 01related materialVerification bandwidth is the scarce engineering resourceContinue through the Coding agents topic.
  2. 02related materialA Software Factory Connects Agents Through Verified OutcomesContinue through the Coding agents topic.
  3. 03related materialClaude Code Auto Mode Gates Actions Instead Of ExplanationsContinue through the Coding agents topic.
  4. 04related materialCline Hooks Put Deterministic Rules Inside The Agent LoopContinue through the Coding agents topic.
  5. 05related materialEvoCode-Bench Exposes Multi-Turn Regression RiskContinue through the Coding agents topic.

These links are also published in this page’s JSON twin and as typed edges in DiscoveryGraph v1.

Who read this page?Machine requests, hidden until opened

Loading the privacy-safe route aggregate…

Open the JSON contract