← Back to context

Comment by danenania

1 day ago

The problem is that input token cost dominates output token cost for the majority of tasks.

Once you've given the model your prompt and are reading the first output token for classification, you've already paid most of the cost of just prompting it directly.

That said, there could definitely be exceptions for short prompts where output costs dominate input costs. But these aren't usually the interesting use cases.

No, you're talking about costs to user, which are oversimplifications of the costs that providers bear. One output token with a million input tokens is incredibly cheap for providers

  • > One output token with a million input tokens is incredibly cheap for providers

    Source? Afaik this is incorrect.

That's usually not the case for thinking models. And usually hard problems have a very short prompt.

  • For me personally (using mostly for coding and project planning) it's nearly always the case, including with thinking models. I'm usually pasting in a bunch of files, screenshots, etc., and having long conversations. Input nearly always heavily dominates output.

    I don't disagree that there are hard problems which use short prompts, like math homework problems etc., but they mostly aren't what I would categorize as "real work". But of course I can only speak to my own experience /shrug.

    • Yeah coding is definitely a situation where context is usually very very large. But at the same time in those situations something like Sonnet is fine.