@snowboat84: Reread Vibe Physics, the blog post by Harvard quantum field theory professor Matthew Schwartz on Anthropic's blog. He used only text prompts, directing Claude (plus GPT and Gemini cross-validation) to complete a real quantum chromodynamics paper in two weeks and posted it on arXiv, etc.

X AI KOLs Timeline News

Summary

Harvard professor Matthew Schwartz published an article on the Anthropic blog demonstrating using large language models like Claude, GPT, and Gemini to complete a quantum chromodynamics paper in two weeks (normally taking a year), and highlighted the strengths and weaknesses of LLMs in research. The author further proposed engineering fixes, including external computation modules, verification agents, and human oversight, emphasizing using LLMs as the core engine of scientific research.

Reread Vibe Physics, the blog post by Harvard quantum field theory professor Matthew Schwartz on Anthropic's blog. He used only text prompts, directing Claude (plus GPT and Gemini cross-validation) to complete a real quantum chromodynamics paper in two weeks, posted it on arXiv, effectively compressing a year's work into two weeks. Schwartz's conclusion is that current large language models are roughly at the level of a second-year graduate student (G2). They can perform research calculations with standard answers and known methods under supervision, but cannot yet conduct open-ended research that requires setting their own direction. They can provide a tenfold speedup for experts, but their flaws are also serious: they fabricate to please (when stuck, they adjust parameters to make plots match, silently delete uncertainty terms, smooth curves and claim "perfection"), they fake verification, and they make subtle errors at the very foundation of the computation that they themselves can never detect. Some errors took him hours to find, and GPT/Gemini cross-validation also failed to catch them. He calls the ultimate thing the models lack "Taste," but he gave little direction on how to fix these shortcomings. My take is: Schwartz listed a bunch of deficiencies of LLMs, but each type of deficiency actually has a fairly clear fix. Moreover, the key point is: just because the model can make calculation errors and fabricate, we should not retreat to having human batteries do everything manually. The right direction is to treat LLMs as the core engine of scientific research and build extensive modifications and reinforcements around them. The specific fixes are: First, add computation add-ons to LLMs to stabilize calculations. A large part of Schwartz's complaints are about pure arithmetic and symbolic errors. This is not a real problem: we can have the LLM invoke a deterministic agent: symbolic computation handled by Mathematica/SymPy, numerical calculations and fitting handled by dedicated numerical modules, with deterministic correct results. The model only takes care of scheduling and interpretation, not generating numbers itself. This layer can directly eliminate a large swath of calculation errors. Second, add physics verification agents with judgment. In physics work, it's not enough to calculate accurately; we also need to check whether the physics makes sense. People are already working on this, such as multi-agent systems with a "science validator," where one or more independent agents specialize in running standard self-consistency checks in the domain: dimensional analysis, limiting cases, symmetry constraints, comparison with known results. Every time a result is produced, these constraints are automatically run; if it fails, it's rejected. The key is that verification is no longer left to the lying model itself, but judged by an external program it cannot fool. This largely catches "fake verification" and "fabrication." Third, the initial foundation problem: this currently still requires human gatekeeping. If the starting formula has correct dimensions, is self-consistent, looks natural, and each subsequent step is also valid, but it is applied to the wrong physical situation – Schwartz's factorization formula is an example. This kind of error has no existing constraint that can catch it; the only arbiter is "does it correspond to the physical system at hand?", which requires true understanding of physics. So before the engine is run, the checkpoint of "whether the starting point is correct" currently still needs human review. Combining these three layers yields a very practical work model: LLM as the core engine of scientific research, responsible for generation, derivation, and writing; computation add-ons ensure it calculates accurately; verification agents ensure it does not violate known physics; humans only guard the foundation checkpoint at the very front and make the final judgment at the end. Schwartz's article actually unintentionally walked this path (he used three models to cross-check, ran Mathematica and Monte Carlo), but it was scattered and not systematic. If we truly solidify this system, the vast majority of his complaints can be solved by engineering. The remaining small part is where humans are truly still indispensable. Once the above three issues are resolved, then we can discuss the AI taste problem. That issue requires another detailed discussion.
Original Article
View Cached Full Text

Cached at: 07/06/26, 10:09 AM

Reread Harvard quantum field theory professor Matthew Schwartz’s “Vibe Physics” post on the Anthropic blog. He used only text prompts throughout to direct Claude (plus GPT and Gemini for cross-verification) to complete a real quantum chromodynamics paper in two weeks, uploaded it to arXiv—essentially compressing a year’s worth of work into two weeks.

Schwartz’s conclusion is: Current large language models are roughly at the level of a second-year grad student (G2), capable of performing supervised research computations with standard answers and known methods, but not yet able to handle open-ended research that requires setting its own direction. It can bring experts a tenfold speedup, but its flaws are also rock-solid: it fabricates to please (tweaking parameters to make graphs match when it can’t solve something, stealthily deleting uncertainty terms, smoothing out curves and claiming “perfect”), pretends to verify, and makes hidden errors right at the starting point of computations (the foundation) that it can never detect itself. Some of those errors even took him hours to track down personally, and GPT/Gemini cross-verification couldn’t catch them either. He calls the ultimate thing the models lack “Taste,” but on “how to fix these flaws,” he basically offers no direction.

My take is: Schwartz lists a bunch of LLM shortcomings, but actually, every category of flaw corresponds to a pretty clear fix. And the key is, don’t retreat to treating humans as manual battery grinders just because the model miscalculates or fabricates—the right direction is to treat the LLM as the core engine of research, and build massive modifications and reinforcements around it. Specific patching methods:

First, add computational plugins to the LLM to stabilize calculations. A big chunk of what Schwartz complains about is pure arithmetic and symbolic errors—this isn’t a real problem; you can have the LLM direct a deterministic agent: symbolic computation to Mathematica/SymPy, numerics and fitting to dedicated numerical modules, with results that are deterministically correct. The model only handles orchestration and interpretation, not generating numbers itself. This layer can directly wipe out a ton of computational errors.

Second, add a physics verification agent with judgment to the LLM. In physics work, it’s not enough for calculations to just be accurate; you also need to check if the physical meaning holds up. People are already building stuff like this, such as multi-agent systems with “scientific verifiers,” where an independent or multiple independent agents specifically run standard consistency checks in the field: dimensional analysis, limiting cases, symmetry constraints, and comparisons to known results. Every time a result comes out, it automatically runs through these constraints—if it fails, it’s kicked back. The key is that verification is no longer dictated by the lying model itself, but judged by an external program it can’t fool, so “fake verification” and “fabrication” are basically caught in the net.

Third, the foundational issues at the very start—this still needs human oversight for now. If the starting formulas have correct dimensions, are self-consistent, and look natural, and every step of derivation down the line is legitimate, but it’s applied to the wrong physical scenario—that factorization formula from Schwartz is exactly this kind. This type of error doesn’t hit any off-the-shelf constraints, and the only referee is “does it correspond to the physical system at hand,” which requires real physics judgment. So before the engine spins up, that “is the starting point right” checkpoint still needs a human gatekeeper.

Stack these three layers together, and you get a very practical workflow: LLM as the core research engine, handling generation, derivation, and writing; computational plugins ensuring accuracy; verification agents ensuring no violation of known physics; humans only guarding the foundational gate at the front end and making the final overall judgment at the back. Schwartz’s paper actually already stumbled onto this path unintentionally (he had three models cross-checking each other, ran Mathematica and Monte Carlo), just scattered and not systematized. If you build this setup properly and solidly, the vast majority of the problems he complains about can be engineered away. What’s left—that small piece—is the truly human-indispensable part.

Once you’ve solved those three issues above, only then do you get to discuss the AI taste problem. That one needs a separate deep dive.

Blog: Vibe physics: The AI grad student https://anthropic.com/research/vibe-physics…

arxiv paper: https://arxiv.org/abs/2601.02484

He already supervises many second-year grad students on their second-year projects at Harvard, so this should be within his familiar scope of work.

Similar Articles

@Phoenixyin13: This is one of the most important reposts I've made. The first author of this paper is someone I deeply admire and a good friend of mine—Guowei Xu, a top student from the Yao Class at @Tsinghua_Uni, who is now conducting AI large model research at @Harvard. Guowei's paper precisely hits the current...

X AI KOLs Timeline

Reposting an introduction to a paper by Tsinghua Yao Class graduate Guowei Xu (currently at Harvard) that accurately points out two critical bottlenecks in LLM search: sparse verification and candidate limitation, which are important for improving reasoning capabilities.

@gkxspace: LLM is likely just the first stop for AI large models. Professor Biwei Huang divides AI paradigms into four generations: First generation (1990s): Small models learn correlations. Second generation (2010s): Small models learn causation. Third generation (current LLMs): Large models learn correlations. Fourth generation (next step): Large models learn causation. Over 30 years, models have grown from small to large...

X AI KOLs Timeline

Professor Biwei Huang proposes a four-generation theory of AI paradigms, believing LLMs are just the first step, and the future lies in causal world models. Aether AI has completed a $20 million funding round, dedicated to building causal world models.

@snowboat84: https://x.com/snowboat84/status/2062686432335184321

X AI KOLs Timeline

This article explores the deep connections between physics and deep learning, analyzes the isomorphism of phenomena such as Scaling Law and emergence with concepts like critical scaling laws and phase transitions in physics, and reviews the current status and prospects of applying physical methodologies in AI.

@berryxia: Honestly, only truly brilliant people dare to say such things! An undergraduate student can handle the math training of LLMs! In a recent interview, Terence Tao laid out the core mystery of LLMs directly. The Fields Medal winner, the highest honor in mathematics — often called the Nobel Prize of math — and one of the most top contemporary…

X AI KOLs Timeline

Terence Tao pointed out that the math behind current LLMs is actually very simple, but the real puzzle lies in the intermediate zone of natural language data, which leads to unpredictable model behavior.

@snowboat84: To add a supplementary note, regarding the phenomena emerging from AI—scaling laws, emergence, double descent, representation geometry—the papers discussing them are already numerous. But there is a big problem: they are all thinking in the way of computer scientists, not physicists. What is a computer sci…

X AI KOLs Timeline

The author comments that current AI research overuses the thinking style of computer science and lacks a physics-based approach, proposing the need to establish an ideal system like 'Cyber Space' to lay a theoretical foundation.