Researchers at the University of Washington and RWTH Aachen University in Germany trained many small AI agents on textbook fluid flows first, then a 3D wing. The result: 38% less drag in simulation.
AI agents cut drag on a virtual 3D airplane wing by 38 percent by first practicing on far simpler fluid flows, in a result published in Nature and posted to the arXiv preprint server.
The work formalizes HydroGym, an open reinforcement-learning platform built by Steven Brunton at the University of Washington and Christian Lagemann at RWTH Aachen University in Germany. HydroGym turns fluid dynamics into a training problem. Researchers drop many small AI "agents" into a simulation, give each one a set of actuators (small surfaces, jets, or movable object parts it can adjust), and reward them when the flow moves toward a target. After enough trial and error, the agents learn control policies that no human programmer wrote.
The team's first target was a turbulent flat-channel flow: fluid sloshing through a pipe, the kind of setup a fluids textbook uses to introduce the field. Once the agents could control that, the team pointed them at a curved 3D airplane wing. The transfer mattered. Agents that started from scratch on the wing learned far less than agents that had already been trained on the simpler flow. The trained agents cut drag on the wing model by 38 percent in simulation.
Simulating turbulent flow at engineering scale, the kind of high-fidelity CFD (computational fluid dynamics) that designers use to certify a real wing, still costs more compute than current machines can reasonably deliver. The piece puts that horizon at roughly "100 years away" even on the fastest supercomputers. The HydroGym result sidesteps that bottleneck. Instead of running an enormous high-fidelity simulation for every wing shape a designer wants to try, the platform runs cheaper simulations and lets agents learn the control policy that drag-reduction actually requires.
Reinforcement learning, the same family of methods behind game-playing AIs like AlphaGo, treats fluid control as a trial-and-error problem. An agent tries a small change, the simulator scores it, and the agent updates its policy toward what worked. Transfer learning, the older of the two ideas, lets that policy carry forward when the problem gets harder, so the agent does not have to relearn the basics. On a textbook channel flow, the policy is "where should I push the wall to keep the flow from separating?" On a 3D wing, the same policy still has the right shape, even though the geometry is different.
HydroGym can in principle host any geometry a designer can simulate: a car body, a wind-turbine blade, a marine propeller, a heat exchanger. Brunton and Lagemann's broader claim is that the bottleneck for ML-assisted fluid design is no longer the control algorithm, it is the simulator that trains it. The survey literature they cite, including the 2020 Data-Driven Aerospace Engineering review and the 2021 arXiv pair on machine-learning surrogates for CFD, has been saying the same thing for half a decade: replace the high-fidelity solver with a learned one and the iteration loop gets fast.
HydroGym still uses conventional CFD to grade the agents during training. It just routes the bulk of the work to a learned policy. Designers who adopt the platform would be doing a faster kind of CFD, not skipping CFD. For a wing shape that has to fly passengers, that distinction is the one regulators and certification engineers will care about.
The team has not announced a wind-tunnel or flight-test date. The next step, according to the New Scientist piece, is running the agents on increasingly complex geometries and on flows where the boundary layer transitions from smooth to turbulent mid-wing. If those transfers hold, the platform becomes a candidate for early-stage wing design at aerospace firms that already use ML-assisted CFD pipelines.