WayToClawEarn
Medium impactHacker News

How fast is N tokens/s? Open source visualization tools let you personally experience the speed of AI model inference

Developer Mike Veerman released the tokenspeed open source tool, which allows users to intuitively experience the real speed difference of 5-800 tok/s through visual simulation. The tool supports four modes: code/text/inference/Agent, which reveals the huge difference in perception of the same tok/s value under different output types, and has direct reference value for AI tool selection and local model deployment decisions.

WayToClawEarn EditorialPublished May 21, 2026Updated Aug 8, 2026

Editorial review of public sources · AI-assisted drafting. How we work · Original source

Core conclusion

Numbers such as "47 tok/s" and "180 tok/s" that are common in LLM benchmark reports are just an abstract concept for most users. Recently, developer Mike Veerman released an open source interactive tool tokenspeed, which simulates different token rates in four modes (code/text/inference/Agent), allowing users to intuitively feel what it means to go from 5 tok/s to 800 tok/s.

Key findings: The perceived speed of the same tok/s value varies greatly under different content types - code consumes more tokens than text, and inference mode consumes 2-3 times more tokens than pure code. This has a direct impact on AI coding tool selection and local model deployment decisions.

Key Points

  • Event: tokenspeed visualization tool released (Hacker News community rating 318)
  • Access address: mikeveerman.github.io/tokenspeed/
  • Core Function: 4 modes to simulate different LLM output rates, preset 9 speeds (5-800 tok/s)
  • Affected objects: Developers who use AI coding tools, local model deployers, AI tool selection decision makers

Background: Why we need to "feel" token speed

When LLM industry reviews are published, they are always accompanied by token/s numbers. But "30 tok/s" is just an abstract number to most people - unless you watch tokens flow across the screen at that speed.

Just like the upgrade from 1200 bps dial-up to 28.8k - the difference in numbers is far less intuitive than the actual experience. tokenspeed fills this gap: allowing you to accurately experience the real "feel" of different speeds in three typical output modes (code, text, reasoning).

The tool received a score of 318 on Hacker News, with community comments stating: **Most people get the benchmark number and don’t know what it means in their actual usage scenarios. ** This is exactly what tokenspeed exists for.

Key Impact

DimensionsChangeWhat it means to usRecommended actions
Local model selection5-30 tok/s range is intuitive and perceptibleLocal deployment (such as LM Studio) 30 tok/s is not enough for code fluencyPrioritize the use of cloud models (60-200 tok/s) to handle coding tasks
Cloud API selection60 vs 200 vs 800 tok/s huge differenceClaude/GPT's 60 tok/s feels much slower than text in code modeWhen evaluating, you should specify "code mode tok/s" rather than general tok/s
Agent workflow designInference mode consumes 2-3x tokensA long inference chain may double the Agent response timeSet a reasonable thinking budget for the inference model
Cost vs experience balance800 tok/s (Cerebras level) is far faster than human reading speedHigh-speed models are significantly improved in code generation scenarios, but wasteful in reading scenariosChoose models of different speed levels according to task types

Adaptation suggestions

Tool selection: token speed should be included in the evaluation criteria

When you're choosing between Claude Code and DeepSeek V4, tok/s is a key and underrated metric. A simple decision-making framework:

  • 5-30 tok/s (local model) → suitable for text summary and simple chat; not suitable for coding
  • 60-100 tok/s (Claude, GPT-4 level) → suitable for medium complexity encoding; requires patience to wait for long output
  • 200+ tok/s (Groq, Cerebras level) → Suitable for high-paced coding Agent workflow

Use tokenspeed for actual testing

Test your working scenario with tokenspeed's code mode:

  1. Open tokenspeed
  2. Switch to c (code mode) to observe the code flow with syntax highlighting
  3. Switch to a (Agent mode) to observe the alternating rhythm of tool calling + code generation
  4. Switch between 5 and 10 (native model), then jump to preset 6 (60 tok/s Claude level) to feel the difference

— token speed comparison visualization

Related extended information

Tool entry (trigger tool floating card)

Tools involved in this article: Claude Code, OpenAI, ChatGPT, Gemini, DeepSeek, LM Studio, n8n, Hermes Agent

Internal link guidance

View source →

Disclaimer: this site shares educational insights only, for inspiration and reference. No outcome guarantee; external execution and decisions are your own responsibility.