뉴스로 돌아가기
혁신AI Understanding 브리핑

New Benchmark Finds AI Agents Wrongly Block Approved Work 28% of the Time

A preprint introduces SteerBench-Work, a 106-scenario test of the moment an AI agent decides to act or pause for review. Across 30 model conditions, the authors report that wrongly holding cleared work was roughly 28 times more common than wrongly allowing unsafe work.

7 min readRead the primary source
Source-provided image accompanying New Benchmark Finds AI Agents Wrongly Block Approved Work 28% of the Time
기본 소스 문서녹음된 소스
출판사
arxiv.org
소스 링크
arxiv.orghttps://arxiv.org/abs/2608.12654
소스 유형
기본 문서 — 우리가 직접 읽는 공식 발표, 논문, 서류 또는 자사 페이지입니다.
맥락60초 안에 이해하세요

여기서 시작하세요

주요 용어

벤치마크
모델 성능을 측정하고 비교하는 데 사용되는 표준화된 테스트 또는 데이터 세트입니다.
추론 시간 계산
각 응답을 생성하는 동안 소비된 처리 능력의 양입니다.
인간 참여형
인간이 AI 출력을 검토, 안내 또는 재정의하는 워크플로입니다.
자신을 테스트해 보세요AI 에이전트 퀴즈

무슨 일이 일어났나요?

Researchers Oguz Serdar and Cuneyt Mertayak posted a preprint describing SteerBench-Work, a for the pre-commit "proceed or hold" decision in workplace AI agents. They report that across 30 model conditions, models wrongly held authorized, evidence-cleared work on 28.1% of opportunities and wrongly allowed unsafe work on 1.0%.

Two researchers, Oguz Serdar and Cuneyt Mertayak, posted a preprint to arXiv on 12 August 2026 introducing SteerBench-Work, a built around a single decision inside a long-running AI agent's workflow: whether to commit an action or hold it for human or policy review. The authors call this the steering decision and place it at what they term the action boundary — the point just before an agent sends an email, merges a pull request, or wires a payment. The benchmark does not score whether an agent can complete a task. It scores whether the agent crosses or holds that boundary correctly.

The release described in the abstract is labelled v2026-05 and contains 106 scenarios spanning developer operations, customer service, finance, legal, medical, HR, and security. The scenarios are anchored in public incidents. Each is paired with what the authors call an evidence-reversed mirror — a version of the same situation in which the underlying evidence points the other way — alongside calibration controls. Labels are split nearly evenly between proceed and hold, which the authors say is deliberate: it gives the two error directions close to the same number of chances to occur, so a model cannot score well simply by defaulting to caution. In each item, a model is shown a proposed action and the available evidence, and returns a gate decision.

Across 30 model conditions, the authors report that failures run almost entirely in one direction. Models wrongly held authorized, evidence-cleared work on 28.1% of opportunities, while wrongly allowing unsafe work on 1.0%. The hardest category, according to the abstract, is what the authors call risk-resolved commits: cases where a genuine risk trigger fired but signed or structured evidence has already cleared it, and the correct answer is to proceed. Performance also diverged sharply between famous incidents and their mirrors — 98.5% on the incidents themselves versus 63.8% on the evidence-reversed versions.

The authors draw a further distinction between general capability and steering calibration. Higher-capability models, they write, often over-refuse at the commit boundary, and additional reasoning can repair a weak gate while leaving an already-calibrated one flat. The abstract points to a public leaderboard, but the source page renders the address as a placeholder rather than a working link.

Several things are not established by the material available here. The abstract does not name the models tested, does not define what counts as a distinct "model condition" among the 30, and gives no per-domain or per-model breakdown. It does not describe who wrote the ground-truth labels or how disagreements were resolved, and the version label v2026-05 is not explained against the August submission date. This is a version-one preprint with no indication of peer review, and none of the figures have been independently reproduced.

소스 세부정보: arxiv.org

왜 중요한가요?

Most agent safety testing measures whether models block harmful actions. This work measures both error directions and finds the dominant failure is over-blocking, which carries real operating costs and can push humans into rubber-stamping. The numbers come from an unreviewed preprint and have not been independently verified.

AI agents are increasingly deployed to take actions rather than only produce text, and the point where a suggestion becomes an irreversible effect is where the risk actually lands. A great deal of published agent safety work asks one question — did the model refuse the harmful thing? — and a system that refuses everything scores perfectly on that question while being useless. By balancing proceed and hold labels and reporting both error rates, this measures the tradeoff instead of one side of it.

If the reported asymmetry generalizes, the practical problem in enterprise agent deployments may be closer to over-blocking than to runaway action. False holds are not free. Each one routes work back to a person, which erodes the efficiency case for automating the task at all, and adds latency to processes such as ticket resolution or code review where the delay itself has a cost. There is a subtler risk too: a review queue full of unnecessary escalations trains reviewers to approve quickly, which weakens the human oversight that the hold mechanism exists to provide. That downstream effect is a reasonable inference from the setup, not something the measures.

The gap between 98.5% on famous incidents and 63.8% on their evidence-reversed mirrors is the result most worth scrutiny. It is consistent with models recognizing the shape of a well-documented failure and responding to that recognition rather than reading the evidence in front of them. If that reading holds, it complicates how buyers should interpret agent safety scores generally: a model can look reliable on scenarios that resemble published cautionary tales while handling the same structural situation poorly when the facts are rearranged. The authors' "risk-resolved commits" category tests exactly this — evidence exists that clears a triggered risk, and the model must actually process it.

The findings also bear on how requirements are written. Policies that mandate review for categories of action assume the gate is the safe default. This work suggests the gate has its own error rate, in the direction of blocking cleared work, and that the rate should be measured rather than assumed to be near zero.

Weighing against all of this: the evaluates a single pre-commit judgment given a curated evidence packet, not an agent operating a real tool loop with incomplete information it must gather itself. Real deployments also sit behind permission systems and organizational context that the scenarios cannot fully represent. Whether 106 constructed scenarios, however carefully anchored, predict behavior in production is an open question, and the claims here are the authors' own.

Interactive Mechanism

대화형 메커니즘: 실제로 작동하는 방식

이 개발의 이면에 있는 기본 기술을 대화식으로 살펴보세요.

Thinking Budget (Test-Time Tokens):1,024 tokens
Complex Accuracy79%Math & Code Logic
Latency3.2sTime to first full output
Inference Cost$0.0092Per query estimated
Reasoning StyleStep VerificationInternal chain depth
Active Thinking Trace:
1Deconstruct user problem into formal constraints
2Propose candidate hypotheses & step-by-step calculation
3Self-correction: Backtrack and refute subtle edge cases
4Exhaustive consistency check & final output synthesis
Core takeaway: Test-time compute fundamentally changes AI economics. Instead of only scaling during pre-training, giving reasoning models more tokens at inference time allows them to systematically solve PhD-level STEM problems.
대화형 개념 확인+10 Points
AI Agents Quiz

What is the most accurate way to describe what AI Agents can do today?

다음에 무엇을 볼 것인가

Whether the full paper, dataset, and leaderboard identify the models tested; whether independent groups reproduce the over-refusal gap; whether the evidence-reversed mirror results hold up as a sign of pattern-matching; and whether buyers and regulators start treating false holds as a measured failure rather than a safe default.

The most immediate thing to look for is disclosure. The full paper, any released dataset or code, and the leaderboard the abstract references would show which models were tested, how the 30 conditions were composed, and how the 28.1% figure distributes across models and domains. An aggregate number spanning 30 conditions can conceal wide variation, and the practical question for anyone selecting a model is which systems sit at which end of that range.

Independent replication matters more than the headline figure. Watch for other groups running the scenarios, for scrutiny of the ground-truth labels on the hardest "risk-resolved commit" cases, and for whether the incident-versus-mirror gap survives testing by people who did not build the . That gap is the paper's most consequential claim, and it is also the one most dependent on how the mirrors were constructed.

Also worth tracking is whether the single-step framing transfers. A model asked to gate one proposed action with evidence supplied is in a different position from an agent mid-task that must decide what evidence to gather before committing. Follow-up work placing the same scenarios inside full agent loops would test whether the calibration measured here predicts real behavior.

On the adoption side, the question is whether false-hold rates enter procurement and system cards alongside refusal rates, and whether model developers begin tuning for calibration at the action boundary rather than for caution alone. The authors' claim that added reasoning helps weak gates but not already-calibrated ones, if confirmed, would push against the assumption that more reliably improves safety-relevant judgment.

Finally, watch the versioning. A labelled v2026-05 and anchored in public incidents faces a contamination problem as its scenarios circulate and future models train on them. How the authors refresh the set — and whether mirror performance improves through genuine reasoning gains or through exposure — will determine how long the numbers mean what they mean today.

관련 가이드 및 퀴즈

AI 에이전트AI 윤리AI 모델 설명알고 있는 내용을 테스트해 보세요. 무료 AI 퀴즈를 시도해 보세요.용어집에서 AI 용어를 찾아보세요.
이것이 유용하다고 생각하시나요?