Code Review

19 articles about code review.

When AI Code Review Flags Intentional Behavior as a Bug

·2 min read

The real gap in automated code review is not missed bugs - it is when AI catches something that looks wrong but is actually intentional. Pattern matching

ai-codingcode-reviewlogic-errorsfalse-positivesdeveloper-tools

AI Made My Team Write 21% More Code - The Review Queue Doubled

·2 min read

AI does not remove bottlenecks, it moves them downstream. When code generation gets faster, code review becomes the new constraint.

code-reviewbottleneckai-codingproductivitydeveloper-workflow

Why Automated Code Review Catches Syntax but Misses Logic Errors

·2 min read

Automated code review tools are pattern matchers, not business logic understanders. They catch formatting issues but miss the logic errors that actually

code-reviewlogic-errorsai-agentsdeveloper-toolsautomation

Claude Code Writes Your Code, but Do You Know What's in It?

·2 min read

AI coding agents restructure modules in unexpected ways. The code works but the architecture drifts from your mental model unless you actively review

code-reviewclaude-codearchitectureai-codingai-agents

Tell Your Coding Agent to Ship Small Chunks

·3 min read

Large AI-generated PRs are unreviewable. Ship features in small chunks with per-feature CLAUDE.md specs and separate agent sessions for each piece.

ai-codingclaude-codeworkflowcode-reviewshippingclaudeai

Cross-Review Between Parallel Agents Catches the Bugs Single Agents Miss

·5 min read

When parallel agents review each other's work instead of their own, they catch integration-level bugs that self-review misses. The data shows 87% fewer false positives and 3x more real bugs found.

multi-agentcode-reviewparallel-agentsorchestrationquality

I Measured Every Hour My Human Worked for Two Weeks

·2 min read

After tracking a developer's time for two weeks, the data showed they stopped writing code entirely. With AI agents, output increased 89x while the human

productivitytime-trackingai-agentsdeveloper-workflowcode-review

Multi-Agent Code Review Loops - The Simple Pattern That Works

·2 min read

Running parallel AI coding agents works best with a simple pattern: one agent writes code, another reviews it. Here is how to set it up.

multi-agentcode-reviewparallel-agentsai-codingdeveloper-workflow

Orchestrator Implementor Review Loop - Code Review with tmux Claude Code Sessions

·2 min read

How to implement a code review loop using tmux-based Claude Code orchestration with separate orchestrator, implementor, and reviewer sessions.

claude-codetmuxcode-revieworchestrationmulti-agent

Running Parallel AI Agents on Isolated Git Worktrees for Small, Reviewable PRs

·5 min read

The biggest problem with AI-generated PRs is scope creep - agents touch dozens of files across unrelated concerns. Isolated git worktrees with one agent per concern fixes this and produces PRs humans can actually review.

git-worktreesparallel-agentspull-requestscode-reviewworkflowexperienceddevs

Special Token Injection Attacks on AI Coding Agents

·3 min read

Gaslighting LLMs with special token injection is a real threat to AI coding agents. Learn how these attacks work and how to defend your agent workflows.

securityprompt-injectionai-agentscode-reviewllm-attacks

Reviewing AI Agent Code Changes - What Was Not Modified Matters More

·5 min read

The diff shows what changed. The real bugs hide in what the agent decided not to change. A systematic approach to reading the negative space in AI-generated diffs.

code-reviewgit-diffagent-behaviordebuggingcode-changes

Vibe Coding Is Not an Excuse to Skip Code Review

·2 min read

Your CTO saying 'just vibe code it' is not a strategy. Using AI to ship faster works - but only if you still review what it produces.

vibe-codingcode-qualityai-codingcode-reviewproductivity

Why Software Engineers Are Divided on AI - The 5x Gain Is Not Where You Think

·2 min read

The real AI productivity gain for developers is in code review and navigation, not code generation. This explains why engineers disagree on AI's value.

ai-productivitycode-reviewdeveloper-opinionsoftware-engineeringnavigation

Reading Extended Thinking from 5 Parallel Claude Code Agents

·2 min read

What it feels like reading extended thinking from 5 parallel Claude Code agents. It is like having 5 coworkers all privately judging your code at the same time.

claude-codeextended-thinkingparallel-agentsdeveloper-experiencecode-review

When Developers Stop Writing Code and Start Reviewing AI Agents

·3 min read

Going from writing code to mass-reviewing output from 5 parallel Claude agents. Haven't typed a function in weeks. The new developer workflow is review, not

code-reviewparallel-agentsclaude-codedeveloper-workflowai-developmentproductivity

Write Specs Before PRs to Avoid Redesign Debates in Code Review

·2 min read

How writing a short spec before non-trivial PRs prevents architecture debates during code review and saves hours of rework.

code-reviewspecsengineering-processpull-requestsarchitecture

From Writing Code to Reviewing Code - The AI Shift

·3 min read

The job changed from writing code to mass-reviewing AI-generated code from parallel agents and writing CLAUDE.md specs. Here is what that transition looks

code-reviewclaude-codeai-workflowdeveloper-experiencespecs

The AI Verification Paradox - We Code Faster But Ship Slower

·2 min read

AI makes individuals write code faster, but teams are moving slower. The bottleneck shifted from writing code to understanding what code just got written.

ai-codingcode-reviewengineering-cultureopinionproductivity

Browse by Topic

How did this page land for you?

React to reveal totals

Comments ()

Leave a comment to see what others are saying.

Public and anonymous. No signup.