Best of Google GeminiNovember 2025

  1. 1
    Video
    Avatar of t3dotggTheo - t3․gg·27w

    Google just dropped their Cursor killer (FREE Gemini 3 Pro???)

    Google released Anti-gravity, a free AI-powered IDE built on VS Code that integrates Gemini 3 Pro. The editor features an innovative agent manager workflow that operates as a separate window, browser control capabilities through Chrome integration, and automatic asset generation. While the tool shows promise with successful one-shot project creation and unique UX patterns for managing multiple tasks, it suffers from numerous bugs including broken extensions, inconsistent performance, and UI glitches. The editor appears to be based on Windsurf code from Google's recent acquisition, offering generous free usage limits during its preview period.

  2. 2
    Article
    Avatar of googledevsGoogle Developers·27w

    Announcing the Genkit Extension for Gemini CLI

    Google launched the Genkit Extension for Gemini CLI, enabling developers to build and debug AI applications directly from the terminal. The extension provides context-aware assistance through tools like flow execution, documentation lookup, and OpenTelemetry trace analysis. It integrates Genkit's MCP server with specialized context files to give Gemini CLI comprehensive understanding of Genkit's architecture and best practices. Developers can install it via a single command and immediately access language-specific guidance, run flows for debugging, and receive tailored code suggestions that follow Genkit patterns.

  3. 3
    Article
    Avatar of googledevsGoogle Developers·27w

    Making the terminal beautiful one pixel at a time

    Gemini CLI v0.15.0 introduces a major UI overhaul with a new rendering foundation that eliminates screen flicker, bouncing prompts, and visual artifacts. Key improvements include mouse support for navigation, persistent header lines for context, stable input positioning at the bottom, and clean terminal resizing. The update maintains full chat history accessibility while delivering a graphical-interface-level polish in the terminal. Users can upgrade via npm and provide feedback on GitHub.

  4. 4
    Video
    Avatar of fireshipFireship·26w

    Did Google just kill OpenAI?

    Google released Gemini 3 Pro, which topped major AI benchmarks and prompted companies like Anthropic to switch from Claude. The release boosted Google's stock by 6% to an all-time high. Google also unveiled anti-gravity, an agentic coding platform built on technology from the acquired Windsurf team, competing with other AI-powered development tools like Cursor and their own idx/Firebase Studio.

  5. 5
    Article
    Avatar of googledevsGoogle Developers·27w

    Introducing the Jules extension for Gemini CLI

    Google launched the Jules extension for Gemini CLI, an autonomous coding assistant that handles tasks asynchronously in a background virtual machine. While Gemini CLI serves as an interactive terminal collaborator for active tasks, Jules works independently to clone code, install dependencies, and modify files. Developers can delegate tasks using the /jules command and check progress without interrupting their workflow. The extension requires Gemini CLI v0.4.0 or newer and can be installed with auto-update capabilities.

  6. 6
    Article
    Avatar of medium_jsMedium·27w

    Rich and dynamic user interfaces with Flutter and generative UI

    Flutter introduces GenUI SDK in alpha, enabling developers to build dynamic, personalized user interfaces generated by AI models like Gemini. The SDK orchestrates communication between users, Flutter widgets, and AI agents to transform text conversations into interactive experiences. It uses the A2UI protocol for serialization and supports multiple content generators including Google Gemini API, Firebase AI, and custom adapters. The SDK maintains brand consistency while allowing AI to compose UI from custom widget catalogs. Future plans include ADK integration, progressive rendering, full-screen composition, and Dart bytecode for server-driven UI.