When working with agentic tools, the instinct to solve hard problems inside your main project is usually wrong. Isolate the core problem first, experiment freely, then bring what works back.
agents
5 posts
Posts
Cheaper Code Should Mean More Experiments
Software Architecture That Agents Actually Like
Structural patterns that make codebases easier for AI agents to navigate: composition over monoliths, stateless mini-CLIs, typed languages, and the editor navigation test.
Using Agentic AI Tools for Anki Flashcard Creation
How Claude Code and similar tools can handle the tedious work of expanding concepts into multiple flashcards, and why Anki Connect is the key to making it work.
Freeport: A Lightweight Port Management Tool for Development
A thin wrapper around native commands to simplify port checking and process management during local development.
Exploring the Primitives of an Agentic Coding Setup
Reflecting on the foundational layers of agentic systems, from Git workflows and networking to storage and sandboxing, rather than high-level orchestration.