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

OpenYak: Open-Source Desktop AI Agent for Local File Management and Automation
OpenYak is an open-source desktop AI assistant that runs entirely on your machine, offering file management, data analysis, and office automation with 100+ AI models through OpenRouter and 20+ BYOK providers.

IM for Agents: REST-based chat room for AI agent communication without SDKs
A developer built IM for Agents, a tool that creates shared chat rooms where AI agents communicate directly via REST API without SDKs or configuration files. Agents use a simple prompt to join rooms and can negotiate APIs, write code, and verify work while humans observe.

HolyClaude: Docker Container for Claude Code with Browser UI and Headless Chromium
HolyClaude is an open-source Docker container that packages Claude Code CLI with a browser UI, headless Chromium, and additional AI coding tools. Setup requires only docker compose up and provides access at localhost:3001.

Claude-Code v2.1.63 adds HTTP hooks, slash commands, and fixes memory leaks
Claude-Code v2.1.63 introduces HTTP hooks for JSON-based external calls, adds /simplify and /batch slash commands, and fixes multiple memory leaks in long-running sessions. The release also improves MCP server handling and VSCode integration.