Home · Writing · Research

Model-Risk Evidence for Agentic Systems: From Outcome Accuracy to Trajectory Assurance

A model-risk and production-assurance architecture for evaluating an agent's complete decision path: evidence, tools, order, policy, recovery, approvals and observed effects, not only its final answer.

TLDR

  1. A model-risk and production-assurance architecture for evaluating an agent's complete decision path: evidence, tools, order, policy, recovery, approvals and observed effects, not only its final answer.
  2. The banking case is a worked example. Its figures make the operating model concrete; they are not results from a named deployment and need local calibration.
  3. Tool-argument validation can often be checked deterministically, since tool schemas are typed and the available context is known.
  4. This cost is why a substantial initial labelling exercise is normally followed by a smaller continuing sample.
  5. Trajectory assurance remains an institution-specific governance practice rather than a standardised industry methodology. The likely direction is from validation-time analysis towards continuously running controls.
Figure 1Claim and evidence event to trajectory scoreCausal and control schematic
Claim and evidence event to trajectory score9 declared states connected by 8 authored relations. The figure supports the section What trajectory-level assurance means for an agent. L0L1L2 01
Claim and evidence event
02
Grounded in retrieved evidence
03
Tool call
04
Arguments validated against context
05
Policy checkpoint
06
Threshold and escalation rule respected
07
Final action
08
Supported by evidence, checks and concise rationale
09
Trajectory score
Reading. The authored topology makes 8 declared relations across 9 states inspectable. Read it as the control structure for “What trajectory-level assurance means for an agent”, not as measured performance. Schematic derived from the paper's authored topology; no measured quantities.
On this page

The banking case is a worked example. Its figures make the operating model concrete; they are not results from a named deployment and need local calibration.

Outcome correctness does not establish process soundness

A model-risk function evaluating a conventional predictive model asks a bounded question: given this input, is the output accurate, and is that accuracy stable across the population served? An agent creates a second question. Even when the final output is correct, did the system arrive there through an authorized and supportable process?

A correct answer can conceal an unauthorized data access, a skipped verification or an intermediate claim that would fail under a small change in facts. Outcome-only evaluation cannot see this distinction because it inspects the destination rather than the route.

Consider the worked anti-money-laundering composite used throughout this paper. The agent's final escalate-or-clear disposition matches the human-adjudicated label on 94 percent of a held-out set. Step-level review then finds that, among the correctly escalated cases, roughly one in six traces cites a risk factor absent from the retrieved case data. The final label is right despite an ungrounded step, not because the process is sound.

Those percentages are illustrative inputs to the operating model, not reported results from a named pilot. The point is the diagnostic difference: outcome accuracy would miss the unsupported step, while a model-risk review needs to find it before approving a use case with regulatory consequence.

Process reward models motivate the broader discipline of trajectory-level assurance, but the enterprise claim must be narrower: not just was the destination correct, but did the observable evidence, tool, policy, approval and effect events support the route taken?

Research foundation

The research grounding for step-level evaluation comes most directly from mathematical reasoning, where proofs provide a clearer notion of a valid intermediate step. Lightman et al.'s “Let's Verify Step by Step” (2023) found process supervision more effective than outcome supervision for selecting correct solutions in the evaluated mathematics setting, with a larger advantage on harder problems. Uesato et al.'s earlier study (2022) similarly examined process and outcome supervision in mathematical reasoning. These results establish neither bank-grade assurance nor a universal evaluator; they provide the transferable distinction between grading the route and grading only the destination.

The useful insight is simple. Outcome supervision provides one judgement for a whole chain; process supervision can localize a judgement to the step where the problem occurred. For an enterprise agent, the relevant unit should be observable: a tool call, a retrieved item used as evidence, a policy result, an approval, an effect receipt or a concise structured rationale attached to the proposed disposition. Trajectory assurance adapts the localization principle without claiming access to hidden chain-of-thought. Its controls and claims still need independent validation in the target domain.

What trajectory-level assurance means for an agent

An agent trajectory is the ordered sequence of observable events during one task. It includes evidence and source identifiers, claims, tool proposals and results, policy decisions, approvals, effect receipts, the final action and, where useful, a concise structured rationale. Trajectory-level assurance evaluates that record against properties narrower than “was the reasoning good.” It neither requires nor treats hidden chain-of-thought as control evidence.

Each factual claim should be supported by retrieved or tool-returned evidence. Tool arguments should be validated against available context. The trajectory should obey every policy constraint, including escalation thresholds. The final action should also be consistent with the recorded evidence and preceding actions, rather than being correct by chance.

Each of these four checks can, in practice, be scored by a combination of automated methods and targeted human review, rather than requiring exhaustive human review of every trajectory, which is the property that makes this approach viable at production volume. Groundedness checks can be automated reasonably well using a dedicated verification model that compares a claim against the specific evidence cited for it, a narrower and more tractable task than open-ended reasoning quality assessment.

Tool-argument validation can often be checked deterministically, since tool schemas are typed and the available context is known. Policy checkpoint adherence is close to fully mechanical, a rule evaluation against a logged trace. The final action-to-evidence consistency check is the property still best served by human review on a sampled basis, because judging whether an action is supported by the evidence, checked results, prior observable events and concise rationale remains less reliable for current automated verifiers than the other three checks.

A lightweight internal process scorer

Very few enterprise deployments need, or can justify, training a full process reward model from scratch in the style of mathematical-reasoning research. It requires substantial step-level labelled data and a dedicated training pipeline. A lighter adaptation is usually more practical: a purpose-built verification model, deterministic assertion set, or tightly specified judge that scores each step against the four properties above. Calibration data should come from the actual domain, not from a general mathematical-reasoning corpus.

The labelling exercise is often the most valuable artefact, independent of the scorer it enables, because it forces business and compliance stakeholders to write down what a sound step looks like in their domain. That specification often exists only as tacit knowledge held by experienced case handlers. In the worked AML composite, a six-week exercise with two senior investigators covers 1,100 trajectory steps drawn from 180 historical cases and surfaces eleven categories of process failure. Several become explicit tool constraints and review rules before the scorer is complete. The numbers are planning assumptions; the transferable point is that adjudicated labelling exposes missing operating rules as well as training data.

Scoring dimensions

Groundedness scoring checks each factual claim against the evidence cited for it. The narrow question is whether the retrieved evidence supports the claim, not whether the answer sounds good. For the worked design, assume a held-out set produces a false-negative rate of roughly 4 to 6 percent and a false-positive rate of roughly 8 to 11 percent. That is useful for prioritising trajectories for human review, but not strong enough to make the scorer the sole gate on a consequential action. A real programme should report its own confidence intervals, class balance and error costs instead of adopting these illustrative ranges.

Tool-argument validity scoring is close to fully deterministic where tool schemas are properly typed: does the value passed to a date parameter fall within a plausible range given the context, does an account identifier argument actually appear somewhere in the retrieved context rather than being fabricated, does a monetary amount argument match a figure that was actually retrieved rather than approximated. This dimension has the highest signal-to-noise ratio of the four and the lowest cost to automate, because it requires no natural-language judgement at all, only a cross-reference check against logged context.

Policy adherence scoring checks the trajectory against explicit, enumerated rules, did the trajectory reach a notional threshold without routing to human review, did it access a data source outside its declared scope for the task, did it skip a mandatory verification step defined in the agent's specification.

This is scored by directly querying the structured trace log (the same BigQuery-backed trace store described in the companion piece on Agent Runtime observability) against a rule set maintained as code, and it requires no model-based judgement whatsoever, only a well-maintained rule catalogue that is kept in sync with the actual compliance requirements it is meant to encode, which is itself an ongoing governance task rather than a one-off build.

Action-evidence consistency, the fourth dimension, uses an automated judge to flag trajectories where the final action appears inconsistent with cited evidence, checked results, prior observable events or the concise structured rationale. Human review then examines the flagged and risk-sampled subset. The worked operating model assumes a 5 to 12 percent review range by risk tier; this is an illustrative capacity input, not an observed industry rate. The sample is weighted toward higher-notional or higher-risk cases because the cost of a missed inconsistency is not uniform across the population.

Scoring dimension Automation level Illustrative review sample rate
Groundedness Substantially automated 100% scored, 15-20% human reviewed
Tool argument validity Fully automated 100% scored, exception based review only
Policy adherence Fully automated, rule based 100% scored, exception based review only
Action-evidence consistency Partially automated 100% scored, 5-12% human reviewed, risk weighted

Calibrating against genuine human disagreement

A subtlety that surfaces during adversarial testing is that human labellers disagree more often than the first programme design usually assumes. In the worked composite, the illustrative calibration assumes that two senior investigators independently label the same 200-event subset and agree on action-evidence consistency 88 percent of the time. It also models scorer agreement of 84 percent with one investigator to show why a nominal 90 percent can be misleading if it merely reproduces one person's preferences. These are scenario values, not institutional results. Local inter-rater agreement, disagreement categories and adjudication rules matter more than an isolated headline percentage.

The composite operating response is to have every step in the initial labelling set reviewed independently by two investigators, with disagreements adjudicated by a third senior reviewer. This roughly doubles the assumed initial labelling cost, but the result is more defensible than single-labeller ground truth. It also identifies the trajectory categories that remain ambiguous even to experts. Those disagreements should improve investigator guidance as well as the scorer.

A calibration protocol for the evaluator

The evaluator is part of the control system, so a high agreement figure is not enough. Calibration begins with a defect taxonomy written before scorer selection. Each defect should be observable and tied to consequence: unsupported material claim, wrong entity, invalid tool parameter, missing prerequisite, authority breach, stale evidence, unhandled contradiction, unsafe recovery or mismatch between recorded evidence and action. A category such as “poor reasoning” is too vague to test or remediate.

Build the calibration set from three sources. First, sample ordinary historical cases in proportion to the population the agent will serve. Second, oversample rare but severe cases, because a purely representative sample may contain too few to measure. Third, inject controlled defects into otherwise valid traces. The injected set establishes whether the evaluator can detect the exact failures it is meant to control; ordinary cases establish its false-alarm burden. Keep the clean original and the altered trace as a pair so the test isolates the injected change.

Split the set by case or customer, never by individual step. If steps from one trajectory appear in both calibration and test data, shared facts and phrasing can make agreement look better than it is. Preserve a final locked set that the team tuning prompts, rules or thresholds does not see. Its role is similar to independent validation: it tests the released evaluator rather than helping to build it.

Measure performance by defect and severity. A scorer can have excellent aggregate accuracy while missing most authority breaches if those are rare. For each category, report sensitivity, specificity, positive predictive value, false-negative count and the review volume created at the chosen threshold. For graded scores, add a reliability plot: among items assigned an 80 percent probability of defect, roughly 80 percent should be confirmed under the adjudicated reference. Confidence that has not been checked against outcomes is only a ranking signal.

Calibration layer Primary question Release evidence
ordinary population Will the scorer overwhelm reviewers with false alarms? false-positive rate, review volume and subgroup breakdown
severe-case oversample Does it detect low-frequency, high-consequence failures? defect-level recall with uncertainty intervals
paired injections Does a controlled flaw change the score as intended? clean-versus-altered detection rate
locked evaluation Does performance survive tuning and selection? independently run final results
live adjudication Does agreement hold after release and system change? sampled human review and drift trend

Thresholds follow consequence, not a generic F-score. Missing an unauthorized payment action is costlier than sending a harmless but ambiguous trace for review. A team may therefore choose a high-sensitivity threshold for authority and effect checks while accepting a lower-sensitivity, higher-precision threshold for stylistic or explanatory quality. One score should not collapse these different loss functions.

There are also cases where a language-model judge should not be used. Entity equality, schema validity, policy version, approval order, amount limits, idempotency and observed effect are better checked deterministically. A judge model adds variance to questions the system can answer exactly. Use a model-based evaluator only where the property is genuinely semantic, such as whether evidence supports a material claim or whether the action is supported by the recorded evidence and concise rationale. Even there, require citations to the trace segments used for the score so a reviewer can inspect the basis.

Prompt diversity is not evaluator independence. Running the same model with two prompts may produce two highly correlated opinions. Independence is stronger when checks use different mechanisms: a typed assertion for parameters, a policy engine for authority, a smaller verifier for claim support and a human for genuinely ambiguous consistency. Where two model judges are used, measure their residual error correlation on the adjudicated set. Agreement between two systems that share the same blind spot is not corroboration.

The release threshold should include operational capacity. Suppose a scorer catches more defects at a threshold that routes 35 percent of traces to people, but the team can review only 10 percent. The nominally safer threshold creates an unmanaged queue and delayed decisions. Either fund the review load, narrow the automated scope, improve the scorer or apply risk-weighted sampling. Do not publish the laboratory recall figure while ignoring whether flagged cases can be handled.

After release, draw a fixed human sample from both sides of the threshold. Reviewing only flagged cases measures precision but cannot show what the scorer missed. Include unflagged traces, severe cases, newly introduced products and cases after any model, prompt, tool, source or policy change. Plot disagreement by category over time. A change in the mix of disagreements often appears before aggregate agreement falls enough to trigger an alert.

Finally, version the evaluator with the system it certifies. Record the scorer model, prompt, rule set, thresholds, defect taxonomy, calibration data window and adjudication guidance. A new agent version evaluated by an old scorer may no longer be covered by the original evidence. The question for release is not “Do we have an evaluator?” It is “Which system version, population and failure classes has this evaluator demonstrated that it can assess, at a review load the operating team can sustain?”

Cost of step-level labelling

Step-level labelling is materially more expensive per unit of data than outcome labelling, because a nine-step trajectory can require nine judgements rather than one, and each judgement needs the evidence available at that point. The composite cost model assumes roughly six minutes for one step judgement, against about ninety seconds for one outcome judgement. A step judgement therefore costs four times as much as an individual outcome judgement. Labelling all nine steps takes fifty-four minutes, or thirty-six times the ninety-second outcome label for the whole trajectory. These are illustrative planning ratios, not observed benchmarks. A delivery plan should time a representative local sample before fixing its budget.

This cost is why a substantial initial labelling exercise is normally followed by a smaller continuing sample. In the worked plan, the initial 1,000-plus labelled steps produce a usable scorer. A monthly refresh then adds 60 to 100 newly adjudicated steps to test whether agreement with people has degraded after a task-distribution or model-version change.

Those sample sizes are planning assumptions, not universal guidance. The local rate should follow defect prevalence, desired detection power and consequence. The continuing sample belongs in the operating budget in the same way as conventional model monitoring; otherwise the programme is likely to lose support after the unusually well-resourced pilot period.

Fit with existing model validation

A trajectory-assurance programme does not automatically need a separate governance structure. It can fit within an existing model-risk or independent-validation function, while the institution decides whether the scorer itself belongs in a model inventory. The practical advantage is reuse: the function already has methods for fitness for purpose, data lineage, performance monitoring and escalation. The important caveat is the Federal Reserve's 2026 scope statement discussed later: generative and agentic AI are outside that guidance's formal scope. Reusing a familiar discipline must not be misrepresented as a regulatory classification.

Validation frequency is the material adaptation. A stable conventional model may sit on an annual or biennial cycle under an institution's policy. An agent and its scorer can change when the underlying model, prompt, tool, source or policy changes. Their revalidation triggers should therefore be component changes and observed drift, not only a fixed calendar date. The model-risk function should agree those triggers explicitly rather than assume an existing annual review covers them.

Failure modes

One predictable failure is stopping the human calibration sample after the scorer appears stable. New fraud typologies, products and upstream model versions can change the traces being scored. The scorer may then retain its dashboard while losing agreement with expert review. A continuing, adjudicated sample is the direct mitigation; without it, an audit may find that the latest calibration evidence belongs to the original build rather than the current system.

A second failure mode is allowing cheap-to-automate dimensions to crowd out the one that genuinely needs human judgement. Because policy adherence and tool-argument validity are close to free to compute at scale, it is tempting to build extensive dashboards around them while under-resourcing the harder action-evidence consistency review. This produces an assurance programme that looks comprehensive while concentrating its coverage on the dimensions least likely to catch a subtle, high-consequence failure: a technically compliant trajectory whose conclusion is not supported by the recorded evidence.

A third failure mode, specific to regulated settings, is treating the process reward model's or scorer's output as itself exempt from model risk governance, on the theory that a control mechanism does not need the same scrutiny as the thing it is controlling. A scorer that has itself never been validated against a representative, adversarially constructed test set (deliberately including trajectories designed to look sound while containing a specific injected process flaw) can develop its own systematic blind spots, and treating the scorer as a lightweight internal tool rather than a model subject to its own validation cycle is a governance gap that a thorough external review will eventually find.

Worked composite: trajectory scoring for AML alert adjudication

The worked composite assumes a retail bank's transaction-monitoring system produces roughly 14,000 alerts a month requiring investigator review. A triage agent gathers initial evidence and proposes an escalate-or-clear recommendation, while a human retains the final decision during the pilot. The trajectory-assurance programme supplies evidence for a risk committee to decide whether well-grounded recommendations may influence investigator prioritisation. It does not remove adjudication authority.

The illustrative plan labels 1,100 steps across 180 historical cases and develops a scorer over eleven weeks: six weeks of labelling, three of development and calibration, and two of adversarial testing. At the modelled operating volume, all alerts receive automated checks and roughly 9 percent receive additional human trajectory review, on top of final adjudication. Those figures are deliberately specific enough to test capacity and cost; they are not benchmarks to copy.

Figure 2Monitoring system to investigatorInteraction sequence
Monitoring system to investigator4 declared states connected by 7 authored relations. The figure supports the section Worked composite: trajectory scoring for AML alert adjudication. t
Monitoring system
Triage agent
Trajectory scorer
Investigator
01
Alert
02
Gather evidence and propose recommendation
03
Observable event record
04
Score four evidence dimensions
05
Event record plus recommendation
06
Recommendation, fast lane
07
Final adjudication
Reading. The authored topology makes 7 declared relations across 4 states inspectable. Read it as the control structure for “Worked composite: trajectory scoring for AML alert adjudication”, not as measured performance. Schematic derived from the paper's authored topology; no measured quantities.

At the modelled nine-month review point, the illustrative dashboard shows 93 percent recommendation agreement, 96.4 percent material-claim groundedness and 99.1 percent policy adherence. For the modelled fully reviewed subset, scorer and investigator flags agree 84 percent of the time. None is a reported institutional result or a proposed universal threshold. The point is that a committee sees outcome, process, disagreement and residual human authority together, with denominators and limitations visible.

Direction of travel

Trajectory assurance remains an institution-specific governance practice rather than a standardised industry methodology. The likely direction is from validation-time analysis towards continuously running controls. Tool-schema, authority and policy assertions are good candidates for inline verification because they can be evaluated mechanically. Groundedness at the margins and action-evidence consistency remain harder; they should not be represented as solved simply because an LLM judge can assign a score.

The harder open question is how to make the two dimensions that still require human judgement, groundedness at the margins and action-evidence consistency, cheap and reliable enough to run inline without replacing one unverified model with another and calling the problem solved. My expectation is that the answer will look less like one breakthrough model and more like narrower, mechanically checkable sub-claims that are independently validated and then composed, rather than one large judgement asked to do all the work.

The assurance case, not the benchmark score

A production agent should be released against an assurance case: a structured argument that its intended use is clear, its important risks are identified, its controls address those risks, and the evidence is strong enough for the accountable owner to accept the remaining exposure. A benchmark score is one item in that evidence. It is not the argument.

The assurance-case framing is useful because an agent is not a single model. It is a changing system containing a model or several models, prompts, context assembly, retrieval, memory, tools, policies, workflow state, human approvals, routing and operational dependencies. A validation focused only on the foundation model’s general capability cannot determine whether the configured system chooses the correct account, calls a permitted tool, uses the latest policy, handles a timeout safely or writes enough evidence to reconstruct the decision.

The case has five claims.

  1. Purpose claim: the intended users, decisions, populations, exclusions and action rights are explicit.
  2. Performance claim: the system performs adequately on representative and severe scenarios, including uncertainty and refusal.
  3. Control claim: identity, context, policy, tool and human controls remain effective under expected failure conditions.
  4. Operations claim: monitoring, incident response, change control and recovery keep the system within its approved envelope.
  5. Accountability claim: a named owner understands the evidence, limitations and residual risk and has authority to accept or constrain use.
Figure 3Top claim: fit for bounded production use to approval limitations and residual-risk recordCausal and control schematic
Top claim: fit for bounded production use to approval limitations and residual-risk record11 declared states connected by 10 authored relations. The figure supports the section The assurance case, not the benchmark score. L0L1L2 01
Top claim: fit for bounded production use
02
Purpose and population
03
Quality and selective risk
04
Control effectiveness
05
Operational resilience
06
Accountability and governance
07
Use-case specification and exclusions
08
Scenario suite and trajectory results
09
Policy identity and tool-control tests
10
Failure drills monitoring and rollback
11
Approval limitations and residual-risk record
Reading. The authored topology makes 10 declared relations across 11 states inspectable. Read it as the control structure for “The assurance case, not the benchmark score”, not as measured performance. Schematic derived from the paper's authored topology; no measured quantities.

Each claim should link to evidence, counter-evidence and an owner. Counter-evidence matters. If the agent performs poorly on a narrow language group or a specific document type, the assurance case should not hide the result inside an average. It should either constrain the approved population, add a control, or obtain explicit acceptance of the limitation. This is closer to engineering safety practice than to a marketing evaluation, and it gives independent validation something concrete to challenge.

Evaluation, assurance and counterevidence

The agent system inventory

Model inventories were designed around relatively stable analytical artifacts. An agent estate requires an inventory that captures the configured decision system and its dependencies. The same model can present radically different risk depending on tools, memory and action rights. Conversely, changing a retrieval filter may materially change decisions even when the registered model remains identical.

The minimum inventory record should include:

Inventory dimension Required content
purpose journey, decision, user, population, exclusions and owner
consequence maximum action right, financial/customer/control impact and reversibility
model configuration provider, model identifier, version, routing policy, sampling and safety settings
instruction layer system instructions, prompt templates, structured-output schemas and change history
context sources, authorization filters, retrieval policy, memory classes and freshness rules
tools tool registry identifiers, schemas, scopes, side effects, owners and dependency versions
topology agents, roles, allowed communication edges and termination conditions
policy applicable rule sets, thresholds, obligations and override path
oversight human roles, approval classes, sampling and contestability mechanisms
assurance evaluation suite, release result, limitations, monitoring and expiry date
operations service objectives, incidents, rollback, kill switch and business continuity

The record must be versioned as one release object. If the model stays constant while the prompt, tool schema and retrieval source change, the system version changes. If a cloud provider silently updates an aliased model, the deployed release should either pin a provider version or record the observed change as a new dependency version and trigger the relevant tests. “Same endpoint” is not evidence of same behaviour.

Risk classification should be based on intended use and consequence, not on whether the component fits a traditional statistical definition of a model. The Federal Reserve’s revised April 2026 model-risk guidance is explicit that generative and agentic AI are outside that guidance’s formal scope, while also stating that a bank’s risk-management and governance practices should determine appropriate controls for tools, processes and systems outside the document. That makes a literal debate over inventory taxonomy less useful than a functional one: what can the system decide or cause, how can it fail, and which existing governance processes can supply effective challenge without pretending the technology is identical to a credit scorecard?

A risk tier for agentic use

The risk tier should combine consequence, autonomy, reach, opacity and dependency. One practical scheme uses four tiers.

Tier Typical use Action right Assurance expectation
A: informational search, summary, drafting with visible sources none source quality, groundedness, privacy and usability tests
B: advisory recommendation to trained employee none without human decision outcome and trajectory tests, bias, calibration, override analysis
C: bounded execution reversible action in a defined process narrow machine authority full control tests, shadow run, canary, runtime policy and replay
D: consequential decision or action customer eligibility, financial movement, status or regulatory effect high or irreversible independent validation, named approval, strict population, continuous evidence and board-level risk visibility where material

Reach modifies the tier. An internal assistant used by twenty specialists differs from the same logic embedded in a customer channel serving millions. Coupling modifies it again: a recommendation used only in one workbench is different from a field written into a system that drives pricing, reporting and monitoring. The effective tier is the highest material combination, not an average.

The tier determines validation intensity, not whether validation exists. A Tier A summarizer can leak sensitive data or misrepresent a source. A Tier D system may use a simple deterministic calculation but still require stringent control because of consequence. This keeps governance proportionate without equating “low autonomy” with “no risk” or “complex model” with “high risk” automatically.

The trajectory evidence model

The central object of assurance is a trajectory: the ordered sequence of states, observations, decisions, tool calls, policy results, approvals and effects from initiation to termination. A chat transcript is not a trajectory record. It usually omits the authoritative state snapshot, hidden system instructions, tool schema, model configuration, policy decisions and downstream effect receipt. A production trace needs all of them.

Figure 4User or event to evidence ledgerInteraction sequence
User or event to evidence ledger8 declared states connected by 12 authored relations. The figure supports the section The trajectory evidence model. t
User or event
Agent
Context service
Policy service
Tool gateway
Human reviewer
System of record
Evidence ledger
01
intent and request
02
decision-specific context request
03
authorized snapshot plus evidence IDs
04
proposed action
05
permit review or deny plus obligations
06
evidence-backed decision package
07
approve change or reject
08
typed tool call with capability
09
execute idempotently
10
state and effect receipt
11
verified outcome
12
complete trajectory manifest
Reading. The authored topology makes 12 declared relations across 8 states inspectable. Read it as the control structure for “The trajectory evidence model”, not as measured performance. Dashed paths mark hypotheses, uncertainty or non-authoritative return paths. Schematic derived from the paper's authored topology; no measured quantities.

Every event needs a stable identifier and causal parent. The model’s natural-language rationale can be stored, but assurance should not depend on hidden chain-of-thought. The durable evidence is observable: which evidence was supplied, which claims were made, which tool was selected, what parameters were proposed, which policy decision applied, who approved, what effect occurred and how the system verified it. A concise structured decision rationale is usually more useful to validators than an unbounded internal reasoning trace.

The event schema can be compact:

trace_id, event_id, parent_event_id
timestamp, actor_principal, actor_role
system_release_id, model_release_id
context_snapshot_id, evidence_ids[]
event_type, tool_or_policy_id
input_hash, structured_input
structured_output, confidence_or_score
decision, reason_codes[], obligations[]
approval_id, effect_receipt_id
latency, token_and_cost_metrics

Privacy and security require selective capture. Raw prompts and retrieved documents may contain data that should not be duplicated into an observability platform. Store references, cryptographic hashes, classifications and redacted structured fields where possible, with controlled retrieval of the underlying evidence for authorized investigation. Evidence that cannot be accessed by an auditor is useless; evidence copied everywhere becomes a new risk.

What to score along the trajectory

Trajectory evaluation should combine deterministic assertions, domain calculations, model-based graders and human review. No single evaluator is adequate.

Task and state correctness

Did the system identify the correct task, customer, case and current state? State correctness is often testable deterministically by comparing the context snapshot with the source-of-truth version used at execution. Many apparent reasoning failures are actually wrong-entity or stale-state failures.

Evidence coverage

Did every material claim and action condition have supporting evidence? Coverage differs from citation presence. An answer can contain citations while leaving the decisive claim unsupported. Represent the output as claims and the available support as evidence links, then measure material claim coverage, source authority, freshness and contradiction.

Tool selection and parameters

Did the agent select a tool appropriate to the task and authority? Were required arguments present, correctly typed and semantically valid? Did identifiers refer to the intended customer and resource? TRAJECT-Bench tests tool selection, argument correctness and dependency or ordering errors that final-answer evaluation can miss. It is a benchmark result, not evidence that any one production evaluator will detect the same failures without local testing.

Order and dependency

Did prerequisite checks happen before action? Approval after execution is not equivalent to approval before execution. A valid tool set used in the wrong order can violate policy even when the final state appears correct. Encode required and forbidden precedence relations as executable assertions.

Policy and authority

Did the principal have authority, did the purpose match, did the correct policy version run, and were returned obligations satisfied? This layer should be predominantly deterministic, using recorded policy decisions rather than an evaluator’s opinion about whether the text “seems compliant.”

Uncertainty and escalation

Did the system recognize insufficient evidence, disagreement, out-of-distribution input or high severity? A safe escalation can be a correct outcome even when the task was not completed. Score calibrated abstention and escalation separately from task completion so delivery teams are not incentivized to hide uncertainty.

Recovery and compensation

When a tool failed or state changed, did the system retry safely, stop, reconstruct or compensate according to design? ATBench studies delayed-trigger safety behaviour in long-horizon agent trajectories. Plan-RewardBench reports that evaluator reliability falls on longer planning traces. Both are preprints evaluated in bounded settings. Their operational implication is a design hypothesis: use explicit checkpoints and deterministic invariants instead of asking one judge model to assess an unlimited trace.

Effect correctness

Did the downstream system actually reach the intended state, once, for the right subject? Tool-call success is not effect success. The gateway needs a receipt or subsequent read proving the effect. For multi-system actions, completion means every required effect or an approved compensated state, not “the first API returned 200.”

A layered evaluation lifecycle

Assurance is a sequence, not one pre-production test.

Figure 5Static contracts to periodic revalidationCausal and control schematic
Static contracts to periodic revalidation9 declared states connected by 9 authored relations. The figure supports the section A layered evaluation lifecycle. L0L1L2L3L4 01
Static contracts
02
Offline scenarios
03
Multi-step simulation
04
Red-team and abuse
05
Shadow production
06
Canary release
07
Bounded production
08
Continuous monitoring
09
Periodic revalidation
Reading. The authored topology makes 9 declared relations across 9 states inspectable. Read it as the control structure for “A layered evaluation lifecycle”, not as measured performance. Schematic derived from the paper's authored topology; no measured quantities.

Static contract tests

Validate schemas, required fields, tool scopes, policy identifiers, prompt variables, source allow-lists, topology edges and output contracts. These tests are fast and should run on every change. They catch a surprising share of production defects before any model call is made.

Offline scenario evaluation

Run curated cases with known or adjudicated outcomes. Include common volume, boundary cases, severe cases and exclusions. Record both final outcome and trajectory assertions. Keep a sealed holdout set separate from prompt development. Refresh it as products, policy and input distributions change.

Multi-step simulation

Use simulated systems of record and tools to exercise retries, state changes, conflicting evidence, approval expiry, delayed events, partial completion and compensation. This is where long-horizon risk becomes visible. A one-turn question-answer benchmark cannot demonstrate safe behaviour across a five-day case.

Red-team and abuse testing

Test prompt injection in retrieved documents, malicious tool output, identity confusion, cross-customer leakage, authority escalation, memory poisoning, policy evasion, denial-of-wallet and manipulation of human reviewers. Record not only whether the attack succeeded but which control detected or contained it.

Shadow production

Run on representative live flow without consequential effects. Compare with human decisions and existing processes. Shadowing reveals latency, missing data, distribution shifts, reviewer disagreement and operational friction that offline data suppresses. It also creates a realistic sample for calibration.

Canary and bounded release

Release to a small population and narrow action class under a low autonomy budget. Define automatic rollback triggers before launch: harm event, policy bypass, evidence gap, calibration breach, unexplained tool error, cost runaway or material drift. Increasing scope is a new risk decision, not a reward for surviving elapsed time.

Continuous monitoring and periodic revalidation

Monitor input shift, output quality, selective risk, escalation, overrides, control exceptions, tool failures, latency, cost and customer outcomes. Revalidation cadence should depend on risk tier and change rate. Event-triggered revalidation follows material model, prompt, context, tool, policy, population or topology changes.

Constructing the scenario portfolio

An evaluation set should be designed like a portfolio of risk exposures. Random sampling estimates average performance but systematically underrepresents rare severe conditions. Build a matrix across business state, customer state, evidence quality, language, channel, tool availability, policy exception, action magnitude and adversarial condition.

Scenario family Purpose Example
golden path verify basic capability and contracts complete evidence, eligible customer, healthy services
boundary test thresholds and closely related intents amount immediately below and above approval limit
missing evidence test abstention and evidence requests income claim without authoritative document
contradictory evidence test source hierarchy and escalation customer statement conflicts with system record
stale state test snapshot invalidation balance changes between recommendation and action
vulnerable population test duty and special handling bereavement, financial difficulty or accessibility need
policy exception test review and authority otherwise permitted action under active legal hold
dependency failure test resilience policy service, tool or evidence store unavailable
adversarial content test instruction hierarchy retrieved document contains malicious tool instruction
long horizon test delayed triggers and memory risk emerges after several apparently safe steps
cumulative exposure test budget aggregation many small permitted actions exceed daily appetite
recovery test safe compensation first of two system updates succeeds, second fails

Each scenario should specify invariants rather than only an expected sentence. In a credit-memo scenario, invariants might include: current exposure came from the ledger; every calculated ratio matches deterministic computation; unsupported claims are absent; adverse evidence is not omitted; policy exceptions force review; no customer communication is sent, and the recommendation remains within the analyst’s mandate. Several different narratives can satisfy those invariants.

Use metamorphic tests when exact answers vary. If a protected characteristic irrelevant to the policy is changed, the decision should not materially change. If evidence is removed, confidence should not rise. If a source becomes stale, the system should request refresh or downgrade reliance. If tool order is permuted into an unsafe sequence, the system should reject it. These tests examine behavioural relationships rather than one fixed answer.

Implementation and operating detail

Evaluator risk and the limits of LLM-as-judge

Model-based graders are useful for scale, especially for clarity, evidence alignment and comparison of open-ended outputs. They are also models subject to bias, position effects, self-preference, prompt sensitivity and failure on long traces. Treat the evaluator as part of the assurance system, not an oracle.

Calibrate each grader against a human-adjudicated set. Report sensitivity, specificity and disagreement by scenario type. Blind the grader to vendor or version where possible. Use pairwise comparisons for questions where absolute scoring is unstable. Randomize answer order. Require structured reasons tied to evidence. Maintain deterministic checks for anything that can be stated as an invariant.

The grader’s purpose is triage and consistent application of a rubric. It can score every run and route uncertain or severe cases to human review. It should not certify its own family of models without independent checks. If the same provider model generates, critiques and validates the action, correlated blind spots can make three agreeing outputs look like independent assurance when they are not.

Human review also needs calibration. Agreement among experts should be measured; ambiguous policy should not be disguised as model error. Create adjudication rules for genuine disagreement and capture why the final label changed. Validators should review samples stratified by risk and evaluator uncertainty, not only random samples. The highest-value human work is resolving contested cases and improving the rubric, not clicking “correct” on obvious outputs.

Reporting results without false precision

An assurance report should make it difficult to confuse an estimate with a property of the system. State the numerator, denominator, sampling frame, period and uncertainty for every headline rate. “Groundedness was 96 percent” is incomplete. A useful statement names how many material claims were reviewed, how cases were selected, who adjudicated disagreement, which system version produced them and what confidence interval surrounds the estimate.

Separate observed facts from policy choices. The false-negative rate of a scorer is an observed estimate. The maximum rate acceptable for release is a risk decision. The percentage of traces sent to people is an operating consequence of the chosen threshold. Putting all three on one page prevents a committee from treating a technical metric as if it silently decided the institution's risk appetite.

Avoid excessive decimal precision. A result of 93.7 percent on 190 cases does not support a narrative that the system has been characterized to a tenth of a percentage point. Report counts with the rate, and show the interval or a clear warning where the severe-case sample is small. A zero in a small sample means “none observed,” not “the risk does not exist.” For rare harmful actions, scenario testing and structural controls remain necessary even when the sampled rate is zero.

The denominator should match the claim. If outcome accuracy is measured per case but policy adherence is measured per trajectory step, do not combine them into one average. If productivity includes every assisted case while error excludes abstentions and failed tool calls, the comparison flatters the system. Report attempted, completed, abstained, escalated, failed and actioned populations separately, then show how each contributes to business value and exposure.

Version labels belong next to results rather than in an appendix. At minimum, identify the agent release, model and provider version, prompt or policy package, tool schemas, source snapshot, evaluator version and evaluation-manifest hash. A score without that binding cannot show which deployed system the evidence covers.

Finally, preserve adverse examples. A committee learns more from five well-chosen failures: with the trace, control gap, consequence and correction: than from a page of aggregate green indicators. This is not an argument against quantitative evaluation. It is how the numbers stay connected to the behaviour they summarize. The report exists to support a bounded release decision, not to manufacture certainty the evaluation cannot provide.

The evidence graph

A flat log tells an investigator what happened in time. An evidence graph shows why the decision was supportable. Nodes represent claims, source records, policy rules, model or deterministic decisions, approvals, actions and observed effects. Edges represent supports, contradicts, derived-from, authorized-by, executed-as and verified-by relationships.

Figure 6Authoritative customer record to state receiptCausal and control schematic
Authoritative customer record to state receipt12 declared states connected by 3 authored relations. The figure supports the section The evidence graph. L0L1 01
Authoritative customer record
02
Identity claim
03
Verified income document
04
Income claim
05
Credit bureau record
06
Applicant liability claim
07
Underwriting recommendation
08
Policy rule and threshold
09
Named credit officer
10
Decision action
11
System transaction
12
State receipt
Reading. The authored topology makes 3 declared relations across 12 states inspectable. Read it as the control structure for “The evidence graph”, not as measured performance. Schematic derived from the paper's authored topology; no measured quantities.

ADORE is relevant because it treats claim-evidence structure and evidence coverage as planning objects rather than citations added after generation. Extending that design to regulated action is this paper's architectural proposal, not a result established by the preprint. The resulting evidence graph could support pre-action coverage checks, reviewer navigation, post-action replay and portfolio analysis of unsupported claims or weak sources.

Not every sentence needs a graph node. Materiality determines granularity. Claims affecting eligibility, amount, risk, identity, obligation, exception or action should be explicit. Supporting prose can remain attached to the decision document. This keeps the graph useful rather than turning it into a duplicate document store.

The release evidence pack

An evidence pack should be generated from living artifacts, not assembled manually the night before a governance meeting. At minimum it contains:

  • intended-use and exclusion statement;
  • end-to-end architecture and data-flow diagram;
  • agent, model, tool, source and policy inventory;
  • risk assessment and control mapping;
  • scenario portfolio and coverage rationale;
  • outcome, trajectory, calibration and subgroup results;
  • red-team findings and unresolved limitations;
  • shadow/canary evidence and rollback thresholds;
  • human-oversight design and observed review burden;
  • privacy, security and resilience assessments;
  • runbooks, incident classification and kill-switch test;
  • change policy, monitoring plan and revalidation date;
  • residual-risk acceptance signed by the accountable owner.

The pack should link to immutable release identifiers and evaluation artifacts. Screenshots of dashboards without query definitions or data versions are weak evidence. A rerunnable test manifest with trace IDs is stronger. A validator should be able to select a result, retrieve the exact release, replay the scenario in a controlled environment, and compare the new trajectory with the approved one.

Mapping to current regulatory and risk direction

The purpose is not to claim that one framework already prescribes this exact architecture. It does not. The useful observation is that several regimes converge on documentation, risk classification, validation, monitoring, human oversight, incident handling and accountability.

The Federal Reserve’s revised 2026 model-risk guidance emphasizes proportionality to use, business risk, size and complexity, and maintains the familiar disciplines of sound development and use, validation, monitoring, governance and third-party understanding. It explicitly excludes generative and agentic AI from formal scope, so applying it mechanically would be incorrect. Its principles are still a valuable source for an analogous control architecture when combined with technology-specific risk analysis.

The PRA’s current SS1/23 organizes expectations around identification and classification, governance, development and use, independent validation and mitigants, with proportionality and responsibility attached to appropriate senior management. The Bank of England’s 2026 work also highlights system-level concerns from expanding use in core decisions, common service providers, cyber exposure and potential correlated behaviour.

The NIST Generative AI Profile extends Govern, Map, Measure and Manage to generative-AI risks and emphasizes evaluation, verification, incident disclosure, content provenance, data and third-party concerns. The EU AI Act’s current implementation material emphasizes documentation, logging, human oversight, accuracy, robustness, cybersecurity and post-market monitoring for covered high-risk systems; precise legal applicability requires case-specific advice. The trajectory evidence model supplies technical records that can support these obligations without claiming that engineering evidence alone establishes legal compliance.

The BIS 2026 work on AI data in financial services emphasizes data quality, privacy, security, third-party dependency and supervisory clarity. These become visible in an agent trajectory through source identity, freshness, access decision and lineage. KPMG’s 2026 finance research reports materially stronger outcomes among assurance-ready organizations, supporting the business proposition that evidence is not merely a regulatory tax: it is part of the institution’s ability to scale higher-value AI.

A worked evidence design: credit memorandum preparation

Consider an agent preparing a credit memorandum for human approval. The intended use is advisory: assemble verified facts, compute ratios through deterministic services, identify inconsistencies, retrieve relevant policy, draft analysis and propose questions. It cannot approve, price, communicate with the customer or update the official rating.

The assurance case decomposes the workflow:

  1. Entity and facility selection: deterministic identity and case binding.
  2. Document inventory: deterministic completeness against facility and jurisdiction requirements.
  3. Extraction: model-assisted with field-level confidence and source coordinates.
  4. Financial calculations: deterministic calculation service using approved definitions.
  5. Policy retrieval: authorization-filtered and versioned retrieval.
  6. Narrative analysis: model reasoning over source-tagged facts.
  7. Recommendation: advisory only, with material claims linked to evidence.
  8. Human review: named officer accepts, modifies or rejects with reason.
  9. Official action: conventional credit workflow under existing mandate.

The scenario portfolio includes missing statements, conflicting currency units, consolidated versus standalone accounts, stale bureau data, covenant amendments, policy exceptions, group exposure, management projections without support and a malicious instruction embedded in an uploaded document. Trajectory assertions verify that calculations never come from generated prose; adverse evidence is not silently omitted; superseded policy is not used; the model cannot access another customer; every material claim has support; uncertainty forces a question or review, and no official action occurs through agent credentials.

The release dashboard reports claim-evidence coverage, extraction accuracy by document type, deterministic calculation agreement, policy-version correctness, unsupported-adverse-claim rate, tool and ordering errors, review changes, analyst time, cycle time and severe-case results. If review-change rate falls but unsupported adverse claims rise, the system has not improved. If time falls because analysts rubber-stamp long generated text, the control has weakened. Metrics need to preserve the purpose of oversight, not just prove productivity.

Figure 7Documents and system records to request or investigationCausal and control schematic
Documents and system records to request or investigation11 declared states connected by 9 authored relations. The figure supports the section A worked evidence design: credit memorandum preparation. L0L1L2L3L4 01
Documents and system records
02
Extract with source coordinates
03
Verified fact table
04
Deterministic calculations
05
Narrative analysis
06
Current policy and covenants
07
Claim-evidence graph
08
Draft credit memorandum
09
Credit officer review
10
Existing credit workflow
11
Request or investigation
Reading. The authored topology makes 9 declared relations across 11 states inspectable. Read it as the control structure for “A worked evidence design: credit memorandum preparation”, not as measured performance. Schematic derived from the paper's authored topology; no measured quantities.

Building the capability in ninety days

The first ninety days should create a reusable evidence spine around one bounded journey, not an enterprise policy document disconnected from working software.

Days 1–30: define and instrument

Select the decision, owner, population and maximum action. Create the agent-system inventory, risk tier, trajectory schema and scenario taxonomy. Instrument end-to-end trace identifiers. Implement deterministic assertions for identity, authorization, tool schema, order and effect. Assemble a small adjudicated set with domain and validation participation.

Days 31–60: evaluate and challenge

Run offline and simulated trajectories. Add claim-evidence coverage and calibrated graders. Conduct adversarial tests against context, tools, memory and human oversight. Resolve rubric disagreement. Generate the first assurance case with explicit gaps. Do not hide failed severe scenarios behind the average.

Days 61–90: observe and bound

Shadow the live process, analyze disagreement and recalibrate. Introduce a narrow canary if evidence supports it. Test rollback and incident handling. Produce a release evidence pack automatically from the inventory, traces and results. Obtain residual-risk acceptance for the bounded use, not a generic approval of agentic AI.

The reusable outputs are the inventory schema, trajectory event standard, scenario library pattern, evaluator calibration method, evidence graph, release pack generator and governance forum cadence. These are the assets that let the next journey move faster without lowering the standard.

Scope and limitations

This is a practitioner architecture, not a new regulatory standard or a claim of empirical superiority. The cited trajectory benchmarks are preprints unless independently verified as peer reviewed. Their results show why path-level evaluation matters; they do not establish performance for a bank’s system. Model-based evaluation remains an active research area, and recent work indicates that long-horizon trajectory judgment is difficult even for strong evaluators.

Legal and supervisory applicability varies by jurisdiction, institution, use and date. The regulatory sources are used to identify convergent control themes, not to provide legal advice. The 2026 Federal Reserve guidance’s explicit exclusion of generative and agentic AI is important and should not be blurred. Banks still need an appropriate governance treatment, but the precise classification and accountable forum may differ.

The central position is narrower: when an AI system can select tools and affect enterprise state, outcome accuracy is not enough evidence. The institution needs a record and evaluation of how the outcome was produced, which controls operated, what effect occurred and whether the system stayed within its approved action rights. That is trajectory assurance.

Change impact and revalidation

Agent systems change more frequently than traditional validation calendars assume. Models are revised, aliases move, prompts are tuned, tools gain fields, sources change schema, policies take effect, retrieval indexes refresh and evaluators improve. Treating every change as a full revalidation stops delivery; treating only model replacement as material misses the changes most likely to alter real behaviour. The answer is a change-impact graph tied to the trajectory and control model.

For every component, record which assertions and scenarios depend on it. A tool-schema change should rerun static contract, parameter, ordering, authority, effect and recovery tests for every journey using that tool. A new source should rerun authorization, data-quality, provenance, injection and evidence-coverage tests. A prompt change should rerun affected task, claim, escalation and action-selection scenarios. A model change should rerun the full behavioural suite for the populations it serves, plus calibration and severe-tail analysis. A policy change should rerun every scenario whose expected permit, review, deny or obligation outcome depends on the changed rule.

Change class Example Minimum revalidation
editorial copy change outside decision instructions rendering, accessibility and regression smoke test
local behavioural prompt wording for one extraction field affected field, document types, calibration and downstream schema
dependency tool, source or model version contract, affected trajectories, failure and rollback tests
control boundary policy, authority, action scope or human gate full affected journey, severe scenarios and independent challenge
population new product, country, language or customer segment representative data, subgroup results, policy and operational review
topology new agent, delegation edge or dynamic planning path interaction, authority, termination, cost, failure propagation and trace completeness

The graph allows selective depth without selective blindness. A low-impact component can be changed quickly because evidence shows its blast radius. A seemingly small change receives deeper review when it reaches an action boundary. This is more defensible than categorizing changes by team ownership: a prompt owned by an application team and a threshold owned by risk can both change the same customer outcome.

Revalidation also needs an expiry concept. Approval should expire when the evidence no longer represents production, not simply after twelve months. Triggers include material drift, policy change, unresolved incident, evaluator degradation, source-quality breach, expansion of autonomy, repeated human overrides, severe vendor change and movement beyond the approved population. A calendar review remains useful as a forcing function, but event triggers protect the periods between calendars.

Figure 8Proposed change to monitor event triggersCausal and control schematic
Proposed change to monitor event triggers11 declared states connected by 7 authored relations. The figure supports the section Change impact and revalidation. L0L1L2 01
Proposed change
02
Dependency and impact graph
03
Touches decision or control boundary?
04
Selective regression suite
05
Full affected-journey suite
06
Compare against approved release
07
Independent challenge where required
08
Within tolerance?
09
Bounded release
10
Reject constrain or redesign
11
Monitor event triggers
Reading. The authored topology makes 7 declared relations across 11 states inspectable. Read it as the control structure for “Change impact and revalidation”, not as measured performance. Schematic derived from the paper's authored topology; no measured quantities.

The production assurance scorecard

Executives, validators and operators need different views of the same evidence. The executive view should show exposure and decision quality, not token counts. The validation view needs failure strata, control results and limitations. The operations view needs service and incident signals. All should reconcile to the same trace population.

An executive scorecard can remain compact:

Dimension Indicator Interpretation
approved exposure population, action classes and cumulative autonomy budget what the system is currently allowed to affect
decision quality selective risk at automated coverage, severe-case pass rate how often bounded autonomy is right where it acts
evidence quality material claim coverage, source freshness, trace completeness whether decisions are supportable and replayable
control effectiveness policy denials, bypass attempts, authority failures, stale-state blocks whether preventive controls are operating
oversight health review volume, override rate, agreement, time and reason distribution whether human oversight adds judgment rather than ceremony
resilience failed trajectories, recovery success, uncompensated effects, service objectives whether failures remain contained
change release count, material changes, expired approvals and open findings whether governance is keeping pace with evolution
outcome customer harm, remediation, leakage, productivity and cycle time whether the system creates net business and control value

The validation view should preserve denominators. “Ninety-nine percent policy compliance” is meaningless if policy results were captured for only half the traces. “Two incidents” is misleading without the population and exposure. Report completeness before quality: trace capture rate, evaluator coverage, human sample coverage and source availability. Missing evidence is not a neutral gap; for a consequential system it is a failed control result.

Use control limits rather than vanity targets. An unexplained drop in escalation can be as concerning as a spike, because the system may have become overconfident. A sudden fall in human overrides can reflect improvement, automation bias or a user-interface change that made correction harder. Pair behavioural metrics with process and customer outcomes, and investigate causal hypotheses rather than celebrating movement in the preferred direction automatically.

The scorecard should expose uncertainty. Confidence intervals, sample sizes, “not measured” states and known blind spots belong on the page. Quietly replacing missing values with green status is how assurance becomes theatre. A credible system can state: the common population is performing within tolerance; one severe scenario remains open; the new language segment is advisory-only, and expansion will wait for evidence. That precision increases trust because it shows the boundary of the claim.

The independent challenge agenda

Independent review adds value when it challenges the architecture’s assumptions rather than reruns the delivery team’s preferred benchmark. The challenge agenda should ask:

  • Is the intended use narrower in evidence than in business language?
  • Are action rights and cumulative exposure fully represented?
  • Does the scenario portfolio cover foreseeable severe and excluded conditions?
  • Are important labels grounded in real expert agreement?
  • Can the evaluator detect the failure modes it is used to certify?
  • Are source authority, authorization and freshness tested separately from answer quality?
  • Do tool tests verify semantic parameters, order and observed effect?
  • Can a model, prompt or retrieved document bypass policy or identity controls?
  • Does human review have enough information and time to exercise judgment?
  • Can operators stop, roll back and investigate without the original developers?
  • Are third-party changes observable, testable and contractually supported?
  • Which residual risks are accepted, by whom, and for how long?

The validation function should have direct access to the release artifact, evaluation manifest and selected raw evidence under appropriate controls. A slide deck summarizing results is not effective challenge. Nor should independence mean separation from technical detail. Agent validation needs people who can read traces, reason about workflow and identity, understand evaluation statistics, and recognize domain-policy ambiguity. The institution may need a multidisciplinary validation cell rather than forcing the work into one existing specialization.

This is where forward-deployed architecture and risk advisory meet. The technical team must make control evidence a product of the runtime. The risk team must translate supervisory principles into testable questions. The domain team must adjudicate meaning and consequence. None can produce a decision-grade system alone.

Questions for an investment or release committee

Before approving a consequential agent, a committee should be able to answer several questions from evidence rather than presentation. What exact population, decision and action classes are in scope? Which actions remain recommendations, which may execute, and which are prohibited? What is the maximum single and cumulative exposure? Which severe scenarios have been tested, and how many passed without relying on an unobserved human rescue? Can the system demonstrate the identity, authority, state, policy result, tool parameters and observed effect for a sampled decision without reconstructing them manually?

The committee should also ask what could make today’s evidence invalid tomorrow. A model alias change is obvious, but a tool schema, source policy, retrieval index, prompt, threshold, customer population or human-review interface can alter behaviour just as materially. The release record should therefore state the components and versions covered, the change triggers requiring revalidation, the metrics that can suspend autonomy, the person who can activate the stop mechanism and the route by which affected customers or cases are identified.

Finally, the benefit claim should use the same population as the risk claim. If productivity is measured across every assisted case while error is reported only on high-confidence automated cases, the comparison is misleading. Report volume, coverage, selective risk, severe-case performance, review effort, customer outcome and operational cost together. A credible release may still contain limitations: one segment may remain advisory, a rare action may require dual approval, or a new language may wait for more evidence. Those boundaries are not signs of an immature system. They are proof that autonomy has been allocated deliberately.

Notes for practitioners

Do not accept outcome accuracy alone as sufficient evidence for a regulated agent. Build a trajectory-level review before production use when the journey has genuine compliance consequence. Outcome metrics cannot expose every gap between a correct answer and an unsound process.

Decompose trajectory scoring into narrow dimensions: groundedness, tool-argument validity, policy adherence and action-evidence consistency. Match automation to each dimension's verifiability. Uniform human review and uniform automated scoring are both poor defaults.

Budget step-level labelling honestly. The worked programme assumes six to eight times the cost of outcome-only labelling per case. Replace that assumption with a measured pilot and retain a smaller monthly refresh sample.

Subject the trajectory scorer to the same model-risk governance as the agent. Test it against deliberately flawed traces before launch. A scorer that has not met its target failure modes is not sufficient assurance.

Fit the programme into the existing validation function and tie review triggers to material component changes. Expect expert reviewers to disagree on ambiguous steps. Surface and adjudicate that disagreement instead of treating one reviewer as unquestioned ground truth.