A PR review agent with 2 comments beats one with 20
A good review agent needs a bias toward silence, a validation pass against its own findings, a context budget, and a definition of "correct" that come…
Latest Architecture news from Tech News
A good review agent needs a bias toward silence, a validation pass against its own findings, a context budget, and a definition of "correct" that come…
Как я автоматизировал превращение вайбкодерского PoC в production-ready MVP За несколько часов с помощью AI можно собрать работающий PoC: интерфейс от…
Yesterday afternoon I was about to ship a change to a production pipeline. The code was written, tested, deployed to the runtime directory. The nightl…
The agent handed me a function that fetched a Stripe customer, read customer.tax_ids.data[0].value , and used it as the VAT number for an invoice. Cle…
TL;DR If you frame yourself as the manager with final accountability, it becomes clearer where human review is necessary in an AI-driven workflow. You…
The morning I announced what I'd been building, a comment showed up on the post. It was friendly. It opened with a compliment, agreed with me, and the…
Bolting an LLM onto your pull requests is a weekend project. Building AI code review that your engineers don't disable within two weeks is the actual …
You merge the PR. The build passes. The code does what you expected it to do. You move on. That is review for most engineers. A final read. A feeling …
Originally published on productize.life . Quick answer: gstack is an open-source (MIT) skill set that Garry Tan, president of Y Combinator, builds wit…
While building an AI code review product (Orange Codens), there was one design problem that dominated everything else: when the reviewer is AI and the…
Code review is one of the most valuable activities in software development — but also one of the most inconsistent. I've seen teams where every review…
I got a PR to review recently. Large diff, AI-assisted, touching a module three other features depended on. The description was one sentence. It named…
I think a lot of people still imagine AI coding as opening ChatGPT, asking for code, and copy-pasting the result. That's not really how I work anymore…
Think about the last time you merged a PR without a proper review. Maybe tests passed. Maybe it looked fine at a glance. Maybe you were moving fast an…
When you ship alone, nobody catches your 2 AM mistakes. This article gives you a working Claude-powered review bot that runs on every pull request via…
there is a piece by shrijal shrestha called "various llm smells" that put words to something i think a lot of us have been feeling but not naming. the…
Hi, I'm Ryan , CTO at airCloset. Disclaimer : "cortex" in this article is the internal codename for an AI platform built in-house at airCloset. It is …
Last month I approved a 847-line pull request after spending maybe twenty minutes on it. Tests were green. Linter was clean. Coverage sat at ninety-on…
Last month, our team's bug escape rate dropped from 23% to under 3% . We didn't hire more QA engineers. We didn't write more tests. We started using C…
I shipped 3 bugs after 'looks good to me' AI code review last quarter I had one of those quarters where every PR went through an AI reviewer, every PR…
Your team's code review process was designed for a world where a developer wrote every line. In that world, a PR with 200 lines meant 200 lines of hum…