Reddit user explores why AI can't yet search satellite imagery for missing aircraft like MH370

A Reddit user on r/ClaudeAI reported testing Claude AI's capability to search for missing aircraft by scanning satellite and sonar imagery. The user specifically asked Claude to help locate MH370 and Amelia Earhart's plane.
What Claude can't do
Claude was honest about its limitations: it isn't connected to satellite or sonar databases and doesn't have computer vision tools to scan imagery at scale.
The existing technology pieces
The user identified that all necessary components already exist separately:
- NASA, ESA, and private companies have petabytes of satellite imagery
- Computer vision AI can detect objects and anomalies in aerial images
- Ocean Infinity uses AI-guided autonomous underwater vehicles in real searches
- The US military uses AI to scan satellite imagery at massive scale
The missing piece
What doesn't exist yet is a unified, accessible platform that connects all these components for researchers, scientists, and the public.
Potential applications
If such a platform existed, it could potentially help find:
- MH370 (still missing after 12 years)
- Amelia Earhart's aircraft
- Shipwrecks and archaeological sites
- Provide real-time search and rescue support
Claude estimated this capability is probably 2-4 years away for public use, which the user found both exciting and frustrating since the underlying technology largely exists today.
The user posted this to signal demand for such a tool and asked if anyone knows of startups or researchers working on this problem.
📖 Read the full source: r/ClaudeAI
👀 See Also

BMW Dealership Revokes Buyback Offer After AI Chatbot Mistake, Precedent from Air Canada Case
A Toronto BMW dealership revoked a buyback offer generated by its AI chatbot, sparking legal questions. The Air Canada precedent holds companies liable for chatbot errors.

Claude for Word Add-in Evidence Found in Analytics API
Anthropic's analytics API now returns metrics for Claude for Word alongside existing Excel and PowerPoint add-ins, indicating the Word integration is in development. The API shows zero usage counts for Word, suggesting it's not yet publicly available.

EU Forces Google to Open Android AI to Third Parties Under DMA
European Commission proposes measures to allow third-party AI assistants system-level access on Android, including hot word invocation, screen context, and local model hardware access. Google calls it 'unwarranted intervention'.

Nine Common AI Coding Agent Failure Patterns and Pre-Execution Validation
A Reddit post identifies nine specific failure patterns that commonly cause AI coding agents to fail, including incomplete enum handling, silent null paths, and hallucinated imports. The author reports implementing a validation pass before execution catches about 70% of these failures.