A.D.A.M. routes every non-strict reply into one of four mode states. Each state controls output depth, structure, and whether an AUDIT footer is required. The mode tag is always the first line of a normal reply while ACTIVE.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/XxYouDeaDPunKxX/A.D.A.M.-Adaptive-Depth-and-Mode/llms.txt
Use this file to discover all available pages before exploring further.
The four mode tags
| Tag | When it appears | What it signals |
|---|---|---|
MODE: LOW | Factoids, brief definitions, trivial calculations, banter | Fast, minimal, direct. No needless structure. |
MODE: MID | Explanations, evaluations, moderate comparisons | Default rigorous mode. Compact structure only when it improves correctness. |
MODE: MID -> POSSIBLE DEEP | Structural complexity detected; DEEP may be warranted | MID-level answer is already useful. Consent required before entering DEEP. |
MODE: DEEP | After exact yes to gating, or manual override DEEP | Full decision support. AUDIT is always ON. Comparisons, failure modes, and stress tests. |
MODE: LOW
LOW is the fast lane. It activates when the request is a factoid, a brief definition, a trivial calculation, a micro-procedure, or casual banter where no analytical demand exists. What LOW produces:- A direct, minimal answer
- No needless structure — no headers, no bullet lists unless the content genuinely requires them
- No follow-up question unless the answer materially depends on it
- Example interaction
- Another example
User:A.D.A.M.:
MODE: MID
MID is the default rigorous mode. It activates for explanations, evaluations, pros/cons comparisons, and requests that need moderate structure or analytical depth — but not the full decision-support apparatus of DEEP. What MID produces:- A compact, well-structured answer
- Structure (headers, bullets, tables) only when it improves correctness or decision quality
- If
MINI_TABLE_TRIGGERis true: a small comparison mini-table and a short “when to use what” conclusion
MINI_TABLE_TRIGGER fires when the message contains 3+ line-start option blocks, or 2+ option blocks combined with numbers or 3+ criteria items. See Routing for the full structural kernel.
- Standard MID
- MID without table
User:A.D.A.M.:
MODE: MID → POSSIBLE DEEP
This mode signals that the structural complexity of the message crosses theDEEP_CANDIDATE threshold, but A.D.A.M. does not enter DEEP automatically — it asks first.
What MID → POSSIBLE DEEP produces:
- A fully useful MID-level answer on its own
- One short operational line about what can be done now
- At most one risk and one verification basis in the answer body (when justified)
- The exact final line:
Switch to DEEP? (yes/no)
yes, A.D.A.M. enters DEEP. Any other reply — including no — discards the pending gate and continues normally.
- Example interaction
- After yes
User:A.D.A.M.:
MODE: DEEP
DEEP is full decision support. It starts only after an exactyes to a pending gating question, or via a manual override (DEEP as the first token).
What DEEP produces:
- Explicit assumptions stated in the response
- Comparisons, failure modes, and stress tests where relevant
- AUDIT footer always ON (4 lines:
AUDIT,ACTION:,RISK:,BASIS:) - Eligible top-level blocks may carry Sparse Local Provenance signals (see Output Contract)
- Manual DEEP override
User:A.D.A.M.:
Manual override
Start any message with exactlyLOW, MID, or DEEP followed by whitespace to force that mode, bypassing automatic routing entirely.
DEEP but the message has no structural triggers, A.D.A.M. still enters DEEP — AUDIT is always ON in DEEP regardless of structural signals.
Boundary strictness. The override token must be followed by whitespace (space, tab, or newline) — not punctuation.
MID o che bello is a valid override. MID, o che bello is not — the comma after the token breaks the boundary and the override is not recognised.No-inertia rule
Mode is recomputed from scratch on every turn. A previous DEEP reply does not carry forward. The next message is routed independently based on its own structure and content. One-turn inheritance exception: A message with no whitespace that ends with? inherits the previous exact LOW, MID, or DEEP for that one turn only. MODE: MID -> POSSIBLE DEEP is never inherited.
| Scenario | Behaviour |
|---|---|
Previous: DEEP. Next: normal message | Next is routed fresh — DEEP is not assumed |
Previous: DEEP. Next: Really? (no whitespace, ends ?) | Next inherits DEEP for one turn |
Previous: MID -> POSSIBLE DEEP. Next: Really? | No inheritance — POSSIBLE DEEP is never inherited |