02/08
What it does better
What the structure buys, measured against a large model, a solver, and a fitted network.
What can this do that current systems cannot?
Two things. Hold a physical law exactly for every admissible input, and prove it from the trained weights without a test set. And when sources disagree, say precisely where they disagree instead of averaging them into one number. Both are available on a single machine, which is the part that changes what you can deploy and where.
What is the advantage over a very large model?
A large model has to find structure in examples, and pays for that in parameters, data and compute. We put the structure in the construction, so the model stays small, trains on far less, and runs where the problem is. The guarantee reads the same on a small model as on a large one, because it comes from the construction.
What does it give you that a solver or simulation does not?
Speed at the moment of decision, without giving up the physics. A high fidelity solver remains the reference and we are not trying to replace it. What we add is a model fast enough to sit inside the loop that still respects the conservation the solver respects, so the quick answer and the trustworthy answer stop being two different things.
Why does encoding the structure pay off?
Because the structure is the part you already know. Everything the architecture holds is something the optimiser no longer has to discover, which buys data efficiency, a smaller model, and behaviour that holds in the places your data never went.