AI Tool doesn't read your message the way you do, one whole word at a time. Before it can do anything else, it breaks your text into small pieces called tokens — common words usually stay whole ('the', 'tank', 'solar'), but longer or less common ones get split into chunks ('photovoltaic' might become three pieces: 'photo', 'volt', 'aic'). Every one of those pieces is a unit of work: more tokens means more for the model to process, and on most AI tools, a higher cost per message. That's part of why a short, plain-language question is often both cheaper and clearer than a long, jargon-heavy one.