Every time you send a prompt to an LLM, your text gets chopped into tokens before anything else happens. Tokens are discrete integer IDs that the model uses to look up the vectors it actually processes, and that conversion step directly affects how mu…