Press Space to continue
Finding signal on Twitter is more difficult than it used to be. We curate the best tweets on topics like AI, startups, and product development every weekday so you can focus on what matters.
Press Space to continue
Press Space to continue
Did you know you can change Claude's context window? Two environment variables adjust the auto-compact threshold for Anthropic models: CLAUDE_AUTOCOMPACT_PCT_OVERRIDE accepts an integer (represents a percentage). For example, you can make Fable auto-compact at 200k (20%) by setting CLAUDE_AUTOCOMPACT_PCT_OVERRIDE=20 You can also set the window to a token value with CLAUDE_CODE_AUTO_COMPACT_WINDOW, for example: CLAUDE_CODE_AUTO_COMPACT_WINDOW=200000 Some find that a smaller window may…