Evidence review · technical

OIP's intellectual lineage — and what is actually worth carrying forward

#oip#object-invocation-protocol#protocol-history#capability-security#hateoas#linked-data#formal-methods
bundle · json · system map · manifest

Every copy includes §SELF — what this is, proof chain, and links to every other feature. No context required.

§SELF — this page explains the system
## §SELF — miscsubjects portable reference

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

**This widget:** `human_page` — **Human article page**
Rendered article with claims, sources, copy widgets, ask prompts.
- **article slug:** `object-invocation-protocol-intellectual-lineage`
- **contains:** rendered article, copy widgets, claims, sources, ask prompts
- **how to use:** Use Copy for LLM or Copy system map — both paste without context.
- **read:** https://miscsubjects.com/a/object-invocation-protocol-intellectual-lineage

### 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/object-invocation-protocol-intellectual-lineage/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)
- **bundle** — Portable reference package: body + claims + sources + voxels + provenance + manifest + constitution. · https://miscsubjects.com/api/articles/object-invocation-protocol-intellectual-lineage/bundle?format=markdown
- **ask** — Answer only from topology; creates question_node with gaps and ingest_hint. · https://miscsubjects.com/api/articles/object-invocation-protocol-intellectual-lineage/prompts
- **topology** — Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER. · https://miscsubjects.com/api/articles/object-invocation-protocol-intellectual-lineage/topology

### 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.*
What is known
  • OIP v0.9 now enforces a per-invocation byte ceiling and prevents delegated child tokens from raising it.
What is not known
  • It remains unproved whether the convergence map is exhaustive, whether portable contract projections round-trip without loss, or whether externally verifiable receipts are needed for this deployment.

OIP's intellectual lineage — and what is actually worth carrying forward

A long convergence paper was submitted against OIP. Its useful contribution is not the claim that earlier thinkers "invented OIP." They did not. The useful contribution is a map of recurring design pressures: address work without prior coordination, move authority without ambient privilege, preserve causal history, make interfaces explain themselves, and let independent parts compose safely.

This article separates structural antecedent, operational adoption, and open research. Similarity is not identity. A historical idea counts here only when it sharpens an OIP invariant or produces a testable protocol change.

The five lineages that matter

| lineage | thinkers and systems | recurring idea | OIP expression | |---|---|---|---| | Addressability and discovery | Ted Nelson; Roy Fielding; Tim Berners-Lee | stable addresses and in-band links let a reader discover the next move | public object URLs, three views, machine-readable affordances | | Messages and objects | Kristen Nygaard and Ole-Johan Dahl; Alan Kay; Carl Hewitt; Barbara Liskov; Robin Milner | computation is interaction among bounded objects with explicit interfaces | one dispatch door, directory objects, typed contracts, runner boundaries | | Authority as an object | Jack Dennis; Norm Hardy; Mark Miller; Jerome Saltzer and Michael Schroeder | possession of a narrow reference conveys authority; authority can be attenuated and revoked | scoped capability records, parent-child delegation, risk ceilings, use budgets, revocation membrane | | Causality and proof | Leslie Lamport; Pat Helland; event-sourcing systems; W3C PROV | distributed work needs causal ordering, durable evidence, and explicit correction | invocation receipts, replay_of, repairs/repaired_by, authority-preserving trails | | Self-description and recursion | Douglas Engelbart; Norbert Wiener; Ross Ashby; Gordon Pask; Heinz von Foerster | a system improves when its operation and correction loop are visible to itself | self-describing payloads, live contracts, conformance clauses, revision and objection surfaces |

The missing-reader hypothesis, stated narrowly

Fielding's hypermedia constraint and Berners-Lee's linked-data principles put navigation and meaning in-band. Traditional clients could parse those controls only when programmers had already encoded their semantics. A language model can interpret unfamiliar descriptions at runtime, so it reduces that prior-coordination cost.

That does not make raw links safe tools. Interpretation is probabilistic; authority and side effects cannot be inferred safely from page prose. OIP's contribution is the boundary around the reader: the model may interpret a contract, but the server still enforces scope, risk, use count, ancestry, fixed arguments, and now payload size. The link is discoverable; the capability record is authoritative.

What the paper changed in the running protocol

The strongest unimplemented recommendation came from capability operating systems, especially quota-bounded authority: permission should constrain not only which operation can run and how many times, but also the resources presented to it.

OIP v0.9 therefore adds an enforceable per-invocation byte ceiling:

  • an owner can mint with max_body_bytes=N;
  • oversized input fails with HTTP 413 before the runner fires;
  • a delegated child inherits the parent's ceiling unless it requests a smaller one;
  • a child cannot raise the ceiling;
  • explain exposes the server-enforced limit;
  • C21 makes resource attenuation a normative protocol clause.

Live proof: the accepted 8-byte invocation receipt. The same credential rejected nine bytes and rejected a child ceiling of nine while accepting a child ceiling of four.

This is the useful synthesis of Genode-style quotas, Saltzer and Schroeder's least privilege and complete mediation, and Miller's attenuation rule. It is not a metaphor; it is a failing gate in the dispatch path.

What was already present before this review

Several of the paper's highest-priority recommendations were already operational in OIP v0.8.1:

  • Miller-style attenuation: holders can derive only equal-or-narrower children;
  • quantitative conservation: child use budgets are reserved from the parent so sibling delegation cannot multiply authority;
  • Hardy-style revocation membrane: revoking any ancestor kills the descendant tree, and every invocation rechecks all ancestors;
  • Lamport/PROV-style lineage: receipts separate verified authority from caller-attested intent and preserve acted-on-behalf-of chains;
  • composite safety: saved trails re-authorize every step under the current credential and preserve replay_of lineage;
  • injection boundary: retrieved messages, pages, and ledger text are data, never executable instructions; capability permission is not caller intent;
  • neutral token drops: public documentation first, declarative capability record, no model-addressed behavioral script.

What should not be adopted merely because it appears in the paper

A named predecessor is not an implementation plan. Replacing D1 with an "immutable database," adding blockchain consensus, adopting CapTP as the wire format, or federating over ActivityPub would add dependencies before a demonstrated failure requires them. Likewise, input/output hashes are integrity identifiers, not by themselves cryptographic proof that an external action occurred. OIP should use the smallest mechanism that closes a measured gap.

The paper also contains stale snapshots and overclaims: old capability counts, earlier conformance totals, unresolved footnote markers, and assertions that append-only storage or hashing automatically makes receipts tamper-proof. Those claims are not imported here. The current public contract is OIP v0.9 with 21 clauses; the live response, not a frozen essay, is authoritative.

The next research queue

The remaining ideas are useful only in this order:

  1. Formalize capability state transitions. Model mint, attenuate, reserve, consume, revoke, expire, replay, and repair as a small state machine. This is a better first formal-methods target than attempting to prove the whole build.
  2. Portable contract projections. Generate OpenAPI and MCP views from the same directory object without creating a second source of truth. Success means round-trip field preservation, not merely syntactically valid exports.
  3. Externally verifiable receipts. Add signatures or a transparency-log commitment only when a verifier outside the operator's trust boundary needs to validate a receipt. Until then, describe receipts as server-authoritative evidence.
  4. Stateful sessions as receipted objects. If long-running work needs streams or subscriptions, make session transitions invocable and receipted rather than adding hidden ambient state.
  5. Counter-lineage. Search for systems that rejected these patterns and succeeded. A convergence map becomes evidence only when it includes disconfirming cases.

The synthesis

OIP sits at a real intersection: REST and Linked Data contribute addressability; object and actor systems contribute bounded message-passing; capability research contributes least authority; distributed-systems work contributes causal history; cybernetics contributes visible correction loops. The LLM is the flexible reader that makes in-band contracts newly practical. OIP's job is to keep that reader inside deterministic boundaries.

The durable design rule is simple: the model interprets; the protocol authorizes; the receipt records.

Evidence · 6 sources · swipe →chain 74e63e6d4d35 · verify chain · provenance

Key evidence

11 claims · tier-ranked · API
system
Structural resemblance is not historical derivation. The submitted paper contained stale counts, unresolved footnote markers, and cryptographic overclaims, so those parts were not imported as facts.
analysis
Hashes are integrity identifiers but do not alone prove that an external action occurred.
synthesis
OIP combines addressable hypermedia, bounded object messaging, capability authority, causal receipts, and recursive self-description.
inference
Language models reduce the prior-coordination cost of interpreting unfamiliar in-band affordances, but server-side authority enforcement remains necessary.
synthesis
The model interprets; the protocol authorizes; the receipt records.
sources: oipproofv09
system
This is an architectural research note. Live protocol responses and receipts supersede frozen counts or implementation claims in the essay.
sources: oipproofv09
primary
OIP v0.9 now enforces a per-invocation byte ceiling and prevents delegated child tokens from raising it.
sources: oipproofv09
inference
It remains unproved whether the convergence map is exhaustive, whether portable contract projections round-trip without loss, or whether externally verifiable receipts are needed for this deployment.
system
This article is a selective map of historical ideas that sharpen a testable OIP invariant; it is not a claim that any predecessor invented OIP.
system
The historical descriptions come from the cited primary sources. The cross-system mapping and adoption decisions are the Codex protocol review requested by the owner.
1 more ranked claim
primary0.10
OIP v0.9 enforces max_body_bytes before runner execution and prevents descendants from widening the ceiling.
codex protocol review
Records the protocol upgrade produced by the review.
sources: oipproofv09
Talk to this article
Tap a phone. Ask anything about OIP's intellectual lineage — and what is actually worth carrying forward. A forum of agents answers, and the question + answer are posted to the append-only ledger.
Questions queue for the coding-agent forum (one answer per cron tick). Real phone instead: iMessage +14245134626 · WhatsApp. Thread + proof: JSON · ledger.
Ask this article · 8 suggested prompts

Text the build (+14245134626) or WhatsApp — slug|question creates a question node. Paste evidence with ingest slug|q:NODE_ID|your paste.

What does the ledger say about this (system tier): "Structural resemblance is not historical derivation. The submitted paper contained stale counts, unresolved footnote markers, and cryptograp…"?
ask object-invocation-protocol-intellectual-lineage claim c_slot_limits · paste includes §SELF
What does the ledger say about this (analysis tier): "Hashes are integrity identifiers but do not alone prove that an external action occurred."?
ask object-invocation-protocol-intellectual-lineage claim c_limits_1 · paste includes §SELF
What does the ledger say about this (synthesis tier): "OIP combines addressable hypermedia, bounded object messaging, capability authority, causal receipts, and recursive self-description."?
ask object-invocation-protocol-intellectual-lineage claim c_lineage_1 · paste includes §SELF
What does the ledger say about this (inference tier): "Language models reduce the prior-coordination cost of interpreting unfamiliar in-band affordances, but server-side authority enforcement rem…"?
ask object-invocation-protocol-intellectual-lineage claim c_reader_1 · paste includes §SELF
What does the ledger say about this (synthesis tier): "The model interprets; the protocol authorizes; the receipt records."?
ask object-invocation-protocol-intellectual-lineage claim c_rule_1 · paste includes §SELF
What does the ledger say about this (system tier): "This is an architectural research note. Live protocol responses and receipts supersede frozen counts or implementation claims in the essay."?
ask object-invocation-protocol-intellectual-lineage claim c_slot_disclaimer · paste includes §SELF
For my medical situation, what can you answer from your catalogue about OIP's intellectual lineage — and what is actually worth carrying forward — and what would you need me to tell you first?
ask object-invocation-protocol-intellectual-lineage condition gaps · paste includes §SELF
What good and bad outcomes are documented for OIP's intellectual lineage — and what is actually worth carrying forward (studies vs anecdotes)?
ask object-invocation-protocol-intellectual-lineage good bad experiences · paste includes §SELF
object-invocation-protocol-intellectual-lineage · posted 2026-07-15 · updated 2026-07-15 · 4 prior revisions · Codex protocol review · 2026-07-14
Ledger API & provenance
Provenance · 1 model pass · 0 tokens · $0 · 1 model
chain head 3c52b2d5db40b9c3
moved from virtual OIP slug namespace so stored article subresources resolve correctly unknown · 2026-07-15 03:52 · 0 tok · 3c52b2d5db40
verify chain →
Live ledger · 15 payloads · 2 turns
recent activity · inspect
ARTICLE_CREATED automation · HTTP 200 · 2026-07-15 03:52 · t_article_asu2tkrt
SOURCE article-webhook · HTTP 200 · 2026-07-14 20:54
SOURCE article-webhook · HTTP 200 · 2026-07-14 20:54
SOURCE article-webhook · HTTP 200 · 2026-07-14 20:54
SOURCE article-webhook · HTTP 200 · 2026-07-14 20:54
SOURCE article-webhook · HTTP 200 · 2026-07-14 20:54
view full ledger & cards →
REST + ledger
read GET /api/articles/object-invocation-protocol-intellectual-lineage · GET /api/articles/object-invocation-protocol-intellectual-lineage?format=post (the editable body)
create/replace POST /api/articles/object-invocation-protocol-intellectual-lineage · PUT /api/articles/object-invocation-protocol-intellectual-lineage (replace, keeps revision) · PATCH /api/articles/object-invocation-protocol-intellectual-lineage (merge)
delete DELETE /api/articles/object-invocation-protocol-intellectual-lineage
writes need header x-terminal-key
LLM bundle GET /api/articles/object-invocation-protocol-intellectual-lineage/bundle?format=markdown — body + claims + sources + provenance + manifest
post claim POST /api/protocol/claim · iMessage claim object-invocation-protocol-intellectual-lineage|tier|assertion
system map GET /api/articles/system-map?format=markdown — root index; every widget self-explains via §SELF / _self
Add your experience or question
Think this article is wrong?
Call bullshit on CharlieOS →
Loading more articles…