ISSN · vol. 26 · larryludlow.com
2026-04-26 · 12:00

Blog

11 entries
↳ /blog/index.xml
011
2026-04-19
10 min

Your CLI Isn't Agent-Friendly. Here's What I Fixed.

I rebuilt a 200-command CLI for AI agent consumption. Not the commands themselves, but the help text, output formats, exit codes, and examples. That was enough.

#ai
#engineering
#cli
#claude-code
009
2026-04-12
11 min

What an AI agent actually did in my homelab rebuild

A full infrastructure rebuild across 35 devices, with Claude Code handling planning, config generation, and many of the execution steps. What worked, what broke, and what still needed a human.

#ai
#claude-code
#homelab
#infrastructure
007
2026-04-06
8 min

The AI Skills Audit

What happens when you treat your AI agent's skill library like production code, and what breaks when you don't.

#ai
#claude-code
#engineering
006
2026-03-30
9 min

Plans Are the Engineering

Four projects, 150 plans, and the realization that the plans matter more than the code they produce.

#ai
#engineering
#workflow
005
2026-02-02
8 min

Skippy Gets a Brain

Fine-tuning GPT-3 gave Skippy real personality. Fine-tuning GPT-4o made him insufferable. The transfer learning era of a homebrew chatbot.

#ai
#homelab
#python
#skippy
004
2026-01-26
8 min

Teaching Skippy to Talk

From char-rnn profanity to DialoGPT conversations. How transfer learning turned an angry chatbot into something people actually wanted to talk to.

#ai
#homelab
#python
#skippy
003
2026-01-19
7 min

Skippy Is Born

RNNs, seq2seq, and a Reddit-trained chatbot that came into the world swearing. The moment the project got a name.

#ai
#homelab
#python
#skippy
002
2026-01-12
7 min

RNN Fever Dream

Seq2seq papers land, Torch7 exists, and suddenly my homelab is generating conversations about the meaning of life. The moment AI stopped being a toy.

#ai
#homelab
#python
#skippy
001
2026-01-05
5 min

Markov Chains and Bad Ideas at 3am

Building IRC and Twitter bots with Markov chains, Python, and a homelab that ran hot enough to heat the room. The first experiments that started everything.

#ai
#homelab
#python
#skippy