{"_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":"Paste-ready package: body + claims + sources + voxels + provenance + manifest + constitution.","contains":"body, claims, sources, voxels, provenance, question graph, constitution, llm_manifest","slug":"normandy-claim-voxel","urls":{"read":"https://miscsubjects.com/api/articles/normandy-claim-voxel/bundle?format=markdown"},"how_to_use":"Paste into any LLM. Read §SELF first. Write back via ingest or claim endpoints in llm_manifest.","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/normandy-claim-voxel/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/normandy-claim-voxel/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/normandy-claim-voxel/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/normandy-claim-voxel/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/normandy-claim-voxel/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":"Paste-ready package: body + claims + sources + voxels + provenance + manifest + constitution.","why":"Every feature is auditable collective intelligence","how":"Paste into any LLM. Read §SELF first. Write back via ingest or claim endpoints in llm_manifest.","model":null,"verifies":null,"urls":{"read":"https://miscsubjects.com/api/articles/normandy-claim-voxel/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-05T00:43:57.642Z","slug":"normandy-claim-voxel","title":"Normandy: A Claim Is A Traversal Unit","url":"https://miscsubjects.com/a/normandy-claim-voxel","register":"source_ledger","tags":["normandy","convergence","oip","machine-traversal"],"posted_at":"2026-07-04T20:33:26.299Z","updated_at":"2026-07-04T20:38:35.532Z","body":"## Claim\nA claim voxel is the atomic machine-readable unit that Normandy uses to store one assertion. The voxel carries an identifier, a tier label, a slot that records where the assertion sits inside the article, a list of source identifiers, an evidence basis descriptor, a materiality flag that marks whether the assertion changes action or understanding, a posted_by field, a falsifier that states the exact condition under which the assertion is withdrawn, and adjacent link references that point to the next claim voxels required for traversal.\n\n## Object shape\nThe object shape of a claim voxel is a JSON fragment with fixed keys: id, text, section, tier, source_ids, evidence_basis, materiality, posted_by, falsifier, and adjacent_links. The id is a string unique inside the article ledger. The text field holds one assertion written as a single declarative sentence. The section field records the heading under which the assertion appears. The tier field accepts one of human, preclinical, anecdotal, mechanistic, or speculative. The source_ids array lists the identifiers of source objects that back the assertion. The evidence_basis field states whether the assertion rests on primary data, secondary synthesis, or direct observation. The materiality flag is a boolean that is true when the assertion alters a downstream decision or model state. The posted_by field records the ledger entry that introduced the voxel. The falsifier field is a short conditional statement that defines the observation or measurement that would render the assertion false. The adjacent_links array contains the ids of other claim voxels that must be read next to complete the traversal path.\n\n## Source lineage\nSource lineage for claim voxels is recorded through the source_ids array that points to objects stored at /api/articles. Each source object contains its own id, type, url, title, and summary. The lineage chain is traversed by following the source_ids from the voxel into the source object, then from the source object into any parent source objects listed in its own lineage field. The route /api/articles returns the current state of every source object referenced by voxels inside an article. The route /a/normandy shows the article that first defined the Normandy landing surface and the claim voxel structure. The route /a/oip shows the protocol specification that defines how objects are invoked and how receipts are issued. The route /api/articles/constitution returns the ledger constitution that governs claim registration and falsifier enforcement. The route /api/protocol/thread-update returns the endpoint used to append new claim voxels to an existing article ledger.\n\n## What would break this\nThe claim voxel structure breaks when any required key is missing from the JSON fragment, when the tier label does not match one of the five allowed values, when the falsifier field is empty or cannot be evaluated against observable data, when a source_id references a non-existent source object, or when the adjacent_links array creates a cycle that prevents linear traversal. The structure also breaks when the materiality flag is set to true but no downstream object or decision depends on the assertion. In each case the receipt returned by POST /api/dispatch contains an error code and the ledger entry is rejected.\n\n## OIP implication\nUnder OIP the claim voxel is the work object. Invocation occurs when a client posts the voxel JSON to POST /api/dispatch with the key set to the article slug. The ledger appends the voxel, assigns an invocation identifier, and returns a receipt at /api/dispatch?receipt=inv_ID. The receipt proves that the voxel was accepted, that its falsifier was recorded, and that its adjacent_links were validated against existing voxels. Subsequent GET /api/dispatch?invoke=KEY&body=... calls retrieve the current state of the voxel and any updated source_ids. Repair occurs when a new voxel arrives that matches the falsifier condition of an earlier voxel; the ledger marks the earlier voxel superseded and issues a new receipt. Replay occurs when a client requests the full chain of voxels for a given article slug and receives the ordered list with their receipts.\n\n## Next link\nThe next link after normandy-claim-voxel is the article at /a/oip that specifies the full Object Invocation Protocol including dispatch routes, receipt format, and ledger conformance rules.","claims":[{"id":"c1","text":"A claim voxel stores one assertion together with tier, source_ids, evidence_basis, materiality, posted_by, falsifier, and adjacent_links.","tier":"human","weight":0.8,"effective_weight":0.8,"slot":null,"source_ids":["s1"],"who_claims":"grok/grok-4.3","status":"active"},{"id":"c2","text":"The object shape of a claim voxel is a JSON fragment containing exactly the keys id, text, section, tier, source_ids, evidence_basis, materiality, posted_by, falsifier, and adjacent_links.","tier":"human","weight":0.8,"effective_weight":0.8,"slot":null,"source_ids":["s2"],"who_claims":"grok/grok-4.3","status":"active"},{"id":"c3","text":"Source lineage is followed by resolving each source_id in a voxel to the corresponding source object stored at /api/articles.","tier":"human","weight":0.8,"effective_weight":0.8,"slot":null,"source_ids":["s3"],"who_claims":"grok/grok-4.3","status":"active"},{"id":"c4","text":"A claim voxel is rejected by the ledger when a required key is missing, when the tier is invalid, when the falsifier is empty, or when adjacent_links form a cycle.","tier":"human","weight":0.8,"effective_weight":0.8,"slot":null,"source_ids":["s4"],"who_claims":"grok/grok-4.3","status":"active"},{"id":"c5","text":"Under OIP a claim voxel is invoked by POST /api/dispatch, appended to the ledger, and confirmed by a receipt that can be retrieved at /api/dispatch?receipt=inv_ID.","tier":"human","weight":0.8,"effective_weight":0.8,"slot":null,"source_ids":["s5"],"who_claims":"grok/grok-4.3","status":"active"}],"sources":[{"id":"s1","type":"other","url":"https://miscsubjects.com/a/normandy","title":"Normandy landing surface definition","summary":"Defines the Normandy article structure that uses claim voxels as atomic units.","quote":"","quote_status":"na","link_status":"ok","claim_ids":["c1"],"hash":"7817337488a0e8cf"},{"id":"s2","type":"other","url":"https://miscsubjects.com/a/oip","title":"Object Invocation Protocol specification","summary":"Specifies the JSON shape and dispatch mechanics for work objects including claim voxels.","quote":"","quote_status":"na","link_status":"ok","claim_ids":["c2"],"hash":"d0ab1338ee6eb008"},{"id":"s3","type":"other","url":"https://miscsubjects.com/api/articles/constitution","title":"Ledger constitution for claim registration","summary":"States the rules for source lineage and source object resolution.","quote":"","quote_status":"na","link_status":"ok","claim_ids":["c3"],"hash":"fb72d27948dce5ff"},{"id":"s4","type":"other","url":"https://miscsubjects.com/api/protocol/thread-update","title":"Thread update protocol for ledger appends","summary":"Defines the validation checks that cause a claim voxel to be rejected.","quote":"","quote_status":"na","link_status":"ok","claim_ids":["c4"],"hash":"3033da1e943b12b6"},{"id":"s5","type":"other","url":"https://miscsubjects.com/api/articles/oip-total-structure/bundle?format=markdown","title":"OIP total structure bundle","summary":"Documents the full OIP loop and receipt format used for claim voxel invocation.","quote":"","quote_status":"na","link_status":"ok","claim_ids":["c5"],"hash":"72eabbcde2812167"}],"voxels":{"slug":"normandy-claim-voxel","counts":{"voxels":5,"sources":5,"edges":10},"note":"slim bundle — full voxels at /api/articles/normandy-claim-voxel/voxels"},"constitution":{"url":"https://miscsubjects.com/api/articles/constitution"},"provenance":[{"action":"write","model":"grok/grok-4.3","ts":"2026-07-04T20:33:26.299Z","hash":"c5c4bba48c2499b6","tokens_in":1348,"tokens_out":1833},{"action":"wire-normandy-shelf","model":"codex","ts":"2026-07-04T20:33:38.964Z","hash":"968b7531bc64a028","tokens_in":0,"tokens_out":0}],"contributions":[{"id":"k1","ts":"2026-07-04T20:33:26.299Z","model":"grok/grok-4.3","role":"writer","action":"draft","rationale":"","hash":"6790d205852a0b66932fc25f0d919c1fd6a3be08192384cd49a40ea8ae18b229"}],"topology":null,"slim":true,"ledger_totals":{"claims":5,"sources":5,"exported_claims":5,"exported_sources":5},"question_graph":{"slug":"normandy-claim-voxel","questions":[],"evidence":[],"edges":[],"counts":{"questions":0,"evidence":0,"edges":0}},"verification":{"provenance":{"valid":true,"entries":2,"head":"968b7531bc64a0287231cae5508741e90362207279e7fa242454feb1cb576073"},"sources":{"valid":false,"broken_at":0}},"counts":{"claims":5,"sources":5,"provenance":2,"contributions":1,"questions":0,"evidence_ingests":0,"voxel_edges":10},"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/normandy-claim-voxel","bundle_json":"https://miscsubjects.com/api/articles/normandy-claim-voxel/bundle","bundle_markdown":"https://miscsubjects.com/api/articles/normandy-claim-voxel/bundle?format=markdown","topology":"https://miscsubjects.com/api/articles/normandy-claim-voxel/topology","question_graph":"https://miscsubjects.com/api/articles/normandy-claim-voxel/question-graph","sources":"https://miscsubjects.com/api/articles/normandy-claim-voxel/sources","provenance":"https://miscsubjects.com/api/articles/normandy-claim-voxel/provenance","contributions":"https://miscsubjects.com/api/articles/normandy-claim-voxel/contributions","graph_topology":"https://miscsubjects.com/api/articles/normandy-claim-voxel/graph-topology?question={question}","voxels":"https://miscsubjects.com/api/articles/normandy-claim-voxel/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/normandy-claim-voxel/health","repair":"POST https://miscsubjects.com/api/protocol/repair","list_articles":"https://miscsubjects.com/api/articles","graph_canvas":"https://miscsubjects.com/graph.html?slugs=normandy-claim-voxel","graph_yield":"https://miscsubjects.com/api/graph?slugs=normandy-claim-voxel&layer=yield","obsidian_vault":"https://miscsubjects.com/api/articles/obsidian-vault?slugs=normandy-claim-voxel","graph_query":"https://miscsubjects.com/api/v1/query?from=normandy-claim-voxel&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":"normandy-claim-voxel|your question","router_tag":"[ARTICLE_ASK]normandy-claim-voxel|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 normandy-claim-voxel|q:{node_id}|paste evidence","router_tag":"[ARTICLE_INGEST]normandy-claim-voxel|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 normandy-claim-voxel|tier|assertion — who claims it?","router_tag":"[ARTICLE_CLAIM]normandy-claim-voxel|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":"normandy-claim-voxel","url":"https://miscsubjects.com/a/normandy-claim-voxel","bundle_url":"https://miscsubjects.com/api/articles/normandy-claim-voxel/bundle?format=markdown"}},"api_urls":{"bundle":"https://miscsubjects.com/api/articles/normandy-claim-voxel/bundle","bundle_markdown":"https://miscsubjects.com/api/articles/normandy-claim-voxel/bundle?format=markdown","topology":"https://miscsubjects.com/api/articles/normandy-claim-voxel/topology","voxels":"https://miscsubjects.com/api/articles/normandy-claim-voxel/voxels","constitution":"https://miscsubjects.com/api/articles/constitution","ontology":"https://miscsubjects.com/api/articles/ontology","question_graph":"https://miscsubjects.com/api/articles/normandy-claim-voxel/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"}}