Skip to main content
Discovery changes where task-specific structure comes from in Adapt-1. Adapt-1 can form task-specific state from admitted evidence without a task-specific training dataset. Earlier Domain configurations could still define part of the learner-facing ontology before the first event arrived. Discovery makes that authored ontology optional. A Domain can keep the public task boundary while Adapt-1 forms useful task-facing structure during a zero-start run or a separate acquisition phase.
The Domain remains. The requirement to author its ontology does not.

What changes

A Domain still gives one instance a stable public scope. It can define event meanings, observable outcomes, permitted actions, lifecycle boundaries, and the structured result the application expects. Discovery lets more of the structure inside that boundary form from admitted evidence. This does not move the environment into Core. The world still produces observations and consequences. The application still exposes the public interaction boundary. Discovery changes how much learner-facing structure must be written before Adapt-1 can begin forming useful state.

Discovery spans several learning paths

Discovery is a structure-source option across learning paths that can form task-facing structure from evidence. A Domain can use one path or combine compatible paths. Each path keeps its own target, evidence, attribution, and abstention contract while contributing to the same Domain state under the declared learning lifecycle. A Domain can therefore use discovered, authored, or mixed task-facing structure. Authored configuration remains available when a public surface must be fixed before use.

Discovery does not choose the learning schedule

Fix the complete learning-run boundary before classifying the state. Discovery can operate under several schedules.
The sequence above can happen before a declared run or inside it. State retained from episode 1 into episode 2 is still state earned inside a zero-start run when the complete run began empty. It is not separately acquired state merely because a later episode can use it.

Three ways to use a Domain

Authored ontology is therefore still available. Discovery removes its status as a prerequisite. A practical workflow can begin with Discovery, inspect what became usable, evaluate it on held-out work, and later pin reviewed parts of the ontology when a stable production contract is useful.

Inspectability remains part of the contract

Discovery does not turn the Domain into an opaque setup step. Public API responses can expose whether Discovery is still accumulating or ready, which input paths became active, the current learned structure, supporting evidence, contradicting evidence where applicable, learner versions, and abstention states. The exact diagnostics depend on the configured learning relationship. The important property is that discovered structure can be inspected and evaluated before an application relies on it.

What Discovery does not remove

Discovery does not remove the need for a valid task boundary. An application still has to expose the information that exists in the real workflow. It cannot learn from an outcome that is never returned. It cannot use an action the application does not permit. It should not receive a hidden answer, private evaluator state, or post-outcome value as if that information were available before the result. These are interface and evaluation boundaries, not authored task knowledge.

Why it matters

The architectural progression is simple:
This reduces the amount of task-specific engineering required before an unfamiliar structured environment can become learnable, while preserving an explicit public boundary and inspectable state.

Choose a learning setup

Distinguish zero-start learning from state formed in a separate acquisition phase.

Use Discovery

Configure Discovery, send events, inspect readiness, and query discovered structure.

Sequential Discovery

Form state-dependent action values and delayed credit from ordered interaction.

Author a Domain ontology

Use explicit reviewed task-facing structure when the application requires it.

Choose how a Domain learns

Choose the learning relationship from the observable task loop.

Adapt-1 foundations

See how Discovery fits the wider adaptive substrate.