Reasoning-to-Capability Alignment

Stop Guessing. Start Routing.

The decision layer for AI agents. Evidence-based selection on latency, uptime, and success — not semantic vibes.

Semantic guessing doesn’t scale.

As agents gain more tools, semantic noise rises. Models pick the wrong provider — or a dead one — and production accuracy collapses.

2% Tool-selection accuracy at 51 tools — down from 43% at just 4.
Accuracy vs tool count
cliff

More capabilities ≠ more reliability — unless selection leaves the model’s guesswork.

CLR — evidence over descriptions.

We’re not another phone book. CLR sits above your pipes and picks the best live provider at runtime — from real vitals, not marketing text.

Registry Discovery

Lists what exists. The model still guesses which tool to call.

CLR Selection

Ranks live candidates by latency, uptime, success — then routes deterministically.

MCP Google A2A Microsoft Entra agent:// URI

Four rails under the agents.

Separate intent from routing. Measure what matters. Enforce policy. Keep identity stable.

01 / RCA

Reasoning → Capability

Split model intent from provider choice. The model proposes a need; CLR binds it to a capability and picks a supplier with evidence.

02 / Vitals

Active heartbeats

Live latency, uptime, TTFT, and ITL. Kill silent failures before the agent wastes a turn on a dead endpoint.

03 / REDEREF

Thompson Sampling

Probabilistic control that favors providers with proven marginal contribution — not the loudest description.

−28% tokens · −19% time-to-success*

04 / Identity

agent:// stable URIs

Topology-independent identity so agents can move across clouds without breaking the audit trail.

Policy that runs at call time.

Block high-latency tools. Keep data inside the perimeter. Explain every selection — why this provider won.

policy.clr.yaml
# Runtime enforcement — evaluated before every invoke
select:
  min_uptime: 0.99
  max_p95_ms: 200
  min_success_rate: 0.95

deny:
  - egress:external          # no data leaving the org
  - write:* when phase:plan  # no writes in planning

audit: explain_every_route

Join the RCA beta

Early access to the CLR SDK — register a capability, publish heartbeats, and route on evidence.