I'm on a Mission to Reduce My Context Usage

After reviewing my agent debug logs, I realized how much context I was wasting. Here is what I found and what I am doing about it.

I’m on a Mission to Reduce My Context Usage

so I started my morning taking a gander at my context usage… I usually monitor pretty close. Something is blowing up my context. This is my blog writing agent …fairly simple should not be using this much context

alt text

…stay tuned I’m discovering some interesting behavior.

I’m even integrating it into my vscode extension alt text

I’ve been actively attempting to calculate context usage accurately and for GH Cli, Claude, copilot chat… without having to dig into my agent debug logs. It’s a bit more difficult that originally thought.