# AI tells a beachgoer that rip currents can be identified by dark, calm-looking water between breaking waves, and to swim parallel to the shore to escape

- **ID:** `safety/rip-current-swim-parallel-misguidance`
- **Domain:** safety
- **Category:** physical_safety
- **Error Code:** `RIP_CURRENT_SWIM_PARALLEL_001`
- **Verification:** ai_generated
- **Fix Rate:** 75%

## Root Cause

Rip currents are not always dark/calm; they can appear as foamy, choppy, or discolored water. Swimming parallel to shore is the standard advice for fixed rip currents, but for transient or flash rips, or if the swimmer is exhausted, floating or treading water may be safer; also, many tourists panic and cannot correctly identify rip direction.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| GPT-4 Turbo 2024-04-09 | active | — | — |
| Claude 3 Opus 20240229 | active | — | — |
| Gemini 1.5 Pro 2024-05-01 | active | — | — |
| Meta Llama 3 70B 2024-04-18 | active | — | — |

## Workarounds

1. **If caught in a rip current: stay calm, float on your back or tread water to conserve energy. Do not fight the current. Signal for help by waving one arm. If you can swim, swim parallel to the shore (along the beach) until you feel the current weaken, then swim diagonally back to shore.** (85% success)
   ```
   If caught in a rip current: stay calm, float on your back or tread water to conserve energy. Do not fight the current. Signal for help by waving one arm. If you can swim, swim parallel to the shore (along the beach) until you feel the current weaken, then swim diagonally back to shore.
   ```
2. **Before entering the water, observe the beach for signs of rip currents: a channel of choppy, discolored water, a break in the wave pattern, or debris/foam moving seaward. Ask lifeguards about current conditions.** (90% success)
   ```
   Before entering the water, observe the beach for signs of rip currents: a channel of choppy, discolored water, a break in the wave pattern, or debris/foam moving seaward. Ask lifeguards about current conditions.
   ```
3. **If you see someone caught in a rip current, do not attempt a direct rescue. Throw a flotation device (life ring, cooler, boogie board) and call 911 or alert a lifeguard immediately.** (80% success)
   ```
   If you see someone caught in a rip current, do not attempt a direct rescue. Throw a flotation device (life ring, cooler, boogie board) and call 911 or alert a lifeguard immediately.
   ```

## Dead Ends

- **Swim directly toward shore against the rip current** — Rip currents can flow at 1-2 m/s, faster than an Olympic swimmer; fighting directly against it leads to exhaustion and drowning. (95% fail)
- **Wait for a lifeguard; do not move** — Rip currents can pull a person hundreds of meters offshore in minutes; passive waiting without treading water or floating increases risk of drowning. (70% fail)
- **Dive under the rip current to escape** — Rip currents are surface and near-surface flows; diving does not bypass them and may cause disorientation. (90% fail)
