GEMINI LABJP
FLASH35 — Gemini 3.5 Flash is now GA and powers gemini-flash-latest, making everyday generation faster and more affordableAGENTS — Managed Agents launch in public preview in the Gemini API, running in secure, isolated Google-hosted Linux sandboxesMEDIA — Nano Banana 2 Lite and Gemini Omni Flash bring faster image and high-quality video generation across AI Studio and the APITTS — Streaming speech generation is now supported for gemini-3.1-flash-tts-preview via streamGenerateContentTRANSLATE — A new audio model detects 70+ languages for live speech-to-speech translation while preserving natural intonationSPENDCAP — Project-level spend caps for billing have been added in Google AI Studio to keep costs under controlFLASH35 — Gemini 3.5 Flash is now GA and powers gemini-flash-latest, making everyday generation faster and more affordableAGENTS — Managed Agents launch in public preview in the Gemini API, running in secure, isolated Google-hosted Linux sandboxesMEDIA — Nano Banana 2 Lite and Gemini Omni Flash bring faster image and high-quality video generation across AI Studio and the APITTS — Streaming speech generation is now supported for gemini-3.1-flash-tts-preview via streamGenerateContentTRANSLATE — A new audio model detects 70+ languages for live speech-to-speech translation while preserving natural intonationSPENDCAP — Project-level spend caps for billing have been added in Google AI Studio to keep costs under control
TAG

Solo development

4 articles
Back to all tags
Related:
Gemini2Gemini TTS1Speech synthesis1Narration1Gemini Spark1agents1file operations1guardrails1Gemini 3.5 Pro1context1preparation1Long-form1
Gemini Dev/2026-07-14Advanced

Making TTS seams inaudible: prosody continuity and silence boundaries for long-form narration

Splitting a long article by sentence and synthesizing each piece leaves audible seams: prosody resets at every sentence start, clicks appear at PCM joints, and pauses feel uneven. Four layers -- context priming, zero-crossing edge fades, punctuation-aware silence, and an idempotent seam ledger -- make the joins disappear, with full code.

Workspace/2026-07-12Advanced

What I Decided Before Letting an Agent Touch My Files: Folder Boundaries and Guardrails for Gemini Spark

A practical guardrail design for handing local folder cleanup to an autonomous agent: a content-hash manifest, an allowlist policy, and a post-run diff audit that catches irreversible operations before they slip past you.

Updates/2026-07-12Intermediate

Preparing for Where 2M Tokens Actually Help, Before Gemini 3.5 Pro Ships

Gemini 3.5 Pro slipped to July 17. Before the 2M-token context and Deep Think arrive, here is what a solo developer should measure and decide, with concrete steps.

Gemini Advanced/2026-04-29Advanced

Stop Gemini From Phoning In the Last Few Paragraphs — Prompt Patterns That Hold Density to the End

When Gemini writes long pieces, the final paragraphs often go thin. A solo creator's three-layer routine — pre-declared footer, staged generation, verifier agent — to keep density consistent from start to finish.