summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurenHao0426 <Blackhao0426@gmail.com>2026-07-29 19:12:11 -0500
committerYurenHao0426 <Blackhao0426@gmail.com>2026-07-29 19:12:11 -0500
commitf8f778255c4327ac564e11d141439a1d9433e7a3 (patch)
tree22ee18445ff22cc0ca80fffd17eb0d91f2e99d4f
parente2845963b369c54dbe69c9bf473a2cb211e4b9e0 (diff)
Remove X-not-Y contrast constructions (style)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 9c2210c..5870fb8 100644
--- a/index.html
+++ b/index.html
@@ -198,7 +198,7 @@
<li><b>Verified gradient fidelity:</b> the EP update maintains cosine &asymp;0.99 to the true backprop
gradient throughout training: measured, at scale. Larger non-backprop transformers in the
literature train most parameters with <i>local backprop inside blocks</i>; ours use none.</li>
- <li><b>Hardware-ready by measurement, not assumption:</b> 8-bit quantization shows no EP-specific
+ <li><b>Hardware compatible, with measurements to show it:</b> 8-bit quantization shows no EP-specific
penalty against an equally-quantized backprop twin; under injected analog faults (1% forward noise,
10% error-channel noise, device-tolerance mismatch) the EP estimator tracks the faulted network at
cosine &asymp;0.97: learning co-adapts to the hardware.</li>
@@ -302,7 +302,7 @@
<h2 class="title is-3">Roadmap</h2>
<div class="content has-text-justified">
<p>Staged scaling with matched BP controls and hardware-relevant ablations at every rung: a 150M-600M
- ladder (does the gap grow or shrink with scale: measured, not assumed), then 1B-3B; each stage
+ ladder (the gap is measured against a backprop twin at every rung), then 1B-3B; each stage
gated on the previous stage&rsquo;s loss, alignment, and throughput numbers. In parallel: the
algorithm&rarr;regime map across the activity-difference family (contrastive / coupled-learning arms on
the same harness), and a bounded single-column hardware feasibility study.</p>