#ai
6 posts tagged ai.
May 31, 2026 · 10:0027 min
How Claude Built a 1,500-Entry Fingerprint Dictionary Using 153 Parallel Agents
A deep technical look at the multi-agent workflow that scraped the entire awesome-selfhosted dataset — nine runs, every architectural failure, exact agent counts and token numbers per run, and how it ended with Python bypassing agents entirely.
May 30, 2026 · 09:009 min
I Couldn't Make Sense of My Own Homelab. So I Built Orbiter.
I had Portainer running but it made figuring things out harder, not easier. And there was no single place to just click a link and open a service. I described the problem to Claude Code and it built me exactly what I needed.
May 13, 2026 · 22:006 min
What Free LLMs Actually Cost
I bought a NUC to run local LLMs and escape API costs. Then I tested local, free cloud, and paid cloud against the same prompts. The result wasn't 'pay for inference' or 'run it yourself' — it was that 'fast and free' isn't a quadrant that exists right now, and that has implications for anyone planning a personal AI setup.
May 9, 2026 · 09:007 min
The Agent Wrote the Code. I Wrote the Prompts. Here's the Full Story.
I've spent months building Android apps — todo, drawing, live wallpaper, launcher, Kotlin Multiplatform, full-stack with Ktor — entirely with Claude Code, without writing a line myself. This is an honest account of what worked, what didn't, what it cost, and what I think it means for how software gets built next.
May 7, 2026 · 09:005 min
Polaris & Hermes: Two Intel NUCs, One Personal Multi-Agent Setup
I had two old Intel NUCs, an obsession with AI agents that actually do things, and a decision to make about which machine gets which job. This is how I split them — and why the answer wasn't obvious.
May 2, 2026 · 10:007 min
I Gave Claude Code a 33-Page Spec. It Built a Production Android SDK in 12 Minutes.
Part 1 of 2: An experiment in using an AI coding agent to autonomously generate, publish, and document a complete Android analytics library — from a technical design doc to a live JitPack release.