Thought Eddies

Posts

Stateful Agent Collaboration

I have a dedicated machine running an agent with its own GitHub account, its own Cloudflare account, and persistent memory. It pushes code, deploys services, writes to databases, and lots more. I interact with it though Slack.

Posts

Externalize Your Thought Process

We're at least a solid year (more for some of us) into building software with LLM agents and as an industry, there is limited coherence of what it looks like to effectively build software with agents, or even learn how to do this well. There are tons of great resources, but it's close to a...

Posts

Personal Software

Since agents became good enough to write low-stakes software without you needing to validate the code they write yourself, I've been experimenting with several different ways to build tools for myself on demand. If I'm working on a PC, the overhead required to scaffold a CLI, webapp, or even native...

Posts

Stateful Agents and Basic Memory

One of the most limiting factors of LLM agents is they have limited cross-session memory. When working on software projects, this limitation isn't much of an issue because the agent can search the project and read files to understand the current state and what it needs to do to make the changes...

TIL

Reviving a Raspberry Pi with Claude Code

Sometime in 2021 (I think), I got a Raspberry Pi 4 and played with it a little and then it started collecting dust on my desk. Every time I looked at it, I saw lots of fun possibilities and lots of unfun software updates that I would need to work through before those fun things would be possible.

Posts

Why Write

I enjoy writing. Most of my writing here is about software and technology, but lately I've been struggling.

Posts

Images as Context

Working with coding agents has been a dance of context management. These days, if an agent loop isn't producing the result I want, it's more often than not a problem of context rather than a shortcoming of the language model or agent scaffold/harness.