Chatbots are not input validation

My goal is to explain one specific thing about features that look like chatbots: chatbots-as-UX are not universally better than "regular" UX just because they use fancy LLMs. The example here is clearly on the nose, but also not all that far off from things I have been asked to implement in or as a...

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.

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...

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...

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...

I've Stopped Learning Programming Languages

In 2022, I had recently started a new job as a software engineer. As usual, there were a lot of new things to learn and one of those was getting comfortable working in a programming language that I hadn't used professionally before.

Why Write

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