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)
Dev Tools/2026-04-01Beginner

Gemini × Rork: Build iOS/Android Apps with AI — A Practical Guide for 2026

A practical guide to building iOS and Android apps using Gemini and Rork. Learn how to integrate the Gemini API into an AI-generated React Native project — from UI scaffolding to intelligent chat, image analysis, and beyond.

Dev Tools/2026-03-31Advanced

Building Custom MCP Servers for Gemini API — Extending AI Agents with TypeScript

Learn how to build custom Model Context Protocol (MCP) servers in TypeScript and integrate them with Gemini API. Covers architecture, authentication, error handling, and production deployment patterns.

Dev Tools/2026-03-31Advanced

Gemini CLI × A2A Protocol — Complete Guide to Remote Agent Integration

Master Gemini CLI's A2A (Agent-to-Agent) protocol for remote agent integration. From agent definition files to HTTP authentication and production deployment on Cloud Run.

Dev Tools/2026-03-31Intermediate

Build AI-Powered Web Apps with Gemini API and Django — A Practical Guide

Learn how to integrate Gemini API with Django to build AI-powered web applications. Complete tutorial covering setup, chat implementation, and streaming responses with full code examples.

Dev Tools/2026-03-31Advanced

Gemini API × React Native Operational Notes — Indie Mobile App in Production

Operational notes from running Gemini API inside a React Native/Expo indie mobile app on iOS and Android: real device pitfalls, AdMob coexistence, Cold Start mitigation, AsyncStorage TTL design, and cost realities at 65,000 monthly requests

Dev Tools/2026-03-30Beginner

Build and Deploy AI Web Apps Fast with Gemini API and Gradio

Learn how to build and deploy AI web apps using Gemini API and Gradio. This hands-on tutorial covers text generation, image analysis, and chatbot apps with step-by-step code examples.

Dev Tools/2026-03-30Advanced

Firebase Genkit × Gemini API in Production — Field Notes from an Indie Developer Running 50M-Download Apps

Production field notes from running Firebase Genkit and Gemini API on the back end of indie wallpaper and mindfulness apps that cumulatively passed 50M downloads. Covers Flow and Tool design, RAG, deployment, real cost and latency numbers, plus seven undocumented gotchas you only find after a month in production.

Dev Tools/2026-03-30Beginner

Complete Troubleshooting Guide for Gemini CLI Errors and Issues

Fix common Gemini CLI issues including installation failures, authentication errors, and PATH problems with practical solutions.

Dev Tools/2026-03-30Intermediate

Gemini API × Chrome Extension — Build a Browser-Native AI Assistant

Learn how to build a Chrome Extension powered by Gemini API. Create a Manifest V3 side panel AI assistant with page summarization, translation, and code analysis features.

Dev Tools/2026-03-30Advanced

Gemini API × Playwright — Building an AI-Powered E2E Test Generation System

An advanced guide to building an automated E2E test generation and maintenance system using Gemini API and Playwright. Covers page analysis, test code generation, self-healing tests, and CI/CD integration.

Dev Tools/2026-03-29Beginner

Gemini API × Streamlit: Build and Deploy AI Web Apps with Python Only — A Rapid Prototyping Guide

Learn how to build and deploy AI web apps using Gemini API and Streamlit with Python alone. From environment setup to multimodal support and free deployment on Streamlit Community Cloud.

Dev Tools/2026-03-29Advanced

Gemini API Production Notes — Quiet Defenses Against 429, 500, and 503 Under Real Traffic

Operational notes from running Gemini API in production on an indie wallpaper app: exponential backoff, jitter, circuit breakers, token buckets, and model cascades — with the pitfalls I actually hit and measured retry success rates.