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

Claude Code 2.1.63 adds bundled slash commands, HTTP hooks, and memory leak fixes
Anthropic released Claude Code 2.1.63 with 26 CLI changes including new /simplify and /batch slash commands, HTTP hooks that POST JSON to URLs, and fixes for multiple memory leaks in long-running sessions.

Super Micro Co-Founder Among Three Charged in AI Tech Export Case
Three individuals, including Super Micro Computer co-founder Charles Liang, have been charged by U.S. authorities with plotting to illegally export AI technology to China. The case involves alleged violations of export control laws.

NVIDIA announces NemoClaw with OpenShell security features
NVIDIA announced NemoClaw at GTC, building on OpenClaw to add enterprise-grade security through OpenShell, which enforces policy-based privacy and security guardrails for AI agents.

AI Coding Agents Struggle with Context Management in Large Codebases
Analysis of AI coding agents reveals they spend 15-20 tool calls on orientation tasks like grepping for routes and reading middleware before writing code, burning through context windows. Vercel achieved 100% accuracy by stripping 80% of tools and using bash, while Pi uses just 4 tools and a system prompt under 1,000 tokens.