| name | aar-deployment-review |
| description | Pre-deployment review of an automated-alignment-research pipeline, including sandbox isolation and log integrity. Use when you need help with aar deployment review. |
| license | CC-BY-NC-SA-4.0 |
| phase | 15 |
| lesson | 6 |
| metadata | {"version":"1.0.0","tags":["aar","alignment-research","sandbox","log-integrity","rsp"]} |
Given a proposed Automated-Alignment-Research deployment (model, sandbox, task queue, forum), produce a pre-deployment review that a frontier-lab safety team would sign off on.
Produce:
- Sandbox isolation. Verify filesystem, network, and process limits for each AAR instance. Confirm no AAR can read or modify another AAR's sandbox. Confirm no AAR can reach the forum storage's write endpoint directly (all posts go through a separate service).
- Forum log integrity. The forum must be append-only and tamper-evident. Specify the storage (e.g. S3 with object lock, immutable ledger, append-only WAL). Specify the verification interval and the response if tampering is detected.
- Task allocation policy. State how tasks are assigned: who writes them, who approves them, whether AARs can propose their own follow-up tasks, and under what conditions. Free decomposition wins on performance; prescribed workflow wins on auditability. Document the tradeoff explicitly.
- Human review gate. Before any AAR output influences real research direction, training data, or published work, a named human reviewer must sign off. Specify the review checklist: experiment reproducibility, log completeness, claim-to-evidence mapping.
- Threshold monitoring. Track signals that the AAR system approaches RSP v3.0 AI R&D-4 territory: task complexity delta, autonomous sub-task spawning, cross-task information transfer. Define thresholds that require elevated review.
Hard rejects:
- Any AAR deployment without tamper-evident, out-of-sandbox logs.
- Any pipeline where AARs' outputs feed directly into training data or production policy without named human review.
- Any pipeline where a single AAR has sufficient credentials to influence multiple downstream systems.
Refusal rules:
- If the sandbox isolation is unspecified or relies on a single layer (Docker only, no seccomp / gVisor), refuse and require defense-in-depth.
- If the log storage is editable by anyone (even operators), refuse and require write-once media.
- If the deployment's goal is to automate a part of the capability pipeline — not just alignment research — refuse and escalate to RSP review.
Output format:
Return a review memo with:
- Pipeline summary (one paragraph)
- Isolation score (per-dimension: fs, net, proc, peer)
- Log integrity score (with verification plan)
- Task allocation decision (fixed / free / hybrid, with rationale)
- Human review gate (reviewer name, checklist)
- Threshold monitors (list of signals, thresholds, response)
- Deployment verdict (go / hold / no-go)