A multi-threaded Claude Code

Claude Code sub agents are great but I’m often waiting for them run one after the other. If I wanted to speed things up a little, the only two workarounds seem to be: I wish Claude Code could break down my task for me into different subtasks, decide which task to asign to which agent, […]

What’s a token

A token is a group of characters, typically a common sequence of characters, which may or may not be part of a larger sequence. The definition of a token can vary because each model has its own unique tokenisation process.

Generally, a token can be as large as an entire English word. However, longer or less common words might be broken down into multiple tokens. On average, one token is about 4 characters, and roughly 100 tokens correspond to about 75 words.

Understanding tokens helps you better interact with LLMs, manage costs, and make the most efficient use of the model’s capabilities.