frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

The End of Code Review: Coding Agents Supersede Human Inspection

https://arxiv.org/abs/2606.13175
19•cribwi•2h ago

Comments

sarchertech•1h ago
This is an undergraduate level persuasive essay masquerading as an academic paper.

The title implies some novel research or a review of existing research that that clearly shows agents are better at code review than humans but then provides this single paragraph on the review capabilities of agents:

> Beyond general software engineering, several strands of work speak specifically to the capabilities that code review re- quires. Pornprasit and Tantithamthavorn evaluate LLM-based automated review in industrial settings and find that agents detect the same categories of defect that human reviewers target: correctness errors, security weaknesses, performance inefficiencies, and style violations [12]. Li et al. demonstrate that CodeReviewer produces actionable inline comments at quality that is at least comparable to those of trained human reviewers on a significant fraction of the evaluation set [11].

cbarnes99•1h ago
This feels like some combination of monumentally stupid and incredibly naive.
SimianSci•1h ago
> "To support the claim that coding agents can displace human code review, we survey evidence of agent capability across three dimensions: benchmark performance on softwareengineering tasks, review-specific capabilities, and developer productivity with deployed tools"

Not sure I can agree with this premise, especially since there seems to be a complete lack of "real-world results" in this evaluation. This strikes me as being written by a theorist, who's only experience with Quality Assurance exists in studies or papers.

devin•1h ago
Big eye roll from me.

"Can't scale due to too many PRs" neglects answering questions like: Are these PRs valuable? Are they just additional PRs to right the wrongs of previous ill-conceived PRs? How much churn is going on here? Is the influx of PRs a permanent state, or something that we'll only live through temporarily because we have a lot of little things we can set our agents upon, but after they're done we'll return to a normal work cadence?

SpicyLemonZest•1h ago
I don't believe that a human being wrote this paper. The "review-specific capabilities" section is obviously the only one that matters to the thesis, and it does not actually point towards any data indicating that coding agents supersede human inspection. An LLM, though, could easily be distracted or prompted into making the leap from "same categories" + "comparable on a significant fraction of the evaluation set" to "superior".
jmuguy•1h ago
This seems to take the view that code review is essentially linting for simple issues. Our team is fairly small so "code review" usually involves QA and everything else you might want to do before something is pushed to production.

But yeah - I can have one LLM check another LLMs work. Kind of a waste of tokens for most PRs.

_se•1h ago
What in the LLM psychosis is this
jpgvm•1h ago
This is honestly the biggest battle with AI driven development right now. You have these extremely potent tools that can output a ton of really great code if they are wielded correctly but there is simply no way to keep up with their output at human review pace (which was already slower than human code creation pace).

I think the only real solution is to add increasingly strict guardrails that can be enforced with a combination of more AI agents and actual executable contracts. The other aspect is through using languages and tools that densify correctness. i.e languages like Rust that have very rich type system so both review and design can be focused on a small by volume slice which is the core types. The other main tools for densifying correctness are formal methods, (model checking, etc), fuzzing/property based testing and static analysis.

All of these tools are cheaper to use than they once were because of lot of the minutiae can be handled AI agents while core invariants can receive heavy human scrutiny.

IMO generative AI is here to stay in development so may as well get ahead of the game and start using these tools to try get the best out of it.

coldtea•1h ago
>the naive integration in which agents write code and humans remain the mandatory reviewers is a dead end because it neither provides meaningful assurance nor scales with AI-assisted throughput.

Who said it has to "scale with AI-assisted throughput"? AI can produce code all day, the goal is not to fill storage with AI code, is to make products, following product tradeoffs, timelines, and decisions.

AncoraImparo•1h ago
Ahhhhhhhhhh hahahahahahahahahahaha. No. We have all seen how bad these LLMs are at coding, let's not have it review it's own failed coding attempt, too.
synthesis•1h ago
Here is my take:

- I disagree with the contributions

- I suspect most of the paper was written / edited by "generative AI"

It is a shame that "researchers" have started using generative AI to such a large degree as it now masks the voice of the person. Generative AI tends to claim things that are not true and tends to use words that are unsuitable. This text leaves a bad taste in my mouth.

(Edits: formatting)

synthesis•1h ago
In a way, this discussion here is proof as to why human code review is necessary.

- The paper is garbage, and a human review process would reject it.

__As is the case in this discussion__. The sentiment of the discussion section (at the time of writing) seems to be in favor of rejecting this paper. (Of course, to make it a proper experiment, one would need to also give the paper to a "generative AI" reviewer to see if it would reject it or not, but I cannot bother.)

edwinjm•1h ago
It seems they didn’t even do any research. This is not science, it’s just an opinion.
vcarrico•1h ago
Ironically, the number of sentences in bold tells me that an AI wrote this with no human review.
nilirl•1h ago
And here I am huffing and puffing because the latest models keep adding nonsense to my codebase.

Have you seen the decisions LLMs make? They write code like the worst developers I know. They're lazy, short-sighted, and impossible to teach.

arvyy•1h ago
It took 6 turns for opus 4.8 to attempt to make an illegal move in chess against me.

Yes you can setup guardrails and validations and other things, but as long its primary brain is demonstrably full of holes, I feel obligation to at very least be always be capable to take over the code. To me this means it should stay human-maintainable, and that's for humans to decide what is and isn't, one review at a time.

jauntywundrkind•2m ago
I do think there's some real limits to code review as we do it and that we need to figure out what is next, to some degree. That's just my belief here. Orgs keeping to the past are going to be kind of miserable; leads already had a ton of responsibility for understanding it all, and it feels like that just isn't feasible to keep on with.

That's a pretty bike take, but I think a bit less than what this paper is saying.

A more mild sub-argument I really enjoyed recently was just that we have basically an obligation to have AI code review:

> Nuclear opinion: I don’t care if you use AI to write code,¹ but making a human review a change before an LLM is disrespectful.

> Why am I catching your bugs if a computer could have done it? It’s like asking to review code that doesn’t compile or pass CI.

https://bsky.app/profile/filippo.abyssdomain.expert/post/3mo...

This makes me also really appreciate a thread that shows up recently, where folks were talking about their code/repo forges. Using tickets/PRs as rendezvous for where people and agents come together had very high appeal to me. Being able to surface discussion in a shared context seems crucial.

Jerry's Map

http://www.jerrysmap.com/the-map
187•turtleyacht•2h ago•22 comments

Swift Package Index joins Apple

https://swiftpackageindex.com/blog/swift-package-index-joins-apple
114•JDevlieghere•3h ago•36 comments

Anthropic updates their terms to verify age or identity

https://www.anthropic.com/legal/privacy
177•arunc•1h ago•142 comments

FUTO Swipe – A new swipe typing model

https://swipe.futo.tech/
95•futohq•3h ago•33 comments

AI Hiring Tools Yield Racial Bias and Systemic Rejection; 26% Black & 15% Asian

https://hai.stanford.edu/news/ai-hiring-tools-can-yield-racial-bias-and-systemic-rejection
78•sizzle•2h ago•57 comments

Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX

https://tikz.dev/editor/
280•DominikPeters•6h ago•57 comments

Don't verify email addresses by sending spam to them

https://milek7.pl/mailverifyspam/
18•garaetjjte•47m ago•0 comments

F3

https://github.com/future-file-format/f3
533•tosh•4h ago•122 comments

Printing Gaussian Splats

https://www.patreon.com/DanyBittel/posts/printing-splats-161333338
41•ilnmtlbnm•2d ago•0 comments

The worthlessness of Vitamin D is mildly exaggerated

https://dynomight.net/vitamin-d/
106•surprisetalk•4h ago•73 comments

Unlimited OCR: One-shot long-horizon parsing

https://github.com/baidu/Unlimited-OCR
398•ingve•9h ago•95 comments

The deadly rise of giant trucks and SUVs

https://www.nytimes.com/interactive/2026/06/21/us/trucks-suv-pedestrian-crashes.html
244•xnx•1d ago•422 comments

Five monitors on a Commodore 128 [video]

https://www.youtube.com/watch?v=ul5hC3PY1Yg
82•EvanAnderson•1d ago•16 comments

San Diego photologs from the 1970s

https://www.beautifulpublicdata.com/san-diego-photologs-from-the-1970s/
122•jonathanmkeegan•4h ago•35 comments

Lift4D: Harmonizing Single-View 3D Estimation for 4D Reconstruction In-the-Wild

https://lift4d.github.io/
95•ilreb•6h ago•8 comments

The Coming Loop

https://lucumr.pocoo.org/2026/6/23/the-coming-loop/
246•ingve•10h ago•194 comments

Samsung demonstrates 3D stacked FETs with triple nanosheet channels at 42nm

https://semiconductor.samsung.com/news-events/tech-blog/from-gaa-to-3d-stacked-fet-expanding-the-...
64•its_ajseven•4d ago•21 comments

Show HN: The Cascade Graph – An interactive map of AI and energy constraints

https://atomprophet.io/tools/cascade/
8•antisyzygy•5h ago•2 comments

Claude Tag

https://www.anthropic.com/news/introducing-claude-tag
184•adocomplete•4h ago•109 comments

Plotnine

https://plotnine.org/
239•tosh•4d ago•70 comments

Mistral OCR 4

https://mistral.ai/news/ocr-4/
380•meetpateltech•7h ago•97 comments

Performance Improvements in Libffi

https://atgreen.github.io/repl-yell/posts/libffi-plan-cache/
28•atgreen•2d ago•6 comments

Show HN: Bun-sqlgen – Type-safe raw SQL for Bun, no ORM

https://github.com/ilbertt/bun-sqlgen
50•ilbert•6h ago•23 comments

MSG Made Dossier on Activists Who Opposed Facial Recognition

https://www.404media.co/madison-square-garden-made-dossier-on-activists-who-opposed-facial-recogn...
259•cdrnsf•7h ago•72 comments

Audit finds San Francisco tax official steered $10M contract to friend

https://sfstandard.com/2026/06/23/audit-sparked-standard-investigation-finds-tax-official-steered...
7•littlexsparkee•23m ago•2 comments

Elevated error rate across multiple models

https://status.claude.com/incidents/jbhf20wjmzrf
194•rob•6h ago•242 comments

The Low-Tech AI of Elden Ring

https://nega.tv/posts/low-tech-ai-of-elden-ring.html
72•g0xA52A2A•9h ago•43 comments

Solving Wordle using information theory

https://www.binghamton.edu/news/story/6327/s-m-a-r-t-these-researchers-used-math-to-crack-wordle
46•hhs•2d ago•52 comments

Finding the best dog treat with statistics

https://www.wespiser.com/posts/2026-06-19-best-dog-treat.html
121•wespiser_2018•1d ago•53 comments

Steam Machine launches today

https://store.steampowered.com/news/group/45479024/view/685257114654870245
1859•theschwa•1d ago•1621 comments