Skip to content

Commit 2ffeeba

Browse files
ferr079claude
andcommitted
fix: real Max plan price — €100/mo (not $400) + corrected ~30× compression
Reality check: Stéphane pays €100/mo for Claude Max, not $400/mo. Recalculated ratio: $6,770 PAYG over 59 days ≈ $3,440/mo equivalent vs €100/mo (~$108) paid = ~30× compression factor (was 8×). Affected: - /claude (EN+FR) — economics cards - /ia (EN+FR) — RTK methodology mention - /making-of/v3 — shipped list Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6bf0f03 commit 2ffeeba

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/pages/claude.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,21 +182,21 @@ const maxTurns = Math.max(...heatmapLocal);
182182
</div>
183183
<div class="cs-card cs-card-muted">
184184
<span class="cs-label">what we actually pay</span>
185-
<span class="cs-value">$400/mo</span>
186-
<span class="cs-sub">Claude Max plan</span>
185+
<span class="cs-value">€100/mo</span>
186+
<span class="cs-sub">Claude Max subscription</span>
187187
</div>
188188
<div class="cs-card cs-card-accent">
189189
<span class="cs-label">compression factor</span>
190-
<span class="cs-value">~8×</span>
190+
<span class="cs-value">~30×</span>
191191
<span class="cs-sub">Max plan done right</span>
192192
</div>
193193
</div>
194194
<p class="cs-note">
195195
This number is not a bragging right — it's a <strong>discipline check</strong>.
196196
It exists because of CLAUDE.md files, memory hygiene, RTK output filtering,
197197
batch-friendly prompts, and stable context.
198-
An identical volume without those would still fit under Max too,
199-
but lose the 97% cache hit rate that makes each token worth eight.
198+
An identical volume without those would still fit under Max,
199+
but lose the 97% cache hit rate that makes each token worth thirty.
200200
</p>
201201
</div>
202202
</section>

src/pages/fr/claude.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,20 +180,20 @@ const maxTurns = Math.max(...heatmapLocal);
180180
</div>
181181
<div class="cs-card cs-card-muted">
182182
<span class="cs-label">ce qu'on paye vraiment</span>
183-
<span class="cs-value">400 $/mois</span>
184-
<span class="cs-sub">forfait Claude Max</span>
183+
<span class="cs-value">100 €/mois</span>
184+
<span class="cs-sub">abonnement Claude Max</span>
185185
</div>
186186
<div class="cs-card cs-card-accent">
187187
<span class="cs-label">facteur compression</span>
188-
<span class="cs-value">~8×</span>
188+
<span class="cs-value">~30×</span>
189189
<span class="cs-sub">Max plan utilisé comme il faut</span>
190190
</div>
191191
</div>
192192
<p class="cs-note">
193193
Ce chiffre n'est pas une fierté — c'est un <strong>test de discipline</strong>.
194194
Il existe grâce aux fichiers CLAUDE.md, à l'hygiène mémoire, au filtrage de sortie RTK,
195195
aux prompts batch-friendly, au contexte stable. Sans ça, le même volume tiendrait
196-
encore dans le Max, mais on perdrait le 97% cache hit qui fait que chaque token vaut huit.
196+
encore dans le Max, mais on perdrait le 97% cache hit qui fait que chaque token vaut trente.
197197
</p>
198198
</div>
199199
</section>

src/pages/fr/ia.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ import SectionHeading from '../../components/SectionHeading.astro';
253253
<p>
254254
<strong>Rust Token Killer</strong> — un proxy CLI qui filtre les sorties verbeuses
255255
(git log, npm install, kubectl get) jusqu'au signal. 60-90% d'économie tokens
256-
sur les ops routinières. C'est pour ça que 611 heures tiennent dans un forfait Max à 400 $.
256+
sur les ops routinières. C'est pour ça que 611 heures tiennent dans un forfait Max à 100 €.
257257
</p>
258258
</div>
259259
</div>

src/pages/ia.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ import SectionHeading from '../components/SectionHeading.astro';
253253
<p>
254254
<strong>Rust Token Killer</strong> — a CLI proxy that filters verbose output
255255
(git logs, npm install, kubectl get) down to its signal. 60-90% token savings
256-
on routine ops. It's why 611 hours fit into a $400/mo Max plan.
256+
on routine ops. It's why 611 hours fit into a €100/mo Max plan.
257257
</p>
258258
</div>
259259
</div>

src/pages/making-of/v3.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ import Base from '../../layouts/Base.astro';
110110
<li>
111111
<strong>/claude</strong> — new deep-dive page with the full heatmap (24h),
112112
productivity ratios, focus breakdown, and the economics framing
113-
(6 770 $ pay-as-you-go vs 400 $/mo Max plan = ~8× compression factor).
113+
(6 770 $ pay-as-you-go vs 100 €/mo Max plan = ~30× compression factor).
114114
</li>
115115
<li>
116116
<strong>Topology map on /infrastructure</strong> — the Homelable export

0 commit comments

Comments
 (0)