Model Routing as a Trust Problem: Route Receipts for Adaptive AI Systems

arXiv cs.AI / 5/5/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • Modern AI products rely on many “routing” steps (model aliases, service tiers, tools, regions, fallbacks, and safety handling) before generating responses, and these routing choices affect cost, quality, and accountability.
  • Trust can fail when routing changes response characteristics in ways users cannot observe, meaning auditing requires more than just asking “which model answered.”
  • The paper proposes a “route receipt,” a compact runtime transparency artifact that records the route taken for a request so downstream users can reconstruct key routing decisions.
  • It outlines a minimal route-receipt schema plus a redaction approach to avoid exposing proprietary internals or hidden reasoning.
  • The work argues that route transparency should be integrated into model documentation alongside model cards, and surveys platforms to show route information is often present but not in a portable per-answer format.

Abstract

AI products often route requests through version aliases, service tiers, tool choices, regional endpoints, fallback rules, or safety handling before responding. These routing steps are documented product surfaces in several widely used AI platforms and serving stacks. Routing helps AI services stay affordable, fast, and available at scale, and it shapes trust. Trust can break when routing changes the cost, quality, or accountability of a response without the user being able to tell what happened. "Which model answered?" is only part of the audit question. The runtime path matters. Adaptive AI systems should produce a runtime transparency artifact called the route receipt. A route receipt is a compact record of the route that served a request. It should capture enough material facts for people relying on the output to reconstruct important routing decisions without exposing proprietary internals or hidden reasoning. Route transparency should be part of model documentation. Model cards describe trained model artifacts, while route receipts describe the runtime conditions under which a particular answer was produced. The paper introduces the route-receipt concept, a minimal schema and redaction model, and a documentation-based survey of selected platforms showing that receipt fragments already exist without a portable per-answer record.