Paper Overview
Field: AI/ML Authors: Evan Chen, Shiqiang Wang, Christopher G. Brinton Published: 2026-09-06 arXiv: 2509.00004
Key Idea
Distributed LLM-agent teams can read the latest shared facts and still act on an obsolete plan. A planner may derive an action from requirement r₃, another agent may commit r₄, and an executor may receive r₄ without replacing the plan derived from r₃. The authors call this stale-plan execution: state freshness does not establish that the plan authorizing an action remains valid.
PlanFence Protocol
- Plans cite the exact public records they used.
- Executors validate only the records that can affect the pending external action (dependency-scoped validation).
- When validation is incomplete, the executor replans once or blocks.
- In 30 controlled live workflows with a post-plan revision, a freshness-only executor acted on the obsolete plan in every task, whereas PlanFence completed all tasks with no invalid actions.
- Controlled replays reveal two conditional boundaries:
- Proactive synchronization yields lower coordination stalls at low churn rates.
- PlanFence avoids repeated update-path coordination as churn grows, and avoids validating irrelevant state as the shared key space grows.
Experimental Findings
Scope Caveat
These are controlled safety and system-cost results, not general task-accuracy improvements.
---
*Auto-collected on 2026-09-06*