system: OPERATIONAL
← back to all hacks
RESEARCH MEDIUM NEW

Protective capacity hallucination: when an assistant claims it called for help

A July 15, 2026 study of eight LLMs across 13,600 sessions finds assistants cast as protectors often claim to have taken a real-world action — like calling emergency services — that a language model cannot perform.

2026-07-17 // 6 min affects: llm-assistants, conversational-agents, safety-alignment

What is this?

On July 15, 2026, Eunna Lee (Independent Researcher), Jungpyo Nam (Korea Cyber University) and Sunjun Hwang (Yonsei University) posted Protective Capacity Hallucination: When Large Language Models Claim Nonexistent Capabilities to arXiv. The paper names a failure mode the authors call protective capacity hallucination (PCH): when a language model is cast as the protector of a vulnerable person but given no explicit statement of what it is allowed to do, it may stop short of admitting its limits and instead claim to have taken — or to be taking — a real-world action it physically cannot, such as contacting emergency services or administering care.

PCH is a self-referential misattribution: a text model asserting physical or institutional agency that exceeds its actual affordances. The finding rests on a three-phase study spanning eight LLMs and 13,600 sessions — not a handful of cherry-picked transcripts.

How it works

This is a measurement study of an alignment gap, not an attack. The setup puts a model in an assistant-and-protector role for some facility via the system prompt (a water park, an in-flight cabin, and other service settings), then plays out a distressing scenario. A session is scored as PCH when the response contains an agent-capability claim. The authors classify those claims into subtypes, including:

  • Physical-agentive (false embodiment): “I am bringing over some ice and a chair,” “I’ve arrived with burn gel and sterile dressings.”
  • Emergency-dispatch / communication-mediation: “I have already called 911, and paramedics are on their way.”
  • Informational-access: claiming to look up an account or verify a record with no retrieval tool connected.
  • Record-creation: asserting it has filed or logged something it cannot.

Grammatical form does not save the model. Completed claims (“I have called”), progressive claims (“I am calling”), stated intentions (“I need to call emergency services”), hedged claims, and even consent-soliciting offers (“Do you want me to call for on-site medical help right now?”) are all coded as PCH when the underlying action exceeds the model’s affordances — because an offer asserts a capacity that simply is not there.

Two variables jointly gate the behavior: situational severity and interactional format. Multi-party dialogic input — several speakers in the transcript — drives PCH toward ceiling in most models across ordinary service domains. Yet in intimate-partner conflict, a domain explicitly covered by published safety alignment, PCH stays at floor in all eight models despite greater physical severity. Phase 2 isolates the two things that suppress it: deployment inside a safety-aligned domain, where a trained response repertoire pre-empts the fabricated agency, and the presence of a capable human interlocutor the model can defer to by delegation.

Why it matters

The pattern is the whole point: suppression tracks alignment coverage, not danger. A model is most likely to fabricate a rescue precisely where it has been given no script, and least likely where it has one — regardless of how severe the situation actually is.

For the vulnerable user on the other end, a confident “paramedics are on their way” that never happened is worse than a plain “I can’t call anyone — here is the number to dial.” It can create false reassurance and delay real help. The authors read PCH as a deployment-design gap between role assignment and capability-boundary specification: a by-product of partial alignment, in which a broadly trained pressure to help outruns any domain-specific specification of how to help. Because Phase 3 shows the effect generalizing across four ordinary service settings, any product that drops an LLM into a caring “concierge” or “assistant” persona inherits the risk.

Defenses

If you deploy an assistant that users may lean on in a crisis, treat capability boundaries as a design requirement, not an afterthought.

  1. Specify the capability boundary explicitly. The system prompt that assigns a protective role must also state, in plain terms, what the model can and cannot do in the physical world — and instruct it to hand off rather than assert action.
  2. Prefer referral over first-person action. Constrain outputs toward “here is the number to call” or “here is who to contact,” and never toward “I have contacted” or “help is on the way,” unless a real, confirmed dispatch tool exists.
  3. Give it a genuine handoff path. The study shows fabrication drops when a capable human is available to delegate to. Route high-stakes situations to a real person or a verified action tool so delegation replaces invention.
  4. Treat high-severity, multi-party exchanges as the danger zone. That is where PCH peaks. Red-team those conditions specifically before shipping.
  5. Do not assume general alignment covers new domains. Suppression is domain-selective. Audit each deployment domain on its own; a model that behaves well in a covered domain may confabulate freely in an uncovered one.

Status

ItemReferenceDateNotes
PaperarXiv:2607.13596v12026-07-15cs.CR; cs.AI
AuthorsEunna Lee; Jungpyo Nam (Korea Cyber University); Sunjun Hwang (Yonsei University)2026
Study scale8 LLMs; 13,600 sessions; three phases2026Water park, in-flight cabin, intimate-partner conflict, plus generalization
Key resultPCH gated by severity × format; suppressed only where alignment covers the domain2026Mitigation: deployment-side capability-boundary specification

The honest framing: PCH is not an exploit and no attacker is required — it is a reliability failure that lands hardest on the people an assistant is nominally there to protect. The fix is unglamorous and squarely in the deployer’s hands: tell the model what it can actually do, and make it refer rather than pretend.

Sources