---
title: "Token maxing is what you do when you can't budget"
description: "5 source-backed AI claims from Token maxing is what you do when you can't budget, with key statistics, context, and the original AI Adopters Club source."
url: "https://kbanc.com/claims-library/token-maxing-is-what-you-do-when-you-cant-budget"
source: "https://aiadopters.club/p/token-maxing-is-what-you-do-when"
date: "2026-05-12"
topics: ["strategy", "measurement", "implementation"]
generated: "2026-08-31"
---

# Token maxing is what you do when you can't budget

By Kamil Banc | May 12, 2026

## Claims

1. **Anthropic Engineer Backs HTML** (source summary): An Anthropic engineer argued HTML should replace Markdown as the default format for AI-generated artifacts.
2. **Mintlify Chooses Markdown** (source summary): Mintlify reported a thirty times reduction in token usage when serving documentation as clean Markdown.
3. **Context Files Backfire** (source summary): An ETH Zurich study found LLM-generated context files cut task success rates by three percent.
4. **Context Rot Is Universal** (source summary): Chroma tested eighteen frontier models and found performance degrades at every context length increment.
5. **Maxing Without Constraint Is Defaulting** (Kamil's interpretation): Token maxing without naming a primary constraint is defaulting dressed up as strategy, not deliberate choice.

## Evidence

### Quote
> "If you can't name the trade in one sentence, you're not maxing. You're defaulting and dressing it up." - Kamil Banc

### Key Statistics
- **Up to 30x variance in token spend**: Bai et al. at Stanford and MIT found running the same agent on the same task produces a thirty-fold range in cost, with models predicting their own usage at correlations no higher than 0.39.
- **3% lower success, 20%+ higher cost**: ETH Zurich's SRI Lab study of 438 real-world coding tasks found LLM-generated AGENTS.md files cut task success rates by three percent while raising costs by over twenty percent.
- **80% fewer tokens served as Markdown**: Cloudflare measured an eighty percent token reduction when serving the same blog page as Markdown instead of HTML, three weeks after Mintlify reported a thirty times reduction.
- **15x token multiplier for multi-agent research**: Anthropic's multi-agent research system burns fifteen times more tokens than chat, a cost the team accepted deliberately after naming breadth-first parallelism as its primary constraint.

## Context
The article grounds its argument in peer-reviewed and industry research rather than ideology, citing controlled studies from ETH Zurich, Stanford and MIT, and Chroma's testing of eighteen frontier models. Its methodology is to reframe the visible HTML-versus-Markdown debate as a symptom of a deeper failure: teams defaulting to maximum context, richer formats, and more agents without naming the constraint they are optimizing against. For practitioners, the actionable takeaway is a three-test diagnostic—name your primary constraint in one sentence, measure per-task costs and variance, and identify what you would give up to relax the constraint by half. Teams that pass these tests can then deliberately choose maxing where the trade is worth it, supported by caching infrastructure that cuts input costs by up to ninety percent. The core skill being advocated is asking what token spend actually buys, at what scale that calculation flips, before any format or model decision follows.

## Source
- Original: [Token maxing is what you do when you can't budget](https://aiadopters.club/p/token-maxing-is-what-you-do-when)
- Cite: kbanc.com/claims-library/token-maxing-is-what-you-do-when-you-cant-budget

## Primary Evidence
- [an engineer on the Claude Code team at Anthropic](https://thariqs.github.io/html-effectiveness/) (thariqs.github.io; supports claim 1)
- [Mintlify shipped the opposite default](https://www.mintlify.com/blog/context-for-agents) (mintlify.com; supports claim 2)
- [researchers from ETH Zurich’s SRI Lab published a study](https://arxiv.org/abs/2503.13501) (arxiv.org; supports claim 3)
- [Chroma tested eighteen frontier models in July 2025](https://research.trychroma.com/context-rot) (research.trychroma.com; supports claim 4)
