JevMade hello@JevMade.com
← Back to guides

JevMade field notes / Decision-design guide

Intent-Router

Intent-Router turns vague requests into inspectable probes and four routing states, with codebase and support-queue walkthroughs. The shipped implementation is prompt-only; Jev and local-classifier backends are planned.

Original by angel291592ClassificationGitHub repositorySource reviewed

Before you dive in

What you’ll find in the original

  1. Probe available sources before choosing a handler so ambiguity is not silently sent to a default route.
  2. Represent routing as four explicit states and retain the evidence that moved a request between them.
  3. Treat prompt-only confidence as ordinal; require labelled evaluation and ECE or Brier measurements before calling it calibrated.
Worth knowing

Only the L0 prompt-only tier ships. L1 and L2, including Jev or Laya, are explicitly planned, so this is a decision-design lesson rather than a working Jev integration.