Skip to content

v1.4.24

Choose a tag to compare

@igareosh igareosh released this 10 Jul 18:08
· 118 commits to main since this release

Docs-only correction release.

  • Removed the unbacked "36 reasoning passes where 6 would suffice" claim from
    WHY_THIS_EXISTS.md; the shipped example is a 3-step traversal (2
    decision-bearing), not 6, and no code in this repo counts per-layer
    reasoning passes. Rewritten as explicitly illustrative math, not a
    measured result.
  • Added a Verification section to WHY_THIS_EXISTS.md, cross-linked with
    TRIPLE_TAX_CALCULUS.md, documenting what the triple-tax measurement
    harness actually supports vs. what it doesn't.
  • Removed self-reported pass_count/pass_labels fields from the triple-tax
    measurement harness (scripts/triple_tax_calculus.py) — they asked the
    model to narrate its own internals with no causal link to actual
    behavior. Fixed related crash bugs when live API calls error out.

No changes to fpf_thinking_map/ runtime code. 22/22 verify checks pass.