You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(tutorials): interview-scannability overhaul for #30-33 + collection-wide table-scroll fix (#37)
Responding to owner feedback that the four newest tutorials were
"comprehensive but unscannable before an interview":
- transformer_block: restructured — the concrete Llama-3-like block
(assembly + end-to-end dataflow + runnable code) moved from a buried
§7 up to §1, history/design-axis detail now follows ("answer first,
rationale after"); ~90 internal cross-references renumbered with
external-tutorial references protected.
- All four de-hedged via a dedicated Codex 5.6-sol scannability review
(3-way hedge triage: load-bearing/demote/delete) + item-by-item
rewrites: lead sentence states the conclusion, qualifiers demoted to
trailing notes, each caveat gets exactly one canonical home.
inference visible prose -33.5%, transformer_block -17.2%, eval -17.4%,
pretraining -6.5% bytes. Zero factual changes — the correctness
boundaries from earlier review rounds are preserved, only relocated.
Also removed revision-history meta-talk that had leaked into one Q&A
answer, and 19 "pitfall" sections that merely negated their answers.
- Quantitative hedge-density screen across all 33 tutorials confirmed
the disease was confined to the four born under the guardrail+review
process; the two borderline older files (tokenization,
linear_sparse_attention) were adjudicated healthy by Codex.
- Renderer: wide tables now wrapped in a horizontal-scroll container
(was clipping); all 67 HTMLs re-rendered to pick it up.
- EN editions fully retranslated post-overhaul (incremental
section-by-section edits) + fidelity-reviewed: 2 clean PASS, 4 P1s
fixed in the other two (recurring traps: PRDS expansion, top-p
"crosses" vs "reaches or exceeds").
- Sidecars refreshed with new source hashes + de-hedge/fidelity rounds;
strict gate PASS (67 OK / 0 WARN / 0 FAIL).
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ Phone on the subway, iPad at a café, laptop in the library — same HTML link o
66
66
67
67
## 📢 What's New
68
68
69
+
- **2026-07-31** —  ✂️ **Interview-scannability overhaul for #30-33 + collection-wide table-scroll fix** — responding to real reader feedback ("comprehensive but can't grab the key points in a quick pre-interview scan"): **Transformer Block restructured** — the concrete Llama-3-like block assembly + end-to-end dataflow + runnable code moved from a buried §7 up to §1 ("answer first, rationale after"); all four newest tutorials **de-hedged** — lead sentence states the conclusion, qualifiers demoted to trailing notes, each caveat gets exactly one home (Codex 5.6-sol scannability review + item-by-item rewrites; inference visible prose -33.5%, transformer_block -17.2%, eval -17.4%), with zero factual changes; a quantitative screen confirmed the older 29 tutorials are healthy and untouched (tokenization/linear-sparse adjudicated as false positives by Codex). Renderer fixed wide-table overflow (horizontal-scroll wrapper), all 67 HTMLs re-rendered. All four EN editions fully retranslated + fidelity-reviewed (2 clean PASS, 4 P1s fixed across the other 2). Gate PASS.
69
70
- **2026-07-22** —  🧱 **4 new cheat sheets (#30-33): Transformer Block + LLM Evaluation & Benchmarking + LLM Pretraining Pipeline + LLM Inference & Serving Stack** — filling four previously-missing foundational/systems topics in one batch. **Transformer Block**: unified residual-topology formulas · MHA→MQA→GQA→MLA as independent design axes · Dense FFN vs MoE as an independent capacity axis · the GPT-2→Llama-style evolution, 30 interview questions. **LLM Evaluation & Benchmarking**: pass@k's unbiased combinatorial estimator vs. the biased plug-in (the single easiest place to get this wrong) · evaluator ladder · benchmark contamination detection · Bradley-Terry/Elo, 25 questions. **LLM Pretraining Pipeline**: Kaplan vs Chinchilla scaling-law exponents · corpus-factory data pipeline · document packing/loss masking, 26 questions. **LLM Inference & Serving Stack**: request state machine · exact sampling-operator support-set definitions · PagedAttention/KV lifecycle, 25 questions. All four are the first in this collection to move the cross-model design review before drafting (90-105 numbered guardrails each), then went through 3-5 independent Codex GPT-5.6-sol review batches post-draft — 3 real bugs were each independently caught by two or three separate review batches (Bradley-Terry separation criterion, the best-of-n KV-memory formula). All **bilingual** with runnable scripts and gate PASS.
70
71
-**2026-07-13** —  🔍 **Diffusion-cluster resweep completes the sweep — 8 tutorials, 66 fixes, all 28 tutorials now under GPT-5.6-sol** — covers the diffusion/generative-media cluster deferred from the prior resweep (07-12). Same two-stage pipeline (GPT-5.6-sol finds → independent Claude adversarially verifies): 67 candidates → 66 fixed, 2 REFUTED left untouched; includes 5 real code bugs (iCT/FSQ/LFQ/DDPO) and a recurring "conditional path is straight" ≠ "marginal ODE trajectory is straight" confusion. Gate PASS. ([#32](https://github.com/wanshuiyin/ARIS-in-AI-Offer/pull/32) · [bfae8f1](https://github.com/wanshuiyin/ARIS-in-AI-Offer/commit/bfae8f1))
71
72
-**2026-07-12** —  🔍 **Full-collection resweep — 20 tutorials, 236 fixes, cross-model review upgraded to GPT-5.6-sol** — after the reviewer moved from GPT-5.5 to GPT-5.6-sol, re-audited training fundamentals / attention / RLHF / inference systems / PEFT / agents / RAG·VLM (20 files). Same two-stage pipeline: 240 candidates → 236 fixed, 4 REFUTED left untouched; includes 5 real code bugs and StarPO's acronym settled from the paper's own abstract. Gate PASS. ([#31](https://github.com/wanshuiyin/ARIS-in-AI-Offer/pull/31) · [59636aa](https://github.com/wanshuiyin/ARIS-in-AI-Offer/commit/59636aa))
Generated by <ahref="https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep/blob/main/skills/render-html/SKILL.md">ARIS <code>/render-html</code></a> ·
617
624
source path <code>docs/about.md</code> ·
618
625
SHA256 <code>15ccd3d65d30</code> ·
619
-
generated at 2026-06-16 06:15 UTC.
626
+
generated at 2026-07-31 02:58 UTC.
620
627
This is a generated view — edit the source Markdown, then re-render.
0 commit comments