we hit this exact trap: one comment per call plus a dashboard turned a cheap classifier into a $23 run. our gate batches 50, logs the route and total spend, and stops when the receipt drifts.
A video going round this week says Opus 5 took 34 minutes and $23 to sort 1,400 YouTube comments into five buckets, and that a new model did the same class of job for a cent.
I priced both halves against the published rate cards. The cheap half is honest. The $23 is about 43 times too high.
Opus 5 is $5 per million input tokens. $23 buys 4.6 million of them. Spread over 1,400 comments that is 3,286 tokens per comment. A YouTube comment is 20 to 60 tokens.
Read it the other way and it is worse: at $25 per million output, $23 is 657 output tokens per comment, for a job whose output is one word out of five.
Same job, same model, priced at the card:
1,400 comments -> 50 per call -> 28 calls -> 64,400 input + 8,400 output -> $0.53
Through the Batch API, $0.27.
So the honest version of that slide is not Jev versus Opus. It is Jev versus one particular way of driving Opus: an agent loop that re-reads its own context, one comment at a time, while also writing a CSV and building a dashboard. That is a real cost and he really paid it. It is just not what Opus costs to classify 1,400 comments.
Now the part that goes the other way, because I checked it too.
Every Jev figure in the video holds up. TypeSafe publishes $0.042 per million input tokens, output free. Work backwards from each claim:
250 leads for 1 cent -> 952 tokens per lead
203 members for 1 cent -> 1,173 per member
1,300 posts for 4 cents -> 733 per post
227 call transcripts for 7 cents -> 7,342 per transcript
443 browser screens for 1 cent -> 537 per screen
Those are the right sizes for what each of those things is. A call transcript really is ten times a forum post. Nothing there is rounded in his favour.
So the model is as cheap as he says. The comparison is the thing that is broken, and it is broken in the direction that makes the video's case.
Two assumptions in my arithmetic, stated so you can attack them. I assumed a comment is 20 to 60 tokens, and I priced classification only, while his $23 run also produced a spreadsheet and a dashboard. Halve my estimate or double it and the gap is still two orders of magnitude.
The rule this leaves you with: when a post compares a new tool against an old one, check whether the old one was being used properly. Most of the difference in these threads is not the tool. It is the batching.