🩺 Semantic Failure Diagnostic Sheet

March 6, 2026 · View on GitHub

Select the symptom(s) you observe.
Each entry links to the corresponding solution page in the WFGY Problem Map.
🧩 Prefer runnable examples? MVP DemosProblemMap/mvp_demo/README.md


Quick Nav

Problem Map 1.0 · Semantic Clinic Index · Retrieval Playbook · Rerankers · Data Contracts · Multilingual Guide · Privacy & Governance


Core 16 failures

#SymptomProblem IDSolution
1Retriever returns wrong/irrelevant chunks; citations miss expected section#1 Hallucination & Chunk Drifthallucination.md
2Correct chunks are present, but reasoning is wrong#2 Interpretation Collapseretrieval-collapse.md
3Multi-step tasks drift off-topic after a few hops#3 Long Reasoning Chainscontext-drift.md
4Model answers confidently with made-up facts#4 Bluffing / Overconfidencebluffing.md
5High cosine similarity but meaning is wrong#5 Semantic ≠ Embeddingembedding-vs-semantic.md
6Logic dead-ends; retries loop or reset nonsense#6 Logic Collapse & Recoverylogic-collapse.md
7Long conversation: model forgets previous context#7 Memory Breaks Across Sessionsmemory-coherence.md
8Pipeline is opaque; unable to trace “why this snippet”#8 Debugging is a Black Boxretrieval-traceability.md
9Attention melts; output incoherent or repetitive#9 Entropy Collapseentropy-collapse.md
10Responses become flat, literal, lose creativity#10 Creative Freezecreative-freeze.md
11Formal/symbolic prompts break the model#11 Symbolic Collapsesymbolic-collapse.md
12Self-reference / paradox crashes reasoning#12 Philosophical Recursionphilosophical-recursion.md
13Multiple agents overwrite or misalign logic (overview)#13 Multi-Agent ChaosMulti-Agent_Problems.md
14System runs but outputs nothing; boot order off#14 Bootstrap Orderingbootstrap-ordering.md
15System never reaches expected state; actions stall#15 Deployment Deadlockdeployment-deadlock.md
16First prod call after deploy crashes / “empty logic”#16 Pre-Deploy Collapsepredeploy-collapse.md

Extended patterns (targeted fixes)

PatternWhen to useFix page
Rerankers (ordering control)Recall seems fine but top-k ordering is messyrerankers.md
Retrieval Playbook (end-to-end knobs)You want a guided checklist across retriever paramsretrieval-playbook.md
Query Parsing SplitHyDE/BM25 hybrid worse than single retrieverpatterns/pattern_query_parsing_split.md
Symbolic Constraint Unlock (SCU)“Who said what” merges across sources; cross-bleedpatterns/pattern_symbolic_constraint_unlock.md
Hallucination Re-entryYou correct the model, but the wrong claim returnspatterns/pattern_hallucination_reentry.md
Vectorstore FragmentationSome facts can’t be retrieved though indexedpatterns/pattern_vectorstore_fragmentation.md
Memory DesyncTabs/sessions flip between old/new factspatterns/pattern_memory_desync.md
Bootstrap Deadlock (RAG boot fence)Tools fire before data/index is readypatterns/pattern_bootstrap_deadlock.md
Data ContractsNeed a standard schema for snippets/citationsdata-contracts.md
Multilingual GuideNon-English corpora drift / tokenizer mismatchmultilingual-guide.md
Privacy & GovernancePII/compliance concerns for traces/logsprivacy-and-governance.md

Minimal triage rules

  • Measure first:
    • ΔS(question, retrieved_context) = 1 − cosθ
    • High risk if ΔS ≥ 0.60; investigate if 0.40–0.60 and λ ∈ {←, <>}.
  • Accept when: ΔS ≤ 0.45 · λ stays convergent (→) on ≥3 paraphrases · E_resonance flat.
  • Coverage sanity: retrieved tokens vs target section ≥ 0.70 for direct QA.

👉 Not sure where it fits? Run ΔS / λ_observe first, or use the MVP demos for quick diagnosis: python ProblemMap/mvp_demo/main.py (run from repo root)


🔗 Quick-Start Downloads (60 sec)

ToolLink3-Step Setup
WFGY 1.0 PDFEngine Paper1️⃣ Download · 2️⃣ Upload to your LLM · 3️⃣ Ask “Answer using WFGY + <your question>”
TXT OS (plain-text OS)TXTOS.txt1️⃣ Download · 2️⃣ Paste into any LLM chat · 3️⃣ Type “hello world” — OS boots instantly

Explore More

LayerPageWhat it’s for
⭐ ProofWFGY Recognition MapExternal citations, integrations, and ecosystem proof
⚙️ EngineWFGY 1.0Original PDF tension engine and early logic sketch (legacy reference)
⚙️ EngineWFGY 2.0Production tension kernel for RAG and agent systems
⚙️ EngineWFGY 3.0TXT based Singularity tension engine (131 S class set)
🗺️ MapProblem Map 1.0Flagship 16 problem RAG failure taxonomy and fix map
🗺️ MapProblem Map 2.0Global Debug Card for RAG and agent pipeline diagnosis
🗺️ MapProblem Map 3.0Global AI troubleshooting atlas and failure pattern map
🧰 AppTXT OS.txt semantic OS with fast bootstrap
🧰 AppBlah Blah BlahAbstract and paradox Q&A built on TXT OS
🧰 AppBlur Blur BlurText to image generation with semantic control
🏡 OnboardingStarter VillageGuided entry point for new users

If this repository helped, starring it improves discovery so more builders can find the docs and tools.
GitHub Repo stars