Feeling overwhelmed by AI? Learn the Centaur Mindset. Read More
A developer tracing through error output in a terminal with AI suggestions alongside

Error Debugging with AI: Beyond Stack Overflow

This post continues “The Centaur’s Toolkit” series on practical human-AI collaboration in technical work. The error showed up in production on a Wednesday afternoon. sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) SSL SYSCALL error: EOF detected I knew this error. Or thought I did. Stack Overflow had dozens of answers: upgrade psycopg2, check your SSL certificates, adjust your connection timeout. I’d even hit this error two years earlier on a different project, and the fix had been a connection pool configuration change. ...

February 27, 2026 · 10 min · Scott Algatt
A curated collection of AI tools on a developer's desktop

Building Your Personal AI Toolkit: Tools That Actually Matter

This is Part 5 of “The Centaur’s Toolkit” series, where we explore practical strategies for human-AI collaboration in technical work. A new AI coding tool launches every week. Actually, that’s an understatement. Multiple tools launch every week, each promising to revolutionize your workflow. Each one has a Twitter thread explaining why it’s better than what you’re using now. If you tried to evaluate every new tool, you’d never write any code. ...

February 13, 2026 · 9 min · Scott Algatt
A dashboard showing productivity and quality metrics for AI-assisted development

Measuring Your AI Collaboration Effectiveness

This is Part 4 of “The Centaur’s Toolkit” series, the finale. We’ve covered collaboration fundamentals, security applications, and calibrating trust. Now we tackle the question that ties it all together: is this actually working? You’ve been using AI as your coding partner for three months. You feel faster. More productive. Like you’re getting more done in less time. But feelings lie. That sense of productivity might be real. Or it might be the satisfaction of constant activity masking the fact that you’re shipping buggier code, accumulating technical debt, or slowly losing skills you used to have. ...

January 23, 2026 · 10 min · Scott Algatt
A balance scale weighing AI speed against human verification

When to Trust (and Verify) AI Output

This is Part 3 of “The Centaur’s Toolkit” series. We’ve covered AI pair programming fundamentals and building AI-assisted security tools. Now we tackle the hardest skill: knowing when to trust what AI tells you. Last week, I asked an AI to help me understand a library I’d never used. It gave me a confident, detailed explanation of the validateSchema() method, complete with parameter descriptions and example usage. The method doesn’t exist. The AI invented it. The explanation was coherent, the examples looked plausible, and if I hadn’t tried to actually use the code, I might have wasted hours debugging a function call to something that was never real. ...

January 16, 2026 · 10 min · Scott Algatt
A developer collaborating with AI, represented as a centaur at a computer

AI Pair Programming: Beyond Code Completion

This is Part 1 of “The Centaur’s Toolkit” series, where we explore practical strategies for human-AI collaboration in technical work. You’ve been using GitHub Copilot for six months. Or maybe it’s Claude, ChatGPT, or Cursor. The tab key has become your best friend. Boilerplate code that used to take twenty minutes now takes two. You feel faster. More productive. Like a coding superhero. But lately, something feels off. You catch yourself accepting suggestions without really reading them. You accept a function completion and realize you’re not entirely sure what it does. Yesterday, you spent an hour debugging code that the AI wrote, code you wouldn’t have written that way yourself. ...

January 2, 2026 · 10 min · Scott Algatt