Skip to main content
Adapt-1 can use the same Domain contract under several learning schedules. This page distinguishes how task-specific learner state is earned relative to a declared evaluation or operating run.
Do not call state “pre-acquired” only because it exists before a later episode, pass, or decision. State earned earlier inside the same run is still state earned during that run.
The learning schedule is independent of the Domain design. Discovery, an authored ontology, and a mixed Domain can each start empty, use separately acquired state, run frozen, or continue learning.

Fix the learning-run boundary first

A learning run is the complete interval from a declared starting learner state to the endpoint used for one evaluation claim or operating period. A run can contain:
  • one task with several observations or interventions;
  • several passes over related work;
  • many environment episodes; or
  • a continuing production stream.
A complete protocol can contain more than one run or phase. In a separate-acquisition protocol, the acquisition phase forms a checkpoint first. The new evaluation or operating run begins after that checkpoint at a boundary fixed before scoring. Fix the run boundary before inspecting results. If learner state is retained across episodes or passes and those episodes or passes contribute to one reported zero-start learning result, they belong to the same run. A new environment episode does not automatically start a new learning run. If learner state is reset for every independently redrawn task, each task can be its own task-local learning run.
A later checkpoint inside a run can use state accumulated earlier in that run. This shows retention and improvement inside the run. It does not turn the checkpoint into a warm start or a separately trained evaluation.

Choose among four setups

Classify the setup from the state at the start of the complete run and the writes allowed inside it. “Empty” means no applicable task-specific learned state. A Domain contract, public action space, target schema, authored ontology, or base Adapt-1 capability can still exist. “Separately acquired” means the records that formed the starting state belong to a declared acquisition phase outside the current evaluation or operating run. The split must be fixed before evaluation.

Choose and implement a protocol

Use separate acquisition when the current run should begin with competence earned from other records.
Use zero-start learning during the run when the reported or deployed stream itself should earn the state.
The second case can span many episodes or passes. State before episode 10 or pass 3 is retained in-run state, not separately acquired state, when the complete run began empty.
Use a separate acquisition phase when most of these conditions hold:
  • The first important decision in the new run should already benefit from task experience.
  • The current task cannot provide enough useful evidence before important decisions occur.
  • Exploration or avoidable failure during the new run is costly, unsafe, slow, or unavailable.
  • Approved examples, demonstrations, resolved cases, transitions, trajectories, or earlier operations share the same public meanings as the new work.
  • Evaluation should measure transfer from acquisition records onto held-out work.
  • A reviewed learned state must remain stable during deployment.
After acquisition, choose between:
  • frozen use, when the new work must not change learner state; and
  • continued adaptation, when the acquired state is only a starting point and current outcomes should still update it.
A separate acquisition phase can itself start from zero. “Separately acquired” describes where the state was earned relative to the current run, not whether the acquisition phase used pretraining.
Use zero-start learning during the run when most of these conditions hold:
  • The run can produce useful observations or attributable outcomes before later decisions.
  • Improvement across the run is part of the claimed or required behavior.
  • The application can safely expose the observation, decision, execution, consequence, and feedback boundary.
  • Local conditions can change during operation.
  • A hidden relationship can be discovered through evidence produced inside the task.
  • The intended result is adaptation from an empty task-specific state rather than transfer from a teaching phase.
Zero-start learning has two common state scopes:Both are zero-start learning. Retaining state across episode boundaries does not make later episodes separately pretrained.
A true warm start requires both of these conditions:
  1. The starting task-specific state was earned from a declared acquisition phase outside the current run.
  2. Learner writes remain enabled during the current run.
Keep a fixed copy of the starting checkpoint when you need to measure the value added by current-run adaptation.Do not call a later episode or pass a warm start when all state was earned earlier inside the same zero-start run.

Frozen can still be interactive

Frozen applies to retained learner state. It does not freeze the external task. During frozen use, all of these can still change:
  • the current observation;
  • available legal actions;
  • inventory, location, or external process state;
  • temporary episode context; and
  • the result requested at each step.
The applicable learner state, discovered structure, samples, model state, and learner identity must remain unchanged. OOD is another independent property. A run can be frozen and OOD, frozen and in-distribution, or online and OOD.
Contextual, transition, structural, temporal, and sequential learning can all happen during a zero-start run. They can also form during a separate acquisition phase and then be used frozen or continued online. These relationships describe what the evidence teaches. They do not determine when the state was earned.Discovery is also independent of the schedule:Discovery means supported learner-facing structure forms from admitted evidence instead of being fully authored. It does not mean task-local, zero-start, online-only, or unfrozen.
A separate acquisition phase can use resolved examples, demonstrations, observations and targets, decisions and direct outcomes, transitions, or complete trajectories.Preserve all applicable information:
  • what was observable before the result or action;
  • the exact result or action produced and used;
  • the observable target, transition, or consequence available afterward;
  • stable field names, types, units, action meanings, and outcome semantics;
  • true order and reset boundaries when history matters;
  • representative coverage of cases, conditions, and alternatives;
  • a held-out split by entity, scenario, or episode before ingestion; and
  • no future observation, target-derived value, correct-action label, or private evaluator output in the pre-result input.
Replay only approved acquisition records into fresh acquisition state. Inspect learner admission and validate the resulting state before starting the held-out or deployment run.A corpus is one way to conduct separate acquisition. It is not a learning relationship and does not make the task sequential.
Sequential learning is an evidence-relationship choice. Use it only when both conditions hold:
  1. An earlier action changes the state encountered later.
  2. A later or terminal outcome should revise that earlier action.
Sequential Discovery can operate inside a zero-start multi-episode run. It can also form from a separate trajectory acquisition phase and then be frozen or continued.A demonstration corpus, a long multistep task, or an interactive frozen episode does not by itself require sequential learning. Use direct feedback, transition learning, retained evidence, or another relationship when those better match what the records teach.See Sequential learning, advanced for transition tuples, validation gates, episode requirements, and model diagnostics.
Use separate acquisition when earlier experiments share the same variable meanings, intervention semantics, measurement protocol, and transferable relationship, and the first experiment in the new run should already benefit from them.Use zero-start task-local learning when each material, process, or target has an independently redrawn hidden mapping and local interventions reveal that mapping before the final result. Reset at the declared independent-task boundary.Use zero-start retained learning when one continuing experimental program begins empty and should improve across its own trials. Later trials use in-run state, not separately acquired state.Use a true warm start when an external acquisition set forms the starting state and new experiments should continue revising it.Whether an experiment teaches direct utility, a transition, delayed credit, predictive structure, or a typed mechanism is a separate relationship choice. See Choose how a Domain learns.
Cold use
  1. start the declared run with empty applicable task-specific state
  2. supply current inputs
  3. request and use results
  4. do not admit the run as learning evidence
Zero-start learning during the run
  1. start the declared run with empty applicable task-specific state
  2. query or act from current observations
  3. observe real consequences
  4. admit eligible evidence
  5. let later work in the same run use the updated state
  6. reset or retain at the declared state-scope boundary
Separate acquisition, then frozen use
Separate acquisition, then continued adaptation

Evaluation names must match the protocol

A successful write proves only that the API accepted or stored a record. It does not prove that the intended learner used it. Preserve the declared starting state, run boundary, admission diagnostics, subsystem sample counts, learner versions, decisions, executed actions, measured consequences, and state fingerprints where applicable.

Choose how a Domain learns

Choose what each observation or outcome should change.

Use Discovery

Let Adapt-1 form learner-facing structure from admitted evidence.

Author a Domain ontology

Define explicit reviewed learner-facing structure.

Verify adaptation

Confirm the declared starting state, allowed writes, and later behavior.

Monitor adaptation

Preserve state versions, decisions, outcomes, and lifecycle evidence.