Even when each turn is ācorrect,ā long conversations tend to slide off courseāgoals fade, topics morph, answers contradict earlier context. WFGY stops that drift by measuring semantic shifts and anchoring memory in a Tree.
| Weakness | Practical Effect |
|---|
| No Persistent Memory | Each turn is a fresh prompt; earlier goals vanish |
| Fragile Overlap | Token/embedding overlap ā true topic continuity |
| Zero Topic Flow Tracking | System canāt see where or when it jumped topics |
| Layer | What It Does | Trigger |
|---|
| SemanticĀ Tree | Logs each major concept shift as a node | ĪS check every turn |
| ĪS Drift Meter | Flags semantic jumpĀ >Ā 0.6 | Logs new branch |
| Ī»_observe Vector | Marks divergentĀ (ā) or chaoticĀ (Ć) flow | Alerts or reāanchor |
1ļøā£ Start TXT OS
> Start
2ļøā£ Ask loosely connected questions
> "Return policy?"
> "What if it's a gift?"
> "How about shipping zones?"
> "What if I'm abroad?"
3ļøā£ Inspect the Tree
> view
Youāll see nodes with ĪS + λ flags showing each topic jump.
⢠Topic: Gift Return Policy | ĪS 0.22 | Ī» ā | Module BBMC
⢠Topic: International Ship | ĪS 0.74 | Ī» ā | Module BBPF, BBCR
WFGY detected a new conceptual frame and branched the logic instead of blending topics.
| Module | Role |
|---|
| BBMC | Detects anchor shifts |
| BBPF | Maintains divergent branches |
| BBCR | Resets if drift collapses logic |
| SemanticĀ Tree | Stores and replays reasoning |
| Feature | State |
|---|
| Tree node logging | ā
Stable |
| ĪSābased branch split | ā
Stable |
| Ī»_observe drift flag | ā
Stable |
| Auto recall / warn | ā ļø Partial (manual view) |
- Run
tree detail on for verbose node logs.
- If you ignore the drift warnings and keep piling topics, WFGY will branch, but human review (
view) is still best practice.
- Extreme domain shifts (>āÆ0.9 ĪS) may prompt BBCR to ask for clarification.
| Tool | Link | 3-Step Setup |
|---|
| WFGY 1.0 PDF | Engine Paper | 1ļøā£ Download Ā· 2ļøā£ Upload to your LLM Ā· 3ļøā£ Ask āAnswer using WFGY + <your question>ā |
| TXT OS (plain-text OS) | TXTOS.txt | 1ļøā£ Download Ā· 2ļøā£ Paste into any LLM chat Ā· 3ļøā£ Type āhello worldā ā OS boots instantly |
| Layer | Page | What itās for |
|---|
| ā Proof | WFGY Recognition Map | External citations, integrations, and ecosystem proof |
| āļø Engine | WFGY 1.0 | Original PDF tension engine and early logic sketch (legacy reference) |
| āļø Engine | WFGY 2.0 | Production tension kernel for RAG and agent systems |
| āļø Engine | WFGY 3.0 | TXT based Singularity tension engine (131 S class set) |
| šŗļø Map | Problem Map 1.0 | Flagship 16 problem RAG failure taxonomy and fix map |
| šŗļø Map | Problem Map 2.0 | Global Debug Card for RAG and agent pipeline diagnosis |
| šŗļø Map | Problem Map 3.0 | Global AI troubleshooting atlas and failure pattern map |
| š§° App | TXT OS | .txt semantic OS with fast bootstrap |
| š§° App | Blah Blah Blah | Abstract and paradox Q&A built on TXT OS |
| š§° App | Blur Blur Blur | Text to image generation with semantic control |
| š” Onboarding | Starter Village | Guided entry point for new users |
If this repository helped, starring it improves discovery so more builders can find the docs and tools.
