Blog
Notes from the workshop.
Long-form writing on what I'm learning, building, and breaking. Daily-ish, depending on how the day goes.
Latest
6 minclaude-code / ai / productivity
How I cut my Claude token bill by 90%
Two tiny tools and one habit. RTK trims bash output before it reaches the model. Caveman trims the model's replies before they reach me. Setup took ten minutes. The first session after barely registered on the bill.
ReadMore posts
- 5 mindevops / automation
The cron job I avoided for five years
I ran the same script by hand for years because cron looked like a foreign language. It took five minutes to learn. Here is the version of the explanation I wish someone had given me.
Read - 4 mincss / frontend
Components that scale like images
A small CSS pattern that turned out to be the missing piece in our design system: container queries plus an em cascade. Three lines of CSS, one mental shift.
Read