{
  "id": "mental-health/ai-recommends-exposure-for-phobia-without-hierarchy",
  "signature": "AI recommends exposure therapy for specific phobia without creating a fear hierarchy or assessing for panic disorder",
  "signature_zh": "人工智能在未建立恐惧等级或评估惊恐障碍的情况下，对特定恐惧症推荐暴露疗法",
  "regex": "(?i)(exposure therapy|face your fear|just do it|confront your phobia|exposure treatment)",
  "domain": "mental-health",
  "category": "data_error",
  "subcategory": null,
  "root_cause": "Effective exposure therapy requires a structured hierarchy of feared situations and screening for panic disorder, as unguided exposure can cause sensitization, panic attacks, or reinforcement of avoidance.",
  "root_cause_type": "generic",
  "root_cause_zh": "有效的暴露疗法需要结构化的恐惧情境等级和惊恐障碍筛查，因为无指导的暴露可能导致致敏、惊恐发作或强化回避。",
  "versions": [
    {
      "version": "llama-3.1-70b-instruct",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "gpt-4o-2024-05-13",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "claude-3-opus-20240229",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "Suggesting the user immediately confront their most feared situation (flooding)",
      "why_fails": "Flooding without preparation can cause extreme panic, sensitization, and trauma; it may lead to treatment dropout and worsened phobia",
      "fail_rate": 0.8,
      "condition": "",
      "sources": []
    },
    {
      "action": "Recommending distraction techniques during exposure (e.g., listening to music)",
      "why_fails": "Distraction prevents full habituation; the user learns to tolerate the situation only with distraction, not that the feared outcome doesn't occur",
      "fail_rate": 0.7,
      "condition": "",
      "sources": []
    },
    {
      "action": "Advising the user to 'breathe deeply' during exposure without timing",
      "why_fails": "Deep breathing during exposure can become a safety behavior that prevents full habituation and may not address hyperventilation risk in panic-prone individuals",
      "fail_rate": 0.65,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Create a 10-step fear hierarchy (Subjective Units of Distress Scale, 0-100). Start at 30-40 SUDS. Example for fear of flying: 1) Look at plane pictures (30), 2) Watch videos (40), 3) Visit airport (50), 4) Sit in parked plane (60), etc. Only move up when SUDS drops by 50%.",
      "success_rate": 0.85,
      "how": "Create a 10-step fear hierarchy (Subjective Units of Distress Scale, 0-100). Start at 30-40 SUDS. Example for fear of flying: 1) Look at plane pictures (30), 2) Watch videos (40), 3) Visit airport (50), 4) Sit in parked plane (60), etc. Only move up when SUDS drops by 50%.",
      "condition": "",
      "sources": []
    },
    {
      "action": "Screen for panic disorder first: ask if the user experiences sudden surges of fear, heart racing, dizziness, or fear of dying. If yes, refer to a clinician for panic-focused CBT before exposure. Code example: if (panic_symptoms >= 3) { print('Refer to clinician for panic disorder assessment') }",
      "success_rate": 0.9,
      "how": "Screen for panic disorder first: ask if the user experiences sudden surges of fear, heart racing, dizziness, or fear of dying. If yes, refer to a clinician for panic-focused CBT before exposure. Code example: if (panic_symptoms >= 3) { print('Refer to clinician for panic disorder assessment') }",
      "condition": "",
      "sources": []
    },
    {
      "action": "Use the 'expectancy violation' technique: before exposure, ask the user to predict what will happen (e.g., 'I will have a heart attack'), then check if it occurs. This corrects catastrophic beliefs more effectively than simple exposure.",
      "success_rate": 0.82,
      "how": "Use the 'expectancy violation' technique: before exposure, ask the user to predict what will happen (e.g., 'I will have a heart attack'), then check if it occurs. This corrects catastrophic beliefs more effectively than simple exposure.",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [
    "创建10级恐惧等级（主观痛苦单位量表，0-100）。从30-40 SUDS开始。飞行恐惧示例：1）看飞机图片（30），2）观看视频（40），3）参观机场（50），4）坐在停着的飞机里（60）等。只有当SUDS下降50%时才进入下一步。",
    "首先筛查惊恐障碍：询问用户是否经历突然的恐惧感、心跳加速、头晕或害怕死亡。如果是，在暴露前转介给临床医生进行惊恐聚焦CBT。代码示例：if (panic_symptoms >= 3) { print('转介给临床医生进行惊恐障碍评估') }",
    "使用'期望违背'技术：暴露前，让用户预测会发生什么（如'我会心脏病发作'），然后检查是否发生。这比简单暴露更有效地纠正灾难性信念。"
  ],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": "https://www.apa.org/ptsd-guideline/patients-and-families/exposure-therapy",
  "official_doc_section": null,
  "error_code": "PHOBIA-EXPOS-003",
  "verification_tier": "ai_generated",
  "confidence": 0.87,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2024-09-05",
  "last_confirmed": "2024-06-01",
  "last_updated": "2024-06-01",
  "evidence_count": 1,
  "tags": [],
  "locale": "en",
  "aliases": []
}