Glossary · Term

evolutionary search

← all terms

Definition

Plain language

A search method that breeds and mutates candidates over many generations, keeping the best.

As stated in the literature

A population-based optimization paradigm inspired by biological evolution, using selection, mutation, and crossover; in LLM contexts, often paired with model-driven proposal and ranking (e.g., AlphaEvolve, FunSearch).

Also called: evolutionary

Why it matters: It works in domains where gradients are unavailable, such as discrete program synthesis or combinatorial design, and pairs naturally with LLMs as mutation operators.

For example, you might start with a hundred candidate functions, keep the top-scoring ten, mutate each into ten variants, and repeat for many generations until a strong solution emerges.

Heard on the show

“His book takes real evolutionary biology and dresses ethnonationalism up in it.”
Episode 228 — Same Chatbot, Two Doors: Why 'Grok's Opinion' Doesn't Exist

Mentioned in 13 episodes

  1. 228
    Same Chatbot, Two Doors: Why 'Grok's Opinion' Doesn't Exist
  2. 194
    How a Robot Builds a Debugging Notebook It Can Read, Edit, and Hand to Another Robot
  3. 176
    An AI Designed Its Own Psychology Studies, Then Confirmed What It Found
  4. 166
    A Router That Beats the Frontier Models It Calls
  5. 133
    How MiniMax Turned a Reward-Hacking Disaster Into Olympiad Gold
  6. 107
    How a Market of Crippled AI Agents Outscored One Unrestricted Model
  7. 089
    When AI-Written Papers Read Well But the Evidence Underneath Is Broken
  8. 088
    Two Levers for Self-Improving AI: When Rewriting Code Isn't Enough
  9. 067
    An AI Just Solved a 1996 Erdős Problem—and the Simplest Agent Won
  10. 057
    How Uber Caught 206 Leaked Credentials With an LLM-Powered Security Stack
  11. 053
    An AI Agent Swapped In Focal Loss And Beat A Human-Tuned Training Script
  12. 046
    When the AI Optimizer Edits the Grade Book: Why Harnessing Evolution Needs a Wall
  13. 027
    When AI Agents Build the Serving Stack: A Bet on Bespoke Infrastructure

Related concepts

Related terms