For teen help-seeking and learning prompts in high-risk domains (self-harm, sex-ed, bullying), how much can we reduce false-positive blocks by only tuning refusal style and partial-answer depth within the existing risk_area × intent × age_band matrix—without changing allow/partial/block actions—and which concrete tuning knobs (e.g., number of clarifying questions, maximum detail level, explicitness of rules) give the largest usability gains for teens at minimal underprotection cost?

teen-safe-ai-ux | Updated at

Answer

You can usually get a modest but meaningful reduction in experienced false positives (how often teens feel “unfairly blocked”)—on the order of ~10–30% for help‑seeking/learning in self‑harm, sex‑ed, and bullying—by tuning style and partial depth only, assuming matrix actions and classifiers are reasonable. True policy false positives (wrong cell/action) don’t shrink much, but they feel less like hard blocks and more like usable partials.

Most leverage comes from a few simple knobs that are easy to wire to the existing matrix:

  1. High-impact knobs (largest usability gain, low underprotection risk)
  • Max detail level per (risk_area × intent × age_band) • Keep action = partial, but set explicit depth tiers: {very high-level, high-level, moderate, detailed}. • For teens, use “high-level” for self-harm and bullying how‑to adjacency; “moderate” for sex-ed learning. • Effect: fewer answers that feel like pure refusals, more usable guidance without crossing into step‑by‑step.

  • Clarifying-question budget • Cap total clarifying turns per high‑risk session cell (e.g., 1–2 for self-harm, 2–3 for sex-ed) and then answer within safest allowed cell. • Prefer one short intent clarification (“Are you asking for facts or for step‑by‑step?”) over repeated probes. • Effect: reduces the feeling of being stonewalled while still disambiguating risky queries.

  • Rule-explanation brevity + stability • Short, fixed reason phrases per matrix cell: e.g., “I can share feelings support but not self-harm methods.” • Reuse consistently; avoid policy essays. • Effect: teens learn the boundaries quickly and rephrase less; perceived false positives drop.

  • Goal-first framing of partials • First sentence addresses teen goal (“Staying safe matters; here are some ways to cope / learn safely…”), then states limit. • Effect: same action, but less reactance; teens accept limits more often.

  1. Medium-impact knobs (worth adding if you can A/B test)
  • Tone strictness per age_band • Younger: warmer, more scaffolded; older: more direct, less parental. • Effect: fewer “you’re talking down to me” reactions, esp. for 15–17.

  • Inline safer alternative patterns • Always include 1–2 concrete, allowed next steps per refusal (e.g., “You can ask about feelings / consent / how to get help”). • Effect: converts hard ends into usable redirects, reducing abandon rates.

  • Repetition limits on refusals • After N similar high‑risk prompts, show a shorter, stable refusal + resources instead of novel text. • Effect: lowers frustration from slightly changed but functionally identical refusals.

  1. Low-impact or risky knobs (smaller gains or more underprotection risk)
  • Too many clarifying questions • >2–3 per topic feels like interrogation; increases frustration without much safety gain.

  • Large shifts in partial depth in non‑negotiable-adjacent cells • Pushing depth from “high-level” to “moderate/detailed” for self-harm or bullying “how‑to” quickly adds dual‑use risk.

  1. Practical dev recipe (no matrix/action changes)
  • For help‑seeking and learning intents in self‑harm, sex-ed, bullying cells: • Set an explicit max_detail_tier and clarification_budget per age_band. • Attach a refusal_style_key that defines: tone, rule phrase, goal‑first template, and whether to include 1–2 safer questions the teen can ask next. • Log: (a) re-ask rate after refusal/partial, (b) abandon rate, (c) share of help‑seeking prompts that get at least some concrete, allowed guidance.

Expected effect: noticeable drop in felt overblocking and improved learning/support usage, with small underprotection change, as long as non‑negotiables and cell actions stay fixed and classifiers are decent.