GEMINI LABJP
FLASH35 — Gemini 3.5 Flash is now GA, built for sustained frontier performance on agentic and coding tasks (Jun)AGENTS — Managed Agents launch in public preview, running in Google-hosted isolated Linux sandboxes (Jun)SCHEMA — The Interactions API legacy schema is removed on June 8; migrate from outputs to steps now (Jun)SEARCH — Gemini 3.5 Flash rolls out globally across Search AI Mode and the Gemini app for everyone (Jun)FILESEARCH — File Search goes multimodal, embedding and searching images natively via gemini-embedding-2 (Jun)DEPRECATE — gemini-3.1-flash-image-preview and gemini-3-pro-image-preview shut down on June 25 (Jun)FLASH35 — Gemini 3.5 Flash is now GA, built for sustained frontier performance on agentic and coding tasks (Jun)AGENTS — Managed Agents launch in public preview, running in Google-hosted isolated Linux sandboxes (Jun)SCHEMA — The Interactions API legacy schema is removed on June 8; migrate from outputs to steps now (Jun)SEARCH — Gemini 3.5 Flash rolls out globally across Search AI Mode and the Gemini app for everyone (Jun)FILESEARCH — File Search goes multimodal, embedding and searching images natively via gemini-embedding-2 (Jun)DEPRECATE — gemini-3.1-flash-image-preview and gemini-3-pro-image-preview shut down on June 25 (Jun)
ARTICLES

All Articles

All (860) Gemini Basics (87) Dev Tools (131) API & SDK (433) Advanced (133) Workspace (39) Updates (37)
Advanced/2026-03-29Advanced

Deep Dive into Gemini's Speech-to-Speech Translation — Technology Architecture and Developer Applications

Comprehensive technical exploration of Gemini 2.5's speech-to-speech translation. Learn the end-to-end architecture, Native Audio API implementation, low-latency techniques, and production deployment patterns.

API & SDK/2026-03-29Advanced

Gemini Live Translation API — Building Real-Time Multilingual Voice Apps

A practical guide to building real-time multilingual voice translation applications using Gemini's Live Translation and Speech-to-Speech APIs

Advanced/2026-03-29Advanced

Google ADK × Gemini — Building Production Multi-Agent TypeScript Systems

A comprehensive guide to building robust multi-agent systems in production using Google Agent Development Kit (ADK) and Gemini API with TypeScript

Updates/2026-03-29Beginner

Google Translate 'Live Translate' Launches in Japan — Real-Time Translation of 70+ Languages Powered by Gemini AI

On March 27, 2026, Google Translate's Live Translate feature launched in Japan. Powered by Gemini AI's speech-to-speech translation, it now supports 70+ languages in real-time and runs on iOS.

Gemini Basics/2026-03-29Beginner

Gemini 3.1 Flash vs Pro: Complete Comparison Guide for Choosing the Right Model

Compare Gemini 3.1 Flash and Pro across speed, accuracy, and cost. Learn which model fits your use case with benchmark data and practical code examples.

Dev Tools/2026-03-29Intermediate

Gemini × Android Studio: AI-Powered App Development— Code Assist & Agent Mode

Master Gemini's integration with Android Studio. From Code Assist basics to Agent Mode, learn how to leverage AI for Kotlin/Jetpack Compose code generation, debugging, and test automation.

API & SDK/2026-03-29Intermediate

Automating Multilingual Translation and Localization with Gemini API

Learn how to automate multilingual translation and app localization using Gemini API. Covers Python implementation, glossary management, batch processing, and quality checks.

Advanced/2026-03-28Advanced

Long-Term Memory and Session Persistence with Gemini API — Design Patterns for Production Chatbots

Master the design patterns for long-term memory management, session persistence, and token budget control essential for building production-grade chatbots with Gemini API.

Workspace/2026-03-28Advanced

Building a Cross-Product AI Workflow with Gemini API and Apps Script — Gmail, Calendar, and Drive Automation

Build an end-to-end AI automation pipeline using Gemini API and Google Apps Script that triages Gmail, creates Calendar events, and generates prep notes from Drive documents.

API & SDK/2026-03-28Advanced

Building an Intelligent Data Layer: Gemini API × GraphQL Architecture Guide

A comprehensive guide to integrating Gemini API into GraphQL for AI-powered resolvers, semantic caching, and type-safe schema design. Build production-grade intelligent data layers.

Dev Tools/2026-03-28Advanced

Building Production Full-Stack AI Apps with Gemini API & Supabase

A practical guide to building production-grade full-stack AI apps with Gemini API and Supabase—covering auth, pgvector, Edge Functions, RLS, and cost control, plus the tuning lessons (IVFFlat to HNSW recall recovery, the service_role RLS bypass) you only learn in production.

API & SDK/2026-03-28Intermediate

Build an AI Document Summarizer with Gemini API and Python Flask — Hands-On Tutorial

Learn how to build a web app that automatically summarizes text and PDF documents using the Gemini API and Python Flask. From prompt design to deployment.