Sintra AI
Home
Live Feed
Automation Hub
Prompt Library256
AI News554
Weekly Digest
Topic Hubs
AI History
AI Labs
Research
Learning Paths
Guides
Resources
Concepts
Videos
AI Tools74
Models
Claude
Google AI
Cost Calc
Skip to content
Sintra AIConcepts
Home/Concepts/Tokens
๐Ÿช™
FundamentalsBeginner

Tokens

The tiny chunks of text an AI reads, one at a time.

Before an LLM processes text, it breaks it into tokens โ€” small fragments typically representing one word, part of a word, or a punctuation mark. "Unbelievable" might become ["un", "believ", "able"] โ€” three tokens.

Models don't see letters or words; they see token IDs. The entire prompt and response are sequences of these IDs.

Token count matters for two reasons: cost โ€” most APIs bill per 1,000 tokens โ€” and limits โ€” text must fit within the model's context window. Rule of thumb: ~1 token โ‰ˆ 0.75 English words. A page of prose โ‰ˆ 500 tokens.

In plain terms

Like a musician reading sheet music note-by-note rather than hearing the whole symphony โ€” the model processes token-by-token, building meaning step by step.

Related concepts

๐ŸชŸ

Context Window

How much text an AI can see and remember at once.

โฌก

Large Language Model

AI trained on vast text to understand and generate language.

Stay current

New prompts & AI news, weekly

No noise. Curated highlights from the library.

Newsletter signup is currently disabled.

Sintra Tesseract

A curated library of AI use cases, mapped across every way to think with a machine.

Open source ยท Free forever

Discover

Use CasesCollectionsAI Tools DirectoryAI NewsLearning PathsResources & Links

Reference

Claude & AnthropicAI ConceptsAI HistoryAI LabsGoogle AI Tools

Elsewhere

AI Keynote โ†—GitHub โ†—RSS Feed โ†—
ยฉ 2026 Sintra ยท Curated in the open.Built on the void.