Remix.run Logo
TeMPOraL 3 hours ago

Who are the customers though? Honest question, I'd like to understand it.

For me, anything other than current best available SOTA for any task is unacceptable. The only routing rule I need is "the most powerful model I still have flat-priced quota available for". I mean, why settle for less?

btown 3 hours ago | parent | next [-]

There are two types of users: those who are able to use subsidized rates, and those who need to use API rates due to audit requirements, enterprise billing, etc.

Model routing for subsidized users takes the form of a "use Opus 5 subagents for implementation" type of system prompt. You lean into a single provider, build tooling around that, and your savings are far beyond anything multi-provider routing can get you.

Model routing for enterprises is far more complex - approaches like https://fireworks.ai/blog/kimik3-fable become necessary for cost control.

pzo 3 hours ago | parent [-]

on top of that there is also additional factor: speed - sometimes if task is easy you do care to finish it faster.

There is also matter about convenience - when I ask some small easy question often I don't bother to switch the model or forget in prompt to ask faster/cheaper subagent.

kxxx 3 hours ago | parent | prev | next [-]

It's very common to use a lesser model for a lesser task, resulting in same quality output. End result: save money while being faster. In many cases, it's a pure win-win.

lostmsu 3 hours ago | parent [-]

But in other many cases you have to redo the work directly or indirectly, and you are more expensive (for now) than even the most expensive models, so sounds like a total lose.

paxys 3 hours ago | parent | prev | next [-]

I’m assuming you don’t pay per API call. Every mid-large sized business in the world does.

Slartie 3 hours ago | parent | prev | next [-]

And you do not have flat priced quota for Fable 5, right? Because nobody has, as far as I know. So you'll probably not route any task to the "current best available SOTA".

Also: quota. Implies you do not have unlimited access even for flat prices. Which in turn implies that as soon as you hit the quota on the most expensive flat price plan, even you will suddenly discover the magic of economically sensible behavior.

abi 3 hours ago | parent [-]

Fable 5 is included in the Claude Max subscription. I've gotten close to the limits this week and last but haven't hit it yet.

dgellow 3 hours ago | parent [-]

But Fable is only available for 50% of your Max quota as far as I understand

msabalau 3 hours ago | parent | prev | next [-]

Not everyone is you. Other people probably have a range of tasks that can accomplished with different models.

Certainly if I'm confident that I'm going to get what I need from a faster model, that's what I want to use, rather than wasting time grinding away for the sake of saying of the same answer came from a SOTA model.

Given that every chatbot does offer a range of models, it seems clear people do choose among options.

internet2000 3 hours ago | parent [-]

The mental effort in estimating what model would be better is so not worth it.

I just want to switch to Claude Code, tell it to turn a .csv into a BigQuery table then cmd+tab to something else while it runs. Thinking "oh this is probably an easy task, I can /model to Sonnet to save $0.0004" is silly.

polotics 3 hours ago | parent | prev | next [-]

because "less" can be so much faster?

kxxx 3 hours ago | parent [-]

not just that -- "less" ($$$) can also result in indistinguishable quality for some tasks/inputs. I'd argue this is the primary reason, secondary being speed.

StilesCrisis 34 minutes ago | parent | prev | next [-]

That's nice and all, as long as flat-priced quota continues to exist. Seems unlikely to go on forever!

jnwatson 3 hours ago | parent | prev | next [-]

I generally agree. Perhaps there's only a 5% chance that it would write better code or find a bug that it wouldn't have with a lesser model, but the economics of bugs is strong enough that preventing a single bug is worth hundreds of dollars.

TacticalCoder 3 hours ago | parent | prev | next [-]

> For me, anything other than current best available SOTA for any task is unacceptable.

Then you must route. An article with lots of upvotes yesterday or two days ago showed that K3+Fable 5 was more SOTA than either of those.

toss1 3 hours ago | parent | prev [-]

I'm not a customer of those routing systems, but I quite often use different Claude models for different tasks. While most tasks were Opus 4.8, I often used 4.8 to make a plan, prompts, and package kit to setup Fable for a bigger project, then run it on Fable. Or, for broad single-task searches Sonnet with or without "Research []" turned on seemed to work best both faster, lower overhead, and less verbose answers (when I didn't want it).

OFC, YMMV