@sdianahu: 1/ fast AI inference is about to replay the history lesson from search engines on why low latency is so important
Summary
Dian Hu draws a parallel between the importance of low latency in search engines and the upcoming need for fast AI inference.
View Cached Full Text
Cached at: 06/16/26, 11:42 AM
1/ fast AI inference is about to replay the history lesson from search engines on why low latency is so important
2/ in 2009 google ran an experiment by slowing search down by 400ms, and searches per user dropped 0.59%, and the damage persisted for weeks after they removed the delay
bing saw the same thing , a 2 sec delay cost 1.8% of queries and 4.3% of revenue per user
amazon found every 100ms cost ~1% of sales
3/ now look at time-to-first-token (TTFT): reasoning models ~4s!! frontier labs at 820ms-1.2s! cerebras ~120-160ms, groq ~150ms
you don’t patch your way across that via just clever software to fix it; it’s a bet you make in silicon years ahead
4/ (a side note the theoretical latency limit is in physics
light in fiber moves at ~2/3 the speed of light nyc <-> london is already ~56ms before any compute happens)
5/ search engines can hide compute by copying/caching the index everywhere. AI inference is harder to cache, so the options are: replicate models at the edge, run them on device, custom silicon
6/ here’s where the search analogy breaks though, quality still dominates right now labs compete almost entirely on quality, and users put up with slowness because the answer is worth the wait (deliberation feels like intelligence)
7/ but OSS models are not that far behind we’ll end up with clusters of models that are basically equally good
the moment the answers are interchangeable, the only thing left to compete on is speed
perhaps via custom HW
https://services.google.com/fh/files/blogs/google_delayexp.pdf…
https://niels-ole.com/amazon/performance/2018/10/27/100ms-latency-1percent-revenue.html…
https://cambridge.org/core/books/abs/trustworthy-online-controlled-experiments/speed-matters/35D34F276D4AF1AEE4B98D3E09B9E168…
Hey @sdianahu - just saw this - building something of raw intuition Will get back soon!
Similar Articles
AI inference just plays by different rules (9 minute read)
The article argues that AI inference poses unique challenges to cloud data infrastructure, likening its demand to high-concurrency OLTP systems rather than traditional human-speed applications. It emphasizes the need to optimize storage and data access layers to handle the 'AI data tsunami' driven by autonomous agents.
@barrowjoseph: https://x.com/barrowjoseph/status/2065423284343050314
A blog post revisits the concept of 'Slow Search' in the context of agentic retrieval, arguing that per-query latency can be traded for better retrieval quality to reduce overall task time and cost for AI agents.
@levie: If you’ve ever wondered why we will need 100X more AI inference in the future, and what it’s going to be driven by, thi…
This post discusses Devin's new 'Security Swarm' feature using Agentic MapReduce to scale AI-driven code security analysis, illustrating the need for 100× more AI inference and the strategic deployment of diverse models across industries.
@levie: Thought provoking post by Dwarkesh. In general - as AI gets more powerful - we should expect on the margin that inferen…
A discussion on how increasing AI power may drive inference costs toward the most economically valuable tasks, but market competition may prevent extreme price hikes as predicted by Dwarkesh Patel's blog post.
@injaneity: https://x.com/injaneity/status/2075659478096376158
This article explains how batching and parallel operations improve latency and efficiency in AI computer use systems, highlighting open-source implementations like pi-computer-use and cua-driver that achieved significant performance gains before similar features appeared in Codex.