An Agentic AI Scientific Community for Automated Neural Operator Discovery
Summary
This paper presents an agentic AI scientific community of virtual labs that autonomously discover neural operator architectures for PDE problems. Using LLM planners, numerical workers, and reviewers under a citation-based economy, the system produces high-accuracy hybrid architectures, with results suggesting no universal winner among operator families.
View Cached Full Text
Cached at: 07/15/26, 04:18 AM
# An Agentic AI Scientific Community for Automated Neural Operator Discovery
Source: [https://arxiv.org/html/2607.12122](https://arxiv.org/html/2607.12122)
Luis Loo and Ulisses Braga\-Neto Department of Electrical & Computer Engineering Texas A&M University, College Station, TX loo,ulisses@tamu\.edu
###### Abstract
We present an agentic approach to autonomous neural operator discovery based on an*AI scientific community*, which consists of a swarm of virtual laboratories that interact under a citation\-based economy of influence\. Highly\-cited labs found new labs that follow their research direction and replace non\-performing labs\. Each virtual lab contains three agents: an LLM planner that proposes an architecture, a numerical worker that trains and measures it, and an LLM reviewer that participates in cross\-lab peer review\. All labs share a common vocabulary consisting of DeepONet \(branch\-trunk\), Fourier, Transformer \(attention\), wavelet, and residual convolutional neural operator building blocks\. We evaluate the neural operator AI scientific community on five problems, namely piecewise regression, the linear advection and Burgers 1D PDEs, and the Navier\-Stokes and Darcy flow 2D PDEs, while repeating the simulation three times for each problem\. The results show that the neural operator AI scientific community is capable of discovering high\-accuracy, low\-parameter\-count neural operator architectures\. All 9,623 LLM calls are logged and audited, which reveals that the virtual lab LLM planners choose to hybridize in 99\.8% of their logged decisions, consistently returning multi\-family hybrids\. Moreover, we conducted an ablation study by replacing the LLM agents in each lab by rule\-based alternatives, which caused the scientific community to collapse to non\-hybridized single\-family stacks in several cases, showing that LLM agency is needed to preserve diversity\. The results suggest a no\-free\-lunch theorem for neural operators:*there is no universal winner*\. The code, configurations, and the complete LLM transcripts are released at[https://github\.com/luislootx/AI\-SC](https://github.com/luislootx/AI-SC)\.
## 1Introduction
Operator learning has become a central tool for building fast surrogates of partial differential equation \(PDE\) solvers[kovachki2023neuraloperator](https://arxiv.org/html/2607.12122#bib.bib1)\. However, each operator family encodes a fixed inductive bias: global spectral convolutions for the Fourier Neural Operator \(FNO\)[li2021fno](https://arxiv.org/html/2607.12122#bib.bib2), a branch\-trunk decomposition for DeepONet[lu2021deeponet](https://arxiv.org/html/2607.12122#bib.bib3), multiresolution bases for wavelet operators[tripura2023wno](https://arxiv.org/html/2607.12122#bib.bib4), and attention for transformer\-style operators[cao2021galerkin](https://arxiv.org/html/2607.12122#bib.bib5);[hao2023gnot](https://arxiv.org/html/2607.12122#bib.bib6)\. In addition, selecting the architecture hyperparameters, such as depth, width, and block composition, for a new PDE is still done by hand\. This raises a natural question:
> *Can a simulation of a neural operator research community consisting of automated agentic virtual labs discover the right neural operator architecture for a given problem with no human prior or intervention?*
Figure 1:The neural operator AI scientific community\.To answer this question, we employ an*AI scientific community*framework, which combines agentic AI with swarm intelligence to create decentralized networks of virtual laboratories[braganeto2026aicommunity](https://arxiv.org/html/2607.12122#bib.bib7)\. In this paradigm, each particle in the swarm represents a complete virtual laboratory instance, enabling collective scientific exploration that mirrors real\-world research communities\. This frameworkleverages the inherent properties of swarm intelligence, namely, decentralized coordination,balanced exploration\-exploitation trade\-offs, and emergent collective behavior\. The swarm of virtual laboratories explores the design space under a citation\-based economy, where well\-cited labs gain influence and breeding priority while uncited labs are replaced\.
### Main Contributions\.
1. 1\.An agentic framework for neural operator discovery\.We present an AI scientific community for neural operator architecture search, with LLM planner and reviewer agents and a gradient\-based numerical worker\.
2. 2\.An ablation study of LLM agency\.We replace the LLM planners and reviewers in each lab by rule\-based agents, isolating what the language model adds under an identical training budget\. The answer is architectural rather than accuracy, where the research community with LLM planners propose parameter\-lean multi\-family hybrids, whereas the community with rule\-based agents tends to collapse around canonical families\.
3. 3\.A no\-free\-lunch result for neural operators\.The results of the simulation show that no operator is universal\. The AI scientific community with LLM agents discovers multi\-family hybrid architectures, whereas the ablated community with rule\-based agents tends to collapse to canonical single\-family stacks, Fourier on the spectral\-friendly Burgers and Navier–\-Stokes problems and wavelet on the piecewise regression and Darcy problems\.
## 2Related Work
### Neural operators\.
FNO[li2021fno](https://arxiv.org/html/2607.12122#bib.bib2)learns a convolution kernel in Fourier space, whereas DeepONet[lu2021deeponet](https://arxiv.org/html/2607.12122#bib.bib3)separates input\-function encoding \(branch\) from query\-location encoding \(trunk\)\. Rigorous comparisons find FNO and DeepONet each win in different regimes[lulu2022comparison](https://arxiv.org/html/2607.12122#bib.bib8), suggesting that no specific neural operator architecture dominates uniformly over all problems, a fact that the neural operator AI scientific community rediscovers in a much broader context, which includes wavelet operators with multiresolution bases[tripura2023wno](https://arxiv.org/html/2607.12122#bib.bib4), transformer/attention operators[cao2021galerkin](https://arxiv.org/html/2607.12122#bib.bib5);[hao2023gnot](https://arxiv.org/html/2607.12122#bib.bib6), and convolutional neural operators with residual blocks[raonic2023convolutional](https://arxiv.org/html/2607.12122#bib.bib9)\. Other variants include U\-shaped multiscale operators[rahman2023uno](https://arxiv.org/html/2607.12122#bib.bib10)and geometry\-adapted variants for irregular domains[li2023geofno](https://arxiv.org/html/2607.12122#bib.bib11)\.
### Architecture search\.
Neural architecture search \(NAS\) automates model design via reinforcement learning[zoph2017nasrl](https://arxiv.org/html/2607.12122#bib.bib12), evolutionary search[real2019regevo](https://arxiv.org/html/2607.12122#bib.bib13), gradient\-based relaxation of the search space[liu2019darts](https://arxiv.org/html/2607.12122#bib.bib14), and many other strategies[elsken2019nassurvey](https://arxiv.org/html/2607.12122#bib.bib15)\. A more radical line evolves entire learning algorithms from primitive operations rather than selecting among predefined blocks[real2020automlzero](https://arxiv.org/html/2607.12122#bib.bib16)\. The neural operator AI scientific community performs an evolutionary/particle\-swarm search[kennedy1995pso](https://arxiv.org/html/2607.12122#bib.bib17)over an operator\-block genome, where the proposal and selection policies are delegated to LLM agents\.
### LLMs as optimizers and architecture proposers\.
Large language models have been used as black\-box optimizers[yang2024opro](https://arxiv.org/html/2607.12122#bib.bib18), as proposal engines for neural architecture search[zheng2023genius](https://arxiv.org/html/2607.12122#bib.bib19), and for program\- and hypothesis\-search in mathematical and scientific discovery[romeraparedes2024funsearch](https://arxiv.org/html/2607.12122#bib.bib20)\. Closest to our LLM planner is EvoPrompting[chen2023evoprompting](https://arxiv.org/html/2607.12122#bib.bib21), which uses a language model as the mutation and crossover operator inside an evolutionary loop to propose code\-level architectures\. Our planner plays the same role over an operator\-block genome, but we make two design choices that sharpen measurability: the fitness signal comes from a deterministic training procedure rather than a learned predictor, and every LLM\-driven run is paired with a rule\-based arm so the language model’s contribution is isolable by ablation\.
### Multi\-agent LLM systems\.
A growing body of work proposesvirtual labs, which are teams of LLM agents with distinct roles that communicate to solve a task, e\.g\., conversational multi\-agent frameworks[wu2024autogen](https://arxiv.org/html/2607.12122#bib.bib22), communicative agent societies[li2023camel](https://arxiv.org/html/2607.12122#bib.bib23), and role\-specialized teams that emulate a software company[qian2024chatdev](https://arxiv.org/html/2607.12122#bib.bib24)or a standardized\-operating\-procedure organization[hong2024metagpt](https://arxiv.org/html/2607.12122#bib.bib25)\. At the workflow level such teams drive end\-to\-end research agents[lu2026aiscientist](https://arxiv.org/html/2607.12122#bib.bib26)and numerical algorithm design[toscano2025athena](https://arxiv.org/html/2607.12122#bib.bib27)\. Our framework is different since it takes this paradigm one level up by employing a swarm of virtual labs\. Each lab consists of planner, worker, and reviewer agents\. The reviewer’s accept/reject vote is a form of LLM\-as\-judge evaluation[zheng2023llmjudge](https://arxiv.org/html/2607.12122#bib.bib28), here applied to peer review of candidate operators rather than to chatbot responses\. The AI scientific community itself was proposed in[braganeto2026aicommunity](https://arxiv.org/html/2607.12122#bib.bib7)\.
## 3Problem Formulation
### Operator learning\.
Given a PDE with solution operator𝒢:𝒜→𝒰\\mathcal\{G\}:\\mathcal\{A\}\\to\\mathcal\{U\}mapping an input functiona∈𝒜a\\in\\mathcal\{A\}\(e\.g\. an initial condition or coefficient field\) to the solutionu=𝒢\(a\)∈𝒰u=\\mathcal\{G\}\(a\)\\in\\mathcal\{U\}, we seek a parametric surrogate𝒢θ\\mathcal\{G\}\_\{\\theta\}minimizing the expected relativeL2L\_\{2\}error
ℒ\(θ\)=𝔼a∼μ∥𝒢θ\(a\)−𝒢\(a\)∥2∥𝒢\(a\)∥2,\\mathcal\{L\}\(\\theta\)\\;=\\;\\mathbb\{E\}\_\{a\\sim\\mu\}\\frac\{\\lVert\\mathcal\{G\}\_\{\\theta\}\(a\)\-\\mathcal\{G\}\(a\)\\rVert\_\{2\}\}\{\\lVert\\mathcal\{G\}\(a\)\\rVert\_\{2\}\},\(1\)estimated on sampled input\-output pairs\. The relativeL2L\_\{2\}error is our primary accuracy metric throughout\.
### Architecture search space\.
We define an architecture by a*genome*g=\(b1:L,c,m,σ,…\)g=\(b\_\{1:L\},\\,c,\\,m,\\,\\sigma,\\,\\dots\), whereb1:Lb\_\{1:L\}is a sequence ofL∈\[2,8\]L\\in\[2,8\]blocks drawn from a vocabulary
ℬ=\{branch\_trunk,Fourier,attention,wavelet,residual\_conv\},\\mathcal\{B\}=\\\{\\textsc\{branch\\\_trunk\},\\textsc\{Fourier\},\\textsc\{attention\},\\textsc\{wavelet\},\\textsc\{residual\\\_conv\}\\\},\(2\)ccis the hidden width,mmthe number of spectral modes,σ\\sigmathe activation, plus gating, skip connections, dropout, and learning rate\. A genome compiles to a concrete neural operator𝒢θ\(g\)\\mathcal\{G\}\_\{\\theta\(g\)\}\. The discovery problem is the bilevel program
g⋆=argmingℒ\(θ⋆\(g\)\),θ⋆\(g\)=argminθℒ^train\(θ;g\),g^\{\\star\}\\;=\\;\\arg\\min\_\{g\}\\;\\mathcal\{L\}\\big\(\\theta^\{\\star\}\(g\)\\big\),\\qquad\\theta^\{\\star\}\(g\)\\;=\\;\\arg\\min\_\{\\theta\}\\;\\widehat\{\\mathcal\{L\}\}\_\{\\text\{train\}\}\\big\(\\theta;g\\big\),\(3\)where the inner problem is ordinary gradient\-based training of a fixed architecture and the outer problem searches genomes\. We solve the outer problem with the swarm of agentic virtual labs, while the inner problem is solved by gradient descent\.
## 4Methodology
### AI scientific community framework\.
A swarm ofNNvirtual labs explores the genome space\. Each labiiholds a current genomegig\_\{i\}, a personal best, a velocity \(for the analytic update\), and a*trust*score accumulated through peer review\. Each iteration consists of four phases \(see Algorithm[1](https://arxiv.org/html/2607.12122#alg1)\):
1. 1\.Planning\.Each lab proposes its next genomegig\_\{i\}\.
2. 2\.Training\.Each lab compilesgig\_\{i\}and trains it at screening fidelity, returning measured relativeL2L\_\{2\}error on clean and noisy data\.
3. 3\.Peer review\.Labs review a sample of peers and cast soft votes; votes accumulate as citation\-like influence and update trust scores\.
4. 4\.Lifecycle\.A composite fitness score combines accuracy, generalization, parameter efficiency, and novelty \(with an accuracy floor\); the global best is updated, influential labs persist and breed, and uncited labs are replaced\.
The composite fitness score for virtual labiiis
Fi=waAi\+wgGi\+weEi\+wnνi,F\_\{i\}\\,=\\,w\_\{a\}\\,A\_\{i\}\+w\_\{g\}\\,G\_\{i\}\+w\_\{e\}\\,E\_\{i\}\+w\_\{n\}\\,\\nu\_\{i\}\\,,\(4\)where\(wa,wg,we,wn\)=\(0\.70,0\.20,0\.05,0\.05\)\(w\_\{a\},w\_\{g\},w\_\{e\},w\_\{n\}\)=\(0\.70,0\.20,0\.05,0\.05\)\. The fitness is zeroed when accuracy falls below a floor, which prevents trivially small or degenerate models from winning on efficiency or novelty alone\. HereAiA\_\{i\}is an accuracy score derived from the relativeL2L\_\{2\}error,GiG\_\{i\}rewards robustness to input noise,EiE\_\{i\}rewards parameter parsimony, andνi\\nu\_\{i\}is an architectural\-novelty score relative to the rest of the population\. The weights are fixed a priori, shared by every run and both conditions, and were not tuned; accuracy dominates by design\. Making the weights adaptive is left to future work\.
Algorithm 1Neural operator AI scientific community\.1:initialize
NNlabs across paradigms \(FNO, DeepONet, attention, wavelet, convolutional, hybrid\)\.
2:foriteration
t=1,…,Tt=1,\\dots,Tdo
3:foreach active lab
iido
4:
gi←Plan\(gi,gbest,\{gj\}j≠i,historyi\)g\_\{i\}\\leftarrow\\textsc\{Plan\}\(g\_\{i\},\\,g^\{\\text\{best\}\},\\,\\\{g\_\{j\}\\\}\_\{j\\neq i\},\\,\\text\{history\}\_\{i\}\)
5:endfor
6:foreach active lab
iido
7:
θi←Train\(gi\)\\theta\_\{i\}\\leftarrow\\textsc\{Train\}\(g\_\{i\}\); measure relative
L2L\_\{2\}
8:endfor
9:
\{vi\}←PeerReview\(\{\(gi,fitnessi\)\}\)\\\{v\_\{i\}\\\}\\leftarrow\\textsc\{PeerReview\}\(\\\{\(g\_\{i\},\\text\{fitness\}\_\{i\}\)\\\}\)
10:update composite fitness, trust, global best; deactivate uncited labs, breed influential labs
11:endfor
### Individual virtual labs\.
Each virtual lab consists of three agents\. Theplannerproposes the next genome; theworkercompiles and trains the corresponding operator with gradient descent, returning measured relativeL2L\_\{2\}error; thereviewercasts peer\-review votes over a sample of peer candidates\. The planner queries an LLM for the next genome, given its own history, the global best, and a summary of peer labs and their measured fitness, while the reviewer queries an LLM to score candidate genomes against measured fitness\. Proposals are parsed from JSON and snapped to the valid genome space\. We servegemma3:12blocally via Ollama, so the pipeline is reproducible with no paid API\. The worker is deliberately numerical and not an LLM, so that the fitness signal is consistent and comparable across labs and iterations\.
### LLM ablation study\.
The framework is model\-agnostic in the planner and reviewer roles, which lets us run a clean ablation study of LLM agency, by replacing the LLM agents by rule\-based alternatives, where the planner uses explore/exploit particle\-swarm updates, while the reviewer uses accuracy\-proportional voting\. No language model is involved\. The rule\-based alternatives share the same swarm size, iteration count, training budget, fitness, and random seeds as the original AI scientific community; only the planner/reviewer policy differs\. This isolates the effect of LLM agency\.
### Agent auditing framework\.
A recurring risk in agentic systems is that a language model silently degrades to a rule\-based fallback \(e\.g\. on a transient error or malformed output\)\. We guard against this by logging every LLM call, namely, system prompt, user prompt, raw response, role, and parse status, and by auditing each run’s log for planner/reviewer fallbacks\. Table[3](https://arxiv.org/html/2607.12122#S5.T3)reports, per LLM run, the planner and reviewer call counts, the parse\-success rate, and the fallback count\. A fallback count of zero certifies that planning and review were LLM\-driven throughout; the transcripts are released so this audit is independently reproducible\. Auditing for this silent\-degradation failure mode is not yet common practice in agentic pipelines, so we report the fallback count for verifiability rather than as a headline result\.111At first, we adoptedgemma4:e4b, a smaller efficiency\-tier LLM, which ran into the silent non\-LLM fallback issue, even with prompt hardening and an enlarged context window\. This led us to switch togemma3:12band audit the LLM calls\.
### Screening fidelity\.
Each candidate is trained at deliberately reduced “screening” fidelity \(small data, few epochs, modest resolution\) so a single operator trains in seconds, not hours, making a swarm of hundreds of trainings tractable on one GPU \(Section[6](https://arxiv.org/html/2607.12122#S6)\)\. Absolute screening errors are therefore higher than fully\-converged training\.
## 5Results
### Experimental setup\.
We consider five problems: piecewise regression, the linear advection and Burgers 1D PDEs, and the Navier\-Stokes \(in vorticity form with Kolmogorov forcing\) and Darcy flow 2D PDEs\. Each simulation is repeated three times, correspoding to pytorch random number generator seeds \(42,137,202442,137,2024\) in both the LLM and the rule\-based ablated configuration \(5×2×3=305\\times 2\\times 3=30runs\), withN=16N=16labs forT=20T=20iterations\. All runs are resume\-safe \(checkpointed per iteration\) to survive interruptions\. We additionally train baselines to convergence \(DeepONet, POD\-DeepONet, FNO, and Transformer\) with input/output normalization in each simulation\. All reported timings are on a single NVIDIA GPU RTX 4080\. See Appendix[A](https://arxiv.org/html/2607.12122#A1)for further details\.
### What the LLM community discovers\.
Every LLM winner is a multi\-family hybrid, and the mixture is regime\-appropriate; e\.g\., they tend to lead the stacks with Fourier blocks in the spectral\-friendly advection, Burgers and Navier\-Stokes problems, as can be seen in Figure[2](https://arxiv.org/html/2607.12122#S5.F2)\(see Table in Appendix for the complete list of winning architectures\)\. Table[1](https://arxiv.org/html/2607.12122#S5.T1)reports the accuracy of the two winning architectures for the two most challenging problems, namely the 2D NS and Darcy PDEs, each retrained from scratch and evaluated on both problems, compared to the baselines\. The Darcy hybrid attains0\.0631±0\.00830\.0631\\pm 0\.0083relativeL2L\_\{2\}error, the best mean Darcy error \(averaged over the three simulations\), statistically tied with DeepONet \(0\.0649±0\.00370\.0649\\pm 0\.0037\)\. The NS hybrid reaches0\.00050\.0005relativeL2L\_\{2\}error, well below every non\-FNO baseline and on par with FNO \(0\.00020\.0002\), both reaching near\-perfect accuracy on this periodic, spectral\-friendly problem\. For the trade\-off between accuracy and parameter count, see Figure[6](https://arxiv.org/html/2607.12122#A3.F6)in Appendix[C](https://arxiv.org/html/2607.12122#A3)\.
Figure 2:Winning architectures in one of the simulations \(random seed 42\)\. Every winner is a multi\-family hybrid\. As expected, Fourier blocks lead the stacks in the spectral\-friendly advection, Burgers and Navier\-Stokes problems\.
### How the LLM plans\.
The transcripts let us inspect the planner’s*decisions*, not only its outcomes\. Across 4,817 planner calls the LLM chosehybridizein 99\.8% of decisions \(the remainderexplore; neverexploit\), and its rationales condition on the summarized swarm state, e\.g\. “*several labs are converging on FNO and transformer architectures… I’ll introduce a hybrid approach by incorporating attention blocks*” \(Navier\-Stokes problem, random seed 42\)\. This action bias is the mechanism behind the hybrids above: a planner that almost always grafts blocks from other families structurally produces multi\-family hybrids\. The bias is partly prompt\-induced \(the planner is instructed to preserve diversity when the swarm converges; see Appendix[D](https://arxiv.org/html/2607.12122#A4)\)\.
### What the reviewer rewards\.
The same transcripts quantify the reviewer\. Across 4,804 scoreable review calls, the rank correlation between the reviewer’s vote distribution and the candidates’ measured accuracy isρ¯=0\.64\\bar\{\\rho\}=0\.64\(Spearman; positive in 88% of calls, a perfect accuracy ordering in 50%\), so peer review is grounded in the fitness signal\. Its rationales cite accuracy in 97% of calls, parameter efficiency in 83%, and robustness in 71%, but novelty in only 26%: the deviations from pure accuracy ordering are consistent with the prompt’s instruction to also reward novelty and efficiency\. Review is thus fitness\-anchored with a diversity tilt\.
### No universal winner\.
We can see in Table[1](https://arxiv.org/html/2607.12122#S5.T1)that no architecture dominates uniformly over both problems\. In addition, the discovered Navier\-Stokes hybrid does badly in the Darcy problem, while the discovered Darcy hybrid is about3\.7×3\.7\\timesworse than the NS hybrid on the NS problem\. The results confirm what is already known in the literature, that FNO dominates the periodic, spectral\-friendly Navier\-Stokes problem, while DeepONet\-style models beat FNO on the elliptic Darcy problem\.
Table 1:RelativeL2L\_\{2\}error for the winning architectures, each retrained from scratch, and the baselines, for the two most challenging problems, namely the 2D NS and Darcy PDEs\. Mean and standard deviations over the three simulations are reported\. The Darcy hybrid attains the best mean accuracy, statistically tied with DeepONet, while the NS hybrid is on par with FNO, at a smaller number of parameters, and well below every non\-FNO baseline\.
### Ablation study: what does LLM agency add?
Table[2](https://arxiv.org/html/2607.12122#S5.T2)reports the discovered error and parameter count per problem under LLM and rule\-based coordination, while Figure[3](https://arxiv.org/html/2607.12122#S5.F3)compares discovered relativeL2L\_\{2\}errors, and Figure[4](https://arxiv.org/html/2607.12122#S5.F4)compares convergence of the swarm’s best errors per iteration\. Because both conditions train identical operators under an identical budget, any difference is attributable to the planner/reviewer policy\. The screening accuracies are statistically indistinguishable on all five problems \(overlapping within11s\.d\.\) over the three simulations\. We do not claim an accuracy win for LLM agency\. The measurable difference is architectural: the LLM discovers parameter\-lean multi\-family hybrids where the rule\-based condition instead tends to collapse to canonical, nearly single\-family designs; e\.g\. pure\-Fourier stacks on Navier\-Stokes \(the textbook answer for a periodic, spectrally friendly PDE\) and wavelet\-dominated stacks on Darcy and piecewise regression\. On Navier\-Stokes the LLM hybrids match the pure\-spectral rule\-based accuracy with2\.5×2\.5\\timesfewer parameters on average \(2\.22\.2M vs\.5\.65\.6M\), and it does so reproducibly \(the identical advection recipe across all simulations\)\.
Table 2:Ablation study results\. RelativeL2L\_\{2\}error on the clean data and parameter count, LLM vs\. rule\-based, mean±\\pmstd over the three simulations\.Figure 3:Ablation study results\. Discovered relativeL2L\_\{2\}error per problem: LLM vs\. rule\-based, under an identical training budget\.Figure 4:Ablation study results\. Best relativeL2L\_\{2\}error per iteration, LLM vs\. rule\-based, mean±\\pms\.d\. over simulations\.
### Agent auditing results\.
Table[3](https://arxiv.org/html/2607.12122#S5.T3)summarizes the transcript audit over all LLM runs: planner and reviewer calls, parse\-success, and fallbacks to rule\-based\. Across the campaign we observe zero rule\-based fallbacks, certifying that planning and review were LLM\-driven\.
Table 3:Agent Audit\. Planner/reviewer LLM call counts per run, parse\-success, and fallbacks\. Zero fallbacks certifies LLM\-driven planning and review\. Counts above the nominal16×20=32016\\times 20=320reflect re\-planned iterations after mid\-run interruptions \(the runs are checkpointed and resume\-safe\); every call, including repeats, is in the released transcripts\.
## 6Computational Cost
Table[4](https://arxiv.org/html/2607.12122#S6.T4)and Figure[5](https://arxiv.org/html/2607.12122#S6.F5)report wall\-clock times for a full simulation run and the time per lab evaluation, for LLM and rule\-based labs\. Because the LLM and rule\-based AI scientific communities train identical operators under an identical budget, the difference in per\-lab time is precisely the overhead of LLM\-driven planning and review \(two language\-model calls per lab per iteration\): roughly1414sec per lab evaluation in the 1D problems and2525\-3333s in the 2D problems, i\.e\. a22\-4×4\\timesincrease in total wall\-clock time over rule\-based coordination\. The LLM labs also carry higher run\-to\-run variance in the 2D problems \(e\.g\.271±104271\\pm 104min on Navier\-Stokes\): a consequence of letting the planner commit to parameter\-heavy hybrids whose training dominates the budget\.
Table 4:Computational cost on a single RTX 4080: wall\-clock simulation and per lab evaluation time, LLM vs\. rule\-based, mean±\\pmstd over simulations\. The LLM\-rule\-based gap reveals the cost of using LLMs\.Figure 5:Per lab\-evaluation wall time, LLM vs\. rule\-based\. The gap is the cost of LLM planning and peer review at identical training budget\.### Why a swarm of hundreds of trainings is feasible\.
The swarm screens architectures at reduced fidelity, so a single operator trains in seconds, not hours\. Table[5](https://arxiv.org/html/2607.12122#S6.T5)lists single\-operator training times to convergence at screening fidelity in the Navier\-Stokes problem; cost is dominated by epochs and block type, not parameter count \(the 105K\-parameter transformer is slower to train than the 1\.2M\-parameter FNO because attention is quadratic in sequence length\)\. A full simulation run evaluates16×20=32016\\times 20=320architectures within the budgets above, reserving expensive full\-fidelity training for the final discovered architecture and the baseline comparison\. This follows the standard multi\-fidelity procedure to screen cheaply and commit expensively\.
Table 5:Single\-operator training time at screening fidelity in the Navier\-Stokes problem\.
## 7Limitations
### LLM\-as\-policy, not autonomous tool use\.
Our agents use the LLM as a*policy*for the planning and review decisions; the LLM does not execute code or call external tools\. Including fully\-agentic virtual labs as in[lu2026aiscientist](https://arxiv.org/html/2607.12122#bib.bib26);[toscano2025athena](https://arxiv.org/html/2607.12122#bib.bib27)is left to future work\.
### Literature priors\.
A mid\-size or frontier LLM has read the operator\-learning literature and may “know”, for example, that FNO is suitable for periodic, spectral\-friendly transport problems\. This is simultaneously a feature \(informed priors\) and a confounding factor \(it is not prior\-free discovery\); the rule\-based alternative in the ablation study provides the prior\-free reference point\.
### Model scale\.
We use a single local model \(gemma3:12b\)\. Whether a frontier model changes discovery quality is left to future work\.
### LLM planning is stochastic\.
We report results for three independent random simulation runs and release transcripts rather than claiming bit\-for\-bit reproducibility\.
### Screening fidelity\.
The swarm screens at reduced fidelity for computational cost reasons\.
### Joint role ablation\.
The ablation study switches planner and reviewer together\. Disentangling their individual contributions requires a factorial design, which we leave to future work\.
## 8Reproducibility
The resume\-safe runner, exact configurations, and the complete per\-run LLM transcripts are available at[https://github\.com/luislootx/AI\-SC](https://github.com/luislootx/AI-SC)\. Every reported LLM run has itsllm\_transcript\.jsonlfile, and the agent audit \(Table[3](https://arxiv.org/html/2607.12122#S5.T3)\) is reproducible directly from these files\. The LLM backend \(gemma3:12bvia Ollama\) runs locally with no paid API\. Representative planner and reviewer prompts are listed in Appendix[D](https://arxiv.org/html/2607.12122#A4)\.
## 9Conclusion
We presented an agentic LLM\-driven neural operator AI scientific community\. Each virtual lab in the community consists of a planner, a worker, and a reviewer\. The planner and reviewer are LLMs, while the worker is numerical \(gradient\-based\), by design, so the fitness signal stays comparable across the swarm\. All 9,623 LLM calls are logged and audited, verifying that no fallbacks to rule\-based alternatives occur\. We show that this AI scientific community is capable of discovering high\-accuracy, low\-parameter neural operator architectures at a quantified LLM overhead\. We conducted a controlled ablation study against rule\-based coordination, which shows that the LLM agents maintain diversity, while the rule\-based agents collapse to pure stacks\. Future work will include frontier LLM backends, fully autonomous agents, more roles per virtual lab, a factorial role ablation study, larger block vocabularies \(e\.g\., graph operators, neural Galerkin\), action\-space debiasing of the planner, and full\-fidelity re\-training of every discovered architecture\.
## Acknowledgments and Disclosure of Funding
We thank the organizers of the ICERM Hot Topics Workshop on Agentic Scientific Computing and Scientific Machine Learning, where a preliminary version of this work was presented as a poster and valuable feedback was received, and the Texas A&M ECEN graduate program for travel support\.
## References
- \[1\]Nikola Kovachki, Zongyi Li, Burigede Liu, Kamyar Azizzadenesheli, Kaushik Bhattacharya, Andrew Stuart, and Anima Anandkumar\.Neural operator: Learning maps between function spaces with applications to PDEs\.Journal of Machine Learning Research, 24\(89\):1–97, 2023\.
- \[2\]Zongyi Li, Nikola Kovachki, Kamyar Azizzadenesheli, Burigede Liu, Kaushik Bhattacharya, Andrew Stuart, and Anima Anandkumar\.Fourier neural operator for parametric partial differential equations\.InInternational Conference on Learning Representations \(ICLR\), 2021\.
- \[3\]Lu Lu, Pengzhan Jin, Guofei Pang, Zhongqiang Zhang, and George Em Karniadakis\.Learning nonlinear operators via DeepONet based on the universal approximation theorem of operators\.Nature Machine Intelligence, 3\(3\):218–229, 2021\.
- \[4\]Tapas Tripura and Souvik Chakraborty\.Wavelet neural operator for solving parametric partial differential equations in computational mechanics problems\.Computer Methods in Applied Mechanics and Engineering, 404:115783, 2023\.
- \[5\]Shuhao Cao\.Choose a transformer: Fourier or galerkin\.InAdvances in Neural Information Processing Systems \(NeurIPS\), volume 34, 2021\.
- \[6\]Zhongkai Hao, Zhengyi Wang, Hang Su, Chengyang Ying, Yinpeng Dong, Songming Liu, Ze Cheng, Jian Song, and Jun Zhu\.GNOT: A general neural operator transformer for operator learning\.InProceedings of the 40th International Conference on Machine Learning \(ICML\), volume 202, 2023\.
- \[7\]Ulisses Braga\-Neto\.The AI scientific community: Agentic virtual lab swarms\.arXiv preprint arXiv:2603\.21344, 2026\.
- \[8\]Lu Lu, Xuhui Meng, Shengze Cai, Zhiping Mao, Somdatta Goswami, Zhongqiang Zhang, and George Em Karniadakis\.A comprehensive and fair comparison of two neural operators \(with practical extensions\) based on FAIR data\.Computer Methods in Applied Mechanics and Engineering, 393:114778, 2022\.
- \[9\]Bogdan Raonic, Roberto Molinaro, Tobias Rohner, Siddhartha Mishra, and Emmanuel de Bezenac\.Convolutional neural operators\.InICLR 2023 workshop on physics for machine learning, 2023\.
- \[10\]Md Ashiqur Rahman, Zachary E\. Ross, and Kamyar Azizzadenesheli\.U\-NO: U\-shaped neural operators\.Transactions on Machine Learning Research \(TMLR\), 2023\.arXiv:2204\.11127\.
- \[11\]Zongyi Li, Daniel Zhengyu Huang, Burigede Liu, and Anima Anandkumar\.Fourier neural operator with learned deformations for PDEs on general geometries\.Journal of Machine Learning Research, 24\(388\):1–26, 2023\.arXiv:2207\.05209\.
- \[12\]Barret Zoph and Quoc V\. Le\.Neural architecture search with reinforcement learning\.InInternational Conference on Learning Representations \(ICLR\), 2017\.
- \[13\]Esteban Real, Alok Aggarwal, Yanping Huang, and Quoc V\. Le\.Regularized evolution for image classifier architecture search\.InProceedings of the AAAI Conference on Artificial Intelligence, volume 33, pages 4780–4789, 2019\.
- \[14\]Hanxiao Liu, Karen Simonyan, and Yiming Yang\.DARTS: Differentiable architecture search\.InInternational Conference on Learning Representations \(ICLR\), 2019\.arXiv:1806\.09055\.
- \[15\]Thomas Elsken, Jan Hendrik Metzen, and Frank Hutter\.Neural architecture search: A survey\.Journal of Machine Learning Research, 20\(55\):1–21, 2019\.
- \[16\]Esteban Real, Chen Liang, David R\. So, and Quoc V\. Le\.AutoML\-Zero: Evolving machine learning algorithms from scratch\.InProceedings of the 37th International Conference on Machine Learning \(ICML\), volume 119 ofProceedings of Machine Learning Research, pages 8007–8019, 2020\.arXiv:2003\.03384\.
- \[17\]James Kennedy and Russell Eberhart\.Particle swarm optimization\.InProceedings of the IEEE International Conference on Neural Networks \(ICNN’95\), volume 4, pages 1942–1948, 1995\.
- \[18\]Chengrun Yang, Xuezhi Wang, Yifeng Lu, Hanxiao Liu, Quoc V\. Le, Denny Zhou, and Xinyun Chen\.Large language models as optimizers\.InInternational Conference on Learning Representations \(ICLR\), 2024\.
- \[19\]Mingkai Zheng, Xiu Su, Shan You, Fei Wang, Chen Qian, Chang Xu, and Samuel Albanie\.Can GPT\-4 perform neural architecture search?arXiv preprint arXiv:2304\.10970, 2023\.
- \[20\]Bernardino Romera\-Paredes, Mohammadamin Barekatain, Alexander Novikov, Matej Balog, M\. Pawan Kumar, Emilien Dupont, Francisco J\. R\. Ruiz, Jordan S\. Ellenberg, Pengming Wang, Omar Fawzi, Pushmeet Kohli, and Alhussein Fawzi\.Mathematical discoveries from program search with large language models\.Nature, 625\(7995\):468–475, 2024\.
- \[21\]Angelica Chen, David Dohan, and David So\.EvoPrompting: Language models for code\-level neural architecture search\.InAdvances in Neural Information Processing Systems 36 \(NeurIPS\), 2023\.arXiv:2302\.14838\.
- \[22\]Qingyun Wu, Gagan Bansal, Jieyu Zhang, Yiran Wu, Shaokun Zhang, Erkang Zhu, Beibin Li, Li Jiang, Xiaoyun Zhang, and Chi Wang\.AutoGen: Enabling next\-gen LLM applications via multi\-agent conversation\.InFirst Conference on Language Modeling \(COLM\), 2024\.arXiv:2308\.08155\.
- \[23\]Guohao Li, Hasan Abed Al Kader Hammoud, Hani Itani, Dmitrii Khizbullin, and Bernard Ghanem\.CAMEL: Communicative agents for “mind” exploration of large language model society\.InAdvances in Neural Information Processing Systems 36 \(NeurIPS\), 2023\.arXiv:2303\.17760\.
- \[24\]Chen Qian, Wei Liu, Hongzhang Liu, Nuo Chen, Yufan Dang, Jiahao Li, Cheng Yang, Weize Chen, Yusheng Su, Xin Cong, Juyuan Xu, Dahai Li, Zhiyuan Liu, and Maosong Sun\.ChatDev: Communicative agents for software development\.InProceedings of the 62nd Annual Meeting of the Association for Computational Linguistics \(ACL\), 2024\.arXiv:2307\.07924\.
- \[25\]Sirui Hong, Mingchen Zhuge, Jonathan Chen, Xiawu Zheng, Yuheng Cheng, Ceyao Zhang, Jinlin Wang, Zili Wang, Steven Ka Shing Yau, Zijuan Lin, Liyang Zhou, Chenyu Ran, Lingfeng Xiao, Chenglin Wu, and Jürgen Schmidhuber\.MetaGPT: Meta programming for a multi\-agent collaborative framework\.InInternational Conference on Learning Representations \(ICLR\), 2024\.arXiv:2308\.00352\.
- \[26\]Chris Lu, Cong Lu, Robert Tjarko Lange, Jakob Foerster, Jeff Clune, and David Ha\.Towards end\-to\-end automation of AI research\.Nature, 651\(8107\):914–919, 2026\.
- \[27\]Juan Diego Toscano, Daniel T\. Chen, and George Em Karniadakis\.ATHENA: Agentic team for hierarchical evolutionary numerical algorithms\.arXiv preprint arXiv:2512\.03476, 2025\.
- \[28\]Lianmin Zheng, Wei\-Lin Chiang, Ying Sheng, Siyuan Zhuang, Zhanghao Wu, Yonghao Zhuang, Zi Lin, Zhuohan Li, Dacheng Li, Eric P\. Xing, Hao Zhang, Joseph E\. Gonzalez, and Ion Stoica\.Judging LLM\-as\-a\-judge with MT\-Bench and chatbot arena\.InAdvances in Neural Information Processing Systems 36 \(NeurIPS\), Datasets and Benchmarks Track, 2023\.arXiv:2306\.05685\.
## Appendix
## Appendix AFurther Experimental Details
Table[6](https://arxiv.org/html/2607.12122#A1.T6)lists the screening\-phase configuration per problem \(from each run in fileconfig\.jsonin the repository\)\. Both LLM and rule\-based agents share these budgets exactly; only the planner/reviewer policy differs\. Every candidate is trained from scratch for the stated epochs each iteration; robustness to noise is measured by adding Gaussian noiseε∼𝒩\(0,0\.12\)\\varepsilon\\sim\\mathcal\{N\}\(0,\\,0\.1^\{2\}\)to the data\. The LLM backend isgemma3:12bserved by Ollama with an 8192\-token context window; all timings are on a single RTX 4080\. The separately trained baselines and winning architectures run for 50 epochs for FNO, 80 epochs for the winning hybrids, POD\-DeepONet and transformer, and 600 epochs for the DeepONet with input/output normalization, as encoded in filevalidate\_baselines\_v3\.pyin the repository\.
Table 6:Screening\-phase configuration per problem \(identical across conditions and simulations\)\.
## Appendix BComplete List of Winning Architectures
Table[7](https://arxiv.org/html/2607.12122#A2.T7)lists the details for the winning architectures in each simulation \(5 problems×\\times2 conditions×\\times3 random seeds\), including the rule\-based agents in the ablation study\. We observe that the LLM agents return diverse architectures, but are problem\-specific; e\.g\. they almost always lead the stacks with Fourier blocks in the spectral\-friendly advection, Burgers, and Navier\-Stokes problems\. The rule\-based agents tend to be less diverse and prefer Fourier blocks in the spectral\-friendly problems and wavelet blocks in the piecewise regression and Darcy problems\. A machine\-readable version of these results is in fileresults/aggregate\_v2\.jsonin the repository\.
Table 7:Winning architectures\. Blocks abbreviated as T=DeepONet, F=Fourier, A=Attention, W=Wavelet, R=Residual Convolution\.
## Appendix CAccuracy\-Parameter Trade\-Off
Figure[6](https://arxiv.org/html/2607.12122#A3.F6)displays the trade\-off between accuracy and parameter account obtained in the simulation for the more challenging Navier\-Stokes and Darcy 2D problems\. All 48 labs \(16 labs×\\times3 simulations\) produced multi\-family hybrids, consistent with the planner hybridizing in 99\.8% of its decisions\. We observe that the discovered hybrids populate a competitive region of the accuracy\-parameter plane\.
Figure 6:Accuracy\-parameter trade\-off\. problems\. The gray dots represent the individual labs, while stars depict the baselines and the winning discovered architectures retrained from scratch to convergence\. Error are therefore not directly comparable across the two marker types\.
## Appendix DAgent Prompts
The planner and reviewer prompts are reproduced verbatim below \(the specific problem name is instantiated per run\)\. Note that the planner prompt specifies the genome record to be used by each virtual lab\. The outputs are in filellm\_transcript\.jsonlin the repository\.
### Planner prompt\.
```
You are the planning agent of a virtual research lab in a
swarm of labs collectively discovering neural operator architectures for 2D
Navier-Stokes. Each lab is one PSO particle; your job is to propose the next
architecture (genome) for your lab to train and evaluate next iteration.
You must balance EXPLORATION (novel hybrids, unexplored block combinations)
with EXPLOITATION (move toward the global best architecture observed in the
swarm). Use the lab’s current exploration_rate as a guide: high -> favor
exploration, low -> favor exploitation. Consider what other labs are doing -
if the swarm is converging, propose something different to maintain diversity
and avoid groupthink.
Output STRICT JSON ONLY (no prose, no fences) matching this schema:
{
"action": "explore" | "exploit" | "hybridize",
"rationale": "<1-2 sentences explaining your choice>",
"new_genome": { "block_sequence": [...], "hidden_channels": <int>,
"fourier_modes": <int>, "activation": "<str>", "use_gating": <bool>,
"use_skip_connections": <bool>, "dropout_rate": <float>,
"learning_rate": <float>, "weight_decay": <float> }
}
- ALLOWED_BLOCKS = ["fourier","attention","branch_trunk","wavelet",
"residual_conv"]
```
### Reviewer prompt\.
```
You are an anonymous peer reviewer evaluating neural
operator architectures proposed by other virtual labs in a research swarm.
You must rank the candidates on overall scientific merit for solving 2D
Navier-Stokes operator learning. Reward: high accuracy, good generalization
under noise, parameter efficiency, architectural novelty (unusual block
combinations), and theoretical soundness (e.g. fourier blocks for periodic
domains, attention for nonlocal coupling). Penalize: groupthink (identical to
global best), pathological setups (too few or too many blocks, mismatched
modes), or poor measured fitness.
Output STRICT JSON ONLY:
{
"scores": { "<lab_id>": <float in [0,1]>, ... },
"rationale": "<1-2 sentences total, not per lab>"
}
Scores must sum to roughly 1.0 across the candidates (soft-vote distribution).
```Similar Articles
@dair_ai: NEW paper from Meta: Agentic Discovery of Neural Architectures. This is a hot new area of research! Keep an eye on it.
Meta's new paper presents an agentic system that autonomously discovers neural architectures outperforming Llama 3.2 at 350M, 1B, and 3B scales within a 24-hour compute budget.
Agentic Discovery of Neural Architectures: AIRA-Compose and AIRA-Design
This paper introduces AIRA-Compose and AIRA-Design, dual frameworks using AI agents to autonomously discover neural architectures that outperform standard Transformers and scale efficiently.
Experiments in Agentic AI for Science
This paper presents two agentic AI frameworks, DeepTS/DeepCollector and DeepScribe, that automate scientific workflows including time-series data curation and conversion of physics lectures into structured reports, using a hybrid local-cloud architecture with LLMs.
@dair_ai: https://x.com/dair_ai/status/2061104052818108476
A roundup of three notable AI papers: SkillOpt treats skill documents as trainable parameters to optimize frozen agents; a new method compiles agentic workflows into model weights for 100x cost reduction; and AutoScientists introduces a decentralized agent team for long-running science without a central planner.
Agentic Neural Architecture Search
Introduces AgentNAS, a mechanism that uses an LLM to generate a seed architecture and decompose it into a slotted architecture, defining a task-specific search space for conventional NAS to explore, achieving state-of-the-art on 11 of 17 tasks.