Token Tax with HVE Core Installed #1493
Replies: 2 comments 1 reply
-
Honest acknowledgementBefore getting into the mechanics: you're right that there is a real token tax, and we know it. HVE Core has grown quickly — agents, prompts, skills, and instruction files have all expanded as the framework matured — and we have not yet done a focused pass to optimize the always-on context cost. Specifically:
This is on our roadmap. A context-optimization effort — measuring the cost, splitting unconditional content into scoped instructions, trimming descriptions in the index, and giving users finer-grained collection choices — is something we're committed to. This discussion is exactly the kind of signal that helps us prioritize the work. In the meantime, here's how the system works today and what you can do to reduce the cost on your side. How instructions files load (and why you see a token tax)VS Code Copilot loads agent customization files in two different ways, and this is the main source of the overhead:
The coding-standards files under
So a coding-standards instruction file only contributes tokens when you actually touch a matching file. If you're editing What is unconditional (the real tax)Even with
Recommendations to reduce the taxIf you want hve-core's framework artifacts (agents, prompts, skills, RPI workflow) but not the coding-standards overhead, install a smaller collection instead of
Each collection ships as a separate VS Code extension, so you can install just the slices you need rather than Impact summary
The biggest lever for reducing context cost today is installing only the collections you use, not removing or rewriting individual instruction files. The biggest lever tomorrow is the optimization work we owe you on our side. Disabling the extension when you don't need itBecause every installed Copilot customization extension contributes to the always-on context (its agents, prompts, and instruction index are advertised to the model on every request), the most effective lever for eliminating the token tax is simply turning the extension off when you're not using HVE Core for the current task. VS Code supports both global and per-workspace disable, which lets you keep HVE Core handy without paying for it everywhere:
A practical pattern many users adopt:
This gives you full HVE capability when you want it and a clean, untaxed Copilot context the rest of the time — and we'll keep working on shrinking the baseline so the trade-off matters less over time. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the detailed explanation. This definitely helps knowing the alternatives and something that's in the charter. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When we install HVE Core in VS Code, we see that there is a context tax that is induced even when we are not using any HVE Core Specific agents. Is there any specific guidance on the same or recommended approach to avoid the same?
Beta Was this translation helpful? Give feedback.
All reactions