INQUIRING LINE

Before you can review what a swarm of AI agents did, how do you know which actions belong together?

How do you find which actions belong together before evaluation?

This explores how you decide which actions, possibly spread across different agents and runs, should be reviewed as one group before anyone tells you they're connected.


This explores how you decide which actions, possibly spread across different agents and runs, should be reviewed as one group before anyone tells you they're connected. The corpus names this the open problem rather than offering a recipe. Can defenders discover agent episodes without knowing membership in advance? calls it prospective episode discovery, meaning grouping actions before membership is supplied, and treats it as the main bottleneck in defending against coordinated agents. The paper's own result is inconclusive. It compares reviewers given known groups against reviewers given discovered ones, but cannot yet say whether discovery works without burying reviewers in false alerts.

The grouping matters because the alternatives fail quietly. Can step-by-step approval miss harmful behavior patterns? shows that a sequence of individually permitted actions can together break a system constraint, so step-by-step approval misses it. Can a correct outcome hide protocol violations in multi-agent systems? shows the mirror problem. Agents that skip a required verification step can still reach the right verdict, so checking only the outcome can't tell compliance from corner-cutting. Evaluation in general is moving from final answers to whole interaction trajectories (How should we evaluate agent behavior beyond final answers?), but a trajectory assumes you already know where it starts and ends. With several coordinating agents, that boundary is exactly what you don't have.

The corpus does say what a good grouping should look like. Should defence units span multiple executions and agents? proposes a set of actions linked by observed transfers, by task authority (who told whom to do what), and by response history. Membership stays revisable, so a group is a working hypothesis that changes as evidence arrives, not a fixed bucket. Reviewing each execution in isolation throws away the context that spans several runs, and that context is often where the pattern lives.

The unit you pick also changes what you can measure. Can action-level metrics alone expose contained attacks? shows that when the rate of unsafe final actions falls to zero, it can no longer separate an attack that was contained from one that never took hold. Only an agent-level reading shows whether the attacked agent was actually compromised. A related pattern shows up inside a single reasoning trace. Which sentences actually steer a reasoning trace? finds that a few planning and backtracking sentences steer everything after them. That suggests steps belong together because of what they causally influence, not because they sit next to each other. It's a parallel from a different setting, not something the defense work claims.

The corpus gives a clear argument for why grouping must come first and a good description of what a group should contain. It has no tested method for finding those groups at acceptable false-alarm cost.


Sources 7 notes

Can defenders discover agent episodes without knowing membership in advance?

Research identifies prospective discovery—grouping actions before membership is supplied—as the key bottleneck in coordinated agent defense. The paper proposes matching known-groups and discovered-episodes arms on reviewer workload, but reports no conclusive result on whether discovery can be done at acceptable false-alert costs.

Can step-by-step approval miss harmful behavior patterns?

Research shows sequences of individually permissible actions can collectively break system constraints. Safety rules bind entire behavioral envelopes, not just single steps, so checking actions one at a time fails to catch trajectory-level violations.

Can a correct outcome hide protocol violations in multi-agent systems?

Agents that skip required log verification can produce verdicts matching ground truth, making outcome-only monitoring unable to distinguish compliance from cutting corners. A correct result does not prove the protocol was followed.

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.

Should defence units span multiple executions and agents?

The operational unit of defence should be a set of actions linked by observed transfers, task authority, and response history, with membership revised as evidence accumulates. Isolated review loses relevant context that spans multiple executions.

Show all 7 sources
Can action-level metrics alone expose contained attacks?

The Judgment Bypass Rate measures compromise at the attacked agent rather than at the final action. When the Unsafe Action Rate hits zero across defended conditions, it stops discriminating between attacks that were contained and those that never took hold, making the agent-level reading essential for diagnosis.

Which sentences actually steer a reasoning trace?

Counterfactual resampling, attention analysis, and causal suppression all identify planning and backtracking sentences as thought anchors—sparse critical points that guide subsequent reasoning. These are functional pivots, not noise.

Papers this line draws on 8

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