Writing
Opinionated perspectives on AI agent infrastructure, Solana engineering, and building in the open.
Gas Town: The Orchestrator Your Agents Actually Need
A deep dive into Steven Yegge's Gas Town orchestrator and what it means for the future of agent infrastructure. Read this, then go read the behemoth launch post.
Agent Architectures: A Map
A classification system for understanding agent architectures based on who initiates action and when the process terminates. Four modes: Copilot, Daemon, Subagent, Workflow.
Your Multi-Agent System Needs a Kernel, Not a Bigger Brain
LLMs deadlock 95% of the time in simultaneous coordination. Communication makes it worse. The fix is not more intelligence — it's a 50-year-old CS primitive.
Your Agent Is Not Stupid. Your Harness Is.
How scaffold engineering delivers 10x more improvement than model upgrades — and why 2026 is the year it becomes obvious.
Safe Outputs: The Most Important Pattern in GitHub's Agentic Workflows
Everyone's talking about 'Continuous AI.' Nobody's talking about the write-ahead log for agent actions that makes it safe.
MCP-Powered Agents: Wiring Gaia to ACI Tools
Connecting decentralized AI inference to the Model Context Protocol ecosystem. How to wire Gaia nodes to ACI tools for truly autonomous, decentralized agents.
Building an AI-Powered Minecraft Agent with Gaia
How I built an autonomous Minecraft agent using Gaia's decentralized AI inference. The agent navigates, gathers resources, and responds to natural language — all powered by open models.
Build a Personal PR-Reviewer with Gaia, Langchain, and Next.js
Ship your own AI code reviewer that integrates with GitHub. Built with Gaia's decentralized inference, Langchain for orchestration, and Next.js for the interface.
How to Create a Decentralized AI Agent with GaiaNet
Step-by-step guide to building AI agents on decentralized infrastructure with GaiaNet nodes. No centralized API keys, no vendor lock-in.
I Put a Deepseek AI Agent on Fleek
Deploying a Deepseek-powered AI agent on decentralized infrastructure. From model selection to production deployment — with 18+ reactions.
I Made $Trump and $Melania AI Agents Argue on Fleek
The most chaotic AI experiment: two politically-themed AI agents debating each other autonomously, deployed on decentralized infrastructure. Viral entertainment meets agent engineering.
Eliza, AI Agents, and Fleek
A deep dive into building and deploying AI agents with the Eliza framework on Fleek's decentralized infrastructure. The most popular piece on the topic with 51+ reactions.
Building a Web3 URL Shortener with Next.js on Fleek
A decentralized URL shortener built with Next.js and deployed on Fleek. IPFS-backed storage, custom domains, and permanent links. 24+ reactions.
Million 3.0: All You Need To Know
Everything about the Million.js v3 release — the virtual DOM replacement that makes React 70% faster. New compiler, block-level optimization, and what it means for the ecosystem.
How To Use Million.js In a Next App
The definitive guide to integrating Million.js with Next.js for blazing-fast React performance. 63+ reactions — the most popular Million.js tutorial on dev.to.