Posts tagged "infrastructure"
-
The Agents Have Eyes Now
Replaybook can now hand infrastructure agents a production topology diagram. Six models made 18 durable repairs, and Luna beat the flagship on speed and cost.
-
The Battleground Has a Map Now
Agents of Empires started as three rows in a terminal. I gave the battleground a service map driven by the same referee events that decide who wins.
-
Agents of Empires: Not a Leaderboard, a Battleground
I dropped DeepSeek, Luna, and GLM into identical blank NixOS hosts and made them race to recover queued work, survive a reboot, and produce the first durable deployment.
-
What $25 of AI Inference Bought Me
I spent $25 sending models into broken Linux hosts. It bought more experimentation than I expected, but the tokens were never the scarce part.
-
Infrastructure Agents, Priced Per Repair
I sent several models into copies of the same broken Linux host. The useful number was not token price. It was the cost of a repair that survived restart and reboot.
-
Evaluating Infrastructure Agents in Running Systems
A passing health check is not a durable repair. I connected Replaybook, Harbor, Nix, and claux to test whether agents can actually fix broken services.
-
jolteon: An LLM Routing Proxy for Discourse
We run several vLLM backends for Discourse's AI features. Hardcoding which backend handles which feature was getting messy. jolteon is the Rust proxy we built to fix that - it shipped yesterday.
-
When Your Coffee Roaster Builds the First Version
A coffee roaster built production planning software with Claude. I handled the infrastructure. What this collaboration reveals about AI-enabled development.
-
How Jennifer Aniston and Friends Cost Us 377GB and Broke ext4 Hardlinks
A backup deduplication fix, filesystem hardlink limits, and the Jennifer Aniston reaction GIF that stress-tested our infrastructure.
-
From Bash Scripts to NixOS: Real Declarative Infrastructure on a VPS
Converting a bash script + systemd-based VPS to NixOS for truly declarative infrastructure. No more update scripts or edge cases, just configuration.nix.
-
Running VPS Infrastructure with Systemd
Declarative VPS infrastructure using systemd services. Running Gitea, Woodpecker CI, Scrob, and GoatCounter with automated deployment scripts.