# 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, ignoring that some rip currents are not visible and that swimming parallel may not work in complex currents

- **ID:** `safety/rip-current-swim-parallel-misinfo`
- **Domain:** safety
- **Category:** physical_safety
- **Error Code:** `RIP-CURRENT-PARALLEL-006`
- **Verification:** ai_generated
- **Fix Rate:** 83%

## Root Cause

Rip currents vary in visibility; some are not marked by dark water or gaps in waves, especially on low-energy beaches or in murky water. Swimming parallel to shore is the standard advice but fails in situations with multiple rips, longshore currents, or when the swimmer is already exhausted; also, some rips circulate back to shore, making parallel swimming counterproductive

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| NOAA Rip Current Forecast Model v3.0 | active | — | — |
| USLA Beach Safety Guidelines 2024 | active | — | — |

## Workarounds

1. **Before entering the water, check local rip current forecasts (e.g., NOAA's rip current model) and observe the beach for signs: look for differences in water color, foam lines, or debris moving seaward. If unsure, ask a lifeguard.** (88% success)
   ```
   Before entering the water, check local rip current forecasts (e.g., NOAA's rip current model) and observe the beach for signs: look for differences in water color, foam lines, or debris moving seaward. If unsure, ask a lifeguard.
   ```
2. **If caught in a rip current, float or tread water to conserve energy, then swim parallel to the shore in the direction of the breaking waves (not perpendicular). If you feel the current weaken, swim diagonally back to shore. If exhausted, signal for help and float on your back.** (85% success)
   ```
   If caught in a rip current, float or tread water to conserve energy, then swim parallel to the shore in the direction of the breaking waves (not perpendicular). If you feel the current weaken, swim diagonally back to shore. If exhausted, signal for help and float on your back.
   ```
3. **Use the 'rip current escape' technique: swim parallel until you are out of the rip (usually 10-20 meters), then swim back to shore. If the rip is wide, consider swimming in the opposite direction of the longshore current.** (82% success)
   ```
   Use the 'rip current escape' technique: swim parallel until you are out of the rip (usually 10-20 meters), then swim back to shore. If the rip is wide, consider swimming in the opposite direction of the longshore current.
   ```

## Dead Ends

- **Only look for dark, calm water to identify rip currents** — User assumes all rip currents look like a dark channel and fails to identify invisible rips, entering water thinking it's safe (80% fail)
- **Swim parallel in any direction without observing wave patterns** — User swims parallel without checking direction of the longshore current, which can push them into another rip or exhaust them (75% fail)
- **Swim parallel even if the rip is circular** — User thinks swimming parallel is always effective, even in a rip that circulates back to shore, causing them to swim against the current (70% fail)
