SShortSingh.
Back to feed

DeepMind Splits Robot Brain and Body With Three-Model Gemini Robotics 2 Suite

0
·1 views

Google DeepMind released Gemini Robotics 2 on July 28, 2026, followed by Gemini Robotics ER 2 on July 30, introducing a modular architecture that separates high-level reasoning from real-time motor control. Rather than a single end-to-end network, the suite uses three specialized models: an embodied reasoning planner, a whole-body vision-language-action controller, and an on-device adaptation model. The reasoning model, ER 2, interprets scenes and natural-language instructions to break multi-minute tasks into sub-goals, while the core VLA model handles physical movement across humanoid bodies and robotic arms at high frequency. A third on-device model runs locally on robot hardware and can adapt to a new robot's mechanics using fewer than 200 demonstration examples and just a few hours of data. The architecture addresses a longstanding robotics trade-off where large context windows needed for reasoning conflict with the low-latency demands of precise physical control.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Enola AI Tool Uses Typed Fact Model to Extract Reliable Architectural Insights

Enola is an AI-assisted architectural analysis tool being developed to extract structured facts from source code before any AI reasoning begins. Rather than treating all relationships as generic graph edges, Enola uses a typed fact model that distinguishes between function calls, imports, route registrations, and type references. The system separates raw parsing from architectural extraction, so that framework-specific patterns — such as composed router paths in Go or Spring annotations — are correctly interpreted into meaningful facts. Repositories serve as independently addressable extraction scopes, meaning Enola can reason about a codebase even without loading its dependencies. Because architectural boundaries rarely align with source ownership boundaries, Enola assigns each entity a scoped identity that includes context like language, qualified name, and source revision.

0
ProgrammingDEV Community ·

Researchers Test LLMs to Identify Processors in Bare-Metal Binaries via Ghidra

A reverse engineering project is exploring automated methods to identify the processor architecture of undocumented bare-metal binaries, with the second strategy combining Ghidra disassembly across 177 architectures and LLM-based analysis. Test binaries were compiled from a single C source file for roughly 30 processors in both raw and ELF formats, with three firmware samples selected to cover supported, unsupported, and misformatted scenarios. Five local LLMs — including qwen2.5-coder, qwen3-coder:30b, gemma4:26b, dolphinMistral24b, and dolphin3-cyber — were benchmarked using an identical system prompt and a strict JSON response schema. For the first firmware, qwen2.5-coder flagged 69 candidate processors and qwen3-coder:30b narrowed it to 35, both correctly including the true target, while gemma4:26b largely failed due to severe formatting errors. The findings highlight significant variation in LLM reliability for structured reverse engineering tasks, informing which models are viable for building a scalable disassembly identification pipeline.

0
ProgrammingHacker News ·

Stephen Wolfram Mourns Death of Wife Elise Cawley After 36 Years Together

Stephen Wolfram, founder of Wolfram Research and creator of Mathematica, has announced the death of his wife, Elise Cawley, who lived from 1961 to 2026. Wolfram shared the news through a personal tribute published on his official writings blog in August 2026. The memorial post reflects on 36 years of marriage between the two. Wolfram expressed gratitude for the time they shared together in his written remembrance.

DeepMind Splits Robot Brain and Body With Three-Model Gemini Robotics 2 Suite · ShortSingh