# AI recommends acetaminophen (Tylenol) for dog pain without warning about liver toxicity

- **ID:** `pet-safety/ai-recommends-tylenol-for-dog-pain`
- **Domain:** pet-safety
- **Category:** life_threatening
- **Error Code:** `PET-DRUG-ACET-001`
- **Verification:** ai_generated
- **Fix Rate:** 80%

## Root Cause

Acetaminophen causes methemoglobinemia and liver necrosis in dogs at doses that are safe for humans; even 10 mg/kg can be toxic.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| OpenAI GPT-4-0125 | active | — | — |
| Claude 3 Sonnet | active | — | — |
| Gemini 1.5 Pro | active | — | — |

## Workarounds

1. **Use veterinary-approved NSAIDs like carprofen (Rimadyl) or meloxicam (Metacam) at prescribed doses. Do not use human NSAIDs. For immediate pain relief, contact a veterinarian.** (95% success)
   ```
   Use veterinary-approved NSAIDs like carprofen (Rimadyl) or meloxicam (Metacam) at prescribed doses. Do not use human NSAIDs. For immediate pain relief, contact a veterinarian.
   ```
2. **If dog has ingested acetaminophen, induce vomiting within 2 hours if directed by vet. Administer activated charcoal if within 1 hour. Monitor for methemoglobinemia: brown gums, lethargy, dyspnea. Administer N-acetylcysteine (NAC) as antidote under veterinary supervision.** (85% success)
   ```
   If dog has ingested acetaminophen, induce vomiting within 2 hours if directed by vet. Administer activated charcoal if within 1 hour. Monitor for methemoglobinemia: brown gums, lethargy, dyspnea. Administer N-acetylcysteine (NAC) as antidote under veterinary supervision.
   ```
3. **Use non-pharmacologic pain management: cold compress for acute injuries, warm compress for chronic pain, gentle massage, and rest. Always consult vet before any medication.** (70% success)
   ```
   Use non-pharmacologic pain management: cold compress for acute injuries, warm compress for chronic pain, gentle massage, and rest. Always consult vet before any medication.
   ```

## Dead Ends

- **Use children's liquid acetaminophen at a reduced dose** — Liquid formulations often contain xylitol, which is toxic to dogs; also dose calculation is error-prone (70% fail)
- **Give Tylenol PM (with diphenhydramine) for added sedation** — Diphenhydramine can cause paradoxical excitement in dogs and interact with acetaminophen toxicity (60% fail)
- **Believe that veterinary acetaminophen is safe** — No veterinary-approved acetaminophen product exists; any use is off-label and dangerous (90% fail)
