A physics-informed neural network embeds governing equations into the loss function. Train it on data from a physical system and penalise it whenever its output violates conservation of mass, momentum or energy, and it learns a solution that mostly respects the physics rather than one that merely fits the data. For simulation work this is a genuinely powerful idea, and much of the recent progress in scientific machine learning rests on it.
But almost all of that work shares an assumption. The model is trying to reproduce the behaviour of a system it doesn't touch. It predicts, and something else decides.