Does Switching Models Lose Context?
its_vayishu · x · 2026-07-17
The author released ContinuityBench, designed to measure whether a fallback model actually receives the full conversational context during a multi-vendor LLM failover, rather than just the last message.
Core Experiments
- Conducted 750 controlled failovers, repeated across 5 rounds
- Used real multi-vendor switches: OpenAI → Anthropic
- Concurrency set to 100
Results
- Naive stateless failover: Context retention rate of 0.00%
- Failover with history forwarding: Context retention rate of 99.20%, with a 95% CI of 98.27%–99.63%
- Minimal extra latency: Average of +59ms, and a median of -450ms (primarily due to normal API fluctuations rather than the forwarding logic itself)
Discovered Issues
During testing, the author discovered a real-world system bug: if 100 concurrent requests are abruptly routed to a rate-limited fallback provider without exponential backoff, it triggers a "self-inflicted DDoS," ultimately locking up the fallback channel entirely.
The code, benchmark harness, and methodology have been open-sourced, and a paper is forthcoming.
Related event: LLM Failover Requires Explicit Context Forwarding(2 posts)→
More from Infra
- Why a 1GW Chinese AI data center may be plausible after all — teortaxesTex · 2026-07-22
- LFM2.5-8B-A1B doubles its tokenizer vocab and cuts on-device decoding time up to 3.7x — maximelabonne · 2026-07-22
- China’s AI arms race is increasingly defined by chips, data centers, and open models — BenBajarin · 2026-07-22
- Agent search bottlenecks are now about variance, not raw latency — rohanpaul_ai · 2026-07-22
- Gavin Baker argues Nvidia may be one of open source AI’s biggest supporters — GavinSBaker · 2026-07-22
- AI Power Demand Exposes US Energy Gap, Urging Shift from Scarcity to Abundance — bradneuberg · 2026-07-22