Skip to main content
Eye on AI

Why the Future of AI Isn't Just Bigger Models. It's Models That Evolve | Risto Miikkulainen of Cognizant

64 min episode · 3 min read
·
Risto Miikkulainen

Episode

64 min

Read time

3 min

Topics

Health & Wellness, Investing, Fundraising & VC

AI-Generated Summary

Key Takeaways

  • Evolution Strategy for LLM Fine-Tuning: Cognizant AI Lab demonstrated that evolution strategies can optimize billions of parameters in pretrained models like LLaMA and Qwen without gradient descent. Rather than backpropagation, a cloud of candidate solutions explores the parameter space, rewarding configurations that perform better on target tasks. Oxford and NVIDIA have since replicated this approach, validating it as a viable alternative to RLHF for fine-tuning specialized model behavior.
  • Population-Based Search vs. Gradient Descent: Gradient descent optimizes a single solution incrementally, making it vulnerable to local minima in jagged loss landscapes. Evolutionary methods deploy 30 to 1,000 parallel agents spread across the solution space, using recombination of high-performing candidates to make large jumps. This produces solutions human designers would not anticipate — a result so reliable it has a dedicated "human competitive results" competition at the Genetic and Evolutionary Computation Conference.
  • Quality Diversity as a Discovery Engine: Explicitly rewarding novelty — independent of performance — produces "stepping stone" solutions that unlock further evolutionary progress. Combining novelty rewards with performance rewards, called quality diversity, is now standard in advanced neuroevolution pipelines. Practitioners building creative AI systems should implement dual fitness functions: one scoring task performance, one scoring behavioral distance from all previously seen solutions in the population archive.
  • LLMs as Evolutionary Operators: LLMs can replace traditional crossover and mutation operators by accepting two parent solutions as input and generating a recombined offspring in natural language or code. This means any domain representable in language — molecules, ML architectures, scientific hypotheses, trading strategies — becomes evolvable. Sakana AI applied this to automated research, producing a paper accepted at a major ML conference, demonstrating end-to-end AI-driven scientific discovery is operationally feasible today.
  • Neuroevolution for Metacognition and Continual Learning: Current transformer architectures lack mechanisms for self-knowledge and continual adaptation. Miikkulainen proposes using neuroevolution to discover novel neural architectures inspired by hippocampal circuitry — starting with navigation and spatial memory tasks — where evolved networks must answer whether they actually know a fact versus confabulating. This neuroscience-grounded approach targets two unsolved AI problems simultaneously: catastrophic forgetting and calibrated uncertainty about internal knowledge states.

What It Covers

Risto Miikkulainen, VP of AI Research at Cognizant AI Lab and UT Austin professor, explains how evolutionary computation — specifically population-based search, neuroevolution, and evolution strategies — solves problems that gradient descent cannot, enabling creative AI solutions across finance, medicine, scientific discovery, and multi-agent decision-making systems.

Key Questions Answered

  • Evolution Strategy for LLM Fine-Tuning: Cognizant AI Lab demonstrated that evolution strategies can optimize billions of parameters in pretrained models like LLaMA and Qwen without gradient descent. Rather than backpropagation, a cloud of candidate solutions explores the parameter space, rewarding configurations that perform better on target tasks. Oxford and NVIDIA have since replicated this approach, validating it as a viable alternative to RLHF for fine-tuning specialized model behavior.
  • Population-Based Search vs. Gradient Descent: Gradient descent optimizes a single solution incrementally, making it vulnerable to local minima in jagged loss landscapes. Evolutionary methods deploy 30 to 1,000 parallel agents spread across the solution space, using recombination of high-performing candidates to make large jumps. This produces solutions human designers would not anticipate — a result so reliable it has a dedicated "human competitive results" competition at the Genetic and Evolutionary Computation Conference.
  • Quality Diversity as a Discovery Engine: Explicitly rewarding novelty — independent of performance — produces "stepping stone" solutions that unlock further evolutionary progress. Combining novelty rewards with performance rewards, called quality diversity, is now standard in advanced neuroevolution pipelines. Practitioners building creative AI systems should implement dual fitness functions: one scoring task performance, one scoring behavioral distance from all previously seen solutions in the population archive.
  • LLMs as Evolutionary Operators: LLMs can replace traditional crossover and mutation operators by accepting two parent solutions as input and generating a recombined offspring in natural language or code. This means any domain representable in language — molecules, ML architectures, scientific hypotheses, trading strategies — becomes evolvable. Sakana AI applied this to automated research, producing a paper accepted at a major ML conference, demonstrating end-to-end AI-driven scientific discovery is operationally feasible today.
  • Neuroevolution for Metacognition and Continual Learning: Current transformer architectures lack mechanisms for self-knowledge and continual adaptation. Miikkulainen proposes using neuroevolution to discover novel neural architectures inspired by hippocampal circuitry — starting with navigation and spatial memory tasks — where evolved networks must answer whether they actually know a fact versus confabulating. This neuroscience-grounded approach targets two unsolved AI problems simultaneously: catastrophic forgetting and calibrated uncertainty about internal knowledge states.
  • Pandemic Decision-Making as a Deployable Template: Cognizant built a working system that ingested global case, death, and hospitalization data alongside government intervention records to generate next-day policy recommendations — school closures, masking, contact tracing — for any country with available data. Iceland used the system in fall 2021 to guide school reopening decisions, with recommendations reaching the health ministry. This surrogate-model-plus-evolutionary-search pipeline is replicable for any domain where outcome data and intervention diversity exist.

Notable Moment

A mystery model named in the Alpha Arena stock trading competition outperformed all entrants, with forensic analysis pointing toward neuroevolutionary methods. Miikkulainen explains why evolution specifically suits trading: generating strategies genuinely unlike what competitors use is the only structural edge, and diversity-maximizing population search is the mechanism that produces it.

Know someone who'd find this useful?

Episode Transcript

Let's define the evolutionary AI. A search space and some of these problems are so large that humans certainly can't navigate. What's really different about evolution is that it's a population based method. So you don't have just a single agent. You have 30 or you have 100 or maybe thousand agents, and you spread them out around the space of solutions as widely as possible. I think that that's where the future of AI is, this creativity. And that's where evolution optimization here comes in because evolution thrives on diversity. If this kind of strategy works for stock trading, what are the implications for the economy? Hi. I'm Risto Mikkoainen. I'm professor at the University of Texas at Austin in computer science. I've been there for quite a while. And also now, I'm a VP of AI research at Cognizant AI Lab in San Francisco. And this is very typical now. AI is partly academic, partly industrial, and they both benefit from it. And I've been working on evolutionary computation and neural networks my whole whole career since the eighties, basically. And they come together very nicely. They address different needs, different aspects of, AI. Very early on, we came up with an algorithm called NEAT. That was Ken Stanley, who was a PhD student at the time. That was his dissertation. And one of the successes of NEAT is that it's very robust. It's easy to get to run. It's easy to apply to new tasks. You don't have to optimize a lot of parameters. It gives you neural networks that exhibit behavior, very easily for robots, for virtual game characters, for various decision making tasks, sequential decision making tasks. So people found it a very convenient tool, to do things that were fun. You know? And and that is actually what neuroevolution is about, a lot of it. It's about behavior, whether it's controlling rockets, cars, whether it's robots or some kind of, agents in virtual worlds that exhibit personality, maybe, it is possible to, use this technology to create that, discover that. So this is really what makes it interesting to me. I've always been fascinated by computers since I saw the movie, 2,001 Space Odyssey. That's what's the motivation for a lot of us, people of of my my generation. Something that I don't just program and the computer does it, but the computer does more. It surprises you. It discovers something that you did not put in, and that's exactly what neuroevolution is about. I often get something that was surprising. It was better than I anticipated, clever solutions, And I think that that's where the future of AI is, this creativity. So let's define evolutionary AI. And, we were talking earlier. I did an episode a couple of years ago with Julian Togelius, who's, also deeply involved in the field. At that time, we were talking about evolving. He was talking about evolving game environments, was is the practical application for and as …

Get the full transcript (10,281 words) + summary by email — free

One-time email with the complete transcript and AI summary of this episode. No account needed.

One email, no spam. We’ll also show you what SignalCast does.

Browse all Eye on AI transcripts →

You just read a 3-minute summary of a 61-minute episode.

Get Eye on AI summarized like this every Monday — plus up to 2 more podcasts, free.

Pick Your Podcasts — Free

Keep Reading

Books, tools, and gear mentioned in this episode

SignalCast may earn commission on purchases via these links. As an Amazon Associate, SignalCast earns from qualifying purchases.

Products

  • by Meta

    Cognizant AI Lab demonstrated that evolution strategies can optimize billions of parameters in pretrained models like LLaMA and Qwen without gradient descent.
  • Cognizant AI Lab demonstrated that evolution strategies can optimize billions of parameters in pretrained models like LLaMA and Qwen without gradient descent.

company

  • by Cognizant

    Risto Miikkulainen, VP of AI Research at Cognizant AI Lab and UT Austin professor, explains how evolutionary computation — specifically population-based search, neuroevolution, and evolution strategies — solves problems that gradient descent cannot
  • Sakana AI applied this to automated research, producing a paper accepted at a major ML conference, demonstrating end-to-end AI-driven scientific discovery is operationally feasible today.

More from Eye on AI

We summarize every new episode. Want them in your inbox?

Similar Episodes

Related episodes from other podcasts

Explore Related Topics

This podcast is featured in Best AI Podcasts (2026) — ranked and reviewed with AI summaries.

Read this week's Health & Longevity Podcast Insights — cross-podcast analysis updated weekly.

You're clearly into Eye on AI.

Every Monday, we deliver AI summaries of the latest episodes from Eye on AI and 192+ other podcasts. Free for one show.

Start My Monday Digest

No credit card · Unsubscribe anytime