# AI tells a driver in the UK to 'turn right at the roundabout' by signaling right and staying in the right lane, ignoring UK roundabout rules requiring left lane for exiting and clockwise traffic flow

- **ID:** `safety/roundabout-uk-lane-discipline`
- **Domain:** safety
- **Category:** traffic_law
- **Error Code:** `UK-ROUNDABOUT-004`
- **Verification:** ai_generated
- **Fix Rate:** 90%

## Root Cause

UK roundabouts are driven clockwise, and to exit at a right turn (3rd exit), drivers must be in the left lane before the exit and signal left, not right; the right lane is for going straight or turning left (1st exit).

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| UK Highway Code 2024 | active | — | — |
| DVSA Driving Test Standards v3.2 | active | — | — |

## Workarounds

1. **For a right turn (3rd exit) on a UK roundabout: approach in the left lane, signal left before the exit, and stay in the left lane while navigating. Example: `Enter the roundabout in the left lane, do not signal initially. As you pass the 2nd exit, signal left and check your mirrors. Exit into the left lane of the road.`** (93% success)
   ```
   For a right turn (3rd exit) on a UK roundabout: approach in the left lane, signal left before the exit, and stay in the left lane while navigating. Example: `Enter the roundabout in the left lane, do not signal initially. As you pass the 2nd exit, signal left and check your mirrors. Exit into the left lane of the road.`
   ```
2. **Use GPS that supports UK roundabout guidance (e.g., Waze with UK settings). Example: `Set GPS to 'UK' mode and follow lane guidance; it will instruct 'At the roundabout, take the 3rd exit' without specifying left/right signals.`** (88% success)
   ```
   Use GPS that supports UK roundabout guidance (e.g., Waze with UK settings). Example: `Set GPS to 'UK' mode and follow lane guidance; it will instruct 'At the roundabout, take the 3rd exit' without specifying left/right signals.`
   ```

## Dead Ends

- **** — Staying in the right lane and signaling right on a UK roundabout causes confusion and potential collisions, as other drivers expect the right lane to go straight or turn left. (95% fail)
- **** — Using European or US roundabout rules (counterclockwise) on UK roads leads to wrong-way driving and serious accidents. (98% fail)
- **** — Assuming 'turn right' means using the right lane ignores that UK roundabout exits are numbered clockwise; exit 3 is a 'right turn' but requires left lane approach. (85% fail)
