WFGY/ProblemMap
2025-07-28 11:16:05 +08:00
..
agent-memory-drift.md Create agent-memory-drift.md 2025-07-28 10:53:31 +08:00
bluffing.md Update bluffing.md 2025-07-28 10:33:30 +08:00
context-drift.md Update context-drift.md 2025-07-28 10:33:50 +08:00
creative-freeze.md Create creative-freeze.md 2025-07-28 10:57:39 +08:00
embedding-vs-semantic.md Update embedding-vs-semantic.md 2025-07-28 10:34:04 +08:00
entropy-collapse.md Create entropy-collapse.md 2025-07-28 10:56:40 +08:00
hallucination.md Update hallucination.md 2025-07-28 10:34:22 +08:00
knowledge-boundary.md Create knowledge-boundary.md 2025-07-28 10:58:12 +08:00
memory-coherence.md Create memory-coherence.md 2025-07-28 10:55:27 +08:00
multi-agent-chaos.md Create multi-agent-chaos.md 2025-07-28 11:14:47 +08:00
philosophical-recursion.md Create philosophical-recursion.md 2025-07-28 11:09:54 +08:00
RAG_Problems.md Rename README.md to RAG_Problems.md 2025-07-28 10:41:01 +08:00
README.md Update README.md 2025-07-28 11:16:05 +08:00
retrieval-collapse.md Update retrieval-collapse.md 2025-07-28 10:34:48 +08:00
retrieval-traceability.md Create retrieval-traceability.md 2025-07-28 10:56:01 +08:00
symbolic-collapse.md Create symbolic-collapse.md 2025-07-28 10:54:47 +08:00

🧠 WFGY Problem → Module → Solution Map

This folder maps real-world AI reasoning failures — especially in RAG and agent systems — to the WFGY modules that solve them.

Each problem includes a dedicated .md page with symptoms, root causes, module breakdowns, and implementation status.


📌 Navigation: Solved AI Failure Modes

Problem Domain Description Link
🔹 Hallucination & Chunk Drift Wrong or irrelevant content from retrieved context hallucination.md
🔹 Interpretation Collapse Chunk is correct, but model cant reason properly interpretation-collapse.md
🔹 Long Reasoning Chains Model drifts across multi-step chains long-chain-drift.md
🔹 Bluffing / Overconfidence Model pretends to know what it doesnt knowledge-boundary.md
🔹 Semantic ≠ Embedding Cosine similarity doesnt mean logical match embedding-gap.md
🔹 Logic Collapse + Recovery System runs into a dead end without reset collapse-rebirth.md
🔹 Memory Breaks Across Sessions No continuity or traceability over time memory-break.md
🔹 Debugging is a Black Box Cant trace how/why a model failed tree-audit.md
🔹 Entropy Collapse Attention melts, content loses coherence entropy-collapse.md
🔹 Creative Freeze Model becomes boring, literal, unimaginative creative-freeze.md
🔹 Symbolic Collapse Model fails under abstract/logical structure symbolic-collapse.md
🔹 Philosophical Recursion Self-referential logic or paradoxes crash model philosophical-recursion.md
🔹 Multi-Agent Chaos Agents overwrite each other, lose memory/role multi-agent-chaos.md

⚒️ How These Docs Work

Each .md problem file includes:

  • 🧩 Problem description + failure symptoms
  • 🔍 Why current systems fail
  • 🧠 WFGY module(s) solving it
  • 🛠️ Implementation status
  • 🧪 Live examples

🧭 For RAG-specific issues:

→ See RAG_Problems.md for an aligned table format


🧰 Core Projects