Compound engineering, one level up
I use Every's compound-engineering plugin all day every day inside of Conductor. It is the best writeup I've found of how to actually work with coding agents. Its premise is that each unit of engineer
Thoughts and things that I felt needed writing
I use Every's compound-engineering plugin all day every day inside of Conductor. It is the best writeup I've found of how to actually work with coding agents. Its premise is that each unit of engineer
Andrej Karpathy recently posted about using LLMs to build personal knowledge bases. Fifteen million people saw it. His follow-up explicitly said "there is room here for an incredible new product inste
Everyone's writing about Karpathy's autoresearch. Most of it is "here's how the loop works" or "imagine the possibilities." I wanted to see what happens when you point it at a real codebase with a rea
A tiny local python app that turns HSA receipts into structured records in Google Drive and Sheets in about five seconds. Last year my family switched to a High Deductible Health Plan (HDHP) with a He
I have a problem. I like to do a lot of things at once, and I like shiny objects. I can easily get caught up in some novel task, while tabbing through four docs I'm supposed to review, waiting for tes
This meeting needs a refactor. Our team used to do the daily standup. Everyone talks about what they did yesterday, what they're doing today, and any blockers. Everyone tunes out except for their own
Database indexes are incredibly important in production systems. Single column ones are obvious, but multi-column (composite) indexes are game-changers for speeding up commonly used queries by several
We were running into an issue recently where LaunchDarkly wasn't evaluating on celery servers. Opening a python shell on the boxes showed the keys were setup correctly, and that if we called the metho