Live data from Hacker News

Adaptive LLM routing under budget constraints

arxiv.org

81–83 of 83 posts

Re: Adaptive LLM routing under budget constraints

#81

Earlier quoted context omitted.

PPT (price-per-token) is insufficient to compute cost. You will also need to know an average tokens-per-interaction (TPI). They multiply to give you a cost estimate. A .01x PPT is wiped out by 100x TPI.

Are you saying that some models will take 100x more tokens than other (models in the same ballpark) for the same task? Is the 100 a real measured metric or just random numbers to illustrate a point?

the GPT 5 models use ~10x more tokens depending on the reasoning settings.

Re: Adaptive LLM routing under budget constraints

#82
post #61

Earlier quoted context omitted.

I can totally see "it's not really AGI because it doesn't consistently outperform those three top 0.000001% outlier human experts yet if they work together". It'll be a while until the ability to move the goalposts of "actual intelligence" is exhausted entirely.

Well right now, my niece of 7 years outperforms all LLM contenders in drawing a Pelican on a bicycle

I tried it in Gemini just now, it seems to have done a decent job: https://g.co/gemini/share/b6fef8398c01

Re: Adaptive LLM routing under budget constraints

#83

Earlier quoted context omitted.

Are you saying that some models will take 100x more tokens than other (models in the same ballpark) for the same task? Is the 100 a real measured metric or just random numbers to illustrate a point?

With thinking models, yes 100x is not just possible, but probable. You get charged for the intermediate thinking tokens, even if you don't see them (which is the case for Grok, for example). And even if you do see them, they won't necessarily add value.

> With thinking models, yes 100x is not just possible, but probable

So the answer is no then, because I don't put reasoning and non-reasoning models in the same ballpark when it comes to token usage. You can just turn off reasoning.

Post reply on HN