Notes
This folder is the chronological lab notebook. Prefer adding a new dated note
or a dated addendum over editing old conclusions in place.
Gemma Entry Points
- ../results/gemma4-26b-a4b-q8-b70/HANDOFF.md:
pause/resume bookmark, production backend recipe, smoke commands, and the
remaining useful optimization work.
- ../results/gemma4-26b-a4b-q8-b70/production-service.md:
persistent llama.cpp backend operation for Gemma 4 26B Q8.
- ../results/gemma4-26b-a4b-q8-b70/README.md:
Gemma 4 26B A4B Q8 result packet, current strict record, service lane, and
archived invalid/diagnostic paths.
- ../results/gemma4-26b-a4b-q8-b70/research-plan.md:
experiment queue, exhausted neighborhoods, and next patch targets.
- ../experiments/gemma4-26b-a4b-q8-b70/sweeps/:
chronological sweep notes for valid wins, losses, and failed source patches.
- 2026-07-02-gemma-125-rerun-variance-diagnostic.md:
why the exact 125 tok/s Gemma repro reran at about 120 tok/s; records the
identity diff, per-prompt movement, and duplicate-prompt nondeterminism
diagnostic. The duplicate-prompt data is diagnostic-only, not promotable.
Qwen Entry Points
Writing Rules
- Record the full benchmark identity before interpreting speed.
- Link every patch or code change to its result summary, even if the result is
negative.
- Keep failed ideas visible unless a later note clearly supersedes them.
- Put exact paths to important
data/ summaries and patches/ artifacts in
the note.
- Separate observations from decisions. A failed quality gate can still be a
useful result.
- Capture the run output in
data/.
- Write or update a note here with the result, identity, and decision.
- Save the patch in
patches/ if code changed.
- Promote only verified wins into
results/, repro/, or production docs.