devwithjev
— reading now— views
Submit a build

GeoLibre Voice Map Commands

GeoLibre AI Assistant uses TypeSafe’s Jev to route simple voice map commands without a full LLM round trip. Commands include zooming to a layer and changing the basemap.

View on X timemulti-second LLM execution down to sub-second; 10–20x faster
Qiusheng Wu@giswqs𝕏
🎙️ You can now talk to GeoLibre, and it talks back. Voice command mode just landed in the GeoLibre AI Assistant. Click the mic, or hold the spacebar to push-to-talk: "Zoom to the counties layer." "Make the basemap dark." And it's faster. Simple map commands are routed by TypeSafe's Jev instead of a full LLM round trip, cutting multi-second LLM execution down to sub-second, 10–20x faster. Anything complex still falls through to the full model. Here's the demo, unsped-up: watch how quickly the AI Assistant responds to each command. Documentation: GeoLibre Web: GitHub: #GIS #Geospatial #OpenSour
Sep 22, 2026X postsView on X
Users can click the mic or hold the spacebar to talk. Complex commands still fall through to the full model.

Also filed under Tools & apps

  • Jev: a "System One" model that only makes decisions, $0.042 per million tokens with output free. 40-second explainer of why it matters for automation

    Jev: a "System One" model that only makes decisions, $0.042 per million tokens with output free. 40-second explainer of why it matters for automation Jev launched on Sep 15 from TypeSafe AI (founder Diogo Almeida, ex-OpenAI, credited on ChatGPT/InstructGPT). It does not generate text; it returns typed decisions (Choice / Score / true-false) with confidence. Price is $0.042 per million input tokens, output free. In its first week it became the fastest-adopted model on Vercel's AI Gateway, TypeSafe paused signups on Sep 22, Browser Use released jev-ultrafast (a web agent where Jev picks each action; Google Flights search in 7.1 s), and jaredpalmer/kev is an Apache-2.0 clone built on Qwen3.5 you can run yourself. My take in the video: the expensive part of automation was never the writing, i

  • Untitled

    There's a new AI model that refuses to talk. While everyone debates what a "decision model" is even for, builders already shipped the answer. 7 things people built with Jev in 9 days. Number 5 broke my brain 👇

  • Memory System Built with Jev

    Opium says they made a memory system using Jev and that results are very promising so far.

  • Deterministic LLM Judge Aid

    Fadhli used Jev as a deterministic tool to aid an LLM as a judge (gpt-6) in a synthetic, simple-data use case.