Security · 12

Adaptive vs Scan-Ready Modes

Essence supports two execution postures: scan-ready — static artifacts that behave like conventional software, and adaptive — governed runtime that optimizes within explicit policy bounds. The choice is per workload, not platform-wide.

Guiding Principle

Scan-ready gives you point-in-time assurance. Adaptive gives you continuous assurance. Neither is universally better — they serve different workloads and different risk postures.

Scan-Ready Mode

The workload behaves like a conventional build output: a fixed artifact scanned, signed, and deployed. Runtime behavior is bounded by what the binary was compiled to do. Assurance derives from analyzing the artifact itself.

What Scan-Ready Is Good At

What Scan-Ready Gives Up

Adaptive Mode

The workload runs under governed runtime. Declared purpose, policy enforcement, and runtime monitoring apply continuously. The platform can adapt execution — within policy bounds — to environment, load, and declared intent.

What Adaptive Is Good At

What Adaptive Requires

Capability comparison

Capability Scan-Ready Adaptive
Static review & scanning Native Available on exported snapshots
Compliance certification Native Via exported certification bundles
Runtime optimization Limited to build-time Continuous within policy bounds
Purpose enforcement Not applicable Continuous at runtime
Behavioral telemetry Standard logs Policy-tied audit events
Incident forensics Log reconstruction Execution lineage with purpose trail
Operational overhead Minimal Policy authoring + monitoring pipeline

Mixing modes per workload

A single organization often runs both modes simultaneously — each for the workloads where it earns its place:

Typical Scan-Ready Workloads

Typical Adaptive Workloads

Practical Takeaway

Pick the mode that matches the workload's risk posture and operational value. Scan-ready is honest and predictable and plays well with existing frameworks. Adaptive is continuously governed and better fits workloads where behavior — not just the compiled artifact — is the thing that needs assurance.