Original Reddit post

How: go into settings.json, and add “permissions”: { “deny”: [“Workflow”, “Artifact”] } Those two combined takes up about 10k context in system tools category, which is a hefty amount. If you use workflow and artifact, then the trade-off might not be worth it. But for those who do not use artifact and manage agents through custom workflow like myself, it is a nice bonus. 10k might not sound like much. After all, it is only 1% of the 1m context window. But realistically your ‘useful’ context ceiling should be considered to be at somewhere around 200k. With that number, 10k win is additional 5% of context space to spare. Not only that, this 10k is loaded at the start of every session, which means it is cache-read into every turn of every session and their agents, whose cost adds up. Hope it helps. submitted by /u/Competitive-Net-5306

Originally posted by u/Competitive-Net-5306 on r/ClaudeCode