GEMINI LABJP
SHEETS — Fill with Gemini expands to 28 more languages, so you can build spreadsheets in your own language with natural promptsALPHAEVOLVE — Gemini Enterprise makes AlphaEvolve generally available, autonomously discovering optimized code solutionsSPARK — Gemini Spark, a personal AI agent for macOS, organizes folders and runs workflows across WorkspaceOMNI — Gemini Omni blends text, photos, and video for high-quality creation, plus custom AI avatars of youGEMINI35 — Gemini 3.5 Pro slips to July 17 for a full rebuild, introducing a 2M-token context and Deep ThinkDEEPTHINK — The 3.5 Pro rebuild targets better math reasoning, SVG scene generation, and image qualitySHEETS — Fill with Gemini expands to 28 more languages, so you can build spreadsheets in your own language with natural promptsALPHAEVOLVE — Gemini Enterprise makes AlphaEvolve generally available, autonomously discovering optimized code solutionsSPARK — Gemini Spark, a personal AI agent for macOS, organizes folders and runs workflows across WorkspaceOMNI — Gemini Omni blends text, photos, and video for high-quality creation, plus custom AI avatars of youGEMINI35 — Gemini 3.5 Pro slips to July 17 for a full rebuild, introducing a 2M-token context and Deep ThinkDEEPTHINK — The 3.5 Pro rebuild targets better math reasoning, SVG scene generation, and image quality
TAG

evolutionary search

1 articles
Back to all tags
Related:
AlphaEvolve1Gemini API1code optimization1fitness function1
Gemini Advanced/2026-07-12Advanced

A minimal evolutionary search loop with Gemini: propose, evaluate, select — prompted by AlphaEvolve's GA

With AlphaEvolve reaching GA, I built the smallest possible evolutionary search loop on the Gemini API: generate candidates, score them with a fitness function, and select the best. Sandboxed evaluation, diversity, and budget control — from real solo-dev use.