Welcome. My work explores a single, critical question: How do we master the tools of a complex digital world?

Whether it’s deploying a Kubernetes cluster, automating a workflow, or—most recently—partnering with artificial intelligence, my goal is the same: to move beyond simply using technology and toward directing it with strategy, wisdom, and insight.

I’ve codified my framework for this new era of work in my book, The Centaur’s Edge: A Practical Guide to Thriving in the Age of AI. It provides the mindset and practical exercises needed to turn AI from a mysterious force into a powerful partner.

This blog is my workshop for that ongoing journey. I’m glad you’ve joined me.

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

Using AI to Analyze Log Files for Security Threats

Research-Based Guide: This post synthesizes techniques from security research, documentation, and established practices in AI-powered log analysis. Code examples are provided for educational purposes and should be tested in your specific environment before production use. The Log Analysis Challenge Modern systems generate massive amounts of log data. A typical web server might produce thousands of log entries per hour, while enterprise infrastructure can generate millions of events daily. Traditional log analysis approaches—grep commands, regex patterns, and manual review—simply don’t scale. ...

November 9, 2025 · 8 min · Scott

Understanding the Implications of Open-Sourcing AI Models

Understanding the Implications of Open-Sourcing AI Models Note: This analysis is based on public releases of open-source AI models (Meta’s Llama 2/3, Mistral AI, Stability AI, xAI’s Grok), research from AI governance organizations, and documented licensing frameworks. The landscape evolves rapidly - verify licensing terms and model capabilities from official sources. The open-sourcing of large language models and diffusion models represents a fundamental shift in AI development. Meta’s Llama 2 release (July 2023), Mistral’s series of open models, and subsequent releases have sparked debate about innovation velocity, safety considerations, and competitive dynamics. According to research from Stanford’s HAI, open-source models have enabled thousands of derivative applications while raising concerns about misuse potential and intellectual property frameworks. ...

August 26, 2025 · 10 min · Scott
An illustration of a centaur at a desk, symbolizing human-AI collaboration.

Feeling Dull in the Age of AI? It's Time to Become a Centaur.

It’s 3:00 PM on a Tuesday, and you’re in a state of flow unlike any you’ve experienced before. In the last hour, you’ve drafted a complex marketing proposal, summarized a dense report, and cleared a backlog of twenty emails. The to-do list shrinks, the work flows effortlessly, and you feel like a superhero of productivity. But this new superpower comes with a subtle trade-off. Later that day, you find yourself reaching for a calculator to figure out a 15% tip. The mental path to the answer feels strangely foggy. The moment leaves a quiet question that sounds a lot like, “Used to be, I could do that in my head.” ...

August 7, 2025 · 5 min · Scott Algatt