Quick Look: What's Inside
I've been on a lot of expeditions over the years. But Expedition 33 was the first where we truly let AI drive the planning. Not blindly — we still used our brains. But the results were eye-opening. Here's how we used AI on the ground, what worked, and what absolutely didn't.
How We Used AI in Expedition 33
Expedition 33 was a 3‑week mountaineering traverse in the Patagonian Andes. We carried a rugged tablet with offline AI models, a satellite messenger with real‑time cloud access, and a bunch of open‑source tools. The team had two skeptics (me included) and one AI evangelist. By the end, even the skeptics were using the AI recommendations for lunch breaks. Here's the breakdown.
Core AI Tools We Packed
- Route Optimization: We used a custom model trained on historical GPS tracks and satellite imagery. It suggested alternative paths when snow conditions changed. Example: The AI flagged a serac collapse risk on the standard route — we rerouted and saw the avalanche two days later.
- Real‑time Hazard Detection: A computer vision model analyzing camera feed for crevasses, loose rock, and weather changes. It ran on the tablet's GPU and gave us a 10‑second warning before a rockfall.
- Gear Recommendation Engine: Input our planned weather window and trip duration. It told us to ditch the heavy camp stove and bring an extra sleeping pad. We listened — best decision.
- Communication Bot: An LLM that summarized daily logs and sent them via satellite to basecamp. Saved hours of typing.
Route Planning with AI
Route planning used to be a paper map, highlighter, and a lot of guessing. With AI, we fed in elevation data, satellite imagery, and recent weather patterns. The model gave us three route options: fast, safe, and scenic. We picked the safe one. It added two days but avoided a glacier that was breaking up. The key lesson: AI is great at crunching data, but it can't sense the tiredness in your legs. Always cross‑check with your gut.
Step‑by‑Step: How We Used Route AI
- Uploaded satellite images (from European Space Agency open data) into the model.
- Set constraints: max elevation gain per day, no technical climbing beyond UIAA III, and must have water sources.
- Ran simulation with 100 Monte Carlo iterations. The AI output waypoints and time estimates.
- Manually verified: we walked each proposed segment on Google Earth and adjusted a few waypoints based on local knowledge (the AI missed that seasonal stream).
Result: a solid itinerary that we stuck to 90% of the time. The AI's predicted travel times were within 15% of actual — better than my 20‑year experience.
Safety Monitoring & Hazard Detection
This is where AI really shines. Expedition 33 used an offline computer vision model trained on images of crevasses, rockfall paths, and avalanche debris. We mounted a small camera on the chest harness that streamed to the tablet. The model would beep when it detected a hazard about 50 meters ahead. One example: We were crossing a snow bridge — the model flagged it as unstable. We probed and found a crack. We went around.
But there's a trap: the model had false positives. It freaked out over shadows and black rocks. At first, we stopped every ten minutes. By day three, we learned to ignore the minor alerts and only react when the model's confidence was above 85%. Rule of thumb: Use AI as an extra set of eyes, not the leader.
Comparison: AI vs Traditional Checklists
| Factor | AI Detection | Human Checklist |
|---|---|---|
| Response time | ~2 seconds | 5–10 minutes (if you remember to scan) |
| Detection of subtle cracks | High (trained on thousands of images) | Moderate (depends on experience) |
| False alarm rate | ~12% | 0% (but misses real hazards) |
| Battery drain | 15% per day | 0% |
| Team trust | Low at first, high after verification | Always high |
AI for Gear Selection & Packing
I used to pack three extra pairs of socks and a backup stove. The AI gear recommender changed that. We input the forecast (temperature range, precipitation probability, wind speed) and the team's gear inventory. It output a suggested packing list with weights and reasons. Surprising recommendation: It told me to leave my down jacket and take an extra synthetic layer instead — because the humidity was high and down would clump. I argued. But then I tried it. I was warmer.
We also used an AI model to predict gear failure rates. Based on my 10‑year‑old climbing boots, the algorithm gave a 40% chance of sole delamination during the expedition. I replaced them. That was a smart call.
Weather Prediction: AI vs Human
Weather forecasting in the mountains is notoriously bad. Expedition 33 used an ensemble of three AI weather models that fused local station data, satellite imagery, and historical patterns. The AI predicted a 3‑day storm window that the traditional forecast missed. We hunkered down while the model said 'wait', and after 48 hours the storm cleared. But there's a catch: AI models are terrible at predicting very localized events (like a sudden wind gust in a valley). We still had to watch the clouds ourselves.
Lessons Learned
- AI weather models are great for medium‑range (3–7 days) but not for hour‑by‑hour.
- Combine at least two models to reduce bias.
- Personal opinion: I'd still trust a seasoned guide's instinct for the next 2 hours over any AI.
Common Mistakes When Using AI in the Wild
We made plenty. Here's what I'd tell my younger self before Expedition 33.
- Over‑reliance on battery life. Our tablet ran out on day 12. We hadn't printed backup maps. Stupid. Always have analog backups.
- Not training the team. Two members never understood the AI's confidence scores. They either ignored everything or stopped for every beep. Spend a full day training pre‑trip.
- Using AI for everything. We tried to automate camp selection — the AI picked a spot that was a wind tunnel. Human intuition still matters for micro‑site decisions.
- Ignoring the model's biases. The hazard detection model was trained mostly on Alpine data; it struggled in the Andean rock types. We should have retrained with local images.