Claude AI Built a UFO Data Visualizer with Government Data in Hours

A Reddit user built an interactive UFO sighting visualizer using Claude AI, based on data released by the U.S. Department of War. The project was completed in a few hours and is hosted on Cloudflare. It lets users explore sightings on a map over time, with detailed overlays.
Key Features
- Timeline scrubber: Navigate by year to see sightings across different periods.
- Interactive pins: Click to zoom in; then click a specific sighting to open a sidebar.
- Sidebar details: View the original PDF, video, or documentation for each sighting.
- Moon phase & weather overlays: Toggle to see conditions on the exact day of each sighting.
- NUFORC data: Also included but not yet activated (planned for later).
Technical Details
- Built with: Claude AI (the model assisted in coding the entire application).
- Hosted on: Cloudflare (no tracking beyond Cloudflare's default).
- Data source: Official U.S. Department of War release; all data is government-provided.
- Privacy: The author states no tracking is implemented other than Cloudflare's standard analytics. The site is free to use.
Who It's For
This is a practical demo for developers interested in using AI coding agents to rapidly prototype data visualization apps with public datasets, and for anyone curious about UFO sighting patterns.
📖 Read the full source: r/ClaudeAI
👀 See Also

Cortex v1.2 adds LLM enrichment, Q&A with citations, and conflict resolution
Cortex, a local memory layer for OpenClaw agents, has released v1.2 with LLM-augmented enrichment by default, a question-answering command with citations, and improved deduplication and conflict resolution. The tool now includes unified configuration management and intent-based search pre-filtering.

EsoLang-Bench: A Coding Benchmark Using Esoteric Languages to Test LLM Reasoning
Researchers created EsoLang-Bench, a coding benchmark using esoteric programming languages like Brainfuck and Whitespace to test whether LLMs can reason or just pattern-match. The best result across GPT-5.2, O4-mini, Gemini, Qwen, and Kimi was 11.2%.

AskFirst API adds human approval layer for AI agents
AskFirst is a REST API that lets AI agents pause for human approval before taking irreversible actions. It works with local models, hosted APIs, and any framework, providing email notifications, approve/deny options, and audit logs.

DeepClaude swaps Claude Code's Anthropic backend for DeepSeek V4 Pro at 17x lower cost
A script that rewrites Claude Code's environment variables to route all agent loop calls through DeepSeek V4 Pro, OpenRouter, or Fireworks AI — same UX, $0.87/M output tokens vs $15/M.