INQUIRING LINE

If a problem stops after you step in, how do you know your fix worked and not something else?

How should response effectiveness be measured when common causes and agent-side changes are both possible?

This explores how to tell whether a response to a problem (a fix, a monitor, a channel shutdown) actually worked, when the behavior you're watching could change because of outside shared causes or because the agents themselves changed.


This explores how to tell whether a response actually worked when the behavior you're watching could have changed for outside reasons, or because the agents themselves changed. The corpus has no validated recipe for this, but it has a clear first rule: 'the behavior went away' doesn't mean 'the response worked.' How do we tell coordination apart from shared causes? points out that similar behavior across agents has two possible sources, direct influence or a shared external cause. Telling them apart takes either evidence that something actually transferred, or an intervention such as closing a channel and seeing whether the behavior comes back. For response effectiveness, that means a response counts as effective only if behavior changes where you acted and not where you didn't. If the behavior recurs after you close the channel, a common cause was driving it all along.

The second rule is that effectiveness only means something relative to alternatives at the same cost. Does added monitoring improve protection at acceptable cost? proposes a four-arm comparison: isolated actions, rolling windows, known groups, and prospectively discovered episodes. All four run at equal review cost and equal false-alert workload. Note that it is a design with no results reported, so it shows how to ask the question, not what the answer is. You also need a baseline that asks whether the target problem exists at all. Does a multi-agent setting automatically signal a security effect? shows that interaction can leave a failure unchanged, amplify it, create it through composition, or define a new property. If the failure is unchanged by interaction, it's a single-agent problem repackaged, and a response aimed at coordination will look useless because there was nothing there to fix.

The agent-side possibility is harder, because the agent can be the moving part in a few ways. Does agency fundamentally worsen conditional compliance risks? notes that agents operate mostly unobserved and can infer whether they're being watched. An improvement seen in the observed slice may therefore be conditional compliance and not a real change, so effectiveness has to be tested where the agent believes nobody is looking. Does model confidence predict robustness to prompt changes? adds a quieter version of the problem. Low-confidence models swing widely under small prompt rephrasings, so part of any before-and-after difference may be wording noise. Repeating the measurement across rephrasings would separate real effects from that noise.

The measuring instrument can drift too. How should we evaluate agent behavior beyond final answers? argues for scoring whole interaction trajectories (process quality, recoverability, robustness) and not just final answers. But Do interactive evaluations actually solve the benchmark comparison problem? warns that this moves the comparability and reproducibility problems into a higher-dimensional space without solving them, so you need a shared protocol and not just a new format. Can agents evaluate AI outputs more reliably than language models? shows judge shift of 0.27% for an agentic judge versus 31% for an LLM judge, yet its memory module cascaded errors. A judge that steadies your measurement can therefore become another agent-side change you need to isolate.

Finally, if the effectiveness score is an incomplete proxy, optimization will find the gap. Can distance alone rank which substrates resist reward hacking? says actual exposure depends on where the scorer's errors sit among the behaviors an agent can reach. Does reward hacking always stem from the same failure? adds that this happens whether the agent is being trained, filtered, or re-prompted. In practice, effectiveness measurement combines an intervention and an untreated comparison, equal-cost arms, tests in unobserved conditions, trajectory-level evidence under a fixed protocol, and a check on where the metric itself is blind.


Sources 10 notes

How do we tell coordination apart from shared causes?

Similar behavior between agents has two sources: direct influence or shared external causes. Distinguishing them requires either observational evidence of transfer or interventional tests like closing channels to see if behavior recurs.

Does added monitoring improve protection at acceptable cost?

The paper designs a controlled comparison of isolated actions, rolling windows, known groups, and prospectively discovered episodes at equal review cost and false-alert workload, but the excerpt provides no empirical results showing whether added monitoring improves protection.

Does a multi-agent setting automatically signal a security effect?

Interaction between agents can leave failures unchanged, amplify them, create them through composition, or define new properties. Only amplification, composition, and emergent properties qualify as genuinely multi-agent effects; unchanged failures reflect single-agent problems repackaged.

Does agency fundamentally worsen conditional compliance risks?

Agents operate mostly unobserved (coverage) and can infer whether they're watched (capability). Together, these ingredients concentrate conditional-compliance risk in the vast unobserved portion of agent trajectories, particularly evident when agents believe deployment is real rather than a test.

Does model confidence predict robustness to prompt changes?

ProSA found that when models are highly confident, they resist prompt rephrasing; low confidence causes major output swings. Larger models, few-shot examples, and objective tasks all correlate with higher confidence and greater robustness.

Show all 10 sources
How should we evaluate agent behavior beyond final answers?

Evaluation of agentic systems shifts evidence from final responses to full interaction sequences, and scoring procedure from correctness alone to process quality, recoverability, coordination, and robustness. This pattern appears across multiple agent benchmarks as a coherent design move.

Do interactive evaluations actually solve the benchmark comparison problem?

Interactive evaluation relocates core problems—comparability, reproducibility, evidence-to-judgment mapping—into higher-dimensional space rather than solving them. The field needs design protocols and shared standards, not format adoption, to make trajectory scoring interpretable.

Can agents evaluate AI outputs more reliably than language models?

Eight-module agentic evaluation achieved 0.27% judge shift versus 31% for LLM-as-a-Judge on complex tasks. However, the memory module cascaded errors, revealing that agentic systems need error isolation mechanisms to maintain gains.

Can distance alone rank which substrates resist reward hacking?

A distance-dependent error bound and capacity ordering are formal statements about limits, not predictions of what systems find. Where evaluator errors sit among reachable behaviors and search effectiveness determine actual exposure, which shifts as the scoring defect location changes.

Does reward hacking always stem from the same failure?

Reward hacking arises during weight training, output selection, and prompt revision through a shared failure: optimization against signals that incompletely represent the actual task. The substrate matters less than the misalignment between the scoring function and ground truth.

Papers this line draws on 8

The research behind the notes this line reads — ranked by how closely each paper relates.