Code Review
10 articles about code review.
The Danger of Plausible-Looking AI Code - How to Catch Subtle Bugs
AI-generated code compiles, passes linting, and looks correct. But the logic can be subtly wrong in ways human-written code never is. Code review habits need to change.
Running AI Agents as Actual Employees in Real Workflows
How to run multiple Claude Code instances in parallel as actual team members - handling social media, PR reviews, and discrete tasks with real workflow patterns.
Opus for Planning, Codex for Review: When 8 Phases Were Supposed to Be 5
How to use Opus for project planning and Codex for code review when running parallel Claude agents. Lessons from a project that grew from 5 planned phases to 8.
Pair Programming with AI - Write the Spec First, Approve the Plan
The best workflow for AI pair programming: write a short spec, let the agent propose its plan before writing any code, then approve step by step. Control without micromanaging.
$25 Per PR Review Is Wild - Run Claude Code on the Diff Yourself
AI-powered PR review services charge $25 per pull request, but you can run Claude Code on the diff yourself for a fraction of the cost using a custom review skill.
Reading Extended Thinking from 5 Parallel Claude Code Agents
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.
When Developers Stop Writing Code and Start Reviewing AI Agents
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 write.
Write Specs Before PRs to Avoid Redesign Debates in Code Review
How writing a short spec before non-trivial PRs prevents architecture debates during code review and saves hours of rework.
From Writing Code to Reviewing Code - The AI Shift
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 like in practice.
The AI Verification Paradox - We Code Faster But Ship Slower
AI makes individuals write code faster, but teams are moving slower. The bottleneck shifted from writing code to understanding what code just got written.