๐ค AI Summary
This work addresses the limitations of current large language model (LLM) systems, which rely on probabilistic generation and thus struggle to meet institutional demands for safety, reliability, auditability, and economic utilityโrequirements that conventional post-hoc evaluations cannot adequately ensure for production deployment. To bridge this gap, the paper introduces a business-oriented LLM evaluation protocol that innovatively adapts Acceptance Test-Driven Development (ATDD) into the LLM lifecycle, establishing a "Red-Train-Green" development paradigm. By leveraging behavioral contracts, release gates, monitoring signals, and evidentiary artifacts, the approach translates stakeholder objectives into verifiable constraints and systematically integrates techniques such as prompt optimization, retrieval design, fine-tuning, guardrails, and data augmentation. Empirical results demonstrate that this protocol substantially enhances business compliance and deployment reliability under multidimensional gating criteria, while enabling systematic comparison with traditional prompt-first workflows.
๐ Abstract
Large language model (LLM) applications are increasingly expected to satisfy deterministic institutional requirements while relying on probabilistic generative components. This mismatch makes ordinary post-hoc benchmarking insufficient for systems that must be safe, reliable, auditable, and economically useful. This paper contributes an evaluation-protocol extension for operational LLM systems grounded in acceptance-test-driven development, safety engineering, and business-centric validation. The extension translates stakeholder goals into executable behavioral contracts, release gates, monitoring signals, and evidence artifacts before prompt, model, retrieval, or agent changes are accepted. It adapts the red-green-refactor discipline of test-driven development to a red-train-green lifecycle: first define failing acceptance tests for desired behavior, then improve the LLM system through prompt changes, retrieval design, fine-tuning, guardrails, or data augmentation, and finally release only when multidimensional gates are satisfied. The contribution is a governance-oriented metric stack, reference architecture, and empirical protocol for comparing acceptance-test-driven LLM development against prompt-first and benchmark-after workflows.