MANDATE: A Tolerance-Based Framework for Autonomous Agent Task Specification
Description
Autonomous AI agents require task specifications that define not only what to achieve, but what constitutes acceptable achievement. Many agent frameworks treat success as Boolean goal satisfaction or implicit evaluator heuristics, which complicates verification and weakens auditability when multiple execution paths are possible. This paper introduces MANDATE (Multi-Agent Nominal Decomposition for Autonomous Task Execution), a specification framework that adapts tolerance/threshold-based requirements practices from systems engineering to produce variance-tolerant task specifications.
MANDATE's central construct is an anchor for a minimum/target/constraints tuple that defines acceptable success and is shared across multiple courses of action (COAs). The framework produces either (1) mandate-as-code, a machine-readable specification containing COAs, risk metadata aligned to the NIST AI Risk Management Framework, and hash-linked decision provenance; or (2) a Gap Analysis Report that identifies precisely which required knowledge or thresholds are missing to complete the specification. MANDATE therefore functions both as a specification methodology and as an automation-readiness diagnostic, while remaining execution-agnostic: downstream systems may execute, govern, and monitor against the produced artifacts.
Files
MANDATE_Paper_v1.0_20260202.pdf
Files
(1.8 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:5492d22fc95a799ad2441fcaec4a20d0
|
1.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/calboreanu/MANDATE/tree/V1.0.0 (URL)
Software
- Repository URL
- https://github.com/calboreanu/MANDATE
- Programming language
- Python
- Development Status
- Wip