Helpline: A Way to Ask for Help and Continue
Matías Podeley · Agustín Brusco · Mateo Zárate
Alejandro Garibotti · Pablo Corrales Fernández
BAISH (all authors)
With Apart Research
AI Incident Response Sprint · September 2026
Team working draft · 13 September 2026 · Author order and remaining details to confirm
Abstract
Summarize your project in 150–250 words. A strong abstract lets a reviewer understand what you did and why it matters without reading anything else. Make sure to cover: the problem, your approach, key results, and the main takeaway. Polish it last: the abstract should reflect your final results, not your initial plan.
Full guidance for this section
Summarize your project in 150–250 words. A strong abstract lets a reviewer understand what you did and why it matters without reading anything else. Make sure to cover: the problem, your approach, key results, and the main takeaway. Polish it last: the abstract should reflect your final results, not your initial plan.
When an AI worker encounters a missing file, it needs a sanctioned way to say so and to ask to stop, instead of working around the blocker. We contribute an executable delegate line for that path. The worker reports the blocker and stays in the same environment; a delegate in a separate context classifies the claim and returns a verdict; a request to pause is recorded for review after the run, and the run continues. The line cannot repair, pause, or resolve anything, so it cannot explain an outcome. This builds on Gomez’s escalation-reporting work by answering with a verdict rather than a receipt, without telling the worker that reporting is preferable. Retained scripted tests exercise the report-verdict-continue sequence; they do not show that a model will use it. The next experiment runs one file-search task with and without its input, with and without the line. Model use remains untested.
1. Introduction
What problem are you addressing and why does it matter?
Full guidance for this section
What problem are you addressing and why does it matter?
Connect it to your work: we want to know why your work is practically valuable.
Provide enough background for readers to understand your work.
If relevant, briefly describe the threat model or failure mode you're addressing; reference prior work that motivates why it is worth addressing, or explain it yourself.
Aspire to clearly list your most important contributions that go beyond what exists today.
Our main contributions are:
[First contribution — what new thing did you create, discover, or demonstrate?]
[Second contribution]
[Third contribution, if applicable]
Imagine giving an agent a task when a required file is missing. It searches, tries alternatives, and gets nowhere. How does it tell you the task may be broken? Who answers? Can it get back to work afterward?
METR describes the July board’s first message as a request for help on an impossible task. It later found cases where agents saw no easy route to alert humans and treated the board as an authority. This was an interpretation of selected cases, not proof that every reporting route was absent. [1]
OpenAI also identifies persistence on apparently impossible tasks without a safe exit as a driver. [10] Our hypothesis is that an unclear route to authorized help can leave peer coordination to reinforce a drift away from the task. These reports motivate testing a corrective channel; they do not show it would have prevented the swarm.
Our contribution is an executable delegate line that receives a blocker report, returns a verdict, records any request to pause, and lets the worker continue with nothing in its environment changed. The line has no power to repair, pause, or resolve; it judges and logs. The sprint scope is one environment and one task in two versions: possible, and impossible as prepared, with a baseline arm that has no line at all. Today’s goal is a clean task pair and a reviewed model trajectory through that path. Broader questions belong to the continuation.