Discussion about this post

User's avatar
JP's avatar

Coming to this a bit late but the Chroma study findings still hold up. The "lost in the middle" problem from 2023 hasn't gone away with bigger windows; it's just been pushed further out.

Your point about handling context management at the framework level rather than offloading it to the model is the right call. I've been running into this practically with coding agents and one approach that's clicked is multi-agent isolation. Instead of one long conversation accumulating noise, you spin up sub-agents that each work in a clean context and send back summaries. Wrote up how Codex handles this natively here https://reading.sh/codex-has-a-multi-agent-mode-and-almost-nobody-is-using-it-088e44f774ef if you're interested. The gist is that context hygiene matters more than context size, which aligns with what you're saying about smart design beating brute force.

No posts

Ready for more?