18/06/2026
The Claude Code leak revealed something interesting.
Good AI agents are not relying on one big context trick.
They stack multiple compaction techniques on top of each other.
Things like:
filtering tool outputs,
trimming old context,
compressing past conversations,
removing useless logs,
routing smaller tasks to cheaper models first.
Individually, none of these techniques feel revolutionary.
But together, they make a huge difference in how long an agent stays reliable before the context becomes a mess.
I think a lot of people still focus too much on the model itself.
Meanwhile, a big part of building stable agents is just controlling what the model sees and what it doesn't.