Google DeepMind's AI Pointer: Reimagining the Mouse for Gemini Interactions
Google DeepMind has unveiled the AI-enabled pointer, a prototype that augments the traditional mouse cursor with Gemini-powered context awareness. The core idea: instead of dragging content into an AI tool's window, users can point at anything on screen and issue a natural-language command (e.g., point at a building image and say “Show me directions”). The AI understands both the visual and semantic context, treating pixels as actionable entities (places, dates, objects).
Four Interaction Principles
- Maintain the flow: AI works across all apps, not in a separate window. Examples: point at a PDF and ask for a bullet-point summary to paste into an email; hover over a table and request a pie chart; highlight a recipe and say “double all ingredients.”
- Show and tell: The pointer captures visual+semantic context, so you don't need a detailed prompt. Just point, and the AI knows which word, paragraph, image part, or code block is relevant.
- Embrace the power of 'This' and 'That': Use natural shorthand like “Fix this,” “Move that here,” or “What does this mean?”—the AI combines gesture, context, and speech to infer intent.
- Turn pixels into actionable entities: A photo of a scribbled note becomes an interactive to-do list; a paused frame in a travel video becomes a booking link for the shown restaurant.
Integration in Products
DeepMind is rolling out these capabilities in two places:
- Chrome (Gemini integration): Point at part of a webpage and ask Gemini about it. Example: select a few products and ask to compare them, or point to where you want to visualize a new couch.
- Googlebook (Magic Pointer): A forthcoming feature for the Googlebook laptop that puts Gemini “at your fingertips” for intuitive interactions.
Experimental demos are also available in Google AI Studio for editing images or finding places on a map by pointing and speaking. The team is also testing future concepts via Google Labs’ Disco platform.
Who it's for: Developers building AI-agent interfaces, UX researchers, and anyone working on human-AI interaction patterns.
📖 Read the full source: HN AI Agents
👀 See Also

Claude Code v2.1.169: Safe Mode, /cd Command, and Dozens of Bug Fixes
v2.1.169 adds --safe-mode to disable all customizations for troubleshooting, a /cd command to switch directories mid-session without cache loss, and fixes ~30-50ms UI stall, clipboard hangs on Windows, and enterprise MCP policy enforcement gaps.

Qwen3.6 27B FP8 Runs 200k Tokens BF16 KV Cache at 80 TPS on RTX 5000 PRO 48GB
A Reddit user shares a vLLM setup for Qwen3.6 27B FP8 with BF16 KV cache at 200k tokens, achieving 60-90 TPS on a single RTX 5000 PRO 48GB. Full environment variables, config, and benchmark results are provided.
Claude Code v2.1.140 Fixes Agent Tool Matching, /goal Hangs, Windows Event-Loop Stall
v2.1.140 improves Agent tool subagent_type matching to be case- and separator-insensitive, fixes /goal hanging with disableAllHooks, resolves Windows event-loop stall from missing executables, and more.

Claude Code v2.1.129: Autonomous Loop Persistence Guidance and Background Agent State Classifier
Claude Code v2.1.129 adds CLAUDE_CODE_LOOP_PERSISTENT system prompt for autonomous work loops, removes verification specialist subagent, and expands background agent state classifier with detailed boundaries.