arborist/docs
russell@unturf.com 4aaa253dfd
docs(qa): pointer-ID switch + stop-sequence journey, bench progression
Adds two architectural-fix sections to the QA-modes bench doc:

  1. Pointer-IDs in JSON mode (commit bb8450d) — closes the
     content-addressed evidence_id hallucination loop where
     Hermes-3-8B emitted near-miss IDs (E1b6e396 vs the runtime's
     Eed1b6e396) on cross-document relationships, landing
     UNGROUNDED on factually correct answers. Switching to short
     pointer IDs (E1, E2, …) made fabrication obvious and the
     Homer Simpson fixture went UNGROUNDED 0/1 → STRICT 1/1.

  2. JSON-mode stop-sequence (commit f23d3a3) — guards against
     post-brace token runaway where Hermes spammed whitespace
     until max_tokens exhausted on broad-descriptive shapes
     (apollo program 3/3 runaway in the post-pointer-ID bench).
     stop=["\n\n"] cuts the runaway since well-formed JSON-mode
     output never contains a blank line.

Also adds a bench progression table showing the journey from
the morning baseline (JSON 19 errors, 26 STRICT) to the post-
pointer-ID evening run (0 errors, 31 STRICT, 56 grounded).
Each row was a named-failure → fix → re-bench cycle.
2026-04-30 16:21:16 -04:00
..
diagrams docs: mesh multiplayer protocol with dot diagrams 2026-04-28 12:54:36 -04:00
mesh-deploy.md docs: mesh-deploy runbook for two-host gossip setup 2026-04-28 17:24:37 -04:00
mesh.md docs: mesh multiplayer protocol with dot diagrams 2026-04-28 12:54:36 -04:00
qa-modes-bench-2026-04-30.md docs(qa): pointer-ID switch + stop-sequence journey, bench progression 2026-04-30 16:21:16 -04:00