🗺️ Google brings Gemini AI to Maps

PLUS: How to run Claude Code for completely free using OpenRouter

Good Morning! Google just launched "Ask Maps," a new feature that integrates Gemini AI directly into Google Maps to answer complex, hyper-specific navigation questions. Plus I’ll show you how to run Claude Code for completely free.

Plus, in today’s AI newsletter:

  • Google Brings Gemini AI to Maps

  • Microsoft launches Copilot Health

  • Claude Brings Visual Explanations to AI Chat

  • How to Run Claude Code for Free

  • 4 new AI tools worth trying

AI NEWS

Google is transforming its 20-year-old Maps app from a simple routing tool into a conversational AI search engine. The new "Ask Maps" button lets users ask highly specific, multi-layered questions rather than just searching for a basic destination.

  • Users can ask complex, conversational queries like, “Where can I charge my phone without waiting in a long line for coffee?”

  • The chatbot uses Gemini AI to deliver personalized recommendations based on a user's prior searches and saved trips.

  • The feature is rolling out this week in the U.S. and India for Android and iOS, with a desktop version following soon.

  • While the feature is currently ad-free, Google executives haven't ruled out monetizing these AI-driven searches in the future.

By embedding Gemini directly into the navigation experience, Google is making its AI practically unavoidable, finding a massive new distribution channel to keep users engaged without forcing them to open a standalone AI chatbot.

AI AGENTS

Microsoft is taking a major swing at personalized medical AI with the phased rollout of Copilot Health. Designed as a separate, secure environment within the Copilot app, the tool isn't meant to replace your doctor, but rather to translate complex lab results and track wearable data so you arrive at your appointments fully prepared.

  • Connects to over 50,000 US hospitals and healthcare organizations to securely import your medical records and test results

  • Integrates with over 50 wearable devices, including Apple Health, Oura, and Fitbit, to track daily activity and sleep patterns

  • Features real-time provider directories to help users find specialists based on location, language, and accepted insurance plans

  • Health conversations are isolated from the general Copilot, encrypted, and explicitly not used for training Microsoft's AI models

Giving an AI assistant deep access to our most sensitive medical history and real-time biometric data is a massive leap in consumer tech. While organizing fragmented health records into a coherent narrative is incredibly useful, the lack of strict HIPAA compliance for this consumer tool raises urgent privacy questions about how Big Tech will handle our most intimate data as the race for "medical superintelligence" accelerates.

AI NEWS

Anthropic has updated Claude to function like a digital whiteboard. The AI can now generate temporary, interactive visual explanations, like custom charts, diagrams, and step-by-step drawings, in real-time to help users grasp complex topics.

  • Visuals are generated in-line and can change or disappear dynamically as the conversation evolves

  • Users can interact with the elements, like clicking around a custom-built periodic table to learn new details

  • Claude automatically decides when a visual explanation is best, but users can also explicitly prompt it to draw one

  • The feature is rolling out on by default across all plan types, including the free tier

As AI shifts from simple text generation to dynamic, multimodal teaching tools, features like this prove AI's immense value in education. Instead of just giving you an answer to copy, Claude is now acting more like a real tutor, drawing on a whiteboard to ensure you actually understand the concepts you're asking about.

HOW TO AI

🗂️ How to Run Claude Code for Free Using OpenRouter

In this tutorial, you will learn how to bypass expensive API subscriptions by connecting Claude Code to OpenRouter, allowing you to use top-tier open-source models completely for free directly inside your code editor.

🧰 Who is This For

  • Users wanting to run versatile coding agents directly from their terminal

  • Developers looking to experiment with multiple LLMs without juggling different API keys

  • Anyone who wants a flexible, powerful coding assistant without the monthly fees

STEP 1: Get Your OpenRouter Key

Head over to the OpenRouter website and create a free account. OpenRouter acts as a bridge, giving you access to dozens of different AI models in one place. Navigate to the API keys section and generate a new key. Name it something recognizable, copy the key to your clipboard, and keep it safe, as you will need it to connect your editor.

STEP 2: Configure Your Local Workspace

Open your project folder in VS Code. To tell Claude Code to use OpenRouter instead of Anthropic's default paid servers, you need to create a specific settings file. Inside your root project directory, create a new folder named .claude, and inside that, create a file named settings.local.json. This is where you will paste the OpenRouter connection package and insert the API key you just generated.

STEP 3: Select Your Free Model

Go back to OpenRouter, browse the models section, and filter by "Free." You will see massive models available at no cost. Copy the specific model ID (for example, a Mistral or Llama model) and paste it into the model section of your settings.local.json file. Open your terminal, type claude, and hit enter. Your coding agent is now powered entirely by the free open-source model you selected!

STEP 4: Go Global and Scale Up

If you want to use this free setup across all your projects without recreating the .claude folder every time, you can apply these settings globally. Open your Mac terminal and run the command to edit your global Claude config file, pasting your OpenRouter settings there. If you ever hit heavy traffic limits on the free models, you can load just $5 into OpenRouter and switch to a highly capable but dirt-cheap model like Minimax, which rivals the coding abilities of Opus 4.6 for a fraction of the cost.

xAI's AI agent project Macrohard has stalled as Tesla ramps up its own AI agent project Digital Optimus; Elon Musk says it is a joint xAI-Tesla project.

Microsoft says the next Xbox, Project Helix, will have a custom AMD chip, and it will begin sending out “alpha versions” of Project Helix to developers in 2027.

Google spins off GFiber, formerly Google Fiber, forming an independent provider with investment firm Stonepeak's Astound; Google will retain a minority stake.

Meta says it worked with global law enforcement agencies to disrupt criminal scam centers in Southeast Asia and disabled 150K+ accounts tied to scam centers.

🤝 Copilot Cowork: Microsoft's agentic AI assistant powered by Claude

🔒 Codex Security: OpenAI Codex security agent that scans code and fixes bugs

🧠 Gemini Embedding 2: Google’s AI for searching text, images, video, and audio

🎥 Replit Animation: Turn text prompts into animated videos

Which image is real?

Login or Subscribe to participate in polls.

THAT’S IT FOR TODAY

Thanks for making it to the end! I put my heart into every email I send, I hope you are enjoying it. Let me know your thoughts so I can make the next one even better!

See you tomorrow :)

- Dr. Alvaro Cintas