Hugging Face's physics-intern: Multi-Agent Framework Doubles Gemini on CritPt Benchmark
Hugging Face released physics-intern, an open-source multi-agent framework designed for theoretical physics research. It mimics the scientific research process by decomposing complex problems into focused tasks dispatched to specialized subagents—including computing, claim reviewing, and research strategy challenge agents.
Architecture and Workflow
The framework decomposes research-level problems into several subtasks, each handled by a dedicated subagent:
- Computing agent: Handles numerical calculations and simulations.
- Reviewing agent: Evaluates claims for correctness and consistency.
- Strategy challenge agent: Critiques the overall research direction and suggests alternatives.
This agentic harness is designed to be domain-agnostic but was specifically tuned for theoretical physics.
Benchmark Performance
On the CritPt benchmark (critical point analysis in physics), physics-intern doubled the performance of Gemini models and achieved a new state-of-the-art result, surpassing GPT-5.5 Pro—all at a significantly lower cost. Specific numbers were not detailed in the source, but the performance gain is described as “doubling” and “new SOTA.”
Availability
The framework is available as a Hugging Face Space. The blog post detailing the architecture and design decisions can be found at the link below. Community contributions and extensions are encouraged.
Who it's for: Researchers and developers building agentic workflows for scientific domains, especially theoretical physics.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Mandala v0.3: Open-Source Async Runtime to Unify Logistics Telemetry as OpenTelemetry Spans for Agent Reasoning
Mandala v0.3 provides an open-source async runtime that ingests telemetry from Samsara, Descartes, Vizion, and FMCSA via webhooks, emits events as OpenTelemetry spans, and exposes data via MCP tools for LLM agents.

Librarian MCP: Local AI Server for Persistent Context with Documents
Librarian MCP is an open-source Model Context Protocol server that runs locally and connects to Jan, LM Studio, or Claude Desktop, enabling AI models to search and analyze document collections while maintaining full conversation context and data privacy.

MCP Server Tracks Known Bugs in Dev Tools to Improve LLM Recommendations
nanmesh-mcp is an MCP server that crawls GitHub Issues, Stack Overflow, and Reddit to track real problems in 57 development tools, providing LLMs with current bug data before making library recommendations.

External Reranker Plugin for OpenClaw Memory-Core: Repurpose Old GPUs
A developer shares a plugin for OpenClaw that allows memory-core to use an external reranker instead of the built-in QMD, improving performance on CPU-bound setups.