AI Pair Programming: It's a Junior Dev, Not a Wizard
AI coding assistants are useful when you treat them like a fast, literal junior teammate. Give them constraints, review their output, and stop expecting architectural insight.
Development coverage in this archive spans 7 posts from Jun 2021 to Jul 2026 and leans into practical engineering craft: interfaces, testing, and maintainable implementation details. The strongest adjacent threads are ai, productivity, and ai engineering. Recurring title motifs include ai, code, engineering, and practices.
AI coding assistants are useful when you treat them like a fast, literal junior teammate. Give them constraints, review their output, and stop expecting architectural insight.
Local AI is no longer a hobby project. Here's how to set it up properly: provider abstraction, versioned models, evaluation harnesses, and cloud fallback for when local isn't enough.
I've been running AI code review on real PRs for months. It catches some real bugs. It also generates a staggering amount of useless commentary.
ODD sounds fancy. It's not. It means writing logs, metrics, and traces before you ship, not after your first outage.