The Biggest Flaw in My AI Evaluation Wasn't the Models. It Was My Scorecard.
I recently ran a small evaluation to compare three AI coding assistants. The task sounded straightforward: give each model the same engineering artifa…
Latest Testing & QA news from Tech News
I recently ran a small evaluation to compare three AI coding assistants. The task sounded straightforward: give each model the same engineering artifa…
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…
2026-07-23 — Masih Moafi I build Elpis , a terminal coding agent forked from Codex-rs, focused on one thing: keeping your context window empty. Its wh…
Как я автоматизировал превращение вайбкодерского 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…
Originally published at tddbuddy.com . Reviewing the diff is now harmful, not just insufficient. This is the first post in a two-part series, "The PR …
Originally published at blog.whynext.app . Anyone who has had an AI agent do code review knows this. It's pretty good at other people's code. But have…
The call-order change came back pass-with-risk. I read the recommendation, saw it had a name and a reason, and felt the task close. Then I looked at t…
CCA-Audit — open source (MIT) AI code review has a trust problem, and it's not that it misses bugs. It's that it invents them. If you've run an LLM ov…
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 …
A while back, a "read-only" code reviewer I was running rewrote my git history. Read-only, as it turns out, holds right up until the model decides a f…
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…
TL;DR — AI assistants are producing C# that looks correct and passes review, but reintroduces production regressions we spent years training out of te…
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…
For the past ten days I've been building a GitHub bot that reviews pull requests against a team's own written conventions. Not a generic "linter with …
I have reviewed so much code that I usually prefer multi-line formatting by default. Not because it looks prettier. Because code review happens line b…
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 …
What "agentic" actually buys you over a linter, why single-model approaches stall, and why false positives — not raw model capability — determine whet…
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…
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…