Skip to main content
Modern frontier models are trained with strong conversational reinforcement (RLHF), causing them to generate polite introductions, repetitive apologies, and extensive markdown commentary around simple answers. Because output tokens cost 3x to 5x more than input tokens, this verbosity represents the largest portion of any enterprise LLM bill. Curtly’s Ponytail Engine injects optimized generation directives into model context, forcing models to produce direct, complete, and dense answers with zero conversational fluff.

The Output Token Economy

When Ponytail is active, the conversational wrapper (up to 65% of the response) is eliminated, leaving only the essential code and logic.

Ponytail Operational Levels

Curtly supports three configurable output brevity levels:

Live A/B Benchmark Results

In live benchmarks against OpenAI GPT-4o-mini, Ponytail achieved the following output token reductions:

Example Output Comparison

Baseline Output (Without Curtly — 771 tokens)

“Certainly! Below is a generic TypeScript implementation of a binary search function with comprehensive error handling, strong type annotations, and detailed step-by-step comments explaining how the algorithm partitions the search space…”
“Here is how you can use this function in your application. First create an array, then pass the target element. Make sure the input array is sorted beforehand…”

Curtly Output (With Ponytail — 195 tokens, 75% Savings)


Enabling & Configuring Ponytail

Via Drop-in Proxy Header

Set the X-Curtly-Ponytail header on your proxy requests:

Via Direct Compress API