Skip to content

Commit c15e62e

Browse files
copyleftdevclaude
andcommitted
fix(docs): correct hero and origin story claims for accuracy
Hero: "identical output for identical input under any load" was too broad — determinism covers frontier ordering, artifacts, and replay, not performance timings. Changed to "same seed produces identical frontier ordering, identical artifacts, and identical replay." Origin story: removed "twelve hours" and "one afternoon" claims which misrepresented the actual multi-session timeline. Changed to "see what happens" without a specific time claim. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 333fd74 commit c15e62e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,8 +1474,8 @@
14741474
<div class="label">Built with Claude Code &mdash; One Session, Zero Compromise</div>
14751475
<h1>The Web's Memory Layer <em>Should Be Provable</em></h1>
14761476
<p class="subtitle">
1477-
Palimpsest is a deterministic crawl kernel that produces identical output
1478-
for identical input &mdash; every time, on any machine, under any load.
1477+
Palimpsest is a deterministic crawl kernel: same seed produces identical
1478+
frontier ordering, identical artifacts, and identical replay.
14791479
Not a crawler. Not a Wayback clone. The auditable, replayable,
14801480
cryptographically verifiable foundation for web archiving,
14811481
AI training data, and compliance.
@@ -1598,13 +1598,13 @@ <h2>Nothing Else Does This</h2>
15981598
<div class="origin-story">
15991599
<div class="os-quote">
16001600
"This started as a vibe coding session &mdash; one conversation with Claude Code,
1601-
one afternoon, see what happens. Twelve hours later we had 15 crates, 288 tests,
1601+
see what happens. What came out was 15 crates, 288 tests,
16021602
a deterministic simulation framework proving correctness at 10,000 pages,
16031603
BoringSSL TLS impersonation passing Rebrowser 10/10, and a temporal index that
16041604
treats web history as a <em>graph, not a lookup table</em>. It stopped being a
1605-
vibe somewhere around hour three."
1605+
vibe pretty quickly."
16061606
</div>
1607-
<div class="os-attr">&mdash; Built in one session with Claude Code</div>
1607+
<div class="os-attr">&mdash; Built with Claude Code</div>
16081608
</div>
16091609

16101610
<div class="gap-grid">

0 commit comments

Comments
 (0)