← Latest papers
🤖 machine learning

An Agentic AI Scientific Community for Automated Neural Operator Discovery

This paper introduces an agentic AI scientific community comprising a swarm of interacting virtual laboratories that autonomously discover high-accuracy, low-parameter neural operator architectures through a citation-based economy, demonstrating that LLM-driven agency is essential for maintaining architectural diversity and that no single universal neural operator architecture exists across diverse scientific problems.

Original authors: Luis Loo, Ulisses Braga-Neto

Published 2026-07-15
📖 5 min read🧠 Deep dive

Original authors: Luis Loo, Ulisses Braga-Neto

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a bustling, futuristic city of science where every building is a Virtual Laboratory. But these aren't just quiet rooms with scientists; they are alive with three distinct characters working together: a Dreamer (a super-smart AI planner), a Builder (a tireless robot that actually does the math), and a Critic (a sharp-eyed AI judge).

This city isn't run by a mayor. Instead, it runs on a citation economy. Think of it like a popularity contest where the most "cited" (highly recommended) labs get to clone themselves and spawn new labs that follow their ideas. The labs that fail to impress? They get evicted and replaced. The goal? To automatically discover the perfect recipe for solving complex physics puzzles, without any human telling them what to do.

The Great Experiment: Finding the Perfect Recipe

The researchers set up this AI city to solve five different types of physics problems, ranging from simple curve-fitting to simulating how air flows over a wing (Navier-Stokes) or how water moves through soil (Darcy flow).

They ran the simulation three times for each problem, using 16 virtual labs per run, for 20 rounds of evolution. In total, the AI made 9,623 calls to its "Dreamer" and "Critic" brains.

What did they find?
The AI city was incredibly successful at discovering high-accuracy, low-parameter-count neural operator architectures. But here is the twist: There is no single "best" recipe.

Just like you wouldn't use a hammer to fix a watch or a screwdriver to drive a nail, the AI discovered that different problems need different architectural "recipes."

  • For problems involving smooth, wave-like patterns (like the Navier-Stokes and Burgers equations), the winning labs tended to stack Fourier blocks (think of them as musical notes that capture smooth waves).
  • For problems with sharp jumps or complex shapes (like Darcy flow or piecewise regression), the winners preferred Wavelet or DeepONet blocks (think of these as tools for handling jagged edges).

In fact, the AI found that a "one-size-fits-all" approach doesn't work. A recipe that won the Navier-Stokes race performed terribly on the Darcy problem, and vice versa. The paper suggests a "no-free-lunch" theorem: there is no universal winner that dominates every single problem.

The Secret Sauce: Why the AI Dreamers Matter

The researchers wanted to know: Is the "Dreamer" (the Large Language Model) actually necessary, or could a simple rule-based robot do the same job?

To find out, they ran a "what-if" scenario. They replaced the AI Dreamers and Critics with rule-based agents (simple, pre-programmed robots that follow strict instructions).

The Result?

  • With AI Dreamers: The labs kept mixing and matching different building blocks. In 99.8% of their decisions, the AI Dreamers chose to hybridize (mix different families of blocks together). They created unique, multi-family hybrids that were efficient and accurate.
  • With Rule-Based Robots: The community collapsed. The robots stopped mixing. They stuck to single-family stacks. For example, on the Navier-Stokes problem, they just built pure Fourier towers. On Darcy problems, they built pure Wavelet towers.

The paper suggests that the AI agency is needed to preserve diversity. Without the "Dreamer's" creative intuition, the community gets stuck in a rut, repeating the same old patterns instead of inventing new, hybrid solutions.

The Numbers Behind the Magic

The paper is very specific about the performance and the cost:

  • Accuracy: The AI-discovered hybrid for the Navier-Stokes problem reached a relative L2 error of 0.0005, which is on par with the best existing method (FNO) but used fewer parameters. The hybrid for Darcy flow reached an error of 0.0631, statistically tied with the best existing method (DeepONet).
  • Efficiency: The AI hybrids were leaner. For the Navier-Stokes problem, the AI hybrid used 2.2 million parameters, while the rule-based version used 5.6 million (more than double!) to get similar accuracy.
  • Cost: Using the AI Dreamers did cost more time. Because the AI had to "think" and "review" before building, each lab evaluation took longer. For 1D problems, it took about 19.4 seconds per lab with AI, compared to 4.9 seconds for the rule-based robots. For 2D problems, it jumped to 51.3 seconds vs 18.7 seconds. However, the researchers note this is a small price to pay for finding better, more diverse designs.

What This Means (and What It Doesn't)

The paper suggests that this "AI Scientific Community" is a powerful way to discover new architectures automatically. It rules out the idea that a single, universal neural operator exists for all problems. It also rules out the idea that simple, rule-based automation is enough to maintain the creative diversity needed for these discoveries.

However, the paper is careful to note that these results come from simulations. They haven't proven that this will work for every possible physics problem in the real world, only the five they tested. They also used a specific local AI model (gemma3:12b) and didn't test bigger models, so we don't know if a "super-smart" AI would change the results.

In short, the paper shows that if you give a swarm of AI labs the freedom to mix, match, and critique each other, they can invent better, more efficient tools for solving physics puzzles than if you just told them to follow a strict rulebook. But they still need a human to set up the city and check the work!

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →