WFGY Semantic Clinic Index , From “16 fixed bugs” to a full ER for broken AI pipelines #69
onestardao
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If Problem Map 1.0 was the first X-ray of LLM failures, and Problem Map 2.0 was a full RAG surgery manual, then the Semantic Clinic Index is the front desk of the hospital.
It is the place you open when you only know one thing:
This page turns that feeling into a structured triage flow:
symptom → failure family → exact fix page, all powered by the same WFGY instruments
ΔS,λ_observe, andE_resonance.How it fits with Problem Map 1.0 and 2.0
Problem Map 1.0 – the original 16 failure modes
Problem Map 1.0 is a catalog of 16 reproducible failure modes with clear symbolic fixes. It treats WFGY as a semantic firewall that runs before generation, instead of patching outputs after the fact. Each mode has:
ΔS ≤ 0.45and coverage thresholdsIt is very good when you already know “this feels like No.3” or “this is the RAG drift pattern from last time”.
Problem Map 2.0 – RAG Architecture & Recovery
Problem Map 2.0 focuses on RAG as an end-to-end pipeline. It tracks failures across:
Here the main job is to show:
ΔSexposes where meaning actually breaksλ_observetells you which layer divergedE_resonancepulls reasoning back into a coherent stateIt gives you a full recovery playbook and patterns for each layer of the RAG stack, plus ready prompts and MVP demos to reproduce the behavior.
Semantic Clinic Index – triage on top of both
The Semantic Clinic Index sits above these two maps.
You do not start from a named failure mode or a pipeline diagram. You start from what you can actually see:
Each of these shows up as a row in the Quick triage by symptom table. Next to each symptom the page suggests:
This means you no longer need to guess between 16 codes or read the full 2.0 document just to figure out where to start. You follow the symptom, not the theory.
The two entry doors: ER and Grandma
Semantic Clinic is also the place where two different “doors” into WFGY meet.
WFGY Emergency Room (for developers)
Grandma’s AI Clinic (for everyone else)
Both doors end in the same numbering system. The Semantic Clinic Index stands in the middle and points you to the correct family and document, no matter which path you took.
How to actually use the Semantic Clinic page
In practice the flow is simple.
Step 1 – Name what you see
Open the Quick triage by symptom section and scan the left column. Pick the row that matches your real observation as closely as possible. Examples:
You do not need WFGY vocabulary at this point. You just need to be honest about the symptom.
Step 2 – Jump into the right family
For each symptom the table already suggests a family:
These families each have their own mini index just below:
hallucination.md,retrieval-collapse.md,embedding-vs-semantic.md,rerankers.md,chunking-checklist.md, OCR parsing checklist, patterns for HyDE vs BM25, and vectorstore fragmentation.Once your symptom takes you into a family, you can pick the specific page that matches your stack.
Step 3 – Apply the fix and verify with WFGY instruments
Every family section ends with a short verification block that tells you what “good” looks like in WFGY terms. Examples:
Prompting and Safety
ΔS(question, context) ≤ 0.45λstays convergent across paraphrasesλRetrieval and Data
0.70to the target sectionΔS(question, retrieved) ≤ 0.45ΔScurve against k means an index or metric mismatch, not just bad promptsMemory
E_resonanceremains flat at window joinsΔSdoes not spike when context windows are stitchedMulti-agent orchestration
ΔSdoes not explodeThese checks turn your “I feel like it is better” into “I have numeric proof that the fix is working”.
Step 4 – Use the AI-triage prompt if you are still lost
At the bottom of the page there is a safe meta-prompt. You give the model:
The model then answers four questions at once:
ΔSdown and keepλconvergentYou can run this meta-prompt on top of TXT OS or WFGY 1.0 PDF, which the page links in the Quick-Start Downloads section for sixty second setup.
When to use each map
A simple way to remember the difference:
All three sit inside the same WFGY compass, so you can jump between them without losing your place.
Beta Was this translation helpful? Give feedback.
All reactions