Writing ADR's for agents has been such a good decision
Capturing all the non-obvious decisions in a codebase makes every agent in your stack that touches the stack smarter
It's the thinnest layer of docs that captures the stuff code can't
My example uses the thermo nuclear review skill, which is really good but also really token hungry. Watch this video from @mattpocockuk to learn more.
https://t.co/p1RPLbXnil
Took dynamic workflows for a spin. Took me a while to get the prompt right: disable-model-invocation prevents spawned agents from invoking skills via slash commands (which is confusing/wrong). Happy with the result once all is working, though workflows are a real token burner!
The Codex App has removed the context usage indicator from its UI. Apparently because auto-compaction is supposed to just work. Bad move in my opinion.
https://t.co/Q2Y2OwG6Xm
Context pollution is still a thing: https://t.co/PJYXlrcH55 by @mattpocockuk
@mattpocockuk "They removed the thing that helped users deal with the current reality because it didn't match the future they wanted to project....but before actually building that future!!"
Well put.
I use /improve-codebase-architecture and /prototype almost every day, and have created my own skills based on patterns from this repo (ADRs are a real game changer). Highly recommend. The 100k+ stars are absolutely well-deserved.
https://t.co/JJ8UV7eRrr
scc --avg-wage 150000 reports that 13k lines of Rust code amount to an "Estimated Cost to Develop" of $1M. Not unreasonable.
However, 1500 lines of (AI-generated) Markdown will add another $200k.
Pre-LLM cost estimates are (even more) fiction.