Update README.md

This commit is contained in:
PSBigBig 2025-09-02 15:59:39 +08:00 committed by GitHub
parent 68f213d5d1
commit b971e3cc94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,12 +15,12 @@ youll get a diagnosis and exact fix steps — no infra changes required.
<br>
> most fixes today happen **after generation**:
> most fixes today happen **AFTER generation**:
> - the model outputs something wrong, then we patch it with retrieval, chains, or tools.
> - the same failures reappear again and again.
>
> WFGY inverts the sequence.
> - **before generation**, it inspects the semantic field (tension, residue, drift signals).
> WFGY inverts the sequence. **BEFORE generation**:
> - it inspects the semantic field (tension, residue, drift signals).
> - if the state is unstable, it loops, resets, or redirects the path.
> - only a stable semantic state is allowed to generate output.