Cover image

From PDE to Pipeline: When LLMs Become Numerical Architects

Simulation has an awkward little secret: the hard part is often not writing code. It is choosing the right numerical method before the code exists. Anyone can ask an LLM to produce a solver for an advection equation, a heat equation, or a Navier–Stokes toy problem. The result may even run. That is not the same as being numerically sane. A PDE solver can be syntactically valid, computationally impressive, and mathematically ridiculous at the same time. In scientific computing, this is not a charming personality flaw. It is how bad answers acquire nice plots. ...

February 20, 2026 · 16 min · Zelina
Cover image

PDE Family Reunion: When Symbolic AI Learns the Skeleton, Not Just the Skin

Simulation teams know the ritual. Change the material coefficient, rerun the solver. Change the viscosity, rerun the solver. Change the flow velocity, rerun the solver. The physical system is still recognizably the same, but the computation behaves like a forgetful intern: every parameter setting is treated as a fresh assignment. This is not because finite element, finite volume, or spectral methods are bad. Quite the opposite. Their reliability is precisely why serious engineering organizations still use them. The problem is that parameterized simulation often asks the same mathematical family of questions again and again. The expensive part is not always solving one equation. It is solving a family of related equations while pretending they are strangers. ...

February 14, 2026 · 16 min · Zelina