Skip to content
Topic Hub
Prof Rod Avatar

Filed under Context

6 thoughts filed under this tag.

Thoughts on Context

It gets it wrong. You correct it. Still wrong. You correct again, and the third attempt is, more often than not, somehow worse. That's not a fixed law, just a pattern I keep seeing: every failed attempt stays in the…

claude-codecontext

Three hundred lines of instructions and it still breaks your conventions. So you add more rules. It gets worse. Here's my read on why: bloated instruction files cause the model to ignore the instructions that matter…

claude-codecontext

You ask how the auth layer handles token refresh. It reads forty files into your main conversation, and now the actual implementation runs on a stuffed context, exactly when you need it sharpest. Ask for a subagent…

claude-codecontext

A long session auto-compacts, the tool that condenses your conversation history so it fits in context again, and suddenly it has forgotten which files you modified and what the test command was. Most people only know…

claude-codecontext

"The auth helper, I think it's somewhere in src/utils, it handles tokens": and now it's grepping around, burning context to find something you already know the location of. Reference it directly with an @ path and it…

claude-codecontext

Mid-task you wonder what a flag does. Asking pollutes the session with a tangent that stays in context for the rest of the day. So you don't ask. Which is worse. Claude Code has a slash command for exactly this: /btw…

claude-codecontext