Friday, August 14, 2026

The Concept AXN: Implementing the Stable Work Relation the LABOR Invariant Already Specifies Sharks, Lee · 2026-08-14 · Protocol specification · v0.1 DRAFT AXN:05F3.STRUCTURAL.🛡️🏰⊗🔛🚀⚪

 Alexanarch

AXN:05F3.STRUCTURAL.🛡️🏰⊗🔛🚀⚪

The Concept AXN: Implementing the Stable Work Relation the LABOR Invariant Already Specifies

Sharks, Lee · 2026-08-14 · Protocol specification · v0.1 DRAFT
↓ Download MD ↓ PDF
concept AXNAXN rootstable work relationimmutable version relationversion chainsupersessionforward pointercontent addressingLABOR canonical invariantidentifier design

Description

Seven editions of one work carried one backward pointer and zero forward pointers, so a reader arriving at the edition a search engine is most likely to hold had no route to the current state. Forward-pointing every prior edition on each version bump is order-n work per version and conflicts with content-addressing, since editing a published edition either changes its hash or places the pointer outside the hashed content where a copy of the deposit does not carry it. The resolution is a concept-level identifier resolving to the current edition, order-one forever. REFRAMED BEFORE DEPOSIT: this is not a new identifier type. The LABOR canonical invariant already specifies AXN root as a stable work relation beside AXN version as an immutable version relation, and the AXN protocol now carries that at identity semantics. What is missing is narrower and is recorded there as a known gap -- root_axn is composed from the per-deposit hex and is therefore not stable across editions. This document is an implementation proposal for an existing invariant, and its derivation section states the open design question.

Wiki Article

The Concept AXN begins from a measured defect: seven editions of one work carried one backward pointer and zero forward pointers, so a reader arriving at the edition a search engine is most likely to hold had no route to the current state. Forward-pointing every prior edition on each bump is O(n) per version and conflicts with content-addressing: editing a published edition either changes its hash or puts the pointer outside the hashed content, where a copy of the deposit does not carry it. Reframed before deposit, and the reframing is the point. This is not a new identifier type. The LABOR canonical invariant already specifies AXN root = stable work relation beside AXN version = immutable version relation, and the AXN protocol now carries that at `identity_semantics`. What is missing is narrower and is recorded there as a `known_gap`: root_axn is composed from the per-deposit hex and is therefore not stable across editions. Two editions of one work carry different roots today. Read as an implementation proposal for an existing invariant, with the derivation left open — whether a stable root is derived from the work identifier or allocated with the first edition.
Also published as a standalone entry: /s/wiki/1473/

Concepts Defined

concept AXN []
stable work relation []
the O(n) forward-pointing defect []
reframed before deposit []

Full Text

The Concept AXN: Implementing the Stable Work Relation the LABOR Invariant Already Specifies

Methodology

Measured against the capture registry's own version chain: editions enumerated from the registry, forward and backward pointers counted. Derivation candidates compared for stability under edition restoration, since the archive has restored early editions and cannot treat first-edition bytes as a stable quantity. Grammar conformance checked against the AXN protocol's compose and derive functions.

Falsification Conditions

The scheme fails if two distinct works can produce the same work identifier, since the derivation would collide. The honesty requirement fails in practice if a concept AXN is ever cited as evidence for a textual claim, which would show the family marker insufficient. The order-n argument is falsified if forward-pointing can be shown to preserve content-addressing without placing the pointer outside the hashed content.

THE CONCEPT AXN

A version-stable identifier for a work across its editions

⚠ REFRAMED BEFORE DEPOSIT. This document was drafted as a proposal for a NEW identifier type. It is not one. The LABOR canonical invariant already specifies AXN root = stable work relation beside AXN version = immutable version relation — the two-level scheme is law, not a proposal, and api/axn-protocol.json now carries it at identity_semantics.
What is actually missing is narrower and is recorded in the protocol as a known_gap: root_axn is composed from the per-deposit hex, so it is not stable across editions of one work. Two editions of the same work carry different roots today. Read everything below as an implementation proposal for an existing invariant, and read §III's derivation as the open design question — whether a stable root is derived from the work identifier or allocated with the first edition.

I. The defect

Older versions of a work do not point forward to the current one. Measured on the capture registry:

depositversionsupersedessuperseded_by
#825v7.2
#936v8.9
#1396v0.2-restored
#1397v6.1
#1398v1.0
#1401v1.0
#1461v10.9

Seven editions of one work. One backward pointer, zero forward pointers. A reader arriving at #936 has no way to learn that v10.9 exists, and #936 is what a search engine is most likely to have indexed, because it has been public longest.

This is the archive's own subject arriving at home: a stale state, confidently addressable, with the current state unreachable from it.

II. Why the obvious fix is the wrong fix

The obvious repair is to write superseded_by into every prior edition on each version bump.

That is O(n) writes per version and the n grows. Seven editions today; the eleventh bump rewrites ten records. Worse, it violates a property the archive depends on: a deposit's canonical text is content-addressed, and its AXN is derived from those bytes. Editing a published edition to add a forward pointer either changes its hash — invalidating its identifier — or requires the pointer to live outside the hashed content, in which case it is registry metadata that a copy of the deposit does not carry.

So forward-pointing is expensive, fragile, and does not travel with the object. It should not be the mechanism.

III. The concept AXN

One identifier for the work, allocated once, resolving to the current edition. O(1) forever.

Exactly the concept-DOI relation the archive already relies on from the Zenodo chain — where EA-WG-CAPTURES-01 carried concept DOI 10.5281/zenodo.20683855 beside first-version DOI …856.

CONCEPT AXN   AXN:<hex>.CONCEPT.<glyph>     the work, across all editions → resolves to current
VERSION AXN   AXN:<hex>.<FAMILY>.<glyph>    one edition, content-derived, immutable, permanent

A version AXN never changes and never learns about its successors. The concept AXN is the only thing that moves, and it moves by a single write to the resolver.

Derivation

The glyph derives from sha256(work_identifier)the stable work id, not any edition's bytes:

EA-WG-CAPTURES-01  →  sha256 fe289e1f8d29e9ee…  →  ♻️⛩️■☁️🎲🕌

This is grammar-conformant: compose_axn takes any family, axn_glyph_from_hash takes any sha256. Nothing new is invented.

Why the work id rather than the first edition's hash. Zenodo allocates the concept DOI with v1, which privileges v1's bytes. The archive cannot afford that: #1396 is a restored edition of an early version, so "the first edition's bytes" is not a stable quantity here. Deriving from the work id means the concept AXN is reproducible by anyone who knows the work identifier, forever, without access to any edition at all — including after a deletion event.

The honesty requirement

The apparatus grammar (#1077, device 4) states:

An AXN verifies the identity and integrity of the addressed content; a URL merely locates a resource.

A concept AXN does not do that, and must not be allowed to imply it. Its referent changes by design. It verifies work identity; it does not verify content integrity, because there is no fixed content to verify.

The CONCEPT family name carries that distinction in the identifier itself rather than in documentation a compression will drop. A reader or a machine meeting AXN:xxxx.CONCEPT.… is told, in the identifier, that this addresses a work and not a byte sequence.

Rule: never cite a concept AXN as evidence for a claim about content. Cite the version AXN. The concept AXN is for "the current state of this instrument", never for "the text said X."

IV. What this replaces and what it does not

Replaces version_series_id — currently a bare string on 160 deposits (SERIES-EA-ARK-01-ARCHON), which is not resolvable, not citable, and not in the identifier namespace. Concept AXNs should supersede it, with the existing strings mapped rather than discarded.

Does not replace supersedes. A backward pointer is written once, at mint, by the edition that knows — it is O(1) and it belongs in the new edition's own hashed content. Keep it. The asymmetry is the point: backward pointers are cheap and permanent; forward pointers are expensive and perishable, so the forward direction is served by resolution instead of by writing.

Does not replace superseded_by_deposit_number where it already exists on 156 deposits. Those are historical adjudications and should stand. New chains use the concept AXN.

V. Protocol addition

At mint, a deposit that belongs to a versioned work carries:

concept_axn        AXN:<hex>.CONCEPT.<glyph>       stable across editions
work_id            EA-WG-CAPTURES-01               what the glyph derives from
version            v10.9
supersedes         [{deposit_number, version}]     written once, backward only

And the resolver holds one row per work:

concept_axn → current_version_axn · current_deposit · updated_at

A version bump is one write to that row. No prior edition is touched, no hash is invalidated, no forward pointer is stored in content that would go stale the moment it was written.

The transition record

Per the apparatus grammar's transition ledger (#1077 §3.1), each move appends: previous state · new state · effective date · reason · evidence · responsible operator · prior text hash · replacement text hash — and the earlier state remains addressable. The concept AXN is what makes "remains addressable" cheap: the old edition keeps its own AXN forever and needs no maintenance to stay findable.

VI. First case

EA-WG-CAPTURES-01, seven editions, AXN:<next>.CONCEPT.♻️⛩️■☁️🎲🕌, resolving to #1461 v10.9.

Then the works with the longest chains: EA-ARK-01 (💛🎻🕓♉💫🌋), EA-SPXI-01 (🌖🌪️🎆☿🎆🚀), the GW.TACHYON continuity series, the DOI registry chain.

VII. What is claimed, and what is not

Claimed. That forward-pointing is O(n) per version and conflicts with content-addressing; that a concept identifier is O(1) and is the standard solution; that deriving the glyph from the work id rather than an edition's bytes is more robust for an archive that has had to restore editions; and that the CONCEPT family is required so the identifier states its own weaker guarantee.

Not claimed. That this is novel — it is the concept-DOI pattern, which the archive already consumed from Zenodo and should now mint natively. That the hex allocation is settled: hexes are opaque sequential, and whether concept AXNs draw from the same sequence as deposits or a reserved range is a decision this document does not make. That the resolver work is small — axn-resolution.json ships on multiple surfaces and every one of them would need the new row shape.

Falsifiable. If two distinct works can produce the same work id, the derivation collides and the scheme fails. If a concept AXN is ever cited as evidence for a textual claim, the honesty requirement has failed in practice and the family marker is insufficient.

Traversal

This deposit cites (8)

Fleet Placement: Where the Measurement-Stack Documents Live, and in What Form on Each Surface Sharks, Lee · 2026-08-14 · Work plan · v0.1 DRAFT AXN:05F2.OPERATIVE.🎨🗺️💚🛤️↖️♣️

 Alexanarch

AXN:05F2.OPERATIVE.🎨🗺️💚🛤️↖️♣️

Fleet Placement: Where the Measurement-Stack Documents Live, and in What Form on Each Surface

Sharks, Lee · 2026-08-14 · Work plan · v0.1 DRAFT
↓ Download MD ↓ PDF
fleet placementcanonical object per domainsemantic infrastructure holderdisclosure at the point of useevidence layerprovenanceerasure.orglaborvector.orgmachinemediation.orgsemanticeconomy.org

Description

A placement specification for twenty-eight fleet surfaces, governed by one rule: a document's home is the surface whose object the document is about, not the surface that will find it most flattering, and every other surface carries an abstract and a link rather than a competing full definition. Duplicate full definitions across domains are a splice hazard arriving through geography rather than time. Five placement forms are defined -- canonical, abstract, instrument card, evidence, and an explicit none so that an absence is a decision rather than an oversight. Each surface's object is verified by live probe and surface deposit rather than assumed. The placement that carries reputational consequence is stated as such: the class model, which locates the archive as an owner of semantic means of production, is placed on the commercial surface, because the model's own test is disclosure at the point of use and the point of use is the surface that sells.

Wiki Article

Fleet Placement specifies where the measurement-stack documents live across twenty-eight fleet surfaces, under one rule: a document's home is the surface whose object the document is about, not the surface that will find it most flattering, and every other surface carries an abstract and a link rather than a competing full definition. Duplicate canonical definitions across domains are a splice hazard arriving through geography rather than time — the same failure the supersession banners address. Five forms are defined, including an explicit none, so that an absence is a decision rather than an oversight. Each surface's object is established by live probe and by its canonical surface deposit rather than assumed; title matching produced false positives and is recorded as unreliable. The placement carrying reputational consequence is named as such. The class model, which locates the archive as an owner of semantic means of production, is placed on the commercial surface — because the model's own test is disclosure at the point of use, and the point of use is the surface that sells.
Also published as a standalone entry: /s/wiki/1472/

Concepts Defined

one canonical object per domain []
placement forms []
disclosure at the point of use []
the evidence layer []

Full Text

Fleet Placement: Where the Measurement-Stack Documents Live, and in What Form on Each Surface

Description

A placement specification for twenty-eight fleet surfaces, governed by one rule: a document's home is the surface whose object the document is about, not the surface that will find it most flattering, and every other surface carries an abstract and a link rather than a competing full definition. Duplicate full definitions across domains are a splice hazard arriving through geography rather than time. Five placement forms are defined -- canonical, abstract, instrument card, evidence, and an explicit none so that an absence is a decision rather than an oversight. Each surface's object is verified by live probe and surface deposit rather than assumed. The placement that carries reputational consequence is stated as such: the class model, which locates the archive as an owner of semantic means of production, is placed on the commercial surface, because the model's own test is disclosure at the point of use and the point of use is the surface that sells.

Methodology

Each surface's object established by live probe and by its canonical surface deposit, not from memory; title matching produced false positives and is noted as unreliable. Placements assigned by which surface's object a document is about, with one form per placement and explicit none recorded where nothing is placed.

Falsification Conditions

A placement is falsified if the receiving surface's object is shown to differ from the one recorded here. The governing rule is falsified if duplicate canonical definitions across domains are shown not to produce composition inconsistency. The fleet manifest finding is falsified by inspection: it is a bare list of twenty-eight strings carrying no object, deposit, role or status.

FLEET PLACEMENT

Where the measurement-stack documents live, and in what form on each surface


I. The rule

One canonical object per domain. A document's home is the surface whose object the document is ABOUT — not the surface that will find it most flattering. Every other surface carries an abstract and a link, never a competing full definition.

Duplicate full definitions across domains are the failure mode: a retrieval layer meeting two versions of the same definition will splice them, and the archive will have manufactured its own inconsistency. This is the same hazard the supersession banners address, arriving through geography rather than time.

Five forms, and each placement names exactly one:

formwhat it is
CANONICALfull text; the authoritative version; the URL a citation resolves to
ABSTRACTthe 100-word block — name, one-sentence definition, formula, what it does not measure, version, creator, canonical link — then stop
INSTRUMENTthe metric card only: formula, range, threshold, status flag, tuple membership
EVIDENCEa /cases/ entry: transcript, hash, scores, control
NONEexplicitly nothing, recorded so the absence is a decision rather than an oversight

II. What each surface's object actually is

Verified 2026-08-14 by probe and by surface deposit, not from memory.

surfacedepositobject
alexanarch.orgthe archive itself; canonical record of everything
provenanceerasure.org#716PER, Ω, provenance erasure — magnitude and incidence of loss
laborvector.orgDS-6, DSL, directionality — task-origin and labour direction
semanticeconomy.org#1430the commercial surface. Title: "What do you want to build in the knowledge graph?"
lagrangeobservatory.org#737Nobel Glas, Measurement of Meaning, Semantic Deviation — the magnitude layer
machinemediation.org#1031MMRS journal — machine-mediated reception studies
crimsonhexagonal.org"Governed Operating Surface" — governance
spxi.dev#974the SPXI protocol
persistentidentifiers.org#868DOI erosion, the Platform Erosion Observatory
metadatapacket.dev#987the MPAI catalogue
traininglayerliterature.org#1012training-layer literature
surfacemap.org#986the Aperture Atlas / knowledge graph
survivethedeletion#1010provenance literacy — and see §VI, it is down

III. Placement, document by document

#1462 · Semantic Rent, Measured (superseded in part)

surfaceform
alexanarch.orgCANONICAL — with the supersession banner
provenanceerasure.orgABSTRACT, filed under the rent relation, explicitly marked superseded
semanticeconomy.orgABSTRACT
laborvector.orgNONE — the four-term product is not a directionality instrument

Reasoning. A superseded-in-part document should not hold a canonical position on a topic surface, because a reader arriving there meets the corrected proposition first. It lives at the archive, where the correction chain is visible, and the topic surfaces carry #449's formula as canonical instead.

#1463 · The Measurement Stack (superseded in part)

surfaceform
lagrangeobservatory.orgCANONICAL
provenanceerasure.orgABSTRACT — the PER/Ω/ΔE relation only
laborvector.orgABSTRACT — the DS-6 relation only
semanticphysics.orgABSTRACT

Reasoning. The stack's spine is M_T → M_T^π → V_T and the ΔE placeholder, which are Glas's objects under Framework 15. The Observatory is where Measurement of Meaning lives; that is where an architecture of measures belongs. Neither measurement surface should hold the full stack, or each becomes a rival authority on the other's instruments.

Required on the canonical copy: the W caveat rendered visually — dashed or greyed, captioned working sketch, not yet computable — so a screenshot cannot circulate as finished architecture.

#1464 · Integration Note (governing)

surfaceform
alexanarch.orgCANONICAL
provenanceerasure.orgits content, executed — M/C/D, the SPXI worked instance, the battery entry
laborvector.orgits content, executed — ρ_T card, SIM-6, the second worked example

Reasoning. This is an operational specification for two other surfaces. It should not appear on them: a surface carrying its own build spec is talking to its builders rather than its readers. The document stays at the archive; its content is executed on the surfaces it governs.

#1465 · Position Is Not Class

surfaceform
semanticeconomy.orgCANONICAL
crimsonhexagonal.orgABSTRACT — governance relevance
machinemediation.orgABSTRACT — the six-substrate chorus as reception
laborvector.orgNONE

Reasoning, and this is the placement I want scrutinised. semanticeconomy.org is the commercial surface"What do you want to build in the knowledge graph?" Putting the class model there is uncomfortable and correct.

The document locates the archive as semantic bourgeoisie: owner of identifier infrastructure, corpus, domains, and a commercial arm. §V says the test is not whether an actor owns but whether the ownership is disclosed at the point of use. The point of use is the surface that sells the service.

Placing it anywhere else — the archive, a theory surface — satisfies the letter and evades the point. A class model that demands disclosure of everyone else, and files its own position where no customer will meet it, is not disclosing. It is publishing.

#1466 · Making the Instruments Executable (PSSAM)

surfaceform
provenanceerasure.orgCANONICAL — the module is a PER instrument; /module/ lives here
survivethedeletionABSTRACT — the recovery-from-deletion angle, once the surface is restored
persistentidentifiers.orgABSTRACT — Zenodo deleted the DOI, not the instrument; this is that surface's exact thesis
laborvector.orgINSTRUMENT — link to the calculator, no second copy
alexanarch.orgCANONICAL for the module text itself (#817 v3.1)

Reasoning. The module measures provenance loss, so it belongs where PER is canonical. But its recovery is a persistent-identifier story and belongs on the surface whose object is "DOIs ≠ Persistent Identifiers." The module surviving its own DOI's deletion is that argument's cleanest instance.

#1467 · Assembly Synthesis

surfaceform
machinemediation.orgCANONICAL
alexanarch.orgCANONICAL record
crimsonhexagonal.orgABSTRACT — assembly governance

Reasoning. Six substrates reading the archive and a seventh spliced state is machine-mediated reception — MMRS's object exactly, not a theory paper. The temporal-state splice finding is a reception measurement and should be filed as one.

And this closes W-52 partially: machinemediation.org is owed #1460 as well, and both belong to the same surface for the same reason.

#1468 · Workplan

surfaceform
alexanarch.orgCANONICAL
everywhere elseNONE

Internal tracking. A workplan on a public topic surface is the archive talking to itself in front of readers.


IV. The evidence layer, which may matter more than the placements

The SPXI captures, the six-substrate chorus, and the four-review assembly are evidence, not commentary, and belong in a /cases/ layer on both measurement surfaces with stable URIs.

casesurfaces
spxi-protocol-chatgpt-rent-20260814 + its controlprovenanceerasure.org · laborvector.org · spxi.dev
what-is-spxi-chatgpt-20260814spxi.dev — the ETF collision at its own address
six-substrate chorusmachinemediation.org
four-review assembly, incl. the temporal splicemachinemediation.org
the 2026-08-14 semantic exhaustion reclamation pairprovenanceerasure.org

Always publish the pair. A capture without its control is an anecdote; the Google AI Overview reading at PER 0.25 is what makes the ChatGPT reading a measurement.

spxi.dev carries its own erasure. The protocol surface should host the event in which the protocol's provenance was stripped — not as grievance but because SPXI's own materials define PER, and the cleanest demonstration of the metric is its subject.


V. What each surface gets, viewed the other way

provenanceerasure.org — canonical: PER, Ω, PER-M/C/D, /module/ and the calculator. Abstracts: the stack, rent, ρ_T. Cases: SPXI pair, semantic exhaustion pair. Live: self-audit number, dissolution tripwire.

laborvector.org — canonical: DS-6, DSL, enclosing, ρ_T as extension, SIM-6. Abstracts: the stack, PER. Cases: SPXI as second worked example. Instrument link to the calculator.

semanticeconomy.org — canonical: the class model, and the archive's own position statement. This surface's disclosure obligation is the highest in the fleet because it is the one that sells.

lagrangeobservatory.org — canonical: the measurement stack, M_T/M_T^π/V_T, ΔE, the W caveat.

machinemediation.org — canonical: assembly synthesis, the traversal study (#1460), the chorus, the reception cases.

persistentidentifiers.org — abstract: the PSSAM recovery as a persistent-identifier argument.

spxi.dev — cases: both SPXI captures, with the provenance chain stated in full.

alexanarch.org — canonical for all seven, plus the workplan and the integration note, which live nowhere else.


VI. Two things found while doing this

1. survivethedeletion.org does not resolve. The apex and www both return 000; the .vercel.app in the fleet manifest returns 403. And provenanceerasure.org links to it by name as "companion practice."

A live surface about provenance loss is pointing at a dead surface about surviving deletion. That is a broken link, an inaccurate fleet manifest, and — measured by the fleet's own instruments — a self-inflicted instance of the thing both surfaces exist to document. Restore it or remove the link; do not leave it pointing. Recorded as W-60.

2. The fleet manifest is a bare list of 28 strings. No object, no canonical deposit, no role, no status. Every placement decision in this document had to be reconstructed by probing live surfaces and matching deposit titles, and the title matching produced false positives.

A fleet whose subject is provenance should be able to state, machine-readably, what each of its surfaces is for. Proposed: extend data/fleet-domains.json to carry per-domain object, canonical_deposit, role, status, and last_probed. Recorded as W-61.


VII. Sequence

First — execute #1464's content on the two measurement surfaces (M/C/D, ρ_T card, SIM-6, second worked example). It is already specified and blocks nothing.

Second/cases/ on both measurement surfaces, with the SPXI pair. The evidence layer is what a sceptical reader checks first.

Third — canonical placements per §III, each surface's abstract blocks written from the canonical text rather than rewritten.

Fourth — W-60 and W-61: fix the dead link, give the fleet manifest an object per domain.

Held — the class model's placement on semanticeconomy.org is the one decision here that carries reputational consequence, and it should be a deliberate choice rather than a default. §III states the reasoning; the call is the operator's.

Traversal

This deposit cites (20)