PhAIL Benchmark Tests VLA Models on Real Warehouse Robot Tasks

PhAIL is a physical AI benchmark that measures how well vision-language-action (VLA) models perform on commercial robotics tasks. The creator built it because they couldn't find honest performance numbers for these models in practical applications.
Benchmark Details
The benchmark tests four VLA models on bin-to-bin order picking, one of the most common warehouse operations:
- OpenPI/pi0.5
- GR00T
- ACT
- SmolVLA
All tests use the same equipment: a Franka FR3 robot with Robotiq 2F-85 gripper (DROID setup), with identical objects across hundreds of blind runs where the operator doesn't know which model is running.
Performance Results
The benchmark revealed significant performance gaps:
- Best model performance: 64 units per hour (UPH)
- Human teleoperating the same robot: 330 UPH
- Human performing the task by hand: 1,300+ UPH
Open Data and Methodology
Everything from the benchmark is publicly available:
- Every run with synced video and telemetry data
- The fine-tuning dataset used for training
- Training scripts
- An open leaderboard accepting new submissions
The creator is available to answer questions about methodology, the specific models tested, or observations from the benchmark runs.
📖 Read the full source: HN AI Agents
👀 See Also

Skillware adds synthetic data generator with entropy scoring for local model fine-tuning
Skillware has released a new synthetic data generator skill that uses zlib compression-ratio heuristics to score output diversity, helping prevent model collapse. The tool works out-of-the-box with Ollama, supports Gemini/Anthropic for high-reasoning batches, and outputs JSON batches for .jsonl fine-tuning pipelines.

Nelson: A Claude Code Plugin for Coordinating AI Agents Like a Naval Fleet
Nelson is a Claude Code plugin that structures AI agent coordination using naval fleet principles, featuring three execution modes, a risk classification system, hull integrity monitoring, and standing order gates to prevent common anti-patterns.
Claude Code Skill Tax: 2,596 Installed Skills, 40 Used, $91/Month Wasted
Every installed Claude Code skill loads into every session's system prompt. One user measured 102,651 tokens loaded per session with 98.6% never used, costing ~$91/month. An open-source tool, skill-tax, audits usage and cost.

Relay CLI tool saves Claude session context when rate limited
Relay is a Rust CLI tool that reads Claude's .jsonl session transcripts from disk and creates full snapshots of your session, including conversation, tool calls, todos, git state, and errors. It generates context prompts to resume sessions after rate limits reset.