Reading List
The most recent articles from a list of feeds I subscribe to.
Ramble on
I have a blank canvas problem. I’m way better at staying in flow when I have something to work through, so these days, the first thing I do is ramble.
I open Codex or Spiral, turn on Monologue (my preferred text-to-speech tool), and dump everything I can think of on the topic. Before Monologue, I never considered typing speed to be a bottleneck. My fingers move faster than the speed I shape ideas. But when I want to vomit a bunch of unstructured thoughts onto a canvas, they suddenly feel slow and error-prone.
Instead, I can start a task by talking through it to generate a transcript. Then I ask an agent to structure my ramblings (the other day, the agent responded with “Your brain dump is rich."—probably the nicest compliment I’ve ever gotten from a robot!). This gives me a great starting point to really dig into the problem. Before I know it, I will have rewritten all that rambling into coherent a string of thought.
I still can’t shake the dystopian feeling of talking to my computer. But text-to-speech has made some tasks feel so natural, I almost can’t imagine working without it anymore.
The robots are replacing the packages
I wrote a piece on the Spatie blog about the place packages/library have in the ecosystem when first-party code is cheaper than ever with AI.
Scrolling to the end:
The question before every
composer requireis no longer “is there a package for this?” Almost certainly there is. The new question is: “do I want to own this problem?”
Leave the campsite better than you found it, and it will start cleaning itself up
This thought came across my mind as I was reading Every’s philosophy on compound engineering:
The first three steps (plan, work, review) produce a feature. The fourth step produces a system that builds features better each time. […]
- Capture the solution. Ask yourself: What worked? What didn’t? What’s the reusable insight?
- Make it findable. Add YAML frontmatter to make sure it is tagged with the right metadata, tags, and categories for retrieval.
- Update the system. Add new patterns into CLAUDE.md, the file the agent reads at the start of every session. Create new agents when warranted.
- Verify the learning. Ask yourself: Would the system catch this automatically next time?
As virtuous developers we try to adhere to the boyscout rule: leave the campsite better than you found it. We do this so our codebase doesn’t start rotting because we slowly let the trash take over.
When agents are writing our code, these effects are multiplied. Every time we make an explicit improvement to the system, agents can pick the pattern up and apply it to both old and new. The campsite will slowly but surely start cleaning itself up, and fresh trash will be thrown straight into the bin.
Work with the garage door up
Andy Matuschak’s notes on working in public. Reading this post was part of the spark that got me blogging again.
How Peter Suhm manages his todo list
It needs to both support tasks that are due today and tasks that are due “sometime this week”.
I like this distinction and wish task managers had this concept by default. Overall a refreshingly simple approach to personal task management.