Discussion about this post

User's avatar
JP's avatar

Coming to this a bit late but the gather/glean framing holds up well. The practical version of this plays out session by session when you're working with AI coding agents. Every time I start a new task, I'm basically running gather (loading relevant files, checking architecture) then glean (deciding what actually matters for this specific change) before writing a line of code.

The golden dataset idea clicks. I built something similar for my Claude Code setup; a CLAUDE.md file that acts as persistent test criteria across sessions. The whole workflow is covered here https://reading.sh/context-is-the-new-skill-lessons-from-the-claude-code-best-practices-guide-3d27c2b2f1d8?postPublishedType=repub and the signal-to-noise problem you're describing is central. Two people using the same model get wildly different results depending on how well they curate context.

What have you seen with context rot in agentic workflows specifically? In coding agents the context window fills up with failed attempts and stale reasoning, and performance tanks fast. Compacting or clearing context is the crude fix but it loses some good context along with the bad.

No posts

Ready for more?