Commit 1776b05
committed
docs(epiphany): code-arc knowledge loss is 30-50% of session tokens (ambient)
Third finding appended to EPIPHANIES.md — orthogonal to cold-start tax
(20-30 turns) and find-code discount (10⁷×). This is the AMBIENT channel:
30-50% of every session's token budget burns on rediscovering what code
paths exist / what was tried / why code is shaped the way it is.
The prompt↔PR ledger collapses all three channels to two text-file reads:
- Cold-start: 20-30 turns → 3-5 turns (~6×)
- Find-code: ~25M tokens → ~25 tokens (10⁷×)
- Ambient: 30-50% → 0% (2×-eternal)
https://claude.ai/code/session_01SbYsmmbPf9YQuYbHZN52Zh1 parent 1fccea0 commit 1776b05
1 file changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
0 commit comments