Where the Review Point Moved
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 …
Tech news from the best sources
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…
So, I’m still fairly new to this dev thing—five years full-time, now a senior dev. I was recently told to pick up Angular for a new project at work, b…
Our team grew this year, and the PR volume has grown with it. Certainly faster than the ticket generation. New people means more code moving through t…
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…
What Verification Debt Is Technical debt describes the future cost of choosing a fast, expedient solution over a better one. Verification Debt is a re…
We were closing a security hole. It let you run a root level shell through Discord, which is too dangerous to leave open. The fix looked straightforwa…
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…
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…
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…
Originally published in Temrel , a weekly newsletter on agentic engineering. You ask an agent to code an update. It takes about 90 seconds to produce …
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…
AI can write 10x more PRs now and the team is still checking them at the same pace as last year. That gap? It's growing every sprint. And almost nobod…
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 have reviewed code for years, and for most of that time the habit was simple. Open the diff. Read every line. Find what is wrong. It worked, and it …
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…
Every time I asked Claude to review my branch, I got one of two answers: a cheerful "Looks good! 👍" or a vague list where I couldn't tell a real bug f…
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…
GitHub moved Copilot Chat's richer pull request experience to general availability this week — side-by-side chat with diffs, inline editing, and conte…
TL;DR — AI assistants are producing C# that looks correct and passes review, but reintroduces production regressions we spent years training out of te…
When a PR on my team crosses 500 changes, it gets the same response every time: this one's too big...let's break it down. I don't enjoy being the line…
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…
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 …