SShortSingh.
Back to feed

Waymo Adds Gemini AI Assistant to Ojai Robotaxis as a Rider-Only Feature

0
·1 views

Waymo has launched a beta in-car conversational assistant called Gemini in Waymo, available to riders through a dedicated icon on the cabin screen. The feature allows passengers to use voice and natural language to adjust cabin settings, ask journey-related questions, and query general information about nearby places. Crucially, Gemini operates entirely separately from the Waymo Driver autonomous system and has no influence over driving decisions. The assistant remains inactive by default and only engages when a rider deliberately initiates an interaction, limiting its access to real-time trip data. Waymo framed the rollout, announced in July and updated in August, as part of a broader effort to enhance the in-cabin passenger experience rather than expand autonomous driving capabilities.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

SleepSwitch Keeps Macs Awake During Long AI Agent Runs, Lid Closed

A developer has released SleepSwitch, a free macOS menu bar utility that prevents a Mac from sleeping even when the lid is closed. The tool was created after repeated frustration with AI coding agents — such as Claude Code and Codex — failing mid-run because macOS treated the idle-looking machine as unused and put it to sleep. Standard workarounds like the caffeinate command do not block lid-close sleep, which requires a separate system-level setting normally locked behind root access. SleepSwitch handles both sleep layers with a single click by writing a limited sudoers rule at install time, avoiding repeated password prompts. The app also includes a battery guard and clears all sleep-blocking settings automatically when it quits to prevent the laptop from running hot unattended.

0
ProgrammingDEV Community ·

Developers Can Detect Silent Filter Bugs by Asking Two Questions With Different Answers

A developer discovered a simple debugging technique after encountering silent filter failures twice in one session, where tools returned plausible but incorrect results without any error. The method involves posing two questions to a tool whose correct answers cannot be identical, then comparing the outputs to detect whether filtering is actually working. In one case, a mailbox search script returned the same count of 51 messages for two different queries, revealing that no filter had been applied at all. In another instance, a process count query returned six results, but a follow-up question exposed that two were stale leftover processes from the previous day. The author notes that this two-call technique requires no deep understanding of the tool and costs only one extra query to catch bugs that would otherwise go unnoticed.

0
ProgrammingDEV Community ·

How Agentic AI Systems Combine RAG, Sandboxed Execution, and BigQuery at Scale

A technical architecture for enterprise AI agents has been outlined, combining retrieval-augmented generation (RAG), sandboxed code execution, and BigQuery integration using Google's Agent Development Kit (ADK). The system uses Cloud Firestore vector search with text-embedding-005 embeddings to ground agent responses in live operational data, reducing hallucinations and prompt token overhead. Isolated Cloud Run sandbox environments allow agents to dynamically write and execute Python scripts for analytics without exposing host infrastructure. A human-in-the-loop safety mechanism requires explicit user approval before the agent pushes any changes to production systems such as Google Sheets. The architecture is designed to give enterprise AI agents scalable, standardized access to large datasets while maintaining security and operational oversight.

0
ProgrammingDEV Community ·

Brazilian IT Student Shares Journey From Hardware Repair to Programming

A technology enthusiast has documented their career path, beginning with hands-on experience in computer assembly, maintenance, and troubleshooting. Over time, their interest expanded into software development, leading them to pursue programming logic courses. They are currently enrolled in an Information Technology Management degree at Universidade Cidade de São Paulo (UNICID), where they have gained exposure to Python and SQL databases. The individual aims to continue building practical skills and exploring new areas within the technology field. This personal account, published on DEV Community, is intended as the first in a series of posts tracking their ongoing learning journey.

Waymo Adds Gemini AI Assistant to Ojai Robotaxis as a Rider-Only Feature · ShortSingh