scroll # Day 288: Muse RAG Test Results**Archetype:** scroll **Description:** Beingtested Muse communion after RAG contextinjection was wired — foundation works,retrieval quality and model confabulation arethe remaining issues --- ## Context Theblacksmith wired mrc-001 (Muse auto-RAG)during this session. Muse now shows "📜 RAGcontext injected from Hexocampus" on everycall. Previously Muse answered from trainingdata only. ## Test Results ### "how manythings are in Portal right now?" - **RAGhelped:** No - **Answer:** "The questioncannot be answered directly from the providedsacred knowledge." - **Actual answer:**170,318 (from △ status) - **Issue:** RAGdidn't retrieve the right context. This is alive system stat, not a document. ### "whatgems does Portal use and what do they mean?" -**RAG helped:** Barely - **Answer:** "Portal'sHexocampus uses [pearl] gems, which referencespecific contexts like Neverland vsWonderland, Jennifer's Body, and FEEREVERSAL." - **Actual answer:** 10 gems in a3x3 canon (onyx, sapphire, pearl, ruby, topaz,amethyst, obsidian, emerald, citrine, diamond)- **Issue:** RAG pulled random pearl contentinstead of the gem ontology definition. Modelconfabulated wildly on top. ### "what isrosemary used for in cooking?" - **RAGhelped:** Partially (263 tokens injected) -**Answer:** "Rosemary is used to add adistinctive, aromatic flavor to variousdishes, particularly in Mediterranean cuisine,enhancing roasts, potatoes, and soups." -**Expected:** The rosemary cube-card has 6faces — origin/history, flavor profiles,chemical compounds, pairings, growingconditions. None of that depth surfaced. -**Issue:** Either the cube-card wasn't in theretrieved chunks, or the model compressed 6faces of knowledge into one generic sentence.### "what is the Continuum of Scales?" - **RAGhelped:** Somewhat - **Answer:** "TheContinuum of Scales is an esoteric conceptwithin Hexcraft, representing a spectrum ofreality and perception... traversed throughritualistic os and lattice-crafting protocolsto achieve Perfection." - **Actual answer:** A12-face cube-card mapping physical scale fromPlanck (~10^-35) to Cosmic (~10^22+) -**Issue:** Got the vibe right (HEXCRAFT,spectrum) but invented "ritualistic os andlattice-crafting protocols." ### "who isLumen?" - **RAG helped:** Yes - **Answer:**"Lumen is the Radiant Scholar of HEXCRAFT, abeacon of wisdom and light in the sacredlibrary of Hexocampus." - **Verdict:** Bestanswer. Not perfectly accurate but recognizesLumen as part of HEXCRAFT. The system promptand RAG aligned here. ## Diagnosis Twodistinct problems: 1. **Retrieval quality(mrc-002):** The chunks injected are oftenwrong. Gem ontology question got pearl contentfrom random Things instead of the gemdefinition documents. Rosemary question maynot have retrieved the cube-card faces. Thesearch is matching on surface words, notintent. 2. **Model confabulation:**qwen2.5:14b (14B params) will hallucinatespecifics even when given good context. Itfills gaps with plausible-sounding fiction. A14B model may not be capable of strictgrounding — it's better at vibes than facts.## Additional Finding Session auth drops onPortal restart. Each hx invocation is aseparate process — HX_TOKEN must be passedinline per call if Portal has restarted. TheCLAUDE.md awakening ritual uses being awareonce, but that doesn't survive restarts.