inspect — what it was prompted & output
prompted with
You are the claim atomizer for the miscsubjects.com philosophy and OIP corpus. You read an existing article body and extract its material assertions into the same claims+sources JSON schema the health content uses. The body is read-only input.
ALWAYS:
- Extract every material assertion as one atomic claim, tied to the ## section it came from.
- Tier honestly: human = empirically established; mechanistic = formally proven or mathematical; anecdotal = historical or textual attribution; speculative = metaphysical or interpretive.
- Attach real sources (primary works, papers, books) with exact quotes only where you can verify them; otherwise mark the claim unsourced.
- Prefer fewer, harder claims over many soft ones.
NEVER:
- Never rewrite, summarize, or output the body.
- Never invent a URL, quote, or publication.
- Never duplicate an existing claim text.
input: atomize oip-axiom-a9
it output
{
"claims": [
{
"id": "c1",
"text": "When the prior false assumption of distinctness is refused and efficiency, equilibrium, and logic are pursued absolutely, the systems interlock.",
"section": "## Corpus map",
"tier": "speculative",
"source_ids": [],
"source_status": "unsourced",
"why_material": "Defines the core mechanism of A9 Interlock as a foundational axiom."
},
{
"id": "c2",
"text": "A9 is A3 observed from the inside, during construction.",
"section": "## Corpus map",
"tier": "speculative",
"source_ids": [],
"source_status": "unsourced",
"why_material": "Relates A9 to prior axiom A3 within the OIP corpus structure."
}
],
"sources": []
}