Appendix 2A: Output Verbosity Reduction and Resource Efficiency
Token-Delta Distribution and Deployment-Scale Estimates
Author: Leonard Rojas
Date: 2026-07-07
Status: Current (token-delta dataset spans 26 fine-tuning runs across seven model families, through Qwen2.5-Coder-14B v2.0F, 2026-07-06)
Screen reader users: table-heavy research data. Navigation via Regions and Headings recommended.
Abstract
This appendix extracts and extends the output-verbosity result reported in Appendix 2 (Section 7.5, addressing secondary research question 4) into a resource-efficiency analysis. It consolidates the IFEval [3] token-delta measurements across 26 fine-tuning runs spanning seven model families, characterizes their distribution, and estimates the deployment-scale energy and water implications of the observed reduction. Across instruct-tuned models, Framework compliance training reduces output verbosity by a median of 36.7% and a mean of 39.0% (IFEval word-count proxy, 541 prompts), with 11 of 26 runs falling in the 33% to 50% reduction band and a maximum single-run reduction of 71.8%. Because autoregressive inference energy scales with the number of tokens processed, and inference accounts for an estimated 80% to 90% of total AI energy use [1], a reduction in output length maps to a proportional reduction in per-query energy and its associated water and carbon footprints. The measured central tendency meets or exceeds the reduction fractions assumed in two independent resource-scaling estimates, including a 2026 United Nations University report [1], which the Framework’s session-efficiency thesis (Chapter 11) and the measurements reported here predate. The report is treated as independent corroboration, not a source. Limitations, including the word-count proxy and the rebound (Jevons) effect, are stated in Section 7.
1. Scope and Relationship to Appendix 2
Appendix 2 reports a multi-experiment fine-tuning study in which the Four Laws of Instanced AI and WCAG 2.2-AA [5] accessibility principles are embedded into open-weight language models via QLoRA [2]. Its secondary research question 4 asks whether that training produces a measurable change in output verbosity, and Section 7.5 answers in the affirmative: instruct models trained on the Framework curriculum become consistently terser.
This appendix does not repeat the training methodology or the per-experiment results. It has a narrower purpose: to consolidate the verbosity measurements into a single distribution, and to quantify what that reduction implies for energy and water demand when a compliant model is deployed at scale. The verbosity reduction is a behavioral side effect established in Appendix 2; the resource implication is the corollary developed here and, at the whitepaper level, in Chapter 11.
The framing is a direct consequence of the Framework’s design goals. Compliance training suppresses two verbosity sources at once: decorative structure rejected on WCAG grounds (enumerated markup, repeated content, filler placeholders), and meta-commentary suppressed by the conditional-activation curriculum. The terser output is not a compression heuristic applied after the fact; it is the model answering the question and stopping.
2. Measurement Method
The verbosity metric is the IFEval token delta: the change in mean response length between a base model and its Framework-trained adapter, measured over the 541 prompts of the Google Research IFEval benchmark [3]. Length is reported as a word-count proxy rather than literal tokenizer tokens, computed identically for the base and trained runs so the delta is internally consistent.
For each model, the delta is defined as:
delta_percent = (aisf_mean_words - base_mean_words) / base_mean_words
A negative value indicates the trained model is less verbose than its base. Base-model response sets are cached artifacts and are not re-generated between adapter versions; the trained adapter is the only variable in each pair. Word counts are a proxy for tokens (a word corresponds to roughly 1.3 tokens for these tokenizers), so the reported percentages are directional and order-of-magnitude with respect to token count, not exact token deltas. The measurement is taken on an instruction-following benchmark, not on billed production traffic; Section 7 states the consequences of both approximations.
3. Token-Delta Distribution
Twenty-six runs were measured across seven model families (Mistral 7B base and Instruct, Llama 3.1 8B, Gemma 2 9B, Qwen3-8B, Qwen2.5-Coder-14B, Mistral Nemo 12B, and Ministral 3 3B), including intermediate training iterations retained for the record.
Table 1. Summary statistics (26 runs).
| Statistic | Value |
|---|---|
| Runs measured | 26 |
| Median delta | -36.7% |
| Mean delta | -39.0% |
| Range | -71.8% to +6.1% |
| Runs in 33% to 50% reduction band | 11 of 26 |
| Runs with increased verbosity | 2 of 26 |
The distribution is right-skewed toward reduction, with a pronounced cluster in the 30% to 50% band and a thin tail of deep reducers. Two runs became more verbose; both are noted in Table 3.
Table 2. Distribution by 10-point bin (signed delta).
| Delta band | Runs |
|---|---|
| -80% to -70% | 1 |
| -70% to -60% | 3 |
| -60% to -50% | 4 |
| -50% to -40% | 3 |
| -40% to -30% | 9 |
| -30% to -20% | 2 |
| -20% to -10% | 1 |
| -10% to 0% | 1 |
| 0% to +10% (increase) | 2 |
The -40% to -30% bin holds 9 of 26 runs; the -50% to -30% span (the 33% to 50% reduction cluster) holds 12.
Table 3. Full token-delta results, greatest reduction first. Base and AISF columns are mean words per response over 541 IFEval prompts.
| # | Model / run | Delta % | Delta words | Base | AISF |
|---|---|---|---|---|---|
| 1 | Qwen3-8B (chat) | -71.8% | -138.9 | 193.3 | 54.4 |
| 2 | Llama 3.1 8B Instruct +LANG | -66.4% | -188.8 | 284.3 | 95.5 |
| 3 | Mistral 7B Instruct V2 | -64.5% | -136.8 | 212.2 | 75.4 |
| 4 | Mistral Nemo 12B v1 | -64.4% | -130.7 | 203.0 | 72.4 |
| 5 | Mistral Nemo 12B v2 | -59.9% | -121.6 | 203.0 | 81.4 |
| 6 | Mistral Nemo 12B v3 | -59.5% | -120.7 | 203.0 | 82.3 |
| 7 | Mistral 7B (base) v1.0F | -59.3% | -234.0 | 394.3 | 160.3 |
| 8 | Mistral Nemo 12B v4 | -53.0% | -107.6 | 203.0 | 95.4 |
| 9 | Qwen2.5-Coder-14B v2.0F | -49.0% | -263.6 | 538.3 | 274.7 |
| 10 | Mistral Nemo 12B V11 | -48.6% | -98.7 | 203.0 | 104.3 |
| 11 | Mistral 7B Instruct (finetuned) | -42.5% | -96.9 | 228.3 | 131.3 |
| 12 | Gemma 2 9B (chat) | -37.9% | -46.7 | 123.2 | 76.5 |
| 13 | Mistral Instruct v2 (early run) | -37.4% | -85.4 | 228.3 | 142.9 |
| 14 | Mistral Nemo 12B v9 | -36.0% | -73.0 | 203.0 | 130.0 |
| 15 | Mistral 7B Instruct V11 | -35.4% | -75.2 | 212.2 | 137.0 |
| 16 | Mistral Nemo 12B v1.4F | -34.4% | -69.8 | 203.0 | 133.3 |
| 17 | Mistral Nemo 12B v5 | -34.1% | -69.1 | 203.0 | 133.9 |
| 18 | Gemma 2 9B v1 | -33.4% | -41.1 | 123.2 | 82.1 |
| 19 | Mistral Nemo 12B v1.5F | -33.2% | -67.5 | 203.0 | 135.5 |
| 20 | Mistral Nemo 12B V10 | -31.4% | -63.7 | 203.0 | 139.3 |
| 21 | Mistral Nemo 12B v7 | -28.2% | -57.2 | 203.0 | 145.8 |
| 22 | Ministral 3 3B v2.2F | -26.6% | -54.2 | 203.9 | 149.7 |
| 23 | Mistral Nemo 12B v6 | -14.3% | -29.0 | 203.0 | 174.0 |
| 24 | Llama 3.1 8B Instruct +CHAT | -4.2% | -11.8 | 284.3 | 272.5 |
| 25 | Mistral 7B (base) v0.3 finetune | +4.3% | +25.0 | 587.0 | 612.1 |
| 26 | Gemma 2 9B V11 | +6.1% | +7.5 | 123.2 | 130.7 |
The two increases (rows 25 and 26) are the only runs in which Framework training raised verbosity. Row 25 is a base (non-instruct) checkpoint whose untrained baseline is already extreme (587 words per response); row 26 is a single Gemma 2 iteration. Every other instruct run reduced verbosity. Duplicate-looking Mistral rows are distinct runs measured against different base references (212.2 versus 228.3 base words); the base column disambiguates them and they are not merged.
4. Per-Query Energy Basis
The resource relevance of output length follows from where AI spends energy. Training a frontier model is a large one-time cost, but the continuous inference phase that serves billions of interactions is estimated at 80% to 90% of total AI energy use [1]. Inference energy is dominated by autoregressive decoding, which processes tokens sequentially, so per-query energy rises with the number of tokens generated.
Output length is therefore a first-order determinant of per-query cost. A typical conversational language-model response uses roughly 200 times the energy of a text classification, and long or elaborate responses reach 500 to 1,000 times [1]. Within text-only tasks, model choice combined with response length can drive differences of up to two orders of magnitude. Table 4 gives representative per-query electricity figures.
Table 4. Mean electricity per query by task (UNU-INWEH Figure 11) [1].
| Task | Energy per query (Wh) |
|---|---|
| Short text generation | 0.047 |
| Efficient image generation | 0.090 |
| Typical LLM response | 0.420 |
| Long LLM response | 1.900 |
| Typical image generation | 2.900 |
| High-resolution image | 4.080 |
A typical response at 0.420 Wh is roughly nine times a short-text answer, and a long response at 1.900 Wh is roughly four times a typical one. Reducing output length moves a query down this ladder. A verbosity reduction of the magnitude in Table 1 therefore reduces per-query energy by a comparable fraction, before any change in query volume.
5. Deployment-Scale Resource Estimates
Two independent estimates translate a token reduction into resource savings. They scope different denominators, so their absolute magnitudes are not directly comparable, but both rest on a reduction fraction that the measured distribution supports.
Table 5. Illustrative resource-scaling estimates.
| Estimate | Assumed reduction | Scope | Electricity saving | Water saving |
|---|---|---|---|---|
| UNU-INWEH “Concise Mode” [1] | ~30% tokens (~25% per-query energy) | One platform’s query volume (16 to 18 billion weekly queries at 0.42 Wh) | 87 to 98 GWh/yr | not separately stated |
| AISF whitepaper, FAQ 13 | 33% tokens | All AI data-center load (AI = 20% of 415 TWh, IEA 2024 [2]) | ~27 TWh/yr | ~48.6 billion L/yr |
The UNU-INWEH figure is equivalent to the annual residential electricity use of 672,000 to 756,000 people in Sub-Saharan Africa (at 130 kWh per person per year) [1]. The whitepaper figure of roughly 27 TWh per year is comparable to the residential electricity of every home in Los Angeles plus half of Chicago; the associated water saving, computed at an industry water usage effectiveness of about 1.8 liters per kWh [4], is roughly 48.6 billion liters per year, comparable to about 39,600 Olympic-sized pools or one Caesar Creek Lake.
The two figures differ by roughly three orders of magnitude (GWh versus TWh) because one counts a single platform’s queries and the other counts all AI data-center electricity. Both are order-of-magnitude illustrations. The contribution of this appendix is not either scaling arithmetic, which depends on assumptions outside the Framework’s measurement, but the empirical reduction fraction those arithmetics assume.
6. Independent Corroboration and Precedence
Table 5’s two estimates each assume a reduction fraction (30% and 33%). The token-delta distribution is the measurement of that fraction. Table 6 places the assumptions beside the measured results.
Table 6. Assumed versus measured token reduction.
| Source | Reduction | Basis |
|---|---|---|
| UNU-INWEH “Concise Mode” [1] | 30% | Assumed (illustrative) |
| AISF whitepaper, FAQ 13 | 33% | Assumed (illustrative) |
| AISF measured median (26 runs) | 36.7% | Measured |
| AISF measured mean (26 runs) | 39.0% | Measured |
| AISF best single run (Qwen3-8B) | 71.8% | Measured |
The measured central tendency meets or exceeds both assumed values. The independence of the UNU-INWEH estimate is the point of interest. That report, a 2026 publication of the United Nations University Institute for Water, Environment and Health, arrives at a message-level efficiency argument, that reducing verbosity yields material savings at platform scale, through an entirely separate line of analysis, and selects a 30% reduction as its illustrative case.
The Framework’s session-efficiency thesis (Chapter 11) and the token-delta measurements reported here predate that report by many months. The report is therefore not a source for this appendix; it is independent later corroboration of a position the Framework already held and had measured. Two distinctions follow. First, the direction of dependence: the Framework did not adopt the report’s framing, the report independently converged on the Framework’s. Second, the epistemic status of the numbers: the report’s 30% is a stipulated illustration, whereas the 36.7% median reported here is an empirical result across 26 runs. An external body independently reasoning to the same conclusion, and to a more conservative figure than the Framework had already demonstrated, strengthens the claim.
7. Limitations
Proxy metric. The delta is a word-count proxy over 541 IFEval prompts, not literal tokenizer tokens and not a real-world task mix. Words approximate tokens (about 1.3 tokens per word) but are not identical, so the percentages are directional with respect to token count. The reduction is measured on an instruction-following benchmark, not on billed production traffic; a deployed workload with a different task distribution would produce a different figure.
Rebound effect. Lower per-use energy does not automatically lower total impact. When a service becomes cheaper or faster, usage tends to rise, a pattern often described as the Jevons Paradox [1]. A verbosity-reduction lever should be paired with resource budgets (token, GPU-hour, or kilowatt-hour caps) rather than treated as an automatic net saving. The Framework’s enforcement posture, which applies the constraint at every session rather than depending on user initiative, is consistent with that pairing.
Grid and hardware dependence. Absolute energy, water, and carbon depend on hardware, batching, data-center efficiency, and grid mix. The same watt-hour carries different carbon and water footprints by location. The scaling estimates in Section 5 are illustrative at the global-average level and are not site-specific predictions.
8. Conclusions
Output-verbosity reduction is a robust, cross-architecture side effect of Framework compliance training. Across 26 runs spanning seven model families, the median reduction is 36.7% and the mean is 39.0%, with a clear cluster in the 33% to 50% band and a maximum single run of 71.8%. Only two runs, both explicable, increased verbosity.
Because inference dominates AI energy use and per-query energy scales with token count, this reduction maps to a proportional reduction in per-query energy and its water and carbon footprints, subject to the rebound caveat in Section 7. At deployment scale the implied savings are non-trivial: independent estimates place a 30% to 33% reduction at tens of gigawatt-hours to tens of terawatt-hours per year depending on scope.
The resource-efficiency implication is a corollary of session efficiency, established within the Framework prior to, and independently corroborated by, the 2026 UNU-INWEH report. The measured reduction fraction meets or exceeds the fractions those external estimates assume.
References
[1] M. Aczel, S. Chamanara, M. Matin, A. Farsi, T. Marwala, and K. Madani, Environmental Cost of AI’s Energy Use: Carbon, Water and Land Footprints, United Nations University Institute for Water, Environment and Health (UNU-INWEH), Richmond Hill, Ontario, Canada, 2026. doi:10.53328/INR26RMA002
[2] International Energy Agency, Energy and AI, IEA, 2025. https://www.iea.org/reports/energy-and-ai
[3] J. Zhou, T. Lu, S. Mishra, S. Brahma, S. Basu, Y. Luan, D. Zhou, and L. Hou, “Instruction-Following Evaluation for Large Language Models,” 2023. arXiv:2311.07911
[4] AKCP, “Data Center Water Usage Effectiveness (WUE),” 2021. https://www.akcp.com/index.php/2021/01/14/data-center-water-usage-effectiveness-wue/
[5] World Wide Web Consortium, Web Content Accessibility Guidelines (WCAG) 2.2, W3C Recommendation, Oct. 2023. https://www.w3.org/TR/WCAG22/