The Sour Lesson: Building AI Products That Compound with Model Progress at Anterior
Building AI products on rapidly evolving LLMs creates a tension: serving customers today requires working around current model limitations, but those workarounds become technical debt when capabilities improve.
Hierarchical query reasoning—breaking medical guidelines into tree-structured sub-questions answerable within a 16K token window—became unnecessary when GPT-4 Turbo launched with a 128K context window. Finetuning for clinical reasoning was similarly superseded within 12-18 months as frontier general models became strong enough to eliminate the advantage of specialized models; the hierarchical approach itself was replaced within 6 months.
Domain knowledge injection and the expert review system both remained in production 2+ years after being built.
The earlier hierarchical approach, while short-lived, helped acquire the first 2 enterprise customers within 1-2 months.
Show all 8 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
Domain knowledge injection and the expert review system both remained in production 2+ years after being built.
What tools did this team use?
GPT-3.5-Turbo-16k, GPT-4 Turbo, GPT-4, Claude 3.
What results were reported?
Original model context window: 16K tokens; GPT-4 Turbo context window: 128K context window; Time to build hierarchical query reasoning approach: 1-2 months; Enterprise customers acquired via first approach: 2 (source-reported, not independently verified).
What failed first in this deployment?
Hierarchical query reasoning—breaking medical guidelines into tree-structured sub-questions answerable within a 16K token window—became unnecessary when GPT-4 Turbo launched with a 128K context window.
How is this prior authorization AI workflow structured?
Medical review case arrives → Guidelines decomposed into question tree → Final determination propagated → Clinical knowledge dynamically injected → Clinicians review outputs via dashboard → Review data feeds product improvement.