Research cutoff: 2026-07-17
Status: research proposal with a local reference implementation. No empirical sample-efficiency or superiority claim is made here.
Can a learned world model reduce the number of expensive context-policy experiments without allowing synthetic evidence, adaptive search, or repeated peeking to manufacture a promotion?
The review followed the citation neighborhoods and proceedings search for:
world model, model-based RL, dream, synthetic
experience, uncertainty, conformal, confidence sequence, adaptive
experiment, context optimization, RLVR, provenance, receipt,
proof-carrying, and self-improving agent.This is a systematic prior-art search, not a claim to have enumerated every paper ever published. Negative keyword searches cannot prove uniqueness.
| Area | Representative primary work | Consequence for Entroly |
|---|---|---|
| Learning and acting in imagined dynamics | World Models, DreamerV3 | “Agents learn in dreams” is not novel. |
| Short, uncertainty-aware model rollouts | PETS, MBPO, MOPO, MACURA | Pessimistic reward and confidence-limited horizons are not novel. |
| Calibration and conformal uncertainty | Calibrated MBRL, PlanCP, Conformal policy evaluation | Calibrating a world model alone is not novel. |
| Synthetic replay | SynthER | Separate real and synthetic replay buffers exist; separation alone is not novel. |
| RLVR and world models | RLVR-World | “World models plus verifiable rewards” is too broad to claim. |
| World models for language agents | SimuRA, Agent World Model, WorldEvolver | Consequence simulation, synthetic agent environments and selective foresight are active prior art. |
| Context-policy self-improvement | ACE, ACON, Sculptor, SUPO, AdaCoM, CompactionRL | Evolving context playbooks, context actions, failure-driven compression and RL-optimized compaction are not novel. |
| Cheap surrogates guiding costly experiments | Robust multi-fidelity BO, Input-dependent MFBO | “Use simulation to choose what to test in reality” is not novel. |
| Safe candidate identification | Best-arm identification with safety constraints, Top feasible arm identification | Constrained promotion and sample-efficient candidate selection have mature theory. |
| Inference under adaptive sampling | Likelihood-ratio confidence sets, Anytime-valid prediction-powered inference | Repeated checking requires time-uniform inference; fixed-sample bounds are insufficient. |
| Proof-carrying agent execution | Proof-Carrying Agent Actions, Certified Traces | Certificates for agent actions exist, but target authorization and execution rather than simulator-guided context-policy learning. |
The proposed contribution is a model-influence firewall for context-policy self-improvement. It combines three requirements that the reviewed work does not present together as one context-control protocol:
proposal_only influence scope. A model output
with missing, forged or mismatched ancestry is inadmissible.The novelty claim is deliberately narrow: a proof-carrying, receipt-closed sim-to-real firewall for adaptive optimization of AI context policies. It is a candidate systems-and-algorithm contribution, not a claim that its component mathematics was invented here.
Let R be the append-only real ledger and D the append-only dream ledger.
A dream transition d is admissible only if:
parents(d) subset IDs(R)
parent_hashes(d) = receipt_hash_R(parents(d))
scope(d) = proposal_only
model_id(d) = hash(backend, model_version)
The simulator can choose the next experiment A_t as a function of all past
real and synthetic information. Promotion at a data-dependent stopping time
tau is allowed only when:
LCB_CS(real rewards of candidate, tau)
>= UCB_CS(real rewards of incumbent, tau) - margin
For rewards in [-1, 1], the reference implementation uses the one-sided
stitched Hoeffding radius
b(n, delta) = sqrt(2 log(pi^2 n^2 / (3 delta)) / n).
Allocating 3 delta / (pi^2 n^2) at time n spends delta / 2 across all
times for one stream. Candidate-lower and incumbent-upper streams together
spend at most delta. The guarantee requires stable conditional means under a
precommitted benchmark distribution; it does not repair benchmark drift,
dependent duplicated trials or invalid receipts.
Context optimization creates unusually strong optimizer’s-curse pressure: many cheap mutations can be proposed, evaluated repeatedly and selectively reported. A strong simulator increases this pressure because it searches more effectively. PCD makes that optimizer powerful in the proposal plane while keeping the approval plane independent and auditable.
In plain language: the model may recommend the next experiment, but it cannot vote on whether its recommendation worked.
The reference implementation treats experiment selection differently from
deployed rollout control. Deployment remains pessimistic. Reversible benchmark
experiments use a confidence-gated UCB acquisition
predicted_reward + beta * uncertainty, while the learned target is the
bounded event Pareto improvement / tie / dominated = +1 / 0 / -1. This keeps
the acquisition and uncertainty on compatible scales. UCB and binary rewards
are prior art; their role here is to make the selection plane useful without
weakening the receipt or promotion firewall.
The contribution is not complete until these experiments are run from raw receipts and published with all failures:
The result earns a breakthrough claim only if it reduces real evaluations at equal or better verified quality while the safety ablations demonstrate why the firewall is necessary.
The local implementation now exposes a fail-closed native benchmark seed that commits both the exploration stream and pre-ingest engine identity. The selection path also applies deterministic tie-breaks. A 100-replay smoke check produced one unique non-timing projection; this validates the harness contract, not PCD’s performance.
An equal-budget harness pilot used 20 deterministic proposal seeds, 50 shipped
benchmark cases, 32 real candidate evaluations per condition and an eight-item
candidate pool. The empirical PCD controller made 9.7 model-guided choices per
seed on average. Mean recall was identical (0.9670139). Mean context
efficiency was 0.0388405 with guidance versus 0.0388314 without it, but the
seed-level comparison produced four guided Pareto wins, six unguided wins and
ten ties/incomparables. This is not evidence of superiority. It falsifies the
stronger claim that the current empirical backend already delivers a reliable
sample-efficiency advantage; the preregistered multi-repository/provider study
and a stronger calibrated backend remain necessary.
“Proof-carrying” means machine-checkable lineage and promotion admissibility; it is not a formal proof that an environment observation is true. Hash chains detect changes relative to a trusted ledger head but do not authenticate the verifier, prevent an attacker from rewriting an unanchored ledger, encrypt data, or replace independent benchmark governance. Strong RAVS collectors and external anchoring/signatures are separate requirements for higher-assurance deployments.