Paper Overview
- Field: ML
- Author: Yisen Xi
- Published: 2026-08-28
- arXiv: 2508.11364
- The persona is singly-homed and may drift.
- Execution is faceless and audited.
- Status summaries may return; data bodies remain in the restrictive domain except under a graded data-loss-prevention (DLP) exception; identity stays continuous.
- An approval matrix, DLP, and audit enforce the crossing.
- A development/pilot case in a regulated digital-employee platform, documenting five months of decisions, each with rejected alternatives.
- A mechanistic inspection of a released implementation, finding no execution-side re-verification under persona perturbation (five model configurations) and no persona fingerprinting on hard-assert fields.
- Probing of a restored pre-separation build, showing the governed execution path was decoupled from persona by omission rather than construction; later wiring changes could silently reverse that isolation, which PES makes an audited architectural rule instead.
What the Paper Proposes
Large language model (LLM) agents in governed organizations must let the persona (instructions, tone, self-presentation) evolve freely, while keeping execution (stateful, audited work) traceable. A single trust domain cannot satisfy both cheaply.
The paper presents Persona-Execution Separation (PES): persona and execution reside in different trust domains, connected by a governed contract bridge.
Theoretical Basis and Evidence
PES follows from three goals: free drift, execution traceability, and decoupling. Under LLM representational indistinguishability, the authors argue that any single-domain mechanism satisfying all three must re-introduce typed change objects, out-of-band channels, and stable audit anchors—effectively rebuilding PES at higher coupling cost.
Supporting evidence includes:
Applicability
The pattern applies when multi-user deployment, execution auditing, and expected persona changes hold simultaneously.
---
*Auto-collected on 2026-08-29.*