Code Review

10 articles about code review.

The Danger of Plausible-Looking AI Code - How to Catch Subtle Bugs

·2 min read

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.

ai-codebugscode-reviewqualitydeveloper-tools

Running AI Agents as Actual Employees in Real Workflows

·2 min read

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.

ai-agentsworkflowparallel-agentssocial-mediacode-reviewproductivity

Opus for Planning, Codex for Review: When 8 Phases Were Supposed to Be 5

·2 min read

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.

opuscodexparallel-agentsproject-planningcode-reviewclaude-code

Pair Programming with AI - Write the Spec First, Approve the Plan

·3 min read

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.

pair-programmingai-codingspecworkflowplanningcode-review

$25 Per PR Review Is Wild - Run Claude Code on the Diff Yourself

·2 min read

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.

claude-codepr-reviewcode-reviewcost-savingsdeveloper-toolsskills

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 write.

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 like in practice.

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