PolyJarvis: An LLM-Orchestrated Agent for Automated All-Atom Molecular Dynamics of Amorphous Homopolymers
Summary
PolyJarvis is an autonomous agent that integrates Anthropic's Claude 4 large language model with the RadonPy simulation platform via Model Context Protocol (MCP) servers to automate all-atom molecular dynamics (MD) simulations for amorphous homopolymers. This system enables end-to-end polymer property prediction from natural language input, autonomously handling tasks like monomer construction, force field parameterization, GPU-accelerated equilibration, and property calculation. Validated on polyethylene (PE), atactic polystyrene (aPS), poly(methyl methacrylate) (PMMA), and poly(ethylene glycol) (PEG), PolyJarvis predicted densities within 0.1–4.8% and bulk moduli within 17–24% of reference values for aPS and PMMA. PMMA's glass transition temperature ($T_{g}$) of 395 K matched experiment within +10–18 K, while other polymers showed +38 to +47 K overestimation. Overall, 5 of 8 property–polymer combinations met strict acceptance criteria, demonstrating the agent's capability to produce results consistent with expert-run simulations.
Key takeaway
For AI Engineers and Research Scientists developing automated scientific workflows, PolyJarvis demonstrates that LLM agents can significantly reduce manual effort in complex simulations. You should consider integrating LLMs with specialized simulation platforms using standardized protocols like MCP to enable autonomous decision-making and error recovery. This approach frees your team for ideation and experimental design, accelerating materials discovery, but be mindful of inherent simulation biases like cooling-rate effects on \$T_g\$ predictions.
Key insights
LLM agents can autonomously execute complex scientific workflows, adapting protocols and recovering from errors.
Principles
- Intelligent decision-making improves simulation accuracy.
- Iterative refinement enhances protocol robustness.
- Standardized interfaces enable tool orchestration.
Method
PolyJarvis uses Claude Sonnet 4.5 to orchestrate RadonPy for molecular construction and LAMMPS for GPU-accelerated MD simulations via MCP servers, making polymer-specific decisions.
In practice
- Use LLM agents for end-to-end MD simulations.
- Implement MCP for tool integration.
- Validate predictions against experimental data.
Topics
- Large Language Models
- Molecular Dynamics Simulation
- Polymer Informatics
- Autonomous Agents
- RadonPy
- Model Context Protocol
Code references
Best for: AI Scientist, Research Scientist, AI Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.