From Uncertainty-Aware Risk Control to Evidence-Gated Self-Healing
Presenter · Sina Tayebati
Chair & advisor · Prof. Amit Ranjan Trivedi
Committee ·
Prof. A. Enis Cetin
Assoc. Prof. Arman Roohi
Dr. Omesh Tickoo
Dr. Amanda Rios
ECE · University of Illinois Chicago
01 / 45
Speaker notes · 0:30
I’m Sina Tayebati, a PhD student working with Professor Amit Ranjan Trivedi in Electrical and Computer Engineering at the University of Illinois Chicago. My proposed thesis is Reliable and Adaptive Agentic AI: From Uncertainty-Aware Risk Control to Evidence-Gated Self-Healing.
My research asks how an increasingly autonomous system should operate—and change its behavior—when the evidence available to it is incomplete. I’ll develop that question through four first-author papers.
Contents
01Motivation
02Generative sensing
03Adaptive risk control
04Trajectory reliability
05Evidence-gated adaptation
02 / 45
Speaker notes · 0:20
I’ll begin with why autonomy changes reliability, then follow four questions: how to recover missing observations, how to manage decision risk, how to recognize failure across an interaction, and how to validate changes that persist. I’ll close with the contributions and the research questions that remain.
Why autonomy demands stronger evidence.
03 / 45
Speaker notes · 0:10
Autonomy changes what reliability must cover: the answer, the interaction, and the behavior carried into future tasks. I’ll start with that progression.
Autonomy changes the reliability problem
One answer
Predict
Is the answer correct?
Within a task
Act
Does the whole task succeed?
Across tasks
Adapt
Should this change persist?
Reliability must cover answers, trajectories, and the changes that persist.
04 / 45
Speaker notes · 0:50
With a predictive model, an input produces one answer. The immediate question is whether that answer is correct.
An agent acts, receives feedback, and decides again. Blue circles are agent decisions; gold squares are tool interactions. Together they form a trajectory. Reliability depends on the whole task, even when each step looks plausible.
Adaptation carries experience across tasks through retained instructions or memory. Green marks changed behavior in later tasks; it does not establish improvement. A correction that helps one task can create failures elsewhere. Should that change persist?
The scope expands from answers, to trajectories, to persistent changes. Each must be judged with incomplete evidence—the common starting point for my research.
Incomplete evidence is unavoidable
Visible evidenceStill uncertain
Physical observation
Sensed regions
Unobserved geometry
Model output
Available evidence
Correctness of an answer
Agent interaction
Visible messages and tools
Task state and coordination
Behavioral update
Tested cases
Effects on future behavior
A useful model acts with incomplete evidence. A reliable system must account for what remains unknown.
05 / 45
Speaker notes · 1:00
The first form of incomplete evidence is physical: observing the world has a cost. A LiDAR sensor cannot collect an unlimited number of measurements for free. Learned structure can help infer the geometry that was not directly sensed.
At the level of model output, available evidence can support a plausible answer without establishing that it is correct. The next question is how strongly the model should commit to that answer.
Across an agent interaction, messages and tool returns reveal only part of the task state. A locally plausible action can still miss a coordination problem or move the overall trajectory toward failure.
A behavioral update has been tested on only a limited set of cases, while its effects extend to future executions. These are distinct statistical problems, connected by the need to act before all uncertainty disappears. My research asks how the strength and scope of evidence should constrain each commitment.
Evidence should govern commitment
Evidence
What has been observed?
Uncertainty
What could still be wrong?
Commitment
What action is justified?
Consequence
What happens if it fails?
a∗(e)=argaminE[L(a,Y)∣e]
Given the evidence, choose the action with the lowest expected loss.
Observation
Infer missing structure
Decision
Choose a response
Trajectory
Monitor an interaction
Adaptation
Admit a correction
06 / 45
Speaker notes · 1:15
Available observations give us evidence e, shown in blue. That evidence leaves uncertainty over possible outcomes Y. The system has several candidate actions a, and each action can incur a loss L depending on what actually happens. Reliability depends on connecting these four ideas.
The expectation averages loss across the outcomes still plausible given the evidence. The decision rule selects the action with the lowest expected loss, highlighted in green. That action might be returning alternatives, requesting help, stopping an interaction, or retaining a correction. The red loss term expresses the consequence of the choice.
This is the organizing lens for the thesis. The small diagrams are schematic, not measured distributions or losses. Each paper uses its own objective and evaluation; I am not claiming a common optimization problem or a shared guarantee across all four.
The commitment becomes broader over the research progression: infer missing structure, choose a response, assess an interaction, and decide whether a correction should change later executions. Each expansion requires evidence at the corresponding scale.
The object of reliability expands
As autonomy expands, the object of reliability assessment expands with it.
01
Observation
What can we infer from what we did not sense?
R-MAE / ICASSP 2025
02
Decision
How strongly should a model commit?
CAP / ACML 2025
03
Trajectory
When is an interaction going wrong?
TRACER / ICML 2026
04
Adaptation
Which changes deserve to persist?
HARNESS / AAAI · under review
07 / 45
Speaker notes · 0:55
The first contribution is Generative Sensing: radial masking and occupancy reconstruction make sparse physical observations useful for downstream perception. This establishes the theme of operating with incomplete information.
CAP moves to foundation-model decisions. It learns how uncertainty should influence the choice between one answer, a prediction set, and abstention. TRACER then considers the complete interaction, where short behavioral failures can matter more than confidence in individual generations.
The Self-Healing Harness addresses the final question: which corrections deserve to persist? The agent proposes a change, and an external runtime evaluates whether the evidence supports retaining it.
These are connected research questions with distinct implementations. The perception study motivates the progression; the later three contributions develop decision, trajectory, and adaptation controls in more depth.
Recover useful structure from partial observations.
08 / 45
Speaker notes · 0:10
My starting point is physical perception: can learned generative structure recover useful information when observing the world has an energy cost?
Physical observation has a budget
Physical cost
LiDAR acquisition
Every emitted pulse has a physical cost.
Prior work
Masked pretraining
MAE · Point-MAE
Occupancy-MAE · MAELi
Research direction
Generative sensing
SensedInferred
Sensing power
Ptotal=Plaser+Pscan+Psignal+Pcontrol
Generative sensing: acquire fewer measurements, then reconstruct useful scene structure.
09 / 45
Speaker notes · 0:50
LiDAR emits light and measures the return. Each blue beam represents a physical measurement. Acquisition consumes energy through laser emission, scanning, signal processing, and control. Reducing observations can therefore reduce the sensing cost.
Masked autoencoding provides the learning foundation. MAE and Point-MAE reconstruct missing input; Occupancy-MAE and MAELi extend this direction to LiDAR representation learning. The middle diagram illustrates that training objective.
My contribution connects learned reconstruction to physical acquisition. The right diagram uses fewer blue measurements and infers the missing structure in gold. These scenes are schematic. R-MAE makes this idea sensor-aware through radial and range-aware masking; its detection performance and reconstruction energy must then be evaluated.
R-MAE learns from radial observations
Angular masking
Select radial scan regions
Range-aware sampling
Reduce distant observations
Occupancy prediction
Reconstruct unsensed structure
Self-supervision uses occupied and empty voxels.
Loccup=BCE(o^,o)
10 / 45
Speaker notes · 1:30
The mask follows the geometry of acquisition. I group voxels by azimuth and select angular regions to observe, matching the radial pattern of a LiDAR scan. Range-aware masking then reduces observations within those regions according to distance.
The observed non-empty voxels enter a sparse 3D convolutional encoder. An occupancy decoder predicts whether query voxels are occupied or empty, using binary cross-entropy for reconstruction. This teaches the representation about structure that is absent from the partial observation.
The pretrained encoder then supports downstream 3D detection. The method operates at very high radial masking ratios, including more than 90%, and the next slides examine detection and energy separately.
The evidence is about useful reconstruction and downstream performance. It does not certify the correctness of each inferred region. That distinction—between generating missing information and knowing how much to trust it—becomes central in the later work.
Learned structure improves detection
Detector baselineWith R-MAE pretraining
The learned representation improves downstream detection across these settings.
Each pair compares the same detector and benchmark with and without R-MAE pretraining. The gray point is the baseline; the gold point uses the learned representation.
On Waymo, CenterPoint Level 2 mAP increases from 64.51 to 67.20, and PV-RCNN increases from 64.84 to 68.95. On nuScenes, CenterPoint mAP increases from 56.03 to 59.20.
These are gains of 2.69, 4.11, and 3.17 percentage points in their respective metrics. The comparisons are within rows because Waymo and nuScenes use different evaluation definitions.
The sparse reconstruction task produces a useful detection representation. Additional heading-aware and KITTI transfer results are in the appendix. These detector comparisons and the masking-ratio study are separate experiments; they do not establish one joint operating point with every reported benefit.
Sensing savings exceed reconstruction cost
Physical sensingReconstruction
≈9.1×lower estimated total energy
A small amount of observation can support useful inference.
The next question is how strongly to trust a generated output.
Paper estimate per 360° scan, including Jetson Nano reconstruction overhead. Table V reports >90% masking.
12 / 45
Speaker notes · 1:15
Reconstruction has a computational cost, so sensing savings alone are insufficient. The relevant comparison includes the energy needed to generate the missing structure.
The conventional estimate is 72 mJ per full scan. R-MAE uses 0.792 mJ for sensing and approximately 7.1 mJ for reconstruction. The displayed components total 7.892 mJ, giving the reported reduction of approximately 9.1×.
These are engineering estimates under the paper’s assumptions, including reconstruction on a Jetson Nano. They support the systems argument that avoided sensing can outweigh the additional reconstruction cost.
This establishes my starting point: generative structure can make incomplete observation useful. The next question is how strongly a system should commit to what it generates. I study that question in foundation models through CAP, using uncertainty to govern the response decision.
Let uncertainty guide the decision.
13 / 45
Speaker notes · 0:10
Generating a plausible answer leaves a decision about how much to trust it. CAP uses uncertainty to choose among answering, preserving alternatives, and abstaining.
A plausible completion still needs a decision
Recovered information becomes useful only when a system decides how much to commit.
Next reliability question: what action should uncertainty permit?
14 / 45
Speaker notes · 0:35
A plausible completion still leaves an operational decision. A language or vision-language model can return one answer, preserve several alternatives, or abstain. Each option has a different cost.
A wrong answer can be expensive, a large set can be unhelpful, and refusing every question provides little utility. CAP learns how uncertainty should govern that choice for each input.
The statistical starting point is conformal prediction, which converts model scores into prediction sets using held-out calibration data.
Calibration turns uncertainty into a prediction set
A held-out calibration set defines which candidate labels remain plausible.
1 · Calibrate a nonconformity threshold
q^α=Q⌈(n+1)(1−α)⌉/n({si}i=1n)
Illustration of the calibration mechanism; dots are schematic.
2 · Include labels within that threshold
Γα(x)={y:s(x,y)≤q^α}
ABC
Smaller risk budget → generally larger prediction sets
Pr{Y∈Γα(X)}≥1−α
Marginal coverage · fixed α · exchangeable calibration and test examples
15 / 45
Speaker notes · 1:30
Conformal prediction begins with a nonconformity score: how incompatible is a candidate label with the input? On a held-out calibration set, I compute the score of each known true label.
A risk level α selects a finite-sample corrected quantile of those scores. For a new input, the prediction set contains the candidate labels whose scores fall below that threshold. Lowering the risk budget generally makes the set more inclusive. The scores in this illustration are schematic.
With exchangeable calibration and test examples, a fixed α, and an appropriately fixed score function, split conformal prediction provides marginal coverage of at least 1 − α. The probability averages over calibration and test draws; it does not certify every individual input.
Methods such as LAC and APS use this foundation to construct informative sets. CAP adds a decision layer: how should the risk choice and response action depend on the utility of this particular input?
LAC / APS adapt the set, while the nominal risk level stays fixed.
CAP research question
Learn the cost of commitment
x⟼πθ(α,β∣x)
Input 1→Answer
Input 2→Set or abstain
Optimize instance-dependent decisions for downstream utility.
The new control variable is the risk and abstention policy.
16 / 45
Speaker notes · 1:00
Conformal prediction sets already adapt to the input: an easy example may yield one candidate, while a difficult one yields several. CAP addresses the policy that determines the risk budget and the operational response.
The relevant background provides three pieces. Confidence and semantic uncertainty characterize model evidence. Conformal prediction calibrates prediction sets. Selective classification introduces rejection when making a prediction is too costly.
CAP connects these pieces through a learned, instance-dependent policy. It chooses risk and abstention parameters so that answering, returning alternatives, and deferring reflect the decision costs.
The examples on the slide illustrate that policy choice. Learning it offers greater flexibility, and also creates a statistical question: what coverage claim remains justified after the risk level itself becomes adaptive?
CAP learns when to answer, offer alternatives, or abstain
CAP learns how strongly to commit for each input.
Input
Model evidence
Base model stays fixed
Learned policy
Select risk
Lightweight MLP
(α,β)∼πθ(⋅∣x)
Conformal mechanism
Set thresholds
Held-out calibration scores
q^predict(α)
q^abstain(β)
Decision
Choose a response
Three possible actions
The learned controls are the risk parameters; calibration turns them into decision thresholds.
Control structure shown. Exact policy features and action mapping are not fully specified in the paper.
17 / 45
Speaker notes · 1:30
The foundation model supplies the evidence for a decision. I denote the context available to the policy by x. CAP keeps the base model fixed and learns a separate control policy around it. The manuscript does not fully specify the exact feature construction, so this diagram represents the control structure.
A lightweight multilayer perceptron implements the policy πθ. For each input, it samples the risk parameters α and β. These are the adaptive controls: the policy can change how strongly the system commits as the input and its uncertainty change.
The conformal mechanism converts those parameters into prediction and abstention thresholds using held-out calibration scores. The two score strips are schematic; their cutoff positions do not encode numerical operating points. This step makes the role of calibration explicit. The validity conditions for a learned policy are a separate question that I address after the training objective.
The configured mechanism can return one answer, preserve a prediction set, or abstain. These branches are alternative actions, not three consecutive operations. Because calibration quantiles and discrete decisions are not differentiable, CAP learns the policy from the utility of sampled actions. That leads to the next slide: what should that utility reward?
The policy optimizes the cost of commitment
The preferred response depends on the costs of being wrong, being vague, and declining.
Quantiles and discrete actions can be optimized through sampled utility.
18 / 45
Speaker notes · 1:15
The objective assigns a cost to each form of commitment. Decision error is penalized; a set-size penalty discourages unhelpfully large sets; and an abstention penalty captures the cost of declining to answer. Coverage contributes a reward, while policy entropy encourages exploration.
These weights express application preferences. They determine how the policy trades answer quality, informativeness, and deferral. The reward is the negative of the resulting cost.
CAP uses REINFORCE. The policy samples an action, observes its reward, and adjusts the log probability of that action relative to a moving-average baseline. The reported implementation trains the lightweight MLP for 200 epochs.
The reward can encourage coverage, but a coverage bonus is not a hard statistical constraint. I therefore evaluate the learned policy’s usefulness separately from the coverage statements its assumptions support.
Adaptive decisions need a precise coverage claim
Fixed-risk CP
Exchangeability supports a marginal guarantee for a fixed risk level.
Pr{Y∈Γα(X)}≥1−α
Adaptive policy
Choosing α from the input changes the guarantee question.
Fixed-risk marginal validity alone does not establish input-conditional coverage.
Held-out evidence
A fixed policy can be evaluated with a finite-sample coverage bound.
∣Covm−Covπ∣≤2mlog(2/δ)with probability ≥1−δ
Fresh i.i.d. test data · frozen policy and calibration mechanism
Policy-calibrated coverage bounds estimation error. A 90% target remains an empirical claim to assess on held-out data.
19 / 45
Speaker notes · 1:00
I separate three claims. Standard split conformal prediction provides marginal coverage for a fixed risk level under exchangeability. That is the calibration foundation.
An input-dependent α requires additional analysis. The fixed-risk theorem alone does not establish input-conditional coverage for arbitrary adaptive choices, so that stronger interpretation is outside the guarantee I rely on here.
After fixing the policy and calibration mechanism, fresh independent test examples let us estimate its population coverage. Proposition 2 applies Hoeffding’s inequality to bound the gap between empirical coverage and that fixed mechanism’s true coverage.
That concentration bound controls estimation error; it does not establish that the true coverage exceeds 90%. The experiments report coverage above the target using an abstention-aware metric. I treat those values as empirical evidence under that definition.
Table 1 · reported five-task averages per model · Bench = the paper’s VLM-/LLM-Bench baseline · MCQA evaluation
Qwen-7B: 0.45 → 0.60 AUROC and 0.71 → 0.89 AUARC.
20 / 45
Speaker notes · 1:45
The multiple-choice evaluation includes ten benchmarks: five vision-language tasks and five language-only tasks. Each plotted pair is the reported five-task average for one model, comparing the Bench baseline with CAP.
AUROC measures how well the uncertainty signal separates correct and incorrect predictions. AUARC summarizes the accuracy retained as increasingly uncertain examples are rejected. The first measures ranking; the second connects ranking to selective answering.
CAP improves both reported averages for all six models shown. For Qwen-7B, AUROC rises from 0.45 to 0.60 and AUARC from 0.71 to 0.89. Those absolute differences are 0.15 and 0.18.
The unit of this comparison is the model average. Individual datasets include counterexamples, so the result does not imply improvement on every task. The conclusion is that the learned policy produces more useful uncertainty ranking and selective responses across these reported averages.
The same decision principle can also be applied inside a free-form answer, where the question becomes which claims to retain.
Table 5 · percentage points (pp) indicate absolute retention gains · target factuality is distinct from retention rate
The next unit of reliability is larger: an agent’s entire trajectory.
21 / 45
Speaker notes · 1:15
For free-form generation, CAP decomposes an answer into atomic claims and uses the learned risk policy to control a retention threshold. The decision is how much useful information can remain while meeting the evaluation’s factuality requirement.
The comparison uses Yi-34B and Conformal Factuality at a stated 90% factuality target. The vertical quantity is content retention. On FActScore, retention rises from 35.5% to 48.2%, a gain of 12.7 percentage points. Natural Questions gains 8.3 points, and MATH gains 4.8 points.
This extends adaptive decision control from selecting an answer to filtering the claims within an answer. The retention gains are distinct from a measured increase in factuality itself.
The unit remains one response. An agent may generate individually plausible responses and still fail through repeated actions, ignored observations, or poor coordination. The next contribution evaluates the whole trajectory.
Recognize failure across an agent’s trajectory.
22 / 45
Speaker notes · 0:10
The next unit is the whole interaction. TRACER looks for behavioral evidence of failure even when an agent’s individual responses remain confident.
Confident steps can still produce a failed task
A sequence of plausible outputs can lose contact with the task.
From output risk to trajectory riskTrack behavior, tool feedback, and user coordination over time.
23 / 45
Speaker notes · 0:50
Confidence in the next response does not tell us whether the task is progressing. An agent can produce fluent messages while repeating an unproductive tool call or overlooking an error returned by the environment.
In this illustrative sequence, the failure becomes visible through the relationship between the action and the observation. The content may remain locally confident even as the interaction stops making sense.
A short critical episode can determine the outcome, while averaging uncertainty over many ordinary steps dilutes its contribution. TRACER therefore evaluates behavior and coherence across the trajectory, with particular attention to its highest-risk episodes.
Uncertainty must account for interaction structure
The object of uncertainty expands from a generated answer to an evolving interaction.
Token confidence
How likely is this generation?Malinin & Gales, 2021 · Jiang et al., 2020
Fluent repetition can remain locally confident.
Semantic uncertainty
Do plausible answers disagree?Kuhn et al., 2023 · Farquhar et al., 2024
Agreement alone does not establish correct tool use.
Agent uncertainty propagation
How does uncertainty evolve?SAUP: Zhao et al., 2025 · UProp: Duan et al., 2025
Which sparse episodes should dominate the final risk?
TRACERBehavioral evidence + coherence gaps + emphasis on critical episodes.
24 / 45
Speaker notes · 1:00
Token and sequence uncertainty measure how probable generated text is. Semantic uncertainty instead measures disagreement in meaning, avoiding the problem of treating paraphrases as different answers.
Those signals are useful, but fluent or semantically consistent text can still accompany an incorrect action. Agent-focused methods such as SAUP and UProp bring uncertainty propagation across steps into the analysis.
TRACER builds on that trajectory perspective. Its emphasis is the sparse critical episode: a loop, an action–observation mismatch, or a coordination failure that changes the task outcome. It combines content uncertainty with behavioral signals and an aggregation that preserves high-risk episodes.
The direct experimental comparisons are normalized entropy, self-reported confidence, semantic entropy, and SAUP. The contribution is the combination of signals and aggregation, rather than temporal reasoning being absent from all prior work.
Observe uncertainty, repetition, and coherence
Measure uncertainty in the generation and in its relationship to the world.
U
Content uncertainty
Surprisal over selected content-bearing tokens
Ut=∣It∣1j∈It∑−logpt(wt,j)
Dₐ
Repetition
Semantic similarity × lexical overlap in a local window
Does the user response align with the preceding agent turn?
DoU(t)=1−cos(ϕ(xt−1),ϕ(xt))
Content filter: exclude stop words, numeric tokens, and highly predictable tokens. φ embeds the textual event or observation.
25 / 45
Speaker notes · 1:30
TRACER measures four complementary signals. Content uncertainty averages negative log probability over selected content-bearing tokens. The filter removes stop words, numeric tokens, and highly probable tokens so that predictable structure does not dominate. Normalization uses the number of retained tokens; this is an uncertainty score, not a probability constrained to the interval from zero to one.
Repetition compares the current agent turn with a local window of earlier turns. For each comparison, semantic similarity is multiplied by lexical overlap, and the strongest match is retained. This helps distinguish a repeated action from related actions involving different entities.
The action–observation gap compares an action with the tool response it produces. Cosine distance between their text embeddings supplies a proxy for mismatch: does the observation remain aligned with what the agent attempted?
The user coordination gap compares an agent turn with the subsequent user response. Actor masks apply the signals where they are meaningful. When token probabilities are unavailable, these behavioral channels can still be used. The distances provide evidence of possible incoherence, rather than definitive semantic judgments.
Let critical episodes determine trajectory risk
A brief failure signal should remain visible inside a long interaction.
Schematic step risks · synthetic values
Tail mean captures critical episodes; maximum preserves the strongest alarm.
1. Keep the strongest signal
rt=max{Ut,αDa,βDoA,γDoU}
Actor masks select the applicable signals.
2. Select the high-risk tail
TMk=K1i=1∑Kr(i)
K = max(1, ⌊kN⌋); risks sorted descending.
3. Combine tail and maximum
TRACER=(1−w)TMk+wtmaxrt
26 / 45
Speaker notes · 1:30
There are two aggregation scales. Within a step, TRACER takes the maximum of the weighted content, repetition, and coherence signals. One strong warning can therefore raise the step risk even if the other channels look normal. The weights are tuned using labeled trajectories.
Across the trajectory, the step risks are sorted from largest to smallest. A tail fraction determines K, and the top K values are averaged. The bars are a synthetic illustration of this operation.
An average over every step gives many uneventful steps substantial influence. The tail mean instead concentrates the assessment on the episodes most likely to matter. It retains several warnings without requiring the entire interaction to look uncertain.
The final score combines this tail mean with the single maximum using weight w. The tail captures a cluster of concerning episodes; the maximum preserves the strongest alarm. The result is a trajectory score whose stability and failure-ranking value can be evaluated separately.
A stable risk score, with conditional failure control
Stable to local perturbations
If every step changes by at most ε, the trajectory score changes by at most ε.
ρ(r)−ρ(s)≤∥r−s∥∞
Monotone · positively homogeneous · subadditive
Failure-risk control is conditional.
Risk dominates hazardCritical risk is tail-sparse
P(B)≤cKE[TMk(r)]+cη
TRACER is a trajectory risk score.
The theorem does not turn an individual score into a calibrated probability of failure.
ρ acts on nonnegative step risks. B: breakdown event; c: hazard-dominance constant; η: risk outside the selected tail.
27 / 45
Speaker notes · 1:00
The aggregation has a useful stability property. If every step risk changes by at most ε, the trajectory score changes by at most ε. Both the maximum and the ordered tail mean are Lipschitz under the infinity norm.
On the nonnegative risk vectors used here, the construction also preserves monotonicity and subadditivity. These properties describe how the score behaves when its inputs change.
A failure-probability bound requires stronger assumptions: the measured risk must dominate the conditional hazard up to a constant, and the risk outside the selected tail must be bounded. A union bound then yields the displayed inequality.
The constants c and η are assumptions, not experimentally calibrated probabilities. I therefore interpret TRACER as a structured risk score and evaluate its usefulness through failure ranking, selective accuracy, and warning timing.
Failures become more separable across domains
τ²-bench · 3 models × airline, retail, telecom · highest score in all 9 settings
The results shown here use τ²-bench in airline, retail, and telecom with Gemini 2.5 Pro, Gemini 2.5 Flash, and GPT-4.1 Mini. The reported task counts are 50, 115, and 114 respectively. Runs use temperature zero with log probabilities enabled.
Each gray point is the strongest of the four baselines for that particular row and metric. AUROC asks whether failed trajectories receive higher risk scores than successful ones. TRACER leads in all nine model–domain settings.
For GPT-4.1 Mini on airline, AUROC increases from semantic entropy’s 0.541 to 0.742, an absolute difference of 0.201. This is a substantial improvement in separating the two outcome classes.
AUARC evaluates accuracy as increasingly risky trajectories are rejected. TRACER also leads in all nine settings on this metric; for Mini on telecom, the comparison is 0.394 versus 0.613.
These results establish better ranking and selective accuracy under the reported protocol. They do not measure an improvement in the underlying agent’s task success, and confidence intervals are not reported for these comparisons.
Warnings arrive early in failed trajectories
Gemini 2.5 Pro · failures detected by the first 20% of trajectory progress
Semantic EntropyTRACER
Retail · absolute gain
+31.1 pp
Earlier warnings leave more of the interaction available for corrective action.
This experiment measures detection timing; it does not evaluate successful intervention.
Failed tasks only · paper operating thresholds; a common false-positive rate is not reported. Progress uses final trajectory length.
29 / 45
Speaker notes · 1:15
Runtime use depends on when a warning arrives. The evaluation finds the first risk-threshold crossing in each failed trajectory and normalizes it by the trajectory’s eventual length.
For Gemini 2.5 Pro, by 20% of the trajectory, TRACER detects 68.0% of airline failures, 97.3% of retail failures, and 97.4% of telecom failures. Semantic entropy detects 56.0%, 66.2%, and 82.1%, respectively.
The retail improvement is 31.1 percentage points. These are the numerical rates reported in the early-warning discussion, so the comparison does not depend on estimating coordinates from a plot.
The rates are conditional on failed tasks and on the selected thresholds. A common false-positive rate is not specified, which limits operating-point comparisons. Earlier warning provides an opportunity for intervention; whether an intervention actually improves the outcome requires a separate experiment.
Both sides of the interaction carry evidence
Gemini 2.5 Flash · Telecom · AUROC ↑
Agent and user signals complement each other
Table 5 actor ablations; combined score from Table 2.
MAX preserves the strongest local evidence
Table 6 · all variants tuned on validation episodes.
Detection creates an opportunity to adapt. What evidence should a correction need before it persists?
30 / 45
Speaker notes · 1:15
The actor ablation holds the model and domain fixed: Gemini 2.5 Flash on telecom. Agent-only TRACER reaches AUROC 0.672, user-only reaches 0.602, and their combination reaches 0.809.
Each participant contributes evidence about the interaction. An agent may remain locally consistent while the user’s response exposes unresolved coordination. Across the reported settings, the full score exceeds the corresponding actor-only variants.
For the same Flash–telecom setting, additive, multiplicative, separate-channel, and MAX aggregation reach 0.795, 0.785, 0.764, and 0.809. The variants are tuned on held-out validation episodes. MAX leads across all nine reported settings, supporting this choice within the tested distributions.
The next question follows from detection: once an agent proposes a correction, what evidence should permit it to persist? Improving the triggering failure is only one part of that decision, because the change may affect other tasks.
Require evidence before behavioral changes persist.
31 / 45
Speaker notes · 0:10
A correction can improve one failure and disrupt other tasks. The final contribution asks what evidence should be required before that correction persists.
Learning from failure changes the next execution
Reflection
Can the agent repair this answer?
Persistent memory
What knowledge should it reuse?
Empirical selection
Which modifications improve performance?
My question: which self-authored changes should receive persistent authority?
Runtime triggering + protected-case non-regression + oversight of the accumulated rules.
32 / 45
Speaker notes · 0:50
A detected failure can become a lesson for later executions. Self-Refine, Reflexion, and CRITIC develop feedback-driven revision; Voyager, ExpeL, AutoManual, Agent Workflow Memory, and A-MEM carry experience across episodes.
STOP and the Darwin Gödel Machine also evaluate self-modifications empirically. My contribution combines runtime degradation detection, checks against previously successful behavior, and re-testing of the accumulated rules.
The Harness gives the agent freedom to propose a correction while reserving the decision to retain it for an external runtime. This extends the research question beyond TRACER; the Harness uses its own detector rather than embedding the TRACER algorithm.
A useful repair can also create a regression
Success on the motivating failure is insufficient evidence for persistent adoption.
55%
211 / 383 rejections
Among replay-decided retirements
A target-only retention rule would have admitted all 211 under the observed replay evidence.
Detected conflicts under sparse protection: ≤2 protected cases per validation round. This is not the incidence among all proposals.
33 / 45
Speaker notes · 1:00
A correction can solve the motivating failure and still be harmful elsewhere. The file-path example illustrates how a reasonable verification instruction can disrupt another workflow; it is a conceptual example rather than an experimental trace.
Replay validation rejected 383 proposals. Of those, 211—55%—improved the triggering failure but degraded protected behavior. Their local benefit was insufficient to pass the non-regression requirement.
Accepting every observed target improvement would have admitted those 211 proposals. The replay gate detected a conflict that testing only the triggering failure would miss.
The denominator is replay-rejected proposals, not all proposals, and each round tested at most two protected cases. The finding establishes detected collateral regressions under that evidence; it does not estimate every harmful change or the outcome of a separately run ungated system.
The agent proposes; the runtime grants persistence
An external runtime surrounds an unmodified agent.
Weights stay fixed · rules evolve
c(R)=c0⊕ι(R)
Standing protocol + compact rule index. Rule bodies enter context only when retrieved.
The agent cannot edit the evaluator, admission gate, replay corpus, or promotion record. Assumes a non-adversarial agent.
34 / 45
Speaker notes · 1:30
The Harness surrounds an otherwise unmodified agent with four operations. Detect evaluates traces; Notice writes a finding to an external mailbox; Heal lets the agent retrieve the evidence and propose a behavioral rule; Validate decides whether that rule receives persistent authority.
A candidate can influence execution provisionally while being tested. Passing validation changes its persistence status. The evolving state is an explicit rule corpus; the underlying model weights remain fixed.
The standing context contains a protocol and compact directory. Notices and rule text are retrieved when needed, rather than placing the entire corpus in every prompt. A per-turn barrier makes evaluation findings available before the next turn.
The evaluator, replay corpus, admission gate, and promotion record sit outside the agent’s editable tool surface. This separates proposing a change from approving its lasting use and makes updates inspectable and reversible. The design assumes a non-adversarial agent operating within that workspace boundary.
Detect a stall or regression in the trajectory
Judge the trajectory of progress, then diagnose the latest step.
Schematic trajectories; no experimental measurements are plotted. M₁: task completion and coherence, evaluated on every trace.
Stall
zj≥10∧pkj<0.5
A gain of ≥0.02 raises the peak and resets the counter.
Regression
mj(xi)<pkj−0.15
Compare the current score with the best observed state.
Trigger → check tool / argument correctness → breach if corroborated; otherwise an advisory trend.
Only corroborated breaches are captured for replay. This is the Harness’s own detector; TRACER is a conceptual precursor.
35 / 45
Speaker notes · 1:30
A low intermediate score is common during a long task. The detector therefore tracks progress over time rather than treating every low value as failure. These curves illustrate the mechanism schematically.
For task completion and coherence, it maintains the best observed score and counts traces since a meaningful improvement. A gain of at least 0.02 updates the peak and resets the count. A stall is 10 traces without such a gain while the peak remains below 0.5.
A regression is a current score more than 0.15 below the peak. Once a stall or regression triggers the gate, the Harness evaluates tool-call and argument correctness on the latest trace, with a direct outcome verifier when one is available.
Corroborated findings become breaches that can supply replay cases. Uncorroborated trends remain advisory. This distinction limits the evidence used to motivate persistent changes: slow progress alone does not automatically justify a lasting correction.
Require target improvement and protected-case non-regression
Persistent authority requires external evidence.
Replay · matched evidence
Improve a failure. Preserve protected behavior.
≤3 matching failures≤2 protected cases
01
At least one triggering failure improves
∃i:Δj^(si)≥0.05
AND
02
Every measured metric on every replayed case
∀i,j:Δj(si)>−0.05
Any violation rejects the candidate, even when its target improves.
When replay is unavailable or remains inconclusive after ≤3 attempts.
Triggering failure stops or becomes less frequent
p^=0∨p^≤p0−0.05
Without history, p₀ = 1.
Unmatched sessions.No protected-case test.
The candidate acts provisionally during evaluation. Promotion grants persistence.
Bounded empirical evidence, not a guarantee against unseen regressions. Protected cases are not ranked for relevance.
36 / 45
Speaker notes · 1:45
Replay evaluates a candidate on at most three matching failure cases and two protected cases. Protection can apply to a metric that succeeded even when another metric failed in the same session.
Admission requires at least a 0.05 target improvement on one failure case. Every measured metric on every replayed case must also change by strictly more than −0.05. Any non-regression violation overrides a target improvement.
The target is a direct verifier outcome when available, otherwise the rule’s declared metric or the triggering metric. These are bounded empirical checks on stochastic executions, so passing depends on the cases and measurements available.
When replay is unavailable or still inconclusive after three attempts, the fallback observes three subsequent sessions. It promotes a candidate if the triggering failure disappears or its rate drops by at least 0.05. Those sessions are unmatched, and this path has no protected-case check.
A candidate can act provisionally during either evaluation path. Passing grants persistence under the observed evidence; it cannot guarantee the absence of regressions on untested behavior.
Same task order · seed 1 · continuous online adaptation · no held-out transfer test. Results use matched completed task-trials.
37 / 45
Speaker notes · 0:45
The paired evaluation spans four models and four splits from three benchmark families. Baseline and Harness use the same agent, prompts, tasks, and order. Each task has four trials and a 100-turn budget.
The split is an online adaptation stream with seed 1. Benchmark-native graders determine reported outcomes; trace evaluations guide adaptation. The primary metric is a continuous completion score between zero and one.
I also distinguish first-trial success from success on all four trials. The latter is not the at-least-one-success pass@k metric. Only matched completed task-trials contribute. The study measures adaptation within the stream; held-out transfer remains a separate question.
Completion improves; most effects remain uncertain
16/16score deltas positive
2/1695% CIs exclude zero
12/16pass⁴ improves; 4 ties
95% percentile bootstrap CIs · 10,000 task-level resamples · score on [0, 1]. Green intervals exclude zero.
Consistent direction across settings; 14 of 16 effects remain statistically unresolved.
38 / 45
Speaker notes · 1:45
Each point is the paired Harness-minus-Baseline change in continuous completion score. The 95% percentile-bootstrap intervals use 10,000 task-level resamples, keeping repeated trials of each task together.
All 16 point estimates are positive. Two intervals exclude zero: AppWorld with terra increases from 0.701 to 0.723, with a difference interval of [0.006, 0.040] and p = 0.01; retail with sonnet increases from 0.669 to 0.701, with interval [0.003, 0.061] and p = 0.03.
The remaining intervals include zero, so those improvements are directional and uncertain. The results support a qualified claim of improved completion across the tested settings, with clearer evidence in those two pairs.
All-four-trials success improves in 12 pairs and ties in four. Only three pairs improve that measure more than first-trial success, so the evaluation does not isolate a distinctive repeatability benefit.
These comparisons evaluate the complete Harness. They do not isolate pre-admission gating, because an immediate-admission arm with the same downstream corpus guard was not run.
Individually valid rules can accumulate into drift
AppWorld / luna: an early advantage becomes a late deficit as admitted rules accumulate.
13 → 70mean active rules, Q1 → Q4
1.50× → 2.52×input tokens / turn vs Baseline
Slope −0.27 × 10⁻³ per task Permutation p = .022
Individual admission does not establish reliability of the accumulated rule set.
Coverage
Guard replays captured breaches, not the full task stream.
Granularity
Per-case drops ≥.05 can miss smaller aggregate shifts.
Live context
Replay may not reproduce retrieval dilution.
39 / 45
Speaker notes · 1:30
A candidate can pass a local test while the accumulated rule set creates a different problem. AppWorld with luna provides an example: the paired completion advantage falls from +0.017 in the first quartile to −0.016 in the fourth.
Over the same progression, mean active rules increase from 13 to 70, and input tokens per turn increase from 1.5× to 2.52× Baseline. The reported permutation test gives p = 0.022 for the trend. This is one configuration, rather than a decline observed across every run.
The corpus guard re-tests the active rules, but did not detect this aggregate drift. Its evidence is limited to captured breach cases, a 0.05 per-metric threshold, and replay conditions that may not recreate the live retrieval state.
Context dilution and rule conflicts are possible mechanisms; the experiment does not establish which caused the decline. The result motivates two distinct controls: evaluating a candidate at admission and monitoring the reliability of the accumulated adaptation state.
The scope of reliability follows the scope of evidence
External evidence makes behavioral adaptation inspectable and reversible.
Object
What the mechanism checks
What remains outside that check
Candidate
Target gain + non-regression on sampled replay cases
Re-test accumulated rules on the captured evaluation corpus
Uncaptured behavior, small aggregate drift, retrieval effects
Deployment
Audit trail and reversible text rules; fixed model weights
Adversarial circumvention and unmeasured properties
Key causal comparison still open
Gated vs immediate admission, with the same downstream corpus guard.
Generalization and practical cost
Freeze rules and test held-out transfer; reduce 1.7–7× latency.
Reliable autonomy must govern both execution and the authority to change future behavior.
40 / 45
Speaker notes · 1:15
The central design contribution is an explicit authority boundary for persistent changes. The agent generates corrections; an external process determines whether the evidence supports retaining them.
The strength of that decision follows the evidence. Replay protects sampled cases and measured metrics. Corpus testing examines accumulated rules but inherits the limits of the captured corpus and evaluator. Explicit text rules make changes auditable and reversible, within the non-adversarial threat model.
Two experiments would strengthen the claim: comparing gated with immediate admission while keeping the same corpus guard, and freezing a learned corpus before evaluating held-out transfer. These would separate the contribution of admission control from other effects of online adaptation.
Deployment also requires reducing the reported latency overhead of roughly 1.7–7×. The current evidence concerns measured task reliability. It extends the thesis from judging a decision or trajectory to governing the changes that affect future behavior.
Reliability at four scales
Reliability must be assessed at the scale where a failure changes the outcome.
01
Observation
Recover useful structure from partial physical observations.
R-MAE / ICASSP 2025
02
Decision
Learn how uncertainty changes the response policy.
CAP / ACML 2025
03
Trajectory
Surface sparse critical episodes across an interaction.
TRACER / ICML 2026
04
Adaptation
Require external evidence before retaining a behavioral rule.
HARNESS / AAAI · under review
The final step extends oversight to how experience changes future behavior.
41 / 45
Speaker notes · 1:30
The four contributions address reliability at progressively broader scales. Generative Sensing uses learned structure to make incomplete physical observations useful, with evidence from downstream detection and an energy estimate that includes reconstruction.
CAP makes uncertainty actionable for an individual decision: answer, retain alternatives, or abstain. TRACER then evaluates the interaction, combining content and behavioral signals so that sparse critical episodes can determine the trajectory score.
The Harness addresses persistence. It separates an agent’s proposal from the runtime decision to retain it, checks for collateral regressions, and exposes the additional problem of accumulated rule drift.
The progression is the thesis contribution: every expansion in autonomy creates another commitment to evaluate. A useful generated output still needs a decision policy; a plausible decision can belong to a failing trajectory; and a successful local repair can change future behavior in harmful ways.
Reliable adaptation therefore requires evidence at the scale of the commitment being made. That principle connects the four studies while preserving the distinct methods, assumptions, and limits of each.
Open questions for reliable adaptation
Adaptive guarantees
How can a learned risk policy retain coverage under changing conditions?
Intervention
When does an early warning translate into a successful recovery?
Persistent adaptation
Which evidence predicts transfer without accumulated regression?
Reliable autonomy requires evidence for its next commitment.
42 / 45
Speaker notes · 1:00
At the decision level, the open problem is combining a learned risk policy with stronger coverage guarantees under changing conditions. CAP provides empirical utility and a way to estimate a fixed policy’s coverage; adaptive risk selection still needs its own validity conditions.
At the trajectory level, the next experiment connects warning to action. Earlier detection matters operationally when an intervention improves task outcomes at an acceptable cost. TRACER establishes useful warning signals, and that intervention benefit remains to be measured.
At the adaptation level, the priorities are isolating admission gating from the corpus guard, testing a frozen corpus on held-out tasks, and understanding how rule interactions and context growth affect long-run reliability.
These questions follow directly from the evidence and limitations of the four studies. They are proposed directions, not completed experiments. My thesis develops the principle that a system’s decisions—and the changes it retains—should be supported by evidence at the appropriate scale.
First author papers
01
Tayebati, Sina, Theja Tulabandhula, and Amit R. Trivedi.
Alongside the four first-author papers, I have collaborated on sensing, uncertainty estimation, robust foundation models, and agent reliability. These publications are ordered from 2023 to 2026, reading down each column and then across.
The earlier collaborations focus on sensor trustworthiness and efficient edge autonomy. The later work develops conformal prediction, robustness, uncertainty decomposition, and runtime reliability for agents.
Thank you. I’m happy to discuss the methods, assumptions, and next steps. My contact email is stayeb3@uic.edu.
Technical appendix
Additional sensing and transfer results
Transfer to KITTI
SECOND
Car
Ped.
Cyc.
SECOND baseline
79.08
44.52
64.49
Waymo pretraining
79.30
48.61
66.62
nuScenes pretraining
79.32
46.05
68.27
AP (%), moderate difficulty, 40 recall positions. Pretrain on source dataset and fine-tune on KITTI.
Waymo Level 2 · PV-RCNN mAPH
60.86 →66.45
+5.59 percentage points in heading-aware AP.
Masking experiments
Original Figure 2. Curves are preserved from the paper; plotted coordinates have not been digitized.
Energy results are estimates. The paper does not establish calibrated uncertainty or safety guarantees for reconstructed regions.
A01 / 10
Technical notes
The KITTI transfer results use SECOND, moderate difficulty, and 40 recall positions. With Waymo pretraining, pedestrian AP rises from the 44.52 baseline to 48.61, a gain of 4.09 percentage points.
For PV-RCNN on Waymo, mAPH rises from 60.86 to 66.45 after R-MAE pretraining, a gain of 5.59 points. This supplements the main slide’s mAP comparison with a heading-aware metric.
The masking-ratio curve is the original Figure 2. Exact curve coordinates are not tabulated, so I use it to discuss the reported trend rather than treating visually estimated coordinates as new numerical measurements.
CAP: assumptions behind the coverage statements
The guarantee depends on what is fixed and which probability is being bounded.
Standard split conformal
Dcal,(X,Y)Pr{Y∈Γα(X)}≥1−α
Fixed α; exchangeable examples; fixed score construction. This is a marginal statement over calibration and test draws.
Input-dependent risk selection
α=α(X)
Marginal validity alone does not imply coverage conditional on every input or validity after arbitrary adaptive risk selection.
Proposition 2 · evaluation of a fixed policy
Covm=m1i=1∑m1{Yi∈Γ(Xi;α(Xi))}
Pr{Covm−Covπ≤2mlog(2/δ)}≥1−δ
Freeze the policy and calibration mechanism; evaluate on fresh i.i.d. data.
This bounds estimation error around true policy coverage. It does not certify 90% coverage or the conditional claims in Eqs. 6–7.
A02 / 10
Technical notes
The standard split conformal result assumes exchangeability, a fixed α, and an appropriately independent score construction. Its guarantee is marginal over calibration and test examples. Exchangeability alone does not imply input-conditional validity.
Equations 6–7 and the sketch of Proposition 1 extend that language to adaptive per-input selection. The standard marginal result is insufficient to establish that extension, so I do not use it as a conditional guarantee in this presentation.
Proposition 2 concerns a fixed learned mechanism evaluated on fresh i.i.d. test examples. Hoeffding’s inequality bounds the empirical coverage error around that mechanism’s population coverage. The bound does not determine the value of that population coverage or certify the nominal target.
This is why I report reward optimization, observed coverage, and statistical guarantees separately. Independent evaluation is essential when a risk policy has been learned from data.
CAP: calibration and empirical coverage
Expected calibration error ↓
Table 4 · reported five-task averages
Model
APS
LAC
Bench
CAP
LLaVA-v1.6-34B
0.17
0.11
0.14
0.03
LLaVA-v1.6-13B
0.20
0.17
0.06
0.03
LLaVA-v1.6-7B
0.21
0.18
0.07
0.04
Yi-34B
0.21
0.16
0.18
0.08
Qwen-14B
0.19
0.15
0.17
0.04
Qwen-7B
0.34
0.30
0.32
0.07
Reported empirical coverage
Table 2 · selected individual cells
Model / task
CAP (%)
LLaVA-v1.6-7B / MMBench
92.96
LLaVA-v1.6-7B / OODCV
91.63
LLaVA-v1.6-7B / ScienceQA
90.49
LLaVA-v1.6-7B / SEEDBench
91.23
Qwen-7B / HellaSwag
91.96
Qwen-7B / HaluDial
91.70
Qwen-7B / CosmosQA
95.68
Qwen-7B / MMLU
91.32
The paper’s coverage metric includes abstaining from incorrect explicit predictions. These empirical values are distinct from a formal set-inclusion guarantee.
Bench: VLM-Bench (Kostumov et al., 2024); LLM-Bench (Ye et al., 2024). ECE averages are reproduced as printed; coverage uses individual cells.
A03 / 10
Technical notes
The left table reports expected calibration error averaged across five tasks per model. Lower ECE means that binned confidence is closer to empirical accuracy. The values are the published model averages.
The right table shows individual coverage cells for LLaVA-7B and Qwen-7B. Each selected value exceeds the stated 90% target. The metric also credits abstention from an incorrect explicit prediction, so its interpretation differs from ordinary prediction-set inclusion coverage.
I use individual task cells here because Table 2’s average column does not reconcile with the four visible task columns. These data support the empirical coverage discussion without relying on that inconsistent average.
Together, the tables describe confidence calibration and measured policy coverage. The preceding assumptions determine what statistical conclusions can be drawn from them.
TRACER: assumptions behind the failure-risk bound
1. Hazard dominance
λt=P(Ct>0∣Ft−1)
λt≤min{1,crt},c>0
The observed score must dominate the conditional hazard up to a constant.
2. Sparse risk outside the tail
i=K+1∑Nr(i)≤η
K=max{1,⌊kN⌋}
Risk omitted by the top-K tail is bounded by η.
Union bound + the two assumptions
P(B)≤E[t∑λt]≤cKE[TMk(r)]+cη
P(B)≤1−wcKE[TRACER(T)]+cη(w<1)
An expectation bound under assumptions, not per-trajectory probability calibration. The paper does not estimate c or η empirically.
B = {maxₜ Cₜ > 0}. Use the maximum on the nonnegative risk domain for the coherence statement; Appendix A.3–A.5.
A04 / 10
Technical notes
The conditional hazard is the probability of a failure-inducing condition given the history before a step. The first assumption bounds that hazard using the measured risk and a positive constant c.
The second assumption bounds the total risk outside the top-K tail by η. Applying a union bound to breakdown and substituting these assumptions gives the tail-mean inequality. Since TRACER is at least (1 − w) times the tail mean, the second inequality follows for w < 1.
This argument concerns the fixed-length risk-vector setting in the theorem. The evaluation does not empirically certify hazard domination or the tail remainder, so the inequality is conditional rather than an estimated probability for an individual trajectory.
For the coherence properties, I use the maximum functional on the nonnegative risk vectors produced by the method. Extending that wording to an unrestricted real-vector infinity norm would require additional qualification.
TRACER: actor and aggregation ablations
AUROC ↑ · actor evidence and aggregation strategy across all nine settings
Model
Domain
Agent only
User only
Combined
Additive
Multiply
Separate
MAX
gemini-2.5-pro
Airline
0.678
0.582
0.735
0.726
0.661
0.711
0.735
Retail
0.637
0.489
0.673
0.660
0.582
0.623
0.673
Telecom
0.647
0.622
0.691
0.678
0.681
0.672
0.691
gemini-2.5-flash
Airline
0.650
0.591
0.725
0.620
0.632
0.675
0.725
Retail
0.692
0.4682
0.707
0.677
0.500
0.638
0.707
Telecom
0.672
0.602
0.809
0.795
0.785
0.764
0.809
gpt-4.1-mini
Airline
0.602
0.725
0.742
0.731
0.643
0.648
0.742
Retail
0.579
0.636
0.689
0.668
0.627
0.679
0.689
Telecom
0.674
0.672
0.765
0.761
0.689
0.753
0.765
Agent/user: Table 5. Combined: Table 2. Aggregation variants: Table 6. Combined and MAX refer to the full TRACER configuration.
A05 / 10
Technical notes
All entries are AUROC. Actor-only scores come from Table 5, full scores from Table 2, and aggregation variants from Table 6. The combined and MAX columns represent the same full configuration.
Combining agent and user evidence improves on either corresponding actor-only variant in every row. Either actor-only variant can still lose to other methods, so that stronger claim is not supported.
MAX leads the reported aggregation comparisons, with the size of the advantage varying by setting. The table retains the reported precision, including 0.4682 for the Flash retail user-only result. Confidence intervals and repeated-run variance are not reported.
Harness: all matched results
B = Baseline · H = Harness. Task-completion score on [0, 1]; pass⁴ requires success on every trial.
Benchmark / model
n
Score B
Score H
Δ
95% paired CI
p
pass@1 B → H
pass⁴ B → H
AppWorld / terra
166
0.701
0.723
+0.022
[+.006, +.040]
.01
0.018 → 0.054
0.000 → 0.000
AppWorld / luna
168
0.658
0.662
+0.004
[−.01, +.02]
.54
0.000 → 0.006
0.000 → 0.000
AppWorld / haiku
168
0.566
0.590
+0.024
[−.06, +.10]
.58
0.000 → 0.143
0.000 → 0.143
AppWorld / sonnet
166
0.714
0.727
+0.013
[−.005, +.032]
.17
0.030 → 0.048
0.006 → 0.012
Terminal-Bench / terra
10
0.450
0.525
+0.075
[−.13, +.33]
.65
0.444 → 0.556
0.333 → 0.444
Terminal-Bench / luna
10
0.275
0.300
+0.025
[−.10, +.15]
.72
0.300 → 0.400
0.100 → 0.200
Terminal-Bench / haiku
10
0.229
0.375
+0.146
[−.28, +.52]
.42
0.600 → 0.600
0.000 → 0.200
Terminal-Bench / sonnet
10
0.398
0.417
+0.019
[−.41, +.43]
.90
0.571 → 0.429
0.000 → 0.333
τ² retail / terra
114
0.681
0.704
+0.023
[−.004, +.050]
.09
0.384 → 0.411
0.125 → 0.143
τ² airline / terra
50
0.724
0.741
+0.017
[−.019, +.054]
.34
0.500 → 0.540
0.360 → 0.400
τ² retail / luna
114
0.650
0.662
+0.012
[−.02, +.04]
.47
0.339 → 0.357
0.099 → 0.117
τ² airline / luna
50
0.690
0.704
+0.014
[−.02, +.05]
.42
0.460 → 0.480
0.280 → 0.320
τ² retail / haiku
114
0.632
0.651
+0.019
[−.009, +.047]
.18
0.304 → 0.321
0.071 → 0.080
τ² airline / haiku
50
0.682
0.696
+0.014
[−.02, +.05]
.44
0.440 → 0.460
0.320 → 0.340
τ² retail / sonnet
114
0.669
0.701
+0.032
[+.003, +.061]
.03
0.366 → 0.384
0.107 → 0.107
τ² airline / sonnet
50
0.710
0.740
+0.030
[−.006, +.066]
.10
0.440 → 0.480
0.320 → 0.320
10,000 task-level bootstrap resamples; two intervals exclude zero. Rates use matched completed task-trials, so pass@1 and pass⁴ denominators can differ within a row.
A06 / 10
Technical notes
This table contains all matched results from Table 1. Completion is a passing-test fraction in AppWorld and Terminal-Bench, and a per-component reward in τ²-bench. The highlighted cells identify the two paired completion intervals that exclude zero.
Only matched completed task-trials contribute. The n column is not necessarily the denominator for both binary rates, and rounded rates do not identify exact integer success counts. First-trial success and all-four-trials success therefore need their own denominator interpretation.
The model labels are abbreviated; the main evaluation slide gives the full model names and protocol. I use the tabulated results as the quantitative basis because the Terminal-Bench values in the paper’s Figure 2 are inconsistent with Table 1.
Validation strength depends on replay availability
Replay share indicates how much validation received the protected-case test.
Replay share R / F = replay / forward events
terra
luna
haiku
sonnet
AppWorld
87%104 / 15
90%189 / 21
84%168 / 32
86%93 / 15
Terminal-Bench
0%0 / 206
0%0 / 324
0%0 / 280
0%0 / 230
τ² airline
72%118 / 46
69%151 / 68
64%132 / 74
58%59 / 43
τ² retail
89%246 / 30
92%357 / 29
88%332 / 45
91%211 / 21
Terminal-Bench: no replay support
Rebuilding task environments was not supported. All 70 proposed rules were promoted through forward evidence.
Airline: replay-budget mismatch
Agent-turn budgets were consumed as message hops, truncating some replays before relevant behavior.
Natural variation, not an ablation: path shares are confounded by benchmark and model. Validation events are not one-to-one with rule counts.
A07 / 10
Technical notes
The table reports validation events and replay shares. An event is not the same unit as a rule: replay and forward counts cannot be added to reconstruct promotion or retirement totals.
Terminal-Bench had no replay support because candidate evaluation would require rebuilding and rerunning task environments. Its four runs used forward evidence and recorded no retirements. That also means these candidates received no replay-based protected-case test.
In airline, a budget-unit mismatch caused some replays to end early: a configured agent-turn budget was consumed as message hops. This reduced the available replay evidence.
The differences are observational and confounded with model and benchmark. A higher replay share does not by itself establish that replay causally outperforms forward validation. It does establish that candidates were admitted under different strengths of evidence.
Oversight adds context, evaluation cost, and latency
1.25×mean context
1.72×total spend incl. repair
1.7–7×wall-clock latency
Benchmark / model
Tokens / turn B → H
Ratio
Turns / trial B → H
Execution $ B → H
Repair $
Seconds / trial B → H
AppWorld / terra
5215 → 7504
1.44×
10.1 → 11.9
26.47 → 34.45
8.26
17 → 109
AppWorld / luna
5172 → 8986
1.74×
9.9 → 11.6
2.57 → 4.19
1.79
17 → 114
AppWorld / haiku
5580 → 7590
1.36×
10.0 → 11.4
5.80 → 7.60
4.20
18 → 112
AppWorld / sonnet
7110 → 9310
1.31×
10.2 → 11.5
28.00 → 34.00
11.00
20 → 120
Terminal-Bench / terra
6837 → 6151
0.90×
8.5 → 9.1
3.67 → 2.37
0.61
101 → 202
Terminal-Bench / luna
3968 → 4984
1.26×
7.2 → 8.3
0.16 → 0.17
0.14
97 → 209
Terminal-Bench / haiku
5210 → 6090
1.17×
7.8 → 8.6
1.15 → 1.35
0.42
95 → 198
Terminal-Bench / sonnet
6610 → 7010
1.06×
8.1 → 8.5
4.10 → 4.30
0.75
99 → 205
τ² airline / terra
5920 → 6510
1.10×
7.6 → 7.9
5.50 → 6.20
2.20
24 → 145
τ² airline / luna
3982 → 4655
1.17×
8.2 → 8.7
0.41 → 0.53
0.84
19 → 133
τ² airline / haiku
5670 → 6100
1.08×
7.0 → 7.1
9.75 → 10.46
9.14
26 → 125
τ² airline / sonnet
7243 → 7732
1.07×
7.1 → 7.1
26.00 → 27.71
15.02
41 → 173
τ² retail / terra
5510 → 7220
1.31×
9.8 → 10.9
8.40 → 10.60
5.40
25 → 166
τ² retail / luna
4198 → 6056
1.44×
10.3 → 11.7
1.08 → 2.53
3.63
20 → 175
τ² retail / haiku
6010 → 8120
1.35×
9.9 → 11.1
18.00 → 22.00
11.50
29 → 168
τ² retail / sonnet
7610 → 9820
1.29×
9.6 → 10.7
36.00 → 43.00
18.00
42 → 190
Run totals: $177.06 Baseline → $211.46 Harness execution, plus $92.90 repair. Repair is additional to the Harness execution column.
Dominant overhead: synchronous trace evaluation. Agent-turn increases range from 0.0 to 1.8 per trial.
A08 / 10
Technical notes
Overall cost includes both ordinary Harness execution and additional repair work. Across the 16 pairs, Baseline execution costs $177.06; Harness execution costs $211.46, with another $92.90 for repair. Together, these give the reported total ratio of 1.72×.
The mean input-context ratio is 1.25×. Terminal-Bench with terra is the one setting with fewer input tokens per turn under the Harness.
Synchronous model-judged trace evaluation produces a larger latency increase, reported at roughly 1.7–7×. This is a practical constraint on runtime oversight and motivates studying evaluation scheduling and barrier placement.
These are measurements of the complete system. They account for additional repair spend, but they do not isolate the independent cost of each component.
Selected foundations and related work
Generative sensing
He et al. Masked Autoencoders Are Scalable Vision Learners. CVPR 2022.
Pang et al. Masked Autoencoders for Point Cloud Self-supervised Learning. ECCV 2022.
Min et al. Occupancy-MAE. IEEE T-IV, 2023.
Krispel et al. MAELi. WACV 2024.
Decision uncertainty
Vovk, Gammerman, Shafer. Algorithmic Learning in a Random World. 2005.
Angelopoulos & Bates. A Gentle Introduction to Conformal Prediction. 2021.
Romano, Sesia, Candès. Classification with Valid and Adaptive Coverage. NeurIPS 2020.
Mohri & Hashimoto. Language Models with Conformal Factuality Guarantees. ICML 2024.
Farquhar et al. Detecting Hallucinations Using Semantic Entropy. Nature 2024.
Zhao et al. Uncertainty Propagation on LLM Agent (SAUP). ACL 2025.
Barres et al. τ²-bench: Evaluating Conversational Agents in a Dual-Control Environment. 2025.
Persistent adaptation
Madaan et al. Self-Refine. NeurIPS 2023.
Shinn et al. Reflexion. NeurIPS 2023.
Zelikman et al. Self-Taught Optimizer (STOP). 2024.
Zhang et al. Darwin Gödel Machine. 2025.
A09 / 10
Technical notes
The selected foundations follow the four parts of the talk: masked reconstruction for perception, conformal and selective prediction, uncertainty over agent interactions, and learning from experience through persistent changes. Each paper’s bibliography contains the complete references.
For the coverage discussion, the key foundation is the distinction between marginal and conditional validity in Angelopoulos and Bates, Section 3.1. Adaptive decisions require care about which of those claims the assumptions support.
For self-modification, STOP and the Darwin Gödel Machine already use empirical evaluation. The Harness contribution combines runtime triggering, protected-case admission checks, and oversight of accumulated rules within an external authority boundary.
Experiments that would strengthen the evidence
Question
Proposed experiment
What it would establish
Does admission control help?
Gated vs immediate admission, with the corpus guard held fixed
Separate the gate from the rest of the Harness
Do retained rules transfer?
Freeze the adapted corpus; evaluate on held-out tasks
Generalization beyond the online adaptation stream
Why does drift accumulate?
Vary rule count and retrieval budget; measure context and interference
Distinguish dilution from conflicting instructions
Can oversight be cheaper?
Compare synchronous barriers and selective evaluation schedules
Reliability–latency trade-off
These are open experiments. The supplied Harness paper does not report these controls.
Additional limits: one seed, bounded replay coverage, judge sensitivity, and non-adversarial access assumptions.
A10 / 10
Technical notes
The most direct control compares gated admission with immediate admission while retaining the same downstream corpus guard. A further immediate-admission arm without that guard would separate the two protection mechanisms.
Freezing the learned rule corpus before evaluating held-out tasks would test transfer, separately from performance in the path-dependent online adaptation stream.
Rule-count and retrieval-budget sweeps would help distinguish context dilution from rule interference. Varying the barrier and evaluation schedule would measure the reliability–latency trade-off.
These experiments were not run in the current study. They are the controls needed to strengthen the causal and generalization claims raised by the reported results.