Fetching from the wire…
Public story · 2026-07-30 · high
The model runs at 32 Hz on 0.9 GB of VRAM with just 0.2 billion parameters, and the code is public.
Why now: It topped HuggingFace's Daily Papers rankings on July 30 with 109 upvotes.
TurboVLA scored 97.7% on the LIBERO robot benchmark without a large language model in the loop, per its arXiv paper.
It does this at 32 Hz on a single RTX 4090, using 0.9 GB of VRAM. That matters for anyone trying to run a robot control policy in real time without a data center behind it. Most vision-language-action systems route camera input and instructions through an LLM first, which adds compute. That slows response time.
TurboVLA skips that step. It maps vision and language straight to action using separate encoders and what the paper calls lightweight interaction between them. That replaces the usual vision-to-language-to-action chain.
TurboVLA uses just 0.2 billion parameters and runs with 31.2 millisecond latency. The paper's code is public, so the 97.7% score is one anyone can try to reproduce.
The paper doesn't say how TurboVLA performs on tasks or benchmarks outside LIBERO, or on physical hardware beyond the 4090 latency figure it reports.
If that 97.7% score holds up, it's an argument that the field's push toward bigger LLM backbones for robot control solved the wrong problem. A 0.2 billion parameter model matching benchmark scores that bigger vision-language-action systems chase suggests those extra billions were buying generality LIBERO's tasks don't need.
Worth watching whether TurboVLA gets tested on real robot hardware or on benchmarks tougher than LIBERO.
It topped HuggingFace's Daily Papers rankings on July 30, at 109 upvotes.
Each link below shares sources, entities, or timing with this story.
Allen Bargi's August 15 post hit 302 points arguing that AI collaboration rewards context-sharing, examples, and feedback over precise instruction (Hacker News). The pushback holds that the piece conflates management with leadership. mikeocool calls it "the most low effort ver...
Satya Nadella said companies routing everything through a single proprietary lab may not survive. His argument: you hand that lab your most sensitive business context, and the lab can turn it against you as a competitor. His prescription is an orchestration layer — keep the ha...
Willison launched datasette-apps (0.1a2) on June 18, hosting self-contained HTML+JS apps in a sandboxed iframe that run SQL against your data, read-only by default. He frames it as "Claude Artifacts reimagined for Datasette," artifacts backed by a JSON API to a relational data...
His conclusion is DuckDB matches or beats SQLite's safety for untrusted queries, but only with enable_external_access=false, lock_configuration=true, and a watchdog thread, since DuckDB lacks SQLite's opcode-based query timeouts. He ships a safe_duckdb.py helper and a Datasett...
CCP announced the migration covering code that has run on Stackless 2.7 since 2010. The approach is to run futurize across the codebase and then manually review roughly 20,000 places where Python 2 and 3 behavior diverges, including integer division (Simon Willison). No comple...
Promptwatch's tracking shows the share of ChatGPT search queries using site: sat at 0.3-0.5% for weeks, dipped to 0.15% on August 3-5, then jumped to 16-17% on August 8, two days after OpenAI said it was making GPT-5.6 Sol "more reliable with facts." Simon Willison Willison co...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.