Sys_Log // Archive

Writing

Opinionated perspectives on AI agent infrastructure, Solana engineering, and building in the open.

[QUERY: ARCHIVE]
15 records
[2026.03.05]

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.

> agents Read
[2026.02.26]

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.

> agents Read
[2026.02.20]

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.

> agents Read
[2026.02.18]

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.

> agents Read
[2026.02.17]

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.

> agents Read
[2025.07.01]

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.

> agents Read
[2025.06.15]

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.

> agents Read
[2025.05.10]

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.

> agents Read
[2025.04.20]

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.

> agents Read
[2025.02.01]

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.

> agents Read
[2025.01.25]

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.

> agents Read
[2025.01.20]

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.

> agents Read
[2024.09.15]

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.

> web3 Read
[2024.01.10]

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.

> react Read
[2023.08.15]

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.

> react Read