{"_self":{"principle":"Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.","widget":"article_bundle","feature":"bundle","name":"LLM article bundle","what":"Portable reference package: body + claims + sources + voxels + provenance + manifest + constitution.","contains":"body, claims, sources, voxels, provenance, question graph, constitution, llm_manifest","slug":"oip-where-the-ideas-come-from","urls":{"read":"https://miscsubjects.com/api/articles/oip-where-the-ideas-come-from/bundle?format=markdown"},"how_to_use":"Reference bundle for an LLM or reader. §SELF explains the surface; ingest and claim endpoints in llm_manifest are the write-back routes.","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/oip-where-the-ideas-come-from/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":"topology","name":"Article topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","urls":{"read":"https://miscsubjects.com/api/articles/oip-where-the-ideas-come-from/topology"}},{"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/oip-where-the-ideas-come-from/voxels","write":"https://miscsubjects.com/api/protocol/claim"}},{"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/oip-where-the-ideas-come-from/prompts","write":"https://miscsubjects.com/api/protocol/ask"}},{"id":"ingest","name":"Ingest protocol","what":"Parse pasted evidence → source ledger + claims + evidence_ingest node.","urls":{"write":"https://miscsubjects.com/api/protocol/ingest"}},{"id":"claim_post","name":"Claim post protocol","what":"Prompt-injection style POST — one claim voxel with who_claims + posted_by.","urls":{"read":"https://miscsubjects.com/api/articles/oip-where-the-ideas-come-from/voxels","write":"https://miscsubjects.com/api/protocol/claim"}},{"id":"llm_manifest","name":"LLM manifest","what":"Machine-readable read/write contract for external LLMs.","urls":{"read":"https://miscsubjects.com/api/articles/llm-manifest"}}],"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":"bundle","name":"LLM article bundle","what":"Portable reference package: body + claims + sources + voxels + provenance + manifest + constitution.","why":"Every feature is auditable collective intelligence","how":"Reference bundle for an LLM or reader. §SELF explains the surface; ingest and claim endpoints in llm_manifest are the write-back routes.","model":null,"verifies":null,"urls":{"read":"https://miscsubjects.com/api/articles/oip-where-the-ideas-come-from/bundle?format=markdown"},"imessage":null,"router":null,"related":[{"id":"topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER."},{"id":"voxels","what":"Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance."},{"id":"ask","what":"Answer only from topology; creates question_node with gaps and ingest_hint."},{"id":"ingest","what":"Parse pasted evidence → source ledger + claims + evidence_ingest node."},{"id":"claim_post","what":"Prompt-injection style POST — one claim voxel with who_claims + posted_by."},{"id":"llm_manifest","what":"Machine-readable read/write contract for external LLMs."}],"not_medical_advice":true},"bundle_version":1,"generated_at":"2026-07-15T06:18:11.131Z","slug":"oip-where-the-ideas-come-from","title":"Where OIP Ideas Come From - and What to Build Next","url":"https://miscsubjects.com/a/oip-where-the-ideas-come-from","register":"standard","tags":["oip","history","protocol"],"posted_at":"2026-07-15T03:52:15.661Z","updated_at":"2026-07-15T04:14:45.756Z","body":"## What this page is\n\nA plain-English summary of a long research paper (July 2026) that traced where OIP's ideas came from and what to build next. Nothing here needs prior context. OIP (Object Invocation Protocol) is this site's rule system: every tool has a name, every run leaves a receipt, every token carries limits.\n\n## The one missing piece\n\nFor sixty years, people kept building the right structures and watching them fail for the same reason: the reader was missing.\n\n- 2000: Roy Fielding said every web response should carry links telling you what you can do next. Failed - programs could follow links but could not understand them.\n- 2006: Tim Berners-Lee said every fact should get an address so machines could walk from fact to fact. Failed - no machine could understand what it was walking through.\n- 1966: Jack Dennis said permission should live in an unforgeable token you hold, not in a list someone keeps. Stayed in research labs - no software could manage tokens carefully enough.\n\nAll three needed a reader that understands what it reads. Language models are that reader. That is OIP's bet: the runways were built decades ago; the plane just landed.\n\n## The six things OIP combines\n\nEach existed alone somewhere. No system combined all six before:\n\n1. Every tool describes itself - what it does, what it needs, what it risks, how to check it ran.\n2. One door - every tool runs through a single address, so every check happens in one place.\n3. Tokens with limits - what it may run, when it dies, how many uses, what sensitivity. A handed-down token can only shrink, and revoking a parent kills every child.\n4. Receipts - every run leaves a permanent record that proves what was asked and what came back. Failures are never erased; a fix links to the failure both ways.\n5. The model as the operator - the reader that finally understands the contracts.\n6. Self-description - the system explains itself to whoever asks, and the published rule suite now defines 25 checks.\n\n## The people who had the pieces first\n\n- Luca Pacioli, 1494: books must balance - every transaction leaves paired, checkable entries. The receipt idea.\n- Vannevar Bush, 1945: save the path you took so someone else can walk it again. The saved-sequence (trail) idea.\n- Jack Dennis, 1966: holding the token IS the permission.\n- Norman Hardy, 1988: a program tricked into misusing its own authority is the root security problem. The cure: authority travels with the request. This is why prompt injection does not scare a token system.\n- Mark Miller, 1990s-2000s: hand-offs must only shrink, and revoking a parent must kill everything under it.\n- Alan Kay, 1972: the message, not the machine, is the unit. One door for everything is his idea at web scale.\n- Roy Fielding, 2000: responses should carry your next moves. OIP responses now list only the moves your token can actually take.\n- Ted Nelson, 1965: links should run both ways and nothing should be erased. Repair links both ways.\n- Leslie Lamport, 1978: distributed events need a recorded order. Replay depends on it.\n- Terry Winograd and Fernando Flores, 1986: a request is not done when the work runs - it is done when the asker says so.\n\n## What the paper recommended - and what shipped\n\nOIP 1.0 now ships the four concrete recommendations from the paper:\n\n1. Every receipt carries SHA-256 fingerprints of the exact input, exact output, and tool contract.\n2. When output contains a durable URL, file path, article path, or R2 key, the receipt lists it as a structured artifact link.\n3. Work moves through asked, promised, done, and closed. Only the promisor may mark it done; only the original asker may close it.\n4. Every token limited to one tool is pinned to that tool's exact contract fingerprint. If the contract changes, the token fails before the tool runs.\n\nThese were proved through real dispatch calls after deployment: [fingerprinted receipt](/api/dispatch?confirm=inv_k0uoh5rv9t) and [artifact-bearing receipt](/api/dispatch?confirm=inv_n55q2hp7ba). A contract-drift probe succeeded before the contract fingerprint changed and then failed closed with HTTP 409. A two-token work probe moved asked → promised → done → closed and refused a close attempt from anyone except the asker.\n\nThe two larger research problems remain open: deciding when a linked object deserves trust, and representing long-running work that spans many calls, people, and days.\n\n## How this could be proven wrong\n\nThe design publishes its own kill conditions: if receipts can be faked cheaply, if failure-fix links break down at scale, or if the one door becomes a choke point, the architecture fails. The live rule check runs at /api/dispatch?conformance=1 - open it and read pass or fail per rule.\n\n\n## Read the full lineage map\n\nThe sourced, longer comparison is [OIP's intellectual lineage - and what is actually worth carrying forward](/a/object-invocation-protocol-intellectual-lineage).","claims":[],"sources":[],"voxels":{"slug":"oip-where-the-ideas-come-from","counts":{"voxels":0,"sources":0,"edges":0},"note":"slim bundle — full voxels at /api/articles/oip-where-the-ideas-come-from/voxels"},"constitution":{"url":"https://miscsubjects.com/api/articles/constitution"},"provenance":[{"action":"OIP 1.0 shipped-status update","model":"codex","ts":"2026-07-15T04:14:45.756Z","hash":"e574e3e3c294bc09","tokens_in":0,"tokens_out":0}],"contributions":[],"topology":null,"slim":true,"ledger_totals":{"claims":0,"sources":0,"exported_claims":0,"exported_sources":0},"question_graph":{"slug":"oip-where-the-ideas-come-from","questions":[],"evidence":[],"edges":[],"counts":{"questions":0,"evidence":0,"edges":0}},"verification":{"provenance":{"valid":true,"entries":1,"head":"e574e3e3c294bc09039639ced756dfc855c8732c0410496e32e926772b2bcb0f"},"sources":{"valid":true,"entries":0,"head":"genesis"}},"counts":{"claims":0,"sources":0,"provenance":1,"contributions":0,"questions":0,"evidence_ingests":0,"voxel_edges":0},"transport":"Open every URL in this bundle with your browser or web / URL-fetch tool. Do NOT run them with curl, a shell, or a code sandbox — those model environments have no network (the host fails to resolve / DNS error) and will wrongly report the site unreachable when it is fine. Opening the link IS the call.","llm_manifest":{"version":"1","site":"https://miscsubjects.com","purpose":"Peptide evidence articles with hash-chained source ledgers, tiered claims, and a question graph. LLMs should READ bundles/URLs and WRITE back via ingest — never invent doses.","read":{"human_page":"https://miscsubjects.com/a/oip-where-the-ideas-come-from","bundle_json":"https://miscsubjects.com/api/articles/oip-where-the-ideas-come-from/bundle","bundle_markdown":"https://miscsubjects.com/api/articles/oip-where-the-ideas-come-from/bundle?format=markdown","topology":"https://miscsubjects.com/api/articles/oip-where-the-ideas-come-from/topology","question_graph":"https://miscsubjects.com/api/articles/oip-where-the-ideas-come-from/question-graph","sources":"https://miscsubjects.com/api/articles/oip-where-the-ideas-come-from/sources","provenance":"https://miscsubjects.com/api/articles/oip-where-the-ideas-come-from/provenance","contributions":"https://miscsubjects.com/api/articles/oip-where-the-ideas-come-from/contributions","graph_topology":"https://miscsubjects.com/api/articles/oip-where-the-ideas-come-from/graph-topology?question={question}","voxels":"https://miscsubjects.com/api/articles/oip-where-the-ideas-come-from/voxels","constitution":"https://miscsubjects.com/api/articles/constitution","ontology":"https://miscsubjects.com/api/articles/ontology","system_map":"https://miscsubjects.com/api/articles/system-map","system_map_markdown":"https://miscsubjects.com/api/articles/system-map?format=markdown","health":"https://miscsubjects.com/api/articles/oip-where-the-ideas-come-from/health","repair":"POST https://miscsubjects.com/api/protocol/repair","list_articles":"https://miscsubjects.com/api/articles","graph_canvas":"https://miscsubjects.com/graph.html?slugs=oip-where-the-ideas-come-from","graph_yield":"https://miscsubjects.com/api/graph?slugs=oip-where-the-ideas-come-from&layer=yield","obsidian_vault":"https://miscsubjects.com/api/articles/obsidian-vault?slugs=oip-where-the-ideas-come-from","graph_query":"https://miscsubjects.com/api/v1/query?from=oip-where-the-ideas-come-from&kind=claim&where=tier=human"},"ask":{"description":"Answer only from topology; creates a question_node with gaps.","api":"POST https://miscsubjects.com/api/protocol/ask","body":{"slug":"{slug}","question":"string"},"imessage":"oip-where-the-ideas-come-from|your question","router_tag":"[ARTICLE_ASK]oip-where-the-ideas-come-from|question[/ARTICLE_ASK]","auth":"x-terminal-key header for API; iMessage/WhatsApp via miscsubjects build"},"ingest":{"description":"Parse pasted evidence → source ledger + claims + evidence_ingest node.","api":"POST https://miscsubjects.com/api/protocol/ingest","body":{"slug":"{slug}","evidence":"paste text","question_node_id":"optional qn_..."},"imessage":"ingest oip-where-the-ideas-come-from|q:{node_id}|paste evidence","router_tag":"[ARTICLE_INGEST]oip-where-the-ideas-come-from|evidence[/ARTICLE_INGEST]","tiers":["human","preclinical","anecdotal","mechanistic","speculative"]},"claim":{"description":"Prompt-injection style POST — one claim voxel with who_claims + posted_by provenance.","api":"POST https://miscsubjects.com/api/protocol/claim","body":{"slug":"{slug}","text":"one assertion","tier":"human|preclinical|anecdotal|mechanistic|speculative","who_claims":"study author, platform, or model id","source_ids":"optional [s1]"},"imessage":"claim oip-where-the-ideas-come-from|tier|assertion — who claims it?","router_tag":"[ARTICLE_CLAIM]oip-where-the-ideas-come-from|tier|assertion[/ARTICLE_CLAIM]","slots":["what_it_is","who_claims_what","what_is_known","what_is_unknown","mechanism","limitations","disclaimer"]},"tiers":{"human":0.8,"preclinical":0.5,"anecdotal":0.3,"mechanistic":0.3,"speculative":0.1},"invariants":["Self-explaining — every API JSON has _self; every paste widget has §SELF; root index at /api/articles/system-map","Append-only — revisions preserved at ?rev=n","Source chain verifies integrity, not truth","Answers must cite claim ids and source ids from topology","Not medical advice"],"constitution":{"version":1,"principle":"Articles are voxel graphs of claims — not prose blobs. Every assertion is a claim atom with tier, weight, source_ids, and posted_by provenance.","slots":[{"id":"what_it_is","required":true,"answers":"What is this peptide/stack/condition?"},{"id":"who_claims_what","required":true,"answers":"Who claims what — study authors, platforms, n=?"},{"id":"what_is_known","required":true,"answers":"What is known with tier labels (human/preclinical/anecdotal)"},{"id":"what_is_unknown","required":true,"answers":"What is NOT known — explicit gaps"},{"id":"mechanism","required":false,"answers":"Proposed mechanism (mechanistic tier only)"},{"id":"limitations","required":true,"answers":"Limits of evidence — no dose advice"},{"id":"disclaimer","required":true,"answers":"Not medical advice"}],"claim_rules":["One claim = one falsifiable assertion. No compound claims.","Every claim must declare tier: human|preclinical|anecdotal|mechanistic|speculative|system.","system tier = architecture/design axioms (not biological mechanism). Use for protocol self-definition.","Sourced claims must cite source_ids from the hash-chained ledger.","Unsourced claims must set source_status: unsourced and why_material.","posted_by is mandatory on every new claim (model id, human, or channel).","No medical advice, no doses, no 'you should take'.","Bad information is retracted (status:retracted), never deleted — retraction event stays on ledger.","Adversary challenges link via challenges[] / challenged_by[] — target may be downweighted.","Leaked secrets are scrubbed to [REDACTED:secret-leak] with scrub_events tombstone — honest audit trail."],"source_rules":["Every source is a voxel edge: type, url, exact quote, summary, found_by, accessed_at.","Sources hash-chain — prev/hash on append.","Anecdotal sources must name platform (reddit|x|youtube|imessage|user_entry)."],"ontology_rules":["Peptide articles (bpc-157, tb-500) are tree roots.","Condition articles (bpc-157-glp1-gut-damage) branch from peptides.","Stack articles (wolverine-stack-glp1) compose peptides — never duplicate peptide mechanism prose.","If an article has no parent embeds and is not a root peptide → sprawl candidate.","Misstep = duplicate scope with another slug; merge or reparent via embeds."],"post_protocol":{"claim":"POST /api/protocol/claim","source":"POST /api/protocol/sources","ingest":"POST /api/protocol/ingest","webhook":"POST /api/articles/<slug>/webhook {kind:claim|source}","imessage_claim":"claim {slug}|{tier}|your assertion — who claims it, source?","imessage_ingest":"ingest {slug}|evidence paste"}},"this_article":{"slug":"oip-where-the-ideas-come-from","url":"https://miscsubjects.com/a/oip-where-the-ideas-come-from","bundle_url":"https://miscsubjects.com/api/articles/oip-where-the-ideas-come-from/bundle?format=markdown"}},"api_urls":{"bundle":"https://miscsubjects.com/api/articles/oip-where-the-ideas-come-from/bundle","bundle_markdown":"https://miscsubjects.com/api/articles/oip-where-the-ideas-come-from/bundle?format=markdown","topology":"https://miscsubjects.com/api/articles/oip-where-the-ideas-come-from/topology","voxels":"https://miscsubjects.com/api/articles/oip-where-the-ideas-come-from/voxels","constitution":"https://miscsubjects.com/api/articles/constitution","ontology":"https://miscsubjects.com/api/articles/ontology","question_graph":"https://miscsubjects.com/api/articles/oip-where-the-ideas-come-from/question-graph","ask":"https://miscsubjects.com/api/protocol/ask","ingest":"https://miscsubjects.com/api/protocol/ingest","claim":"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"}}