conv.

All stories
AIQuiet 9d · day 10

AI coding agents hit reality: 'dubious code' and disappointed ROI

Developer advocates argue agents can build software faster if given better environments, but early experiments with autonomous coding have underperformed expectations.

What to know

  • AI coding agents have underperformed expectations in practice—organizations that deployed agents to codebases in 2026 generated poor-quality code with weak business returns despite early hype.
  • The bottleneck is not AI model capability but the development environment: agents need cloud environments that let them test code realistically (catching race conditions, not just surface bugs) before deployment.
  • As automation improves, human engineers will shift from writing code to conceiving ideas—loop configuration will become cheap infrastructure, not a high-value skill.

The dispute Whether agent unreliability stems from insufficient model capability (requiring new generations of AI) or from incomplete development infrastructure and oversight systems (fixable within current tools). · positions read across 19 posts and comments

some voices

Current agents are too unreliable and inconsistent; they need fundamentally more capable models to work reliably.

  • “I don't see how this could work, right now, since every failing I've had was just generic stupidity of the AI, which is brilliant one minute, and a complete idiot the next.”

    nomel · Hacker News ↗
many voices

Infrastructure and governance processes—not just better models—are the real missing pieces; existing practices like CAPA, code review, and incident management can be adapted for agents.

  • “We just need to adapt these designs the best we can to AIs. AI have a lot of advantages over humans like speed, controllability, good defaults (e.g. Claude will write helpful comments unprompted which is better than most engineers).”

    2001zhaozhao · Hacker News ↗

Detail.dev Software development platform / author

AI coding agents hit reality: 'dubious code' and disappointed ROI
blog.detail.dev

How it unfolded 1 development · click the chart to see its coverage articlespostscomments

Peak 14 pieces in 3h at Sep 17, 12 PM; 21 pieces over 10 days (1 article · 2 posts · 18 comments) Sep 17, 12 PM — 14 pieces · 1 article · 2 posts · 11 comments — Hacker News 12, Mastodon 1, Newswires 1Sep 17, 3 PM — 4 pieces · 4 comments — Hacker News 4Sep 17, 6 PM — 2 pieces · 2 comments — Hacker News 2Sep 17, 9 PM — quietSep 18, 12 AM — quietSep 18, 3 AM — quietSep 18, 6 AM — 1 piece · 1 comment — Hacker News 1Sep 18, 9 AM — quietSep 18, 12 PM — quietSep 18, 3 PM — quietSep 18, 6 PM — quietSep 18, 9 PM — quietSep 19, 12 AM — quietSep 19, 3 AM — quietSep 19, 6 AM — quietSep 19, 9 AM — quietSep 19, 12 PM — quietSep 19, 3 PM — quietSep 19, 6 PM — quietSep 19, 9 PM — quietSep 20, 12 AM — quietSep 20, 3 AM — quietSep 20, 6 AM — quietSep 20, 9 AM — quietSep 20, 12 PM — quietSep 20, 3 PM — quietSep 20, 6 PM — quietSep 20, 9 PM — quietSep 21, 12 AM — quietSep 21, 3 AM — quietSep 21, 6 AM — quietSep 21, 9 AM — quietSep 21, 12 PM — quietSep 21, 3 PM — quietSep 21, 6 PM — quietSep 21, 9 PM — quietSep 22, 12 AM — quietSep 22, 3 AM — quietSep 22, 6 AM — quietSep 22, 9 AM — quietSep 22, 12 PM — quietSep 22, 3 PM — quietSep 22, 6 PM — quietSep 22, 9 PM — quietSep 23, 12 AM — quietSep 23, 3 AM — quietSep 23, 6 AM — quietSep 23, 9 AM — quietSep 23, 12 PM — quietSep 23, 3 PM — quietSep 23, 6 PM — quietSep 23, 9 PM — quietSep 24, 12 AM — quietSep 24, 3 AM — quietSep 24, 6 AM — quietSep 24, 9 AM — quietSep 24, 12 PM — quietSep 24, 3 PM — quietSep 24, 6 PM — quietSep 24, 9 PM — quietSep 25, 12 AM — quietSep 25, 3 AM — quietSep 25, 6 AM — quietSep 25, 9 AM — quietSep 25, 12 PM — quietSep 25, 3 PM — quietSep 25, 6 PM — quietSep 25, 9 PM — quietYesterday, 12 AM — quietYesterday, 3 AM — quietYesterday, 6 AM — quietYesterday, 9 AM — quietYesterday, 12 PM — quietYesterday, 3 PM — quietYesterday, 6 PM — quietYesterday, 9 PM — quietToday, 12 AM — quietToday, 3 AM — quietToday, 6 AM — quietToday, 9 AM — quietToday, 12 PM — quiet 1
Sep 18Sep 19Sep 20Sep 21Sep 22Sep 23Sep 24Sep 25yesterdaynow · 3:49 PM ET
  1. 1

    Author predicts human engineers will focus on idea generation, not loop setup

    Counter to the prevailing view that engineers will spend time configuring agent loops and writing goal prompts, the author argues that future engineering value lies in conceiving novel ideas and high-upside problems. Loop configuration will eventually become cheap and easy once tooling matures, making idea generation the scarce resource.

    “Rather, the most valuable engineering work is going to be having good ideas. The important ideas are still coming from outside the software factory.”
    — Detail.dev
    • In the end, we already have processes that work for humans and we know the types of testing, verification and review that makes a codebase grow healthily. We just need to adapt these designs the best we can to AIs.AI have a lot of advantages over humans like speed, controllability, good defaults (e.g. Claude will write helpful comments unprompted…

      2001zhaozhaoHacker News9d agoview on Hacker News ↗
    2 more of the top 3 · 19 posts in this stretch
    • hkrn@mstdn.social

      Towards Self-Driving Codebases L: https:// blog.detail.dev/posts/towards- self-driving-codebases/ C: https:// news.ycombinator.com/item?id=4 9743527 posted on 2026.09.17 at 12:58:31 (c=0, p=3)

      hkrn@mstdn.socialMastodon10d agoview on Mastodon ↗
    • Every place I've worked at has positioned their SEV review process as 'blameless' with respect to the engineers who created the code, processes, etc that led to the incident. On paper, it's not about pointing fingers (though I've found this to be somewhat idealistic), but about finding faults in the processes that let bad code slip through the…

      jeffnashHacker News10d agoview on Hacker News ↗
    all of them →
  2. background

    Author argues development environment, not model capability, is bottleneck — The post contends that agents are capable enough to handle more work if operating environments improve. The limiting factor is not the models or harnesses themselves, but cloud development environments that allow agents to exercise code in realistic ways before deployment—catching bugs that agents cannot currently perceive, such as race conditions.

  3. background

    Author positions agents in 'trough of disillusionment' phase — The post frames the current state of AI coding agents within Gartner's hype cycle, arguing the field is in the trough of disillusionment—a phase where utopian visions from months earlier are proving unworkable in practice, but where the next breakthrough will come from establishing best practices and building necessary tooling.

  4. background

    Detail.dev publishes post on shortcomings of autonomous code agents — A blog post titled "Towards Self-Driving Codebases" argues that despite initial enthusiasm, autonomous agents have largely disappointed when tasked with real software work. The author notes that engineering organizations spent significant effort deploying agents and adversarial loops in the first half of 2026, but results were poor—generating 'mountains of dubious code' without meaningful improvements in software quality or business outcomes.

What people are saying 16 voices from 1 site · best of 19 · verbatim