Judge a Model on Cost and Latency, Not Just Accuracy

Episode Summary

Ivan Lee, founder and chief executive of Datasaur, spends this episode on what an executive should measure before putting a model into production. His starting point is that this is the first generation of software with real unit costs. The old assumption of a one-time build followed by free scaling is gone, because GPUs and compute make every query cost something, and methods like chain of thought reasoning multiply that cost again. So the first test is whether the unit cost survives the business case at all. After it come latency, where an answer that takes many seconds is a long way from what people expect of a search box, and quality, with compliance and the question of what data may be sent to a third party sitting behind all three. For getting started he wants crawl, walk, run, with success criteria agreed before anyone builds. His closing point is that no single model is best for a whole company.

Key takeaways

His product analogy for keeping a live model honest comes from software rather than from data science. Prompt unit testing borrows the practice that stops something like the CrowdStrike issue reaching production: a set of prompts and expected answers, run daily or weekly, that flags the moment the model diverges from what you expected

  • His central claim is that the economics of software have changed. This is the first time in our generation, he says, that we have seen software with actual unit costs, against the old assumption of a one-time build cost and then free scaling forever

  • His reason is physical rather than commercial. The expensive GPUs and the sheer amount of compute give every query a real cost, and the popular research methods make it worse: chain of thought reasoning and calling several models to get one answer each multiply that core cost again

  • He turns that into a first test an executive can apply before anything else. In early 2025 he was seeing pilots that cost a dollar or five dollars a query, and his question is whether you would pay a dollar fifty for a single automated customer support answer

  • The second dimension is one he says people are only starting to think through. There is a lag in getting answers, and in early 2025 he says some replies were taking twenty seconds. The wait is masked by the text appearing as it is typed, but it is still a long way from a search box that returns results in a fraction of a second

  • He names the three criteria in one sentence, and then names what sits behind them. Cost, latency and then finally the quality itself are what people look at for ROI, and underneath are compliance and regulatory questions about which models you may deploy at all and what data you may send to a third party

  • His evidence that the industry had turned toward price is a product launch. When OpenAI announced GPT-4o Mini it was the first announcement not built on a bigger model or new use cases but purely on being cheaper than its own predecessor, with open source models like Llama applying downward pressure from below and Google Gemini advertising its efficiency against competitors

  • On running models privately he expects consumer hardware to move the conversation. As Apple put Apple Intelligence on the iPhone, the mainstream assumption that a query has to travel to a large cloud model starts to break

  • His technical point underneath that is about size rather than location. An array of smaller language models can run on the device and do a serviceable job, so the question stops being about the largest models on a cloud and becomes what fits in your pocket

  • The consequence he is most interested in is regulatory rather than technical. Industries that were never allowed to send data to a model provider, healthcare among them, change position entirely once the model can be self-hosted on an air-gapped machine

  • His advice for an executive early in the design is the oldest one in the book, and he says so. Crawl, walk, run, which is what he calls the traditional advice, and what it means in practice is starting with a pilot that demonstrates the technology works and can solve the problem

  • His fix for the failure he has watched for over a decade is a conversation held before anyone builds. Agree very clear success criteria ahead of time, the response times and the costs that count as success, because otherwise a solution reaches high accuracy with good recall and precision and an executive tries one query that fails and calls for the whole thing to be redone

  • His closing point is aimed squarely at the search for a winner. He wants it understood, and says he wants to ingrain it with the audience, that there is no single best model

  • His worked example splits one company into different answers. Marketing and HR at a business like Starbucks might find an off-the-shelf solution works fine, while the divisions holding the secret sauce decide they need to build in-house for strategic or proprietary reasons

  • The conclusion is a change in how organizations will describe themselves. It stops being like today, where a company is an AWS house or a GCP house, and he thinks it moves to a multi-model landscape where you can be much more agnostic as to the proper solution

About Ivan Lee

Ivan Lee is the founder and chief executive of Datasaur, which he describes on this episode as a five-year-old startup founded to democratize access to natural language processing. Its data labeling platform has been used by Netflix, Spotify, Qualtrics and the FBI to annotate the data behind their models, and in the two years before this February 2025 conversation the company added LLM Labs, for comparing and selecting models and gathering the data to fine-tune private ones. He says he has worked in AI for over a decade. His argument here is that a model in production is judged on three things rather than one: the unit cost of a query, the latency of the answer and the quality, with compliance and the limits on what data may leave the organization behind all three. He is also firm that no single model is best for a whole company.

 

In this episode

00:42 Welcome, and who is Ivan Lee
01:12 What Datasaur is, and democratizing access to NLP
01:29 The data labeling platform, and who used it
02:20 The question: using the product in production
03:10 Prompt unit testing, borrowed from software
03:40 The question: what goes into the ROI
04:23 The first generation of software with real unit costs
04:47 GPUs, compute, and what chain of thought multiplies
05:12 Pilots at a dollar a query, and the dollar fifty test
05:40 Latency, and answers that take twenty seconds
05:58 Cost, latency, and then the quality itself
06:16 Those are the three criteria, and what sits behind them
06:38 The question: what drives cost down
06:47 GPT-4o Mini, announced on price rather than size
07:47 The question: LLMs behind the firewall
07:58 Apple Intelligence, and the mainstream conversation
08:19 Small language models on device
08:47 Air-gapped self-hosting, and what it opens up
09:09 The question: enough for smaller companies
10:13 Crawl, walk, run, and what a pilot has to prove
11:24 Agreeing the success criteria before anyone builds
12:22 The question: what listeners should take away
12:42 There is no single best model
13:02 Starbucks, and why departments diverge
13:28 Not an AWS house or a GCP house
13:54 A multi-model landscape

In Ivan’s words

“this is the first time in our generation that we’ve seen software with actual unit costs”

Ivan Lee   (04:23)

“If you want to automate customer support for an organization like Hyatt Hotels, would you be willing to pay $1.50 per answer?”

Ivan Lee   (05:12)

“Those are the three main criteria that people are looking at when it comes to ROI”

Ivan Lee   (06:16)

“I want to really ingrain with the audience that there is no single best model”

Ivan Lee   (12:42)

 

Resources

Named on air

  • LLM Labs: The Datasaur product he describes at 02:01, for comparing and selecting models and gathering the data to fine-tune a private one

  • Prompt unit testing: His term, introduced at 02:43 and explained at 03:10. A fixed set of prompts and expected answers run against a live model on a schedule, so divergence is caught rather than reported

  • GPT-4o Mini: The OpenAI model he names at 06:47 as the first announcement he had seen built on price rather than on capability

  • Llama and Google Gemini: The two he names at 07:12. Open source models like Llama apply downward pressure because they carry no proprietary fee; Google Gemini is where he says that pressure lands, and it advertises its efficiency against competitors

  • Apple Intelligence: Named at 07:58 as the thing he expected to change the mainstream assumption that a query has to reach a cloud model

  • CrowdStrike: The incident he reaches for at 03:10 as the kind of thing unit testing exists to prevent

  • Netflix, Spotify, Qualtrics and the FBI: The customers he names at 01:29 for the data annotation platform

Ideas and terms discussed

  • Unit cost: Every query against a model consumes GPU time, so software now carries a per-use cost rather than a one-time build cost

  • Cost, latency and quality: His three criteria at 06:16 for judging a model in production, set against the accuracy and precision a data scientist would reach for first

  • Small language models: His answer at 08:19 to running privately. An array of smaller models on the device rather than the largest model in a cloud

  • Crawl, walk, run: His phrase at 10:13 for the sequence. A pilot that proves the technology works on a real workflow, then responsible building with agreed timelines and criteria

  • A multi-model landscape: His conclusion. Different models for different jobs inside one organization, chosen on the merits rather than by standardizing on one provider

Related AI Realized episodes and events

 

Frequently Asked Questions

 
 
 
 
 
 
 
 
 
 
 
Previous
Previous

Media Metadata Is a Signal to Detect Real From Fake

Next
Next

AI Is a Tool for Augmenting People, Not Replacing Them