Commit graph

1 commit

Author SHA1 Message Date
Shay
fd2fa67b2a docs(notes): live-probe log + reproducer for the 2026-05-19 fluency push
Captures the end-to-end behavior of the gloss-feature landing as a
durable, replayable artifact.  Two files:

notes/live_probe_2026-05-19.py
  Probe script — walks 51 prompts across 13 categories through
  fresh ChatRuntime() instances (cold-start invariant; no vault
  contamination across prompts).  Runs offline / locally:
    uv run python notes/live_probe_2026-05-19.py

notes/live_probe_2026-05-19.txt
  Captured output of the script on commit a8b611a.  Acts as a
  golden-master record: anyone can rerun the script and diff the
  output to detect surface drift.

Categories covered:
  - Cognition (5 prompts)            — truth, knowledge, memory, ...
  - Speech-act / discourse (5)       — fact, idea, statement, ...
  - Mental-state (5)                 — doubt, believe, self, mind, view
  - Adjectives / attitude (5)        — true, important, evident, ...
  - Temporal (5)                     — now, moment, future, before, time
  - Spatial (4)                      — here, place, above, between
  - Action verbs (4)                 — incl. infinitive-stripped form
  - Quantitative (4)                 — all, some, more, enough
  - Causation (4)                    — effect, outcome, consequence, trigger
  - Polarity / frequency (4)         — yes, always, never, maybe
  - Teaching-chain multi-clause (1)  — Why is truth important?
  - Genuinely OOV (3)                — hypothesis, javascript, quasar
  - Cause without teaching chain (2) — How does memory work?
                                       What causes doubt?

Grounding distribution observed:
  pack       45  (88.2%)   fluent gloss-backed surfaces
  oov         3  ( 5.9%)   honest OOV invitations
  none        2  ( 3.9%)   honest "I don't know" (CAUSE w/o chain —
                           deferred SurfaceSelector target)
  teaching    1  ( 2.0%)   multi-clause teaching-chain composition

Sample surfaces:

  [PACK] What is truth?
         Truth is a claim or state grounded by evidence and coherent
         judgment.  pack-grounded (en_core_cognition_v1).

  [PACK] To use means to put something into service for a purpose.
         pack-grounded (en_core_action_v1).

  [PACK] Something is important when it carries weight or priority in
         some judgment context.  pack-grounded (en_core_attitude_v1).

  [PACK] Always indicates the frequency of occurring without exception
         across all instances.  pack-grounded (en_core_polarity_v1).

  [TEACH] truth — teaching-grounded (cognition_chains_v1):
         cognition.truth; logos.core. truth grounds knowledge
         (cognition.knowledge). No session evidence yet.

  [OOV] I haven't learned 'hypothesis' yet (intent: definition).
         Mounted lexicon packs: ...
         Teach me via a reviewed PackMutationProposal.

  [NONE] I don't know — insufficient grounding for that yet.
         (CAUSE on memory — no teaching chain rooted here; the
         deliberate non-fallback the teaching pipeline uses as a
         discovery-gap signal)

No code change in this commit.  Pure documentation artifact for the
fluency-push baseline.
2026-05-19 07:56:24 -07:00