Update README.md

This commit is contained in:
PSBigBig 2025-07-29 20:20:59 +08:00 committed by GitHub
parent 3b8a21e478
commit 628e5a69fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,18 +54,22 @@
Welcome! This map lists every AI failure weve fixed—or are fixingwith the WFGY reasoning engine.
TXTOS+WFGY exists to **turn critical AI bugs into reproducible, modular fixes**.
> Spot a gap? Open an Issue or PR — community feedback drives the next entries.
👀 Want to test WFGY yourself?
>
Want to test WFGY yourself?
See [TXT OS](../OS/) for real-time demos, or [start here with RAG failures →](./RAG_Problems.md)
>
> **Vision**
> Make “my AI went off the rails” as rare as a 500 error in production software.
> Every solved failure below pushes us closer.
---
🆕 First time here? See [How to Identify Your AI Failure](./BeginnerGuide.md) quick primer for newcomers.
## 🔗 Navigation  Solved (or Tracked)AI FailureModes
> Each row below represents a failure pattern seen in real-world AI apps — grouped by problem type, with direct links to detailed fixes.
| # | Problem Domain | Description | Doc |
|----|---------------------------------|---------------------------------------------|---------------------------------------------------------------|
| 1 | Hallucination & Chunk Drift | Retrieval brings wrong / irrelevant content | [hallucination.md](./hallucination.md) |
@ -85,8 +89,19 @@ See [TXT OS](../OS/) for real-time demos, or [start here with RAG failures →](
| 15 | Deployment Deadlock | Circular waits (indexretriever, DBmigrator) | [deployment-deadlock.md](./deployment-deadlock.md) |
| 16 | PreDeploy Collapse | Version skew / missing secret crashes on first LLM call | [predeploy-collapse.md](./predeploy-collapse.md) |
> Problem Type Categories:
>
> - **Prompting** — issues from user inputs or jailbreak attempts (e.g., #4 Bluffing)
> - **Retrieval** — failures in chunk selection, embedding mismatch, or pipeline opacity (e.g., #1, #5, #8)
> - **Reasoning** — logical breakdowns during multi-step tasks or abstract prompts (e.g., #2, #6, #11)
> - **Infra / Deployment** — setup errors, race conditions, or pre-deploy schema gaps (e.g., #1416)
>
> These groupings help locate the root of failure — whether it's user input, retrieval error, model logic, or infrastructure bug.
---
## 🔗 Status & Difficulty Matrix
| # | Problem | Difficulty* | Implementation |