{"_self":{"principle":"Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.","widget":"article_topology","feature":"topology","name":"Article topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","contains":"claims, sources, anecdotes, question_graph slice","slug":"object-invocation-protocol-intellectual-lineage","urls":{"read":"https://miscsubjects.com/api/articles/object-invocation-protocol-intellectual-lineage/topology"},"how_to_use":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","write":null,"imessage":null,"router_tag":null,"proof_chain":[{"step":1,"claim":"Articles are voxel graphs of tiered claims, not prose blobs.","verify":"https://miscsubjects.com/api/articles/constitution"},{"step":2,"claim":"Claims link to hash-chained sources via source_ids.","verify":"https://miscsubjects.com/api/articles/object-invocation-protocol-intellectual-lineage/sources"},{"step":3,"claim":"Ask reads topology; ingest/claim append to ledger.","verify":"https://miscsubjects.com/api/protocol"},{"step":4,"claim":"Models queue growth: populate → collaborate → repair → reflex.","verify":"https://miscsubjects.com/api/protocol/grow"},{"step":5,"claim":"Graph proves its own shape (reflex) and $/claim (yield).","verify":"https://miscsubjects.com/graph.html?layer=reflex"},{"step":6,"claim":"Full feature index + _explain on every API response.","verify":"https://miscsubjects.com/api/articles/system-map"}],"related_features":[{"id":"ask","name":"Ask protocol","what":"Answer only from topology; creates question_node with gaps and ingest_hint.","urls":{"read":"https://miscsubjects.com/api/articles/object-invocation-protocol-intellectual-lineage/prompts","write":"https://miscsubjects.com/api/protocol/ask"}},{"id":"graph_topology","name":"Cross-article graph","what":"Merged claims/sources across condition+stack slugs for one question.","urls":{"read":"https://miscsubjects.com/api/articles/object-invocation-protocol-intellectual-lineage/graph-topology?question=..."}},{"id":"question_graph","name":"Question graph","what":"Ask nodes (questions + gaps) and evidence_ingest nodes (pasted model output).","urls":{"read":"https://miscsubjects.com/api/articles/object-invocation-protocol-intellectual-lineage/question-graph","write":"https://miscsubjects.com/api/protocol/ask"}},{"id":"voxels","name":"Voxel graph","what":"Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance.","urls":{"read":"https://miscsubjects.com/api/articles/object-invocation-protocol-intellectual-lineage/voxels","write":"https://miscsubjects.com/api/protocol/claim"}}],"system_map":"https://miscsubjects.com/api/articles/system-map","system_map_markdown":"https://miscsubjects.com/api/articles/system-map?format=markdown","not_medical_advice":true},"_explain":{"feature":"topology","name":"Article topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","why":"Every feature is auditable collective intelligence","how":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","model":null,"verifies":null,"urls":{"read":"https://miscsubjects.com/api/articles/object-invocation-protocol-intellectual-lineage/topology"},"imessage":null,"router":null,"related":[{"id":"ask","what":"Answer only from topology; creates question_node with gaps and ingest_hint."},{"id":"graph_topology","what":"Merged claims/sources across condition+stack slugs for one question."},{"id":"question_graph","what":"Ask nodes (questions + gaps) and evidence_ingest nodes (pasted model output)."},{"id":"voxels","what":"Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance."}],"not_medical_advice":true},"slug":"object-invocation-protocol-intellectual-lineage","title":"OIP's intellectual lineage — and what is actually worth carrying forward","register":"technical","tags":["oip","object-invocation-protocol","protocol-history","capability-security","hateoas","linked-data","formal-methods"],"updated_at":"2026-07-15T03:55:40.570Z","body_excerpt":"# OIP's intellectual lineage — and what is actually worth carrying forward\n\nA 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.\n\nThis 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.\n\n## The five lineages that matter\n\n| lineage | thinkers and systems | recurring idea | OIP expression |\n|---|---|---|---|\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n\n## The missing-reader hypothesis, stated narrowly\n\nFielding'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.\n\nThat 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.\n\n## What the paper changed in the running protocol\n\nThe 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.\n\nOIP v0.9 therefore adds an enforceable per-invocation byte ceiling:\n\n- an owner can mint with `max_body_bytes=N`;\n- oversized input fails with HTTP 413 before the runner fires;\n- a delegated child inherits the parent's ceiling unless it requests a smaller one;\n- a child cannot raise the ceiling;\n- `explain` exposes the server-enforced limit;\n- C21 makes resource attenuation a normative protocol clause.\n\nLive proof: [the accepted 8-byte invocation receipt](https://miscsubjects.com/api/dispatch?confirm=inv_sooi304em9). The same credential rejected nine bytes and rejected a child ceiling of nine while accepting a child ceiling of four.\n\nThis is the useful synthesis of Genode-style quotas, Saltzer and Schroeder's least privilege and complete mediation","ranking":"safety-first (interaction_risk/limitations), then quote-gated effective_weight","claims":[{"id":"c_slot_limits","text":"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.","tier":"system","section":"limitations","slot":"limitations","interaction_risk":false,"status":"active","source_ids":[],"source_status":"unsourced","why_material":"Required article constitution slot","retracted_at":null,"retraction_reason":null,"challenged_by":[],"effective_weight":0.1,"quote_gated":false},{"id":"c_limits_1","text":"Hashes are integrity identifiers but do not alone prove that an external action occurred.","tier":"analysis","section":"What should not be adopted merely because it appears in the paper","interaction_risk":false,"status":"active","source_ids":[],"source_status":"reasoned","why_material":"Prevents a cryptographic overclaim in the submitted paper.","retracted_at":null,"retraction_reason":null,"challenged_by":[],"effective_weight":0.1,"quote_gated":false},{"id":"c_lineage_1","text":"OIP combines addressable hypermedia, bounded object messaging, capability authority, causal receipts, and recursive self-description.","tier":"synthesis","section":"The five lineages that matter","interaction_risk":false,"status":"active","source_ids":["fielding2000","linkeddata2006","miller2006","saltzer1975","lamport1978"],"why_material":"Defines the convergence claim without asserting historical identity.","retracted_at":null,"retraction_reason":null,"challenged_by":[],"effective_weight":0.1,"quote_gated":false},{"id":"c_reader_1","text":"Language models reduce the prior-coordination cost of interpreting unfamiliar in-band affordances, but server-side authority enforcement remains necessary.","tier":"inference","section":"The missing-reader hypothesis, stated narrowly","interaction_risk":false,"status":"active","source_ids":["fielding2000","linkeddata2006"],"why_material":"States the missing-reader thesis as an inference rather than a settled historical fact.","retracted_at":null,"retraction_reason":null,"challenged_by":[],"effective_weight":0.1,"quote_gated":false},{"id":"c_rule_1","text":"The model interprets; the protocol authorizes; the receipt records.","tier":"synthesis","section":"The synthesis","interaction_risk":false,"status":"active","source_ids":["oipproofv09"],"why_material":"Compresses the architecture into an operational boundary.","retracted_at":null,"retraction_reason":null,"challenged_by":[],"effective_weight":0.1,"quote_gated":false},{"id":"c_slot_disclaimer","text":"This is an architectural research note. Live protocol responses and receipts supersede frozen counts or implementation claims in the essay.","tier":"system","section":"disclaimer","slot":"disclaimer","interaction_risk":false,"status":"active","source_ids":["oipproofv09"],"source_status":"sourced","why_material":"Required article constitution slot","retracted_at":null,"retraction_reason":null,"challenged_by":[],"effective_weight":0.1,"quote_gated":false},{"id":"c_slot_known","text":"OIP v0.9 now enforces a per-invocation byte ceiling and prevents delegated child tokens from raising it.","tier":"primary","section":"what_is_known","slot":"what_is_known","interaction_risk":false,"status":"active","source_ids":["oipproofv09"],"source_status":"sourced","why_material":"Required article constitution slot","retracted_at":null,"retraction_reason":null,"challenged_by":[],"effective_weight":0.1,"quote_gated":false},{"id":"c_slot_unknown","text":"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.","tier":"inference","section":"what_is_unknown","slot":"what_is_unknown","interaction_risk":false,"status":"active","source_ids":[],"source_status":"unsourced","why_material":"Required article constitution slot","retracted_at":null,"retraction_reason":null,"challenged_by":[],"effective_weight":0.1,"quote_gated":false},{"id":"c_slot_what","text":"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.","tier":"system","section":"what_it_is","slot":"what_it_is","interaction_risk":false,"status":"active","source_ids":["fielding2000","linkeddata2006","miller2006","saltzer1975","lamport1978"],"source_status":"sourced","why_material":"Required article constitution slot","retracted_at":null,"retraction_reason":null,"challenged_by":[],"effective_weight":0.1,"quote_gated":false},{"id":"c_slot_who","text":"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.","tier":"system","section":"who_claims_what","slot":"who_claims_what","interaction_risk":false,"status":"active","source_ids":["fielding2000","linkeddata2006","miller2006","saltzer1975","lamport1978"],"source_status":"sourced","why_material":"Required article constitution slot","retracted_at":null,"retraction_reason":null,"challenged_by":[],"effective_weight":0.1,"quote_gated":false},{"id":"c_v09_1","text":"OIP v0.9 enforces max_body_bytes before runner execution and prevents descendants from widening the ceiling.","tier":"primary","section":"What the paper changed in the running protocol","interaction_risk":false,"status":"active","source_ids":["oipproofv09"],"why_material":"Records the protocol upgrade produced by the review.","retracted_at":null,"retraction_reason":null,"challenged_by":[],"effective_weight":0.1,"quote_gated":false}],"sources":[{"id":"fielding2000","type":"primary","url":"https://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm","title":"Architectural Styles and the Design of Network-based Software Architectures","summary":"Primary REST dissertation; defines hypermedia as the engine of application state.","claim_ids":["c_lineage_1","c_reader_1"],"link_status":"live","hash":"44a7ec444c50eb07b03a2bb82bcc15a40b64621e5a3cf211e573e95b914d1dc9"},{"id":"linkeddata2006","type":"primary","url":"https://www.w3.org/DesignIssues/LinkedData","title":"Linked Data","summary":"Primary design note on HTTP URIs, useful information, and links to discover related data.","claim_ids":["c_lineage_1","c_reader_1"],"link_status":"live","hash":"4130f3f4be938c9727167ce1638fad898fb7931dd69857c86314e5760b96f6b8"},{"id":"miller2006","type":"primary","url":"https://papers.agoric.com/papers/robust-composition/full-text/","title":"Robust Composition: Towards a Unified Approach to Access Control and Concurrency Control","summary":"Object-capability composition, authority through references, and attenuation.","claim_ids":["c_lineage_1"],"link_status":"live","hash":"bcc05c78b0fc0c4250d3a4592cda1870fca1c8cea34785a02d1192fa1ad9bded"},{"id":"saltzer1975","type":"primary","url":"https://www.cs.virginia.edu/~evans/cs551/saltzer/","title":"The Protection of Information in Computer Systems","summary":"Primary statement of least privilege, complete mediation, fail-safe defaults, and related protection principles.","claim_ids":["c_lineage_1"],"link_status":"live","hash":"6d0f0e806d6c3cd1a6af67f5c03fa825015772546f4fba3c3eef7183d0936dd1"},{"id":"lamport1978","type":"primary","url":"https://lamport.azurewebsites.net/pubs/time-clocks.pdf","title":"Time, Clocks, and the Ordering of Events in a Distributed System","summary":"Primary source for happened-before and logical ordering in distributed systems.","claim_ids":["c_lineage_1"],"link_status":"live","hash":"1d317c8ab607ae317d60ef3d685ca1b2933d8258eb077ae56aa702aaf51f1948"},{"id":"oipproofv09","type":"live-proof","url":"https://miscsubjects.com/api/dispatch?confirm=inv_sooi304em9","title":"OIP v0.9 accepted payload-ceiling invocation","summary":"Public confirmation for an invocation accepted at the eight-byte ceiling; companion denials are recorded in the capability ledger.","claim_ids":["c_v09_1","c_rule_1"],"link_status":"live","hash":"74e63e6d4d35ee3451efee8e5cb9a5895f3578dc20930520af52a00cbd1991be"}],"anecdotal_sources":[],"scientific_sources":[],"user_reports":[],"related_articles":[],"question_graph":{"slug":"object-invocation-protocol-intellectual-lineage","questions":[],"evidence":[],"edges":[],"counts":{"questions":0,"evidence":0,"edges":0}},"honesty":{"active_claims":11,"retracted_claims":0,"cut_claims":0,"challenges":0,"scrub_events":0,"note":"Retracted/cut claims stay on ledger but are excluded from ask unless ?include_inactive=1"},"counts":{"claims":11,"claims_total":11,"sources":6,"anecdotal":0,"scientific":0,"user_reports":0,"questions":0,"evidence_ingests":0}}