I Shipped 12 of Them in a Free Game and Got 2 Downloads
The AAA industry is currently burning billions on cloud compute and server-side LLM APIs. Meanwhile, I just shipped a free game concurrently running 12 AI agents in LAIRD on consumer hardware with zero API latency. It got exactly 2 downloads. I am completely unfazed.
Running 12 Local AI Agents in LAIRD on a Laptop
The game is called LAIRD. It is an ASCII roguelike set in an apocalyptic gaslamp fantasy world. Permadeath. Buff systems. SKSE-style event hooks. NG+ with a custom dungeon creator. ~18,000 lines of code across nearly 200 files.
But the headline feature is the AI architecture powering it: LlamaBrain.
LlamaBrain is my neuro-symbolic control plane. It takes the stochastic, untrustable output of a local LLM and forces it through a strict, deterministic state machine. The result is AI that can be treated as reliable, execution-safe infrastructure. Not “vibes.” Not “mostly works.” Verified behavior backed by over 3,000 passing integration tests.
LAIRD runs 12 of these agents concurrently. On consumer grade hardware (a 3060). With zero cloud dependency. Free.
The SDLC Pipeline: Local AI Agents Writing Real Code
Three of LAIRD’s agents form a complete software development lifecycle pipeline. The game does not just have chatty NPCs. It has agents with write-access to a modding API.
The Product Manager is a Socratic agent. It interviews the player to parse natural language intent. When a player says “make the game harder,” this agent resolves ambiguity before any code gets written.
The Engineer takes the parsed intent and writes C# or JSON logic to fulfill it. No prompt injection. No “just trust the model.” Strict, bounded generation.
The QA Gate uses AST-level security analysis to verify the AI did not use dangerous patterns like reflection or file system access. If the code fails to compile due to a missing API, a GapFillerService dynamically writes the missing logic. The system self-heals, packages a standard .zip mod file, and the player never sees a stack trace.
This is not a tech demo. This is production infrastructure capable of running on a laptop, for free.
Why 2 Downloads Does Not Bother Me
LAIRD is an ASCII roguelike with a MUD-style text parser. The interface achieves massive token efficiency, but it acts as a filter that keeps 99% of gamers out. I built a state-of-the-art laboratory for game based LLMs, not a visual theme park.
The 2 downloads tell me nothing about the technology. They tell me everything about presentation and market fit.
The hard engineering is done. Deterministic state reconstruction across 12 concurrent agents. Local inference with no cloud dependency. Self-healing code generation with compiler verification. An Authoritative Memory System that maintains canonical facts across all agents. 2,000+ integration tests proving it all works.
That foundation took 10 months to build. It exists. It ships. It runs. It’s free.
The Market Disconnect
I am currently unemployed. Automated ATS systems are looking for developers to call OpenAI APIs. They cannot parse a resume from a systems architect building neuro-symbolic AI control planes.
VCs are hoarding H100 chips and want subscription SaaS models. My technology is fundamentally anti-cloud. It proves gamers can run high-level, multi-agent AI on the GPUs they already own. That threatens the recurring-revenue model everyone is currently chasing.
The industry is deafened by corporate mergers and cloud-AI hype. But I just spent 10 months building a mattock while everyone else was arguing about who owns the mine. And then released it for free.
The Foundation Was Built by 12 Agents in LAIRD
Two downloads is a punchline, not the story. The story is that local AI agents are production-ready today, on consumer hardware, with deterministic guarantees and guardrails that cloud APIs don’t have incentive to match.
LAIRD is the proof. The architecture works. The tests pass. The foundation is solid. It was always a test bed. What comes next will look different. But it will run on the same philosophy, use the same control plane, and have the same rigor for verified infrastructure.
I am building the post-cloud gaming era in my office. The download count is akin to a rounding error. The foundation is not.
LAIRD is currently free on itch now while it’s still in early access.