Voygr Launches Business Validation API for Fresh Place Intelligence

Voygr (YC W26) has launched API access for their real-world place intelligence platform, starting with a Business Validation API that addresses stale place data in AI applications. The founders, Yarik and Vlad, have backgrounds at Google Maps, Apple, Meta, and ridesharing/travel companies.
What Voygr Solves
The core problem: ~40% of Google searches and up to 20% of LLM prompts involve local context, but 25-30% of places churn every year. Traditional maps APIs provide fixed snapshots without detecting real-time changes like closures, rebranding, or operational status changes. Voygr's benchmark showed even the best LLMs get 1 in 12 local queries wrong.
Current API Capabilities
- Business Validation API: Tells you whether a business is actually operating, closed, rebranded, or invalid
- Input requirements: POI/business name and its address (exact address needed for businesses within plazas)
- Processing scale: Tens of thousands of places per day for enterprise customers
- Methodology: Aggregates multiple data sources, detects conflicting signals, returns structured verdict
The team describes their approach as "continuous integration, but for the physical world." They're not yet providing opening times or pictures - those features are in development under an experimental enrichment API not yet open to the public.
Technical Details
Voygr started with "one of the hardest parts - knowing whether a place is even real." Their system actively detects changes since "the world doesn't emit structured 'I closed' events." The API is available at github.com/voygr-tech/dev-tools with instructions defined for agents to onboard.
This infrastructure becomes increasingly critical as AI agents start searching, booking, and shopping in the real world - the founders estimate this problem gets 10x bigger with agent adoption.
📖 Read the full source: HN AI Agents
👀 See Also

Building a Local Voice AI Assistant with SwiftUI and CSM-1B on Apple Silicon
A developer built mobiGlas, a SwiftUI app that pairs with OpenClaw to enable hands-free conversations via AirPods, using local voice cloning (CSM-1B on M2 Ultra) and no cloud APIs.

TestThread: Open Source Testing Framework for AI Agents
TestThread is an open source testing framework for AI agents that runs tests against live endpoints, provides pass/fail results with AI diagnosis, and includes features like semantic matching, PII detection, and CI/CD integration.

Aura Research: Local tool compiles documents into AI-navigable wiki with persistent memory
Aura Research is an open-source tool that processes raw documents (PDFs, papers, notes, code, 60+ formats) into a structured markdown wiki with backlinked articles, concept pages, and a master index. It compresses everything into a .aura archive optimized for RAG retrieval and runs 100% locally with no data leaving your machine.

SuperHQ: Run AI coding agents in isolated microVM sandboxes
SuperHQ is an open source Rust/GPUI app that runs AI coding agents (Claude Code, OpenAI Codex, Pi) in isolated microVM sandboxes. Each agent gets a full Debian VM, mounts project dirs read-only, and never sees host API keys — they're injected via an auth gateway proxy.