How I Use Unspent Tokens
parentheses
15 points
2 comments
April 22, 2026
Related Discussions
Found 5 related stories in 99.8ms across 10,002 title embeddings via pgvector HNSW
- Caveman: Why use many token when few token do trick tosh · 740 pts · April 05, 2026 · 52% similar
- Tokenomics: Quantifying Where Tokens Are Used in Agentic Software Engineering Anon84 · 70 pts · June 07, 2026 · 49% similar
- AI Tokens Are Mana herbertl · 11 pts · March 30, 2026 · 46% similar
- Human typing habits and token counts ppipada · 20 pts · May 08, 2026 · 45% similar
- Claude Code may be burning your limits with invisible tokens jenic_ · 36 pts · April 13, 2026 · 44% similar
Discussion Highlights (2 comments)
parentheses
I built a small tool that makes one cleanup commit at a time, keeps it only if tests pass, and moves on. The article is about how it grew from that basic loop into taste files, staged migrations, and a way to keep repos getting a little cleaner in the background. https://github.com/bigH/continuous-refactoring
footoverhand
Thank you for sharing, it is inspiring to see other's ideas. I sometimes use it to create projects that would be a nice to have, my latest project was a go project called hookguard, a go binary that enforces deterministic safety rules for AI coding agents.