The grammar

How the volume is built.

Every endpoint in this API is a view onto one structure: a system described as a sentence, and a coordinate space of ways that sentence can change. This page is the vocabulary; the reference is the calling convention.

Axis one

Five change levels

How far the transformation is allowed to reach. C0 is not a change — it is the baseline you must establish before proposing any of the others.

The five change levels
CodeLevelDefinitionTypical operators
C0BaselineDescribe, preserve, measure, or standardize the current system.Observe, map, maintain, measure.
C1Minor ChangeTune parameters without changing the system’s identity.Increase, decrease, simplify, speed up.
C2Major ChangeIntroduce a functionally distinct mechanism while retaining the overall system.Replace, automate, invert, split, merge.
C3Structural ChangeChange relationships, flows, roles, dependencies, or control architecture.Rewire, redistribute, decentralize, modularize.
C4Paradigm ChangeChange assumptions, purpose, category, object, or the definition of value.Redefine, eliminate, dematerialize, universalize.

Axis two

Ten internal variables

The clauses of the system sentence. Together they say who does what to which object, under what conditions, with what, producing what, and how it breaks.

The ten internal variables
CodeVariableQuestion it answersGrammar role
I01ObjectWhat is being acted upon?The subject: what is being acted upon.
I02ConditionsUnder what circumstances does the system operate?Contextual clause: when, where, and under what circumstances.
I03ActionsWhat does the system do?Verb: what the system does.
I04ToolsWhat mechanisms carry out the actions?Instrument: what directly carries out the action.
I05ResourcesWhat information, assets, energy, people, or capital are required?Inputs: what enables or supplies the action.
I06OutcomesWhat does the system produce?Result clause: what observable state is produced.
I07FeedbackHow does the outcome change the system?Recursive clause: how results alter the next cycle.
I08ConstraintsWhat limits performance or adoption?Boundary clause: what limits valid operation.
I09ValueFor whom is value created, and what kind?Meaning clause: who benefits and why it matters.
I10Failure modeHow does the system fail at this level?Break clause: how the sentence becomes invalid.

Axis three

Fourteen meta-variables

How any one clause can vary. The illustrative states are vocabularies for describing a direction of travel — they are not calibrated scales.

The fourteen meta-variables
CodeMeta-variableQuestion it answers
M01MagnitudeHow much change?
M02RateHow quickly?
M03DirectionMoving toward what?
M04ScopeHow broadly?
M05DepthHow fundamentally?
M06DurationFor how long?
M07FrequencyHow often?
M08AccelerationIs the rate increasing or decreasing?
M09VariabilityHow consistent or unpredictable?
M10DetectabilityHow visible or measurable?
M11ReversibilityCan it be undone?
M12PropagationHow does it spread?
M13AmplificationWhat makes it stronger?
M14AccumulationHow does it build over time?

Reading a coordinate

LAKA-C3-I07-M08

C3 Structural Change × I07 Feedback × M08 Acceleration — “how might the rate of change of the system's feedback loops be restructured?”

The 50-cell grid pairs each change level with each internal variable and names the intent of that pairing. The meta-variable then selects which property of the clause is in play. Fetch any single coordinate from GET /v1/coordinates/{code}.

Grid intents for the C0 and C4 rows
Change levelInternal variableIntent
C0 BaselineI01 ObjectSame object and category
C0 BaselineI02 ConditionsAccept current environment
C0 BaselineI03 ActionsRepeat current action
C0 BaselineI04 ToolsUse current tool
C0 BaselineI05 ResourcesUse existing inputs
C0 BaselineI06 OutcomesPreserve current result and metric
C0 BaselineI07 FeedbackManual, delayed, or periodic
C0 BaselineI08 ConstraintsTreat boundary as fixed
C0 BaselineI09 ValueSame beneficiary and value type
C0 BaselineI10 Failure modeObserve known failure
C4 Paradigm ChangeI01 ObjectEliminate the old object or create a new object category
C4 Paradigm ChangeI02 ConditionsRemove dependence on the condition or redefine the context
C4 Paradigm ChangeI03 ActionsEliminate the action or achieve the outcome through different logic
C4 Paradigm ChangeI04 ToolsMake the tool ambient, invisible, autonomous, or unnecessary
C4 Paradigm ChangeI05 ResourcesMake the system generate its own resource or convert scarcity into abundance
C4 Paradigm ChangeI06 OutcomesRedefine the purpose, desired result, or meaning of success
C4 Paradigm ChangeI07 FeedbackAnticipatory or self-governing feedback that can redefine targets
C4 Paradigm ChangeI08 ConstraintsReframe the system so the old constraint is no longer relevant
C4 Paradigm ChangeI09 ValueEstablish a new unit, source, exchange, or philosophy of value
C4 Paradigm ChangeI10 Failure modeTransform failure into information, resources, adaptation, or another valid state

Showing the C0 and C4 rows. All 50 cells: GET /v1/grid

Operators

17 moves through the volume

Operators are how you get from one coordinate to another. Each one carries a guardrail — the condition under which applying it would be invalid.

Navigation

SHIFT, ROTATE, RECURSE

Move something to another change level.

Transformation

INVERT, TRANSFER, SUBSTITUTE, SPLIT, MERGE

Reverse an assumption, direction, object, action, or outcome.

Relationship

COUPLE, DECOUPLE

Make variables affect each other.

Control

STABILIZE, DESTABILIZE

Preserve or return to a desired state.

Composition

SEQUENCE, PARALLELIZE, COMPOSE

Arrange alternatives into an implementation path.

Comparison

OVERLAY

Compare systems, competitors, users, scenarios, or periods.

Selection

PRUNE

Remove alternatives that violate observable Outcomes.

Full definitions, inputs, outputs and guardrails: GET /v1/operators

Modes

Six ways to read the same volume

The coordinate space does not change; the question you bring to it does.

The six operating modes
ModeHow it reads the volume
GENERATEProduce candidate transformations from unfilled coordinates.
SOLVEMove a specific failing clause to an acceptable state.
DECODEExplain an existing system by locating it in the volume.
PREDICTProject how meta-variables carry a clause forward.
PLANSequence transformations into a feasible order.
POSITIONCompare your system sentence against alternatives.

Each mode ships a full playbook: GET /v1/modes/{id}