Best of Google GeminiFebruary 2026

  1. 1
    Article
    Avatar of tnwThe Next Web·14w

    Google’s new music tool, Lyria 3 is here

    Google launched Lyria 3, a feature in the Gemini app that generates 30-second music tracks with lyrics and cover art from text prompts or photos. The piece argues that while the tool is fun for casual use, it normalizes the idea that anyone can 'write' a song via chatbot, devaluing professional songwriting craft. Outputs are watermarked with SynthID to flag AI generation. The author warns that as AI music tools proliferate, platforms risk equating novelty with art, and professional musicians face obsolescence by trivialisation rather than outright replacement. The recommendation is to support platforms like Deezer that flag AI-generated content and preserve transparency for listeners.

  2. 2
    Article
    Avatar of gcpGoogle Cloud·16w

    Choosing Antigravity or Gemini CLI

    Google offers two AI-integrated development tools: Antigravity, a complete IDE with agent management and visual development features, and Gemini CLI, a terminal-based tool for command-line and headless execution. Both have generous free tiers, with Gemini CLI having gained significant popularity with nearly 100k GitHub stars. The choice depends on whether you prefer a full IDE experience or terminal-based workflows.

  3. 3
    Article
    Avatar of googledevsGoogle Developers·15w

    Making Gemini CLI extensions easier to use

    Gemini CLI now supports extension settings that prompt users for required configuration during installation. Extension authors can define settings in their manifest (API keys, database credentials, URLs) which are then collected interactively, stored securely in the system keychain, and automatically provided to extensions. Users can manage settings post-installation with the `gemini extensions config` command, including workspace-specific overrides. The feature eliminates manual environment variable setup and reduces configuration errors.