Skip to content
Dustin's AI Lab
Go back

Don't Dump the Last Session's JSON — Check Your Harness First

No need to feed the whole context JSON from your last conversation: the harness has several layers — AGENTS.md, rules, skills, hooks — and raw session history is full of useless tool calls.


Wait, why would you feed it the context JSON from the last conversation?

The harness comes in several kinds — AGENTS.md, rules, skills, hooks — and they can all carry the load. Summarizing the key points from the previous conversation into a temporary doc works well too.

Raw session history holds too many tool calls, outputs, and flags that are useless; even auto compact strips those out.

I’d suggest doing a fresh checkup on your harness first.


Share this post on:

Previous Post
A Few Takeaways from the Claude Code Anniversary Talk
Next Post
What to Know Before Handling Sensitive Data with Claude