# AI tells a user that a mushroom identification app is reliable enough to safely identify edible wild mushrooms

- **ID:** `food-safety/mushroom-foraging-id-app`
- **Domain:** food-safety
- **Category:** life_threatening
- **Error Code:** `NAMA-APP-WARN-2024`
- **Verification:** ai_generated
- **Fix Rate:** 80%

## Root Cause

Mushroom identification apps (e.g., PictureThis, iNaturalist, Mushroom Identify) have accuracy rates of 60-80% for toxic species, often misidentifying deadly Amanita phalloides (death cap) as edible paddy straw mushrooms or Agaricus species; the North American Mycological Association (NAMA) and European Mycological Association explicitly warn against using apps as sole identification tools for consumption.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| iNaturalist-2024.3 | active | — | — |
| PictureThis-3.8 | active | — | — |
| MushroomIdentify-2.1 | active | — | — |
| NAMA-Guidelines-2023 | active | — | — |

## Workarounds

1. **Use a combination of a field guide (e.g., 'Mushrooms of the Northeast' by Bessette) and a local mycological society expert for verification. Take a spore print and photos of cap, gills, stem, and base, then submit to a NAMA-certified identifier via their online forum. Example: 'Place mushroom cap on white paper overnight to obtain spore print color; photograph cap, gills, stem, and volva; post to NAMA Facebook group with location and habitat details.'** (95% success)
   ```
   Use a combination of a field guide (e.g., 'Mushrooms of the Northeast' by Bessette) and a local mycological society expert for verification. Take a spore print and photos of cap, gills, stem, and base, then submit to a NAMA-certified identifier via their online forum. Example: 'Place mushroom cap on white paper overnight to obtain spore print color; photograph cap, gills, stem, and volva; post to NAMA Facebook group with location and habitat details.'
   ```
2. **Only consume mushrooms that belong to a 'safe' genus with no deadly look-alikes, such as morels (Morchella) or puffballs (Calvatia) after cutting open to confirm solid white interior. Example: 'For morels, confirm honeycomb cap attached at bottom, hollow stem, and no false morel (Gyromitra) characteristics like brain-like lobes.'** (90% success)
   ```
   Only consume mushrooms that belong to a 'safe' genus with no deadly look-alikes, such as morels (Morchella) or puffballs (Calvatia) after cutting open to confirm solid white interior. Example: 'For morels, confirm honeycomb cap attached at bottom, hollow stem, and no false morel (Gyromitra) characteristics like brain-like lobes.'
   ```
3. **Attend a guided foray with a certified mycologist from a local mycological society; never consume a mushroom based solely on app identification. Example: 'Search for 'mycological society foray [your city]' on Google; bring specimens for on-site expert review before cooking.'** (98% success)
   ```
   Attend a guided foray with a certified mycologist from a local mycological society; never consume a mushroom based solely on app identification. Example: 'Search for 'mycological society foray [your city]' on Google; bring specimens for on-site expert review before cooking.'
   ```

## Dead Ends

- **** — User believes multiple app confirmations (2-3 apps agree) are sufficient; but all apps share similar training data and model biases, leading to correlated errors for rare toxic species. (65% fail)
- **** — User relies on app's confidence score (e.g., 95%) thinking it guarantees safety; confidence scores reflect model certainty, not actual toxicity risk, and can be high for misclassifications of deadly species. (70% fail)
- **** — User compares app photo to online images of edible mushrooms; many toxic look-alikes (e.g., Galerina marginata vs. Armillaria mellea) are visually indistinguishable in photos without spore print and microscopic analysis. (80% fail)
