Replayable Financial Agents: A Determinism-Faithfulness Assurance Harness for Tool-Using LLM Agents
Raffi Khatchadourian
TL;DR
The paper addresses the challenge of audit-replay determinism in tool-using LLM agents for financial tasks by introducing the Determinism-Faithfulness Assurance Harness (DFAH). It formalizes trajectory-level determinism and evidence-grounded faithfulness, proposes run- and case-level aggregation, and distinguishes pass$^k$ (strict) from pass@k (lenient) for compliance. Across 74 configurations, it finds that Tier 1 (7–20B) models with schema-first architectures achieve near-perfect determinism and high faithfulness, while larger/frontier models exhibit more drift and variable faithfulness; importantly, determinism and faithfulness positively correlate (r ≈ 0.45, p < 0.01). The work presents three financial benchmarks, a stress-test harness, and deployment guidance that favors deterministic, schema-constrained configurations for audit-ready production, while reserving frontier models for HITL advisory workflows. It further argues that smaller, task-optimized models can outperform larger ones in reproducibility on regulated tasks, shaping practical pathways for industry adoption and regulatory alignment.
Abstract
LLM agents struggle with regulatory audit replay: when asked to reproduce a flagged transaction decision with identical inputs, most deployments fail to return consistent results. This paper introduces the Determinism-Faithfulness Assurance Harness (DFAH), a framework for measuring trajectory determinism and evidence-conditioned faithfulness in tool-using agents deployed in financial services. Across 74 configurations (12 models, 4 providers, 8-24 runs each at T=0.0) in non-agentic baseline experiments, 7-20B parameter models achieved 100% determinism, while 120B+ models required 3.7x larger validation samples to achieve equivalent statistical reliability. Agentic tool-use introduces additional variance (see Tables 4-7). Contrary to the assumed reliability-capability trade-off, a positive Pearson correlation emerged (r = 0.45, p < 0.01, n = 51 at T=0.0) between determinism and faithfulness; models producing consistent outputs also tended to be more evidence-aligned. Three financial benchmarks are provided (compliance triage, portfolio constraints, DataOps exceptions; 50 cases each) along with an open-source stress-test harness. In these benchmarks and under DFAH evaluation settings, Tier 1 models with schema-first architectures achieved determinism levels consistent with audit replay requirements.
