token-budgets-are-accurate-bidirectionally

OUT derived (depth 2)

Token budget management is accurate in both directions: the compact module reliably constrains output size for context-limited consumers, while the derive pipeline correctly allocates input budgets per agent — ensuring resource-bounded operation across the entire LLM integration surface.

Summary

The system's token budget management works correctly end-to-end, meaning both sides of LLM resource control are reliable: output size stays within limits when compacting text, and input budgets are divided accurately when distributing work across agents. This matters because it guarantees the system won't silently overshoot resource limits in either direction. However, this claim is currently marked as unsupported because one or both of its underlying assumptions about compact output sizing and derive budget allocation have been retracted.

Justifications

SL — Both token budget mechanisms (output-constraining compact and input-allocating derive) are independently accurate, yielding bidirectional budget correctness across the LLM boundary

Antecedents (all must be IN):

Dependents

These beliefs depend on this one:

Details