Normalize all passepartout-economics to inline wiki links

Replaced every bottom-of-section 'See also:' block with inline
Org-mode file: links at the first natural mention in body text.
All 29 files across the economics directory now use wiki-style
inline cross-references rather than standalone reference blocks.
This commit is contained in:
Hermes
2026-05-23 05:58:18 +00:00
parent 5a2fce162a
commit 3063f8fdf7
28 changed files with 56 additions and 123 deletions

View File

@@ -21,6 +21,4 @@ The sufficiency flip is not a single event — it happens independently for each
4. Generate contrastive queries for the 5% uncertain rules (one human session, a few hours)
5. Start serving real interactions (empirical loop tightens from first interaction)
For the Lisp Machine bootstrap, every subdomain is software (the most codifiable domain). The entire bootstrap can flip in days to weeks with one human review session.
See also: [[file:gate-rule-encoding.org][Gate rule encoding]], [[file:time-estimates.org][Time estimates]], [[file:cost-structure.org][Cost structure]]
For the Lisp Machine bootstrap, every subdomain is software (the most codifiable domain). The entire bootstrap can flip in days to weeks with one human review session. The [[file:gate-rule-encoding.org][gate rule encoding]] process feeds directly into this: each domain's rules are formally encoded and verified. The [[file:time-estimates.org][time estimates]] for the overall project are derived from the time to flip each subdomain. The [[file:cost-structure.org][cost structure]] shifts from LLM-token-heavy to verification-heavy as more domains flip.