Feeling overwhelmed by AI? Learn the Centaur Mindset. Read More
AI-powered security automation workflow

AI-Powered Security Automation: Automating Incident Response Workflows

Note: This guide is based on technical research from authoritative security sources, NIST publications, MITRE ATT&CK documentation, and open-source security automation frameworks. The techniques described are technically sound and based on documented production implementations. Readers should adapt these approaches to their specific security requirements and compliance needs. Security Operations Centers (SOCs) face an overwhelming volume of security alerts. According to the Ponemon Institute’s 2023 Cost of a Data Breach Report, organizations receive an average of 4,484 security alerts per day, with SOC analysts able to investigate only 52% of them. AI-powered automation offers a path to handle this alert fatigue while reducing mean time to respond (MTTR). ...

November 22, 2025 · 16 min · Scott
WordPress to Hugo migration visualization

From WordPress to Hugo: Lessons from a Static Site Migration

I’ve been running My Battles With Technology as a WordPress site since December 2020, after starting on Kubernetes with a custom nginx+PHP+git-sync deployment. While WordPress served me well for content management, I kept hitting the same pain points: plugin updates breaking things, security concerns with PHP, and the overhead of managing a database for what’s fundamentally a read-heavy content site. After reading about static site generators and seeing Hugo mentioned repeatedly in infrastructure circles, I decided to migrate. Here’s what that journey actually looked like. ...

November 8, 2025 · 11 min · Scott
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 technical document being collaboratively written by human and AI

The Documentation Problem: How AI Changes Technical Writing

This is Part 6 of “The Centaur’s Toolkit” series, where we explore practical strategies for human-AI collaboration in technical work. Nobody likes writing documentation. I’ve never met a developer who wakes up excited to document their code. We know it’s important. We know future-us will be grateful. We still procrastinate until the last possible moment, then write the bare minimum. This isn’t a character flaw. It’s a rational response to incentives. Documentation takes time, provides no immediate feedback, and often becomes outdated before anyone reads it. The effort-to-reward ratio feels terrible. ...

February 20, 2026 · 12 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