Google Chrome Installs 4 GB Gemini Nano AI Model Silently – No User Consent

Google Chrome is silently installing its Gemini Nano AI model — weighing in at roughly 4 GB — on user devices without asking for permission. The model, part of Google's on-device AI push, is being downloaded in the background and stored locally, which can eat up significant disk space on unsuspecting machines.
How It Works
According to reports, Chrome is downloading the model as part of its built-in AI features (like smart compose or summarization), but the installation happens automatically. Users are not prompted, and there is no clear opt-in flow. The model is stored under Chrome's local data directory, typically ~/.config/google-chrome/GeminiNano/ on Linux or the equivalent on other OSes.
- Size: ~4 GB for the full model download.
- No Consent: The download begins without user interaction or notification.
- Background Process: Happens via a Chrome updater service or built-in component updater.
What You Can Do
If you want to remove the model or prevent the download, you can:
- Disable Chrome's AI features via
chrome://settings/safetyCheckorchrome://flags/#optimization-guide-on-device-model. - Delete the model folder manually:
rm -rf ~/.config/google-chrome/GeminiNano/(Linux/Mac) or the corresponding Windows path. - Use an enterprise policy: Set
OptimizationGuideOnDeviceModelEnabledto false.
This is a significant privacy and storage concern, especially for users on limited data plans or constrained disk space. Developers and power users should check their systems immediately.
📖 Read the full source: HN AI Agents
👀 See Also

Claude-Code v2.1.110 adds TUI mode, push notifications, and multiple fixes
Claude-Code v2.1.110 introduces a new /tui command for flicker-free rendering, push notification capabilities for mobile alerts, and improvements to plugin management and remote control functionality. The release also includes numerous bug fixes for MCP servers, session handling, and UI issues.

LLMs Favor Their Own Outputs in Hiring: 23%–60% Higher Shortlist Rates for AI-Refined Resumes
Large-scale experiment shows LLM-based resume screeners prefer AI-generated resumes 67%–82% of the time, leading to 23%–60% higher shortlist rates for candidates using the same model.

Anthropic's Claude Conducts 80K Structured Interviews as Survey Alternative
Anthropic used Claude to conduct structured interviews with approximately 80,000 users across 150+ countries and 70+ languages, with the LLM serving as both interviewer and analyst to gather conversational insights.

Hacker News AI Discussion Shifts from Demos to Tooling Focus
Recent Hacker News discussions about AI are moving from one-off demos to durable tools like price tracking, verification, memory, evaluation, and workflow integration. This signals a shift toward operationalization where communities stop rewarding novelty-first posts.