A new research project called Princigram — a method that teaches image models to reason through physics before drawing — forces a model to walk a subdiscipline specific physics checklist, and a benchmark it ships grades each diagram on named
Photorealistic image generators can render a sunlit coastline with convincing water and shadow. Asked to draw a free-body diagram, many of them will obediently place an arrow on a block sitting on a ramp and then point that arrow the wrong way. The arrow looks fine. The physics underneath it is broken, and the gap between visual plausibility and physical faithfulness is the problem a new preprint, "Towards Physics-Faithful Generation of Scientific Diagrams," tries to close.
The failure mode is well documented in education and science communication communities. Generic text-to-image systems are trained on web imagery with physically shallow captions: a picture of a circuit, a snapshot of a pendulum, a textbook illustration stripped of the equations that make it correct. The model learns what a physics diagram looks like. It does not learn what makes one right. A student pasting an AI-drawn free-body diagram into homework gets a picture that satisfies a teacher's glance and a grader's eye, but encodes a wrong force direction, an axis that does not match the scene, or a state label that contradicts the equation above it.
The preprint's authors, working under the project name Princigram, attack the problem on two fronts at once. The first is a training-time schema they call Structured Physical Chain-of-Thought, or SP-CoT. Rather than asking a model to "draw a diagram of X" in free-form reasoning, SP-CoT defines a fixed multi-step reasoning chain for each of six physics subdisciplines. The chain runs from scene identification, through object and force analysis, to governing laws and synthesis. The model has to walk it before it draws, and the schema enforces a strict separation between what is visually grounded in the prompt and what is physically inferred. All mathematics is typed symbolically, not free-text, so the equation a diagram cites is the equation the model reasons about.
That checklist is also a data engine. The authors use SP-CoT to structurally annotate 4.3 million physics images scraped from the web, of which 115,037 carry expert-level annotation, then fine-tune a unified multimodal backbone on the resulting corpus. The intuition is that teaching a model the reasoning chain, not just the final picture, forces the kind of decomposition that survives contact with a new problem.
The second front is evaluation. State-of-the-art image generators are usually scored by humans on a holistic scale, or by a judge model asked to rate overall quality. Both approaches conflate appearance with correctness. The preprint introduces VeriphyT2IBench, a benchmark in which each held-out diagram's own structured annotation becomes an item-specific bank of binary questions: is the force on this object in the right direction, does the labeled coordinate system match the scene, does the equation in the corner describe the depicted state, and so on. A judge model then answers the questions, and the diagram's score decomposes into a list of named physical facts that did or did not hold, rather than a single number.
The reported result, on the physics subset of the GenExam benchmark and on VeriphyT2IBench, is that explicit physics-structured supervision improves the physical faithfulness of generated diagrams relative to general-purpose baselines. The paper is an arXiv preprint with no peer-review status, no independent replication, and no third-party adoption signal, so the numbers are the authors' own. The work ships a testable claim with a mechanism you can interrogate and a benchmark designed to make the failure mode legible per fact, not per vibe.
The work is not "AI now draws physics." It treats physical faithfulness as a structured, decomposable property, with a training schema that forces the model to reason through a subdiscipline-specific chain and an evaluation protocol that scores each picture on the specific physics claims it ought to support. The next questions are practical: which subdisciplines still trip the model up, whether expert annotation at the 115,037-image scale is enough supervision, and whether the structured checklist survives transfer to adjacent fields like chemistry diagrams or circuit schematics.
For now, the prudent use case is research. Teachers and textbook authors who rely on AI imagery should still treat generated diagrams as drafts to verify, not as physics-correct by default. Princigram can draw the arrows in the right direction more often than a generic image model. It cannot yet replace the human reviewer.