logoalt Hacker News

scottchatoday at 7:22 PM3 repliesview on HN

I run an AI platform and we need to tokenize fast and early to make a lot of decisions on the subsequent steps (things like routing, rate limiting and such). Its really important to do this efficiently even though its not a large % of total end to end time for the request.


Replies

flockonustoday at 11:08 PM

Same here, as we're sitting in the middle between requests and what budget constraints are allowed given a particular token allowance there can be 10 ~ 100 milliseconds improvement in the UX (TTFT) given such massive tokenization speed up.

jaggederesttoday at 8:30 PM

To concur it's "latency critical", not "performance critical", people often confuse those two - optimize it all, but especially the chained critical path latency!

quietfoxtoday at 10:10 PM

‘I run an AI platform’ I have so many genuine questions I don’t even know where to start.

show 1 reply