Thought Eddies

TIL

Preserving a Prompt Without Sending It Using the Codex CLI

I often use voice-to-text to prompt in the Codex CLI, one of my preferred agents these days. Sometimes, after the transcribed text lands in the prompt field, I realize I need to do something else before I send it. With Claude Code, I'd gotten into the habit of using <kbd>Ctrl</kbd> + <kbd>S</kbd>...

Posts

Most of the Job

A friend and I realized we've both been following a similar process since LLMs got good at writing code, without intentionally coordinating. We use agents to explore idea space and write software at the same time. Often this starts as a (sometimes) ambitious project the agent can't fully complete...

Posts

Everyone is a Builder

The dynamics at organizations that build their own software are changing. As someone coaching traditionally non-technical professionals to get more value out of AI in their work, I have a front-row seat.

Posts

AI Adoption is a Trust Problem

As companies scramble to become "AI-first" and satisfy demands from investors and their boards to ship products that are AI rather than solve customer problems, a rift has emerged between legacy companies and companies that will emerge with different shapes and structures than those of the last few...

Posts

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

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