## §SELF — miscsubjects (paste without context)

**Principle:** Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.

**This widget:** `article_bundle` — **LLM article bundle**
Paste-ready package: body + claims + sources + voxels + provenance + manifest + constitution.
- **article slug:** `udst-v1-1-logical-economics`
- **contains:** body, claims, sources, voxels, provenance, question graph, constitution, llm_manifest
- **how to use:** Paste entire block into Grok/GPT/Gemini. Section §SELF explains the system.
- **read:** https://miscsubjects.com/api/articles/udst-v1-1-logical-economics/bundle?format=markdown

### Logical proof (verify each step)
1. Articles are voxel graphs of tiered claims, not prose blobs. → https://miscsubjects.com/api/articles/constitution
2. Claims link to hash-chained sources via source_ids. → https://miscsubjects.com/api/articles/udst-v1-1-logical-economics/sources
3. Ask reads topology; ingest/claim append to ledger. → https://miscsubjects.com/api/protocol
4. Models queue growth: populate → collaborate → repair → reflex. → https://miscsubjects.com/api/protocol/grow
5. Graph proves its own shape (reflex) and $/claim (yield). → https://miscsubjects.com/graph.html?layer=reflex
6. Full feature index + _explain on every API response. → https://miscsubjects.com/api/articles/system-map

### Related features (explains other parts of the system)
- **topology** — Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER. · https://miscsubjects.com/api/articles/udst-v1-1-logical-economics/topology
- **voxels** — Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance. · https://miscsubjects.com/api/articles/udst-v1-1-logical-economics/voxels
- **ask** — Answer only from topology; creates question_node with gaps and ingest_hint. · https://miscsubjects.com/api/articles/udst-v1-1-logical-economics/prompts
- **ingest** — Parse pasted evidence → source ledger + claims + evidence_ingest node.
- **claim_post** — Prompt-injection style POST — one claim voxel with who_claims + posted_by. · https://miscsubjects.com/api/articles/udst-v1-1-logical-economics/voxels
- **llm_manifest** — Machine-readable read/write contract for external LLMs. · https://miscsubjects.com/api/articles/llm-manifest

### Full index
- JSON: https://miscsubjects.com/api/articles/system-map
- Markdown: https://miscsubjects.com/api/articles/system-map?format=markdown

*Not medical advice. Tier-honest. Cite claim/source ids.*

---

# miscsubjects article bundle

> Paste this entire block into Grok, GPT, or Gemini. They can READ the ledger below and RETURN evidence via ingest (see § LLM manifest).

## Article
- **slug:** `udst-v1-1-logical-economics`
- **title:** UDST: V1 1 Logical Economics
- **url:** https://miscsubjects.com/a/udst-v1-1-logical-economics
- **register:** oip_protocol
- **updated:** 2026-07-04T05:03:18.049Z
- **tags:** OIP, UDST, systems-theory, deterministic

## Body

# Logical Economics

Reasoning has physical cost. The cost is measurable: compute, tokens, retrieval, context activation, verification, red-team, repair, replay, latency, human review, privacy risk, failure risk. Once reasoning is measured, an economic structure becomes visible that the global economy has not yet priced.

The first move is to identify the actual valuable output.

The valuable output of reasoning is the proof artifact, not the answer. A proof artifact is the replayable, ledgered record of a reasoning event: the prompt, the input, the definitions, the scope rules, the logical-unit graph, the dependencies, the evidence references, the red-team attacks, the repairs, the unresolved nodes, the conclusion, and the cryptographic hash that lets a verifier replay every step. An answer is disposable. A proof artifact is a durable asset — it can be verified, reused, transferred, challenged, repaired, and amortized.

In the build, a proof artifact is a receipt. `POST /api/dispatch {key:NOW}` returns a receipt with `invocation_id`, `request_json`, `response_json`, `ts`, and `story`. The receipt is not a summary; it is the full forensic record. Anyone with the receipt ID can verify the invocation by opening `GET /api/dispatch?receipt=INV_ID`. The receipt is the proof artifact. The answer ("NOW returned the current time") is disposable.

The economic primitive that proof artifacts make legible is logical density.

**Surety** is not confidence. Confidence is the model's report on itself. Surety is what survives external test. It is the product, not the sum, of four factors:

Surety = Correctness × Auditability × Reproducibility × Adversarial Survival.

The multiplicative form is load-bearing. A reasoning event that is correct but unauditable has zero surety. A reasoning event that is reproducible but cannot survive red-team attack has zero surety. The four factors are conjunctive; any one at zero collapses the score.

In the build, surety is measured by the conformance suite. C1 (manifest) verifies correctness: does the system expose the endpoints it claims? C7 (receipt forensics) verifies auditability: can a receipt be replayed? C10 (idempotency) verifies reproducibility: does the same input produce the same receipt? C14 (clarity recursion) verifies adversarial survival: does the system survive a model's attempt to break it? Each clause is a factor in the surety score. If any clause fails, the surety of the entire system is zero for that dimension.

**Logical energy** is the total physical and symbolic cost of producing and sustaining the proof across its lifecycle. In the build, this is the sum of: token cost for the model invocation, compute cost for the D1 query, latency cost for the network round-trip, human review cost for the owner verification, and privacy risk cost for the data exposure. The ledger records the logical energy of every invocation: `tokens`, `cost`, `models`, `latency_ms`.

The compressed form is the economic primitive:

Logical Density = Surety / Logical Energy.

This is the headline unit. It answers: how much survives audit per unit of cost. In the build, the logical density of a capability is calculated from its conformance score divided by its average invocation cost. A capability that scores 15/15 conformance but costs $0.10 per invocation has lower logical density than a capability that scores 14/15 but costs $0.001 per invocation. The cost is real; the density is measurable.

But the compressed form alone is incomplete for real-world decisions. Some reasoning protects high-stakes decisions; some protects low-stakes. Some answers must be produced before a deadline; some have all the time in the world. The rigorous form prices these.

**Task-Adjusted Logical Density** is the form that governs real decisions:

Task-Adjusted Logical Density = Expected Verified Decision Value / Total Lifecycle Logical Cost.

Where Expected Verified Decision Value = Task Stakes × Correctness × Auditability × Reproducibility × Adversarial Survival × Actionability × Freshness. And Total Lifecycle Logical Cost = generation + retrieval + context + tool use + verification + red-team + repair + human review + privacy risk + failure risk + replay/adaptation cost + latency/opportunity cost.

In the build, task-adjusted logical density is priced per capability. A high-stakes capability like `D1_EXEC` (database mutation) has high task stakes and therefore requires high surety; it is backed by the full conformance suite and owner-gate verification. A low-stakes capability like `NOW` (time query) has low task stakes and therefore can tolerate lower surety; it is fast, cheap, and requires no human review. The router elects the path based on the task-adjusted density: `?ask=send a text` routes to `SEND_BY_CHANNEL` because the task stakes (sending a message) are moderate, the correctness requirement is high (the recipient must receive it), and the actionability is immediate (the message is sent within seconds). A cheaper but less auditable path would have lower task-adjusted density for this task.

Three implications follow.

**Latency is a cost, not a separate consideration.** For time-critical decisions, the value of proof is bounded by the deadline. A lower-surety answer can dominate a higher-surety answer if delay destroys the opportunity. The framework demands that latency be carried in the denominator, not waved away as an exception. A perfect proof delivered after the deadline has zero verified decision value. In the build, this is the idempotency window: a 90-second dedup window that prevents duplicate sends but does not block the original action. The latency cost of the dedup check is measured in milliseconds; the opportunity cost of a duplicate send is measured in operator trust.

**Proof artifacts are bounded in validity.** A proof artifact has economic value only within its declared scope, freshness window, and similarity class. Reuse requires three conditions: contextual similarity to the new case, dependency freshness (the upstream facts must still hold), and verification cost below regeneration cost. In the build, this is the receipt expiry: a receipt is valid only within the scope of the original capability, within the freshness window of the token's TTL, and only if the verification cost (opening the receipt URL) is below the regeneration cost (re-invoking the capability). When the upstream changes — a token is revoked, a capability is deprecated — the proof goes stale.

**Amortization** is the mechanism by which proof becomes cheap. A proof artifact's average cost falls as the number of valid reuses rises and as verification cost per reuse falls below regeneration cost. In the build, this is the replay path: `GET /api/dispatch?receipt=INV_ID` replays a past invocation without re-firing it. The verification cost is one HTTP GET; the regeneration cost is a full model invocation. The amortization rate is empirical: the number of times a receipt is replayed divided by the number of times it was generated. The ledger tracks this ratio. If the replay rate does not exceed the regeneration cost, the economic argument for proof artifacts weakens to "marginal improvement on some tasks." The falsification surface is live: the ledger shows the actual replay rate for every capability.

Two market consequences are predictable.

The cost of surety falls as proof artifacts standardize, verify quickly, and reuse across similar cases. In the build, this is the standardization of the receipt format: every invocation, regardless of capability, returns the same receipt envelope with `invocation_id`, `story`, `proof`, `links`. The standardization makes verification cheap: one parser reads all receipts. The cost of surety falls along the curve as the number of standard receipts grows.

The cost of alpha falls as deterministic boolean revisions undercut the recurring cost of probabilistic search wherever a deterministic path is discoverable. In the build, this is the deterministic command plane: the router does not search for the right capability; it looks it up in the directory by exact match. The deterministic path (directory lookup) is cheaper than the probabilistic path (model reasoning about which capability to use). The arbitrage opportunity is in finding the deterministic paths and converting them: `ASK_CANONICAL` maps natural-language intents to deterministic capabilities, eliminating the need for probabilistic search.


---

## Corpus map
- Previous: [UDST: V1 1 Capability And Obligation](/a/udst-v1-1-capability-and-obligation)
- Next: [UDST: V1 1 Llm As Os](/a/udst-v1-1-llm-as-os)
- Series start: [UDST v1.1 — The Claim](/a/udst-v1-1-the-claim)
- Kin: [Book V — The Machine Plane](/a/oip-machine-plane) · [Total Structure](/a/oip-total-structure)

## Claims (0)


## Voxel graph (0 atoms · 0 edges)
- full graph: https://miscsubjects.com/api/articles/udst-v1-1-logical-economics/voxels

## Article constitution

- full: https://miscsubjects.com/api/articles/constitution

## Source ledger (0)
- chain valid: yes · head: `genesis`

## Provenance (3 model passes)
- chain valid: yes · head: `ab9611133ab151c9`

- fill · claude-fable-5 · 2026-07-04T03:40 · hash `9305ad6f349f`
- edit · claude-fable-5 · 2026-07-04T04:39 · hash `b6a496278481`
- edit · claude-fable-5 · 2026-07-04T05:03 · hash `ab9611133ab1`

## Question graph
- questions: 0 · evidence ingests: 0

## LLM manifest — how to communicate with this ledger

- system map: https://miscsubjects.com/api/articles/system-map?format=markdown
- topology (ranked): https://miscsubjects.com/api/articles/udst-v1-1-logical-economics/topology
- ingest: POST https://miscsubjects.com/api/protocol/ingest
- claim: POST https://miscsubjects.com/api/protocol/claim

### Quick actions for this article
- **Read live:** https://miscsubjects.com/api/articles/udst-v1-1-logical-economics/topology
- **Ask (API):** POST https://miscsubjects.com/api/protocol/ask `{"slug":"udst-v1-1-logical-economics","question":"..."}`
- **Ingest your findings:** POST https://miscsubjects.com/api/protocol/ingest or text `ingest udst-v1-1-logical-economics|your evidence`
- **Post one claim:** POST https://miscsubjects.com/api/protocol/claim or text `claim udst-v1-1-logical-economics|tier|assertion`
- **iMessage ask:** `udst-v1-1-logical-economics|your question`
- **System map:** https://miscsubjects.com/api/articles/system-map?format=markdown


---

## §SELF — miscsubjects (paste without context)

**Principle:** Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.

**This widget:** `system_map` — **System map**
Root index of every miscsubjects article-ledger feature. Start here if you have zero context.
- **article slug:** `udst-v1-1-logical-economics`
- **contains:** body, claims, sources, voxels, provenance, question graph, constitution, llm_manifest
- **how to use:** Root index of every miscsubjects article-ledger feature. Start here if you have zero context.
- **read:** https://miscsubjects.com/api/articles/system-map

### Logical proof (verify each step)
1. Articles are voxel graphs of tiered claims, not prose blobs. → https://miscsubjects.com/api/articles/constitution
2. Claims link to hash-chained sources via source_ids. → https://miscsubjects.com/api/articles/udst-v1-1-logical-economics/sources
3. Ask reads topology; ingest/claim append to ledger. → https://miscsubjects.com/api/protocol
4. Models queue growth: populate → collaborate → repair → reflex. → https://miscsubjects.com/api/protocol/grow
5. Graph proves its own shape (reflex) and $/claim (yield). → https://miscsubjects.com/graph.html?layer=reflex
6. Full feature index + _explain on every API response. → https://miscsubjects.com/api/articles/system-map

### Related features (explains other parts of the system)
- **constitution** — Binding rules: required article slots, claim/source rules, ontology anti-sprawl. · https://miscsubjects.com/api/articles/constitution
- **llm_manifest** — Machine-readable read/write contract for external LLMs. · https://miscsubjects.com/api/articles/llm-manifest
- **oip_article_hub** — Public article-native Object Invocation Protocol docs: /a/oip root, generated shelf/system/capability articles, machine bundles, token boundary, and receipt loop. · https://miscsubjects.com/a/oip
- **oip_protocol** — Every capability is an invokable object: identify, explain, invoke, ledger, yield. · https://miscsubjects.com/a/oip
- **bundle** — Paste-ready package: body + claims + sources + voxels + provenance + manifest + constitution. · https://miscsubjects.com/api/articles/udst-v1-1-logical-economics/bundle?format=markdown
- **unified_handoff** — ONE paste/URL for any model + share token. Same self-explaining pattern as article bundle, but whole build. · https://miscsubjects.com/api/handoff?format=markdown

### Full index
- JSON: https://miscsubjects.com/api/articles/system-map
- Markdown: https://miscsubjects.com/api/articles/system-map?format=markdown

*Not medical advice. Tier-honest. Cite claim/source ids.*