CAVEWOMAN: How Large Language Models Behave Under Linguistic Input and Output Compression
The "Cavewoman" study reveals that while compressing a model's output can significantly reduce inference costs, compressing user input is counterproductive, as it forces models to generate longer responses that increase net costs and degrade accuracy.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are hiring a very smart, but expensive, personal assistant to solve problems for you. You pay them based on how much they read (input) and how much they write (output). Usually, writing costs much more than reading.
The paper "CAVEWOMAN" investigates a popular idea: What if we force the assistant to speak like a caveman? (e.g., "Talk short. Drop grammar. Save token.") The goal is to save money by making the conversation shorter.
The researchers set up a clever experiment to see if this actually works. They tested two different ways to use "caveman speak" on eight different AI models across five types of puzzles.
Here is what they found, explained simply:
1. The Two Ways to Speak "Caveman"
The researchers tested two different channels, like two different ways to give instructions:
Channel A (The "Broken Prompt"): You give the AI a question that has been stripped of all its "glue words" (like "the," "is," "and," "to").
- Example: Instead of "What is the capital of France?" you type "Capital France?"
- The Result: This is a trap. It actually costs more money. Why? Because when the AI gets a broken, confusing question, it panics and writes a much longer, more detailed answer to try to figure it out. Since writing is expensive, the extra length costs more than the few words you saved on the question. It's a "lose-lose."
Channel B (The "Caveman Order"): You give the AI the full, normal question, but you tell it: "Answer me like a caveman. No grammar, just keywords."
- Example: You ask, "What is the capital of France?" but the AI replies, "Paris."
- The Result: This saves money. Because the AI is forced to be brief in its answer, it writes fewer words. Since writing is the expensive part, this actually cuts the bill significantly (sometimes by half or even two-thirds).
2. The "Ghost in the Machine" Problem
Here is the most surprising finding. When the AI is forced to answer like a caveman (Channel B), it often gets the right answer, but the words it uses are totally different from how it would normally explain itself.
- The Analogy: Imagine a chef who usually writes a beautiful, 10-page recipe for a cake. You tell them, "Just give me the ingredients list." They hand you a list that says "Flour, Sugar, Eggs."
- The list is correct (you can bake the cake).
- But the list is not the same as the beautiful recipe they would have written if you hadn't forced them to be brief.
- The Paper's Claim: About 52% of the time, the AI gets the answer right, but the "caveman" version of the answer is so different from its normal "full sentence" version that a computer can't tell they are saying the same thing.
- Why it matters: If you only care about the final answer (like "Paris"), this doesn't matter. But if you need to read the AI's reasoning or keep a record of its thought process, the "caveman" version has lost the original flavor and logic, even if the result is correct.
3. Not All AIs Are the Same
The researchers found that some AIs are much better at handling these "caveman" rules than others.
- Some models (like the open-source "Gemma-4") are very robust; they can still give good answers even when forced to be brief.
- Other models (like the very smart "GPT-5.4") actually get much worse when forced to be brief, even though they are usually the best at normal tasks.
- The Lesson: You can't just pick the "smartest" AI. You have to test which AI works best under the specific "caveman" rules you plan to use.
Summary
- Don't break the question: If you strip words from the question you ask, the AI gets confused, writes more, and you pay more.
- Do break the answer: If you tell the AI to give short answers, you save a lot of money.
- Watch out for the "Ghost": Short answers might be correct, but they often look completely different from the AI's normal way of thinking. If you need to see the "why" behind the answer, the short version might be misleading.
The paper concludes that to save money and get good results, you should compress the output (the answer), not the input (the question), and you must check if the AI is still "thinking" correctly, not just if it got the right number.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.