GadgetBond

  • Latest
  • How-to
  • Tech
    • AI
      • Apple Intelligence
      • Gemini AI
      • Google DeepMind
      • Anthropic
      • Claude AI
      • Claude Code
      • OpenAI
      • ChatGPT
      • Codex
      • Perplexity
      • SpaceXAI
      • Grok AI
      • Microsoft Copilot
      • Meta AI
    • Amazon
    • Apple
    • CES
    • Computing
    • Creators
    • Google
    • Meta
    • Microsoft
    • Mobile
    • NVIDIA
    • Samsung
    • Security
    • Smart Home
    • Sony
    • Xbox
    • YouTube
  • Transportation
    • Audi
    • BMW
    • Cadillac
    • E-Bike
    • Ferrari
    • Ford
    • Honda Prelude
    • Lamborghini
    • McLaren
    • Mercedes
    • Porsche
    • Rivian
    • Tesla
  • Culture
    • Gaming
    • Streaming
    • Apple TV
    • Disney
    • Hulu
    • Marvel
    • HBO Max
    • Netflix
    • Paramount
    • SHOWTIME
    • Spotify
    • Star Wars
Add GadgetBond as a preferred source to see more of our stories on Google.
Font ResizerAa
GadgetBondGadgetBond
  • Latest
  • Tech
  • AI
  • Deals
  • How-to
  • Apps
  • Computing
  • Gaming
  • Mobile
  • Streaming
  • Transportation
Search
  • Latest
  • Deals
  • Buying Guide
  • How-to
  • Features
  • Tech
    • Amazon
    • Apple
    • CES
    • Computing
    • Creators
    • Google
    • Meta
    • Microsoft
    • Mobile
    • NVIDIA
    • Samsung
    • Security
    • Smart Home
    • Sony
    • Xbox
    • YouTube
  • AI
    • Apple Intelligence
    • Gemini AI
    • Google DeepMind
    • Anthropic
    • Claude AI
    • Claude Code
    • OpenAI
    • ChatGPT
    • Codex
    • Perplexity
    • SpaceXAI
    • Grok AI
    • Microsoft Copilot
    • Meta AI
  • Transportation
    • Audi
    • BMW
    • Cadillac
    • E-Bike
    • Ferrari
    • Ford
    • Lamborghini
    • McLaren
    • Mercedes
    • Porsche
    • Rivian
    • Tesla
  • Culture
    • Gaming
    • Streaming
    • Apple TV
    • Disney
    • Hulu
    • Marvel
    • HBO Max
    • Netflix
    • Paramount
    • SHOWTIME
    • Spotify
    • Star Wars
Follow US
AIGoogleRoboticsTech

Gemini Robotics AI can now operate robots without internet

DeepMind’s new on-device Gemini Robotics AI model allows robots to operate independently of the cloud while maintaining strong performance and adaptability.

By
Shubham Sawarkar
Shubham Sawarkar's avatar
ByShubham Sawarkar
Editor-in-Chief
I’m a tech enthusiast who loves exploring gadgets, trends, and innovations. With certifications in CISCO Routing & Switching and Windows Server Administration, I bring a sharp...
Follow:
- Editor-in-Chief
Jun 24, 2025, 2:06 PM EDT
Share
Collage of imagery demonstrating Gemini Robotics On-Device. A central abstract image of a toy busy box shaped like a human head alludes to neural functions and problem-solving.
Image: Google DeepMind
SHARE

Google DeepMind has quietly shifted robotics a step closer to true on-device intelligence by unveiling Gemini Robotics On-Device, an optimized version of its flagship vision-language-action (VLA) model that runs entirely on a robot without needing a network connection. Announced on June 24, 2025, this on-device iteration retains many of the dexterous capabilities of the cloud-enabled hybrid model introduced in March, yet is compact and efficient enough to live entirely on the robot’s own compute hardware. In effect, it offers a “starter” robotics foundation model suited for environments with unreliable connectivity or stringent privacy and security requirements, while still delivering surprisingly robust performance on a range of physical tasks.

Robotics has long grappled with the tension between powerful cloud AI and the demands of real-world deployment. High-capacity models often rely on constant network connectivity for heavy inference, posing challenges for latency-sensitive tasks, operations in remote or industrial settings, and applications where data privacy is paramount. Gemini Robotics On-Device addresses this by being engineered to run fully locally: the model requires minimal computational overhead yet can generalize to novel situations, follow natural language instructions, and execute fine-grained manipulation. This on-device approach aligns with broader industry trends toward edge AI, where running inference locally can reduce latency, lower bandwidth costs, and improve reliability in environments with intermittent or zero connectivity.

In March 2025, Google DeepMind introduced the original Gemini Robotics model, a VLA system leveraging Gemini 2.0’s multimodal reasoning capabilities to perform a wide array of tasks across different robot embodiments. That hybrid model could distribute computation between on-device hardware and cloud resources, enabling high power for complex planning or fine motor tasks while retaining some offline functionality. Carolina Parada, Head of Robotics at DeepMind, explains that the hybrid approach remains the most capable, but the new on-device version surprisingly closes much of the gap in scenarios where connectivity is limited or where simpler deployment is desired.

Despite its lightweight footprint, Gemini Robotics On-Device demonstrates impressive dexterity and generalization. It can tackle a variety of out-of-the-box tasks—including unzipping bags, folding clothes, or placing items into containers—by following natural language commands, and it can adapt to new tasks with as few as 50 to 100 demonstrations. In DeepMind’s evaluations, the on-device model outperforms previous on-device baselines on challenging out-of-distribution tasks and approaches the instruction-following performance of the full Gemini Robotics model under local inference conditions. This speaks to careful model optimization and distillation work that balances compute efficiency with the broad world understanding inherited from Gemini 2.0.

Your browser does not support the video tag.
Your browser does not support the video tag.
Your browser does not support the video tag.

A hallmark of foundation models in robotics is the ability to transfer across embodiments. Although Gemini Robotics On-Device was primarily trained on Google’s own ALOHA bi-arm platform, DeepMind has shown it can be fine-tuned to run on a variety of robots—such as Apptronik’s Apollo humanoid and the Franka FR3 bi-arm—without redesigning the core architecture. On the Franka arms, it handled fine manipulation like folding garments or executing precision industrial assembly steps; on Apollo, it performed general grasping and object handling in human-centric environments. This adaptability is crucial: robotics deployments often involve bespoke hardware, and the fewer assumptions a model makes about morphology, the broader its potential use cases across research labs and industry pilots.

To help roboticists experiment with and tailor the on-device model, Google DeepMind is releasing a software development kit (SDK) as part of a trusted tester program. The SDK allows developers to evaluate performance in simulation (e.g., via MuJoCo), fine-tune on custom tasks, and integrate with existing control pipelines. Sign-up is initially limited to a select group as DeepMind collects safety feedback and refines deployment guidelines. This marks the first time Google DeepMind has provided such an SDK for a VLA model, signaling a shift toward broader developer engagement in robotics applications.

Physical AI introduces unique safety considerations. DeepMind emphasizes a holistic safety approach: semantic content filters guard against harmful instructions, while low-level controllers enforce collision avoidance and force limits. The on-device model undergoes red-teaming and semantic safety benchmarking before new testers gain access; real-world trials will feed back into model improvements. Parada notes that limiting the rollout to trusted testers is vital for understanding edge-case behaviors in uncontrolled environments. As robotics applications move toward homes, factories, and healthcare settings, this cautious introduction underscores the importance of thoroughly vetting any system that can physically interact with people and objects.

By enabling advanced AI reasoning locally, Gemini Robotics On-Device could accelerate automation in sectors where connectivity is unreliable or data privacy is critical—think remote agriculture, off-shore maintenance, field robotics in disaster zones, or secure facilities handling sensitive materials. Small labs and startups may benefit from lower infrastructure costs compared to cloud-dependent models, fostering innovation in settings where high-bandwidth links are impractical. Moreover, this development aligns with broader edge AI trends seen in autonomous vehicles, mobile devices, and IoT, where local inference reduces latency and dependency on central servers.

Running sophisticated VLA models on-device still entails challenges. Hardware constraints vary widely across robot platforms, and ensuring real-time performance for safety-critical tasks demands tight optimization. Battery life and thermal limits may constrain prolonged operation. Additionally, while 50–100 demonstrations suffice for many tasks, certain highly specialized or novel tasks could require more data or cloud-based fine-tuning to reach production-grade reliability. DeepMind’s ongoing work will likely explore further compression techniques, hardware-software co-design, and on-device lifelong learning methods to continuously refine capabilities in situ.

Gemini Robotics On-Device represents an important step toward democratizing access to advanced robotic AI by reducing reliance on heavy cloud infrastructure and lowering the barrier to experimentation. As more teams join the trusted tester program and share insights, the robotics community may see rapid iterations and creative applications emerge. For now, Google DeepMind’s cautious, safety-first rollout aims to gather real-world feedback, tune the system, and establish best practices. Over time, on-device VLA models could unlock a new wave of autonomous robots performing valuable tasks in places where connectivity, cost, or security concerns have previously stood in the way. The path forward will involve continued collaboration between AI researchers, roboticists, and domain experts to ensure these models are both powerful and responsibly integrated into human environments.


Discover more from GadgetBond

Subscribe to get the latest posts sent to your email.

Topic:Gemini AI (formerly Bard)Google DeepMind

Most Popular

Private Internet Access drops to $2.03 per month with 3 free months
Google Vids gets free HD AI video generation powered by Gemini Omni 1.1
Googlebook is the laptop for people who don’t need a “laptop”
Google Chat adds Confluence page previews and updates
Amazon lets brands add Prime delivery without an extra fee

Also Read

Amazon Ember QLED smart TV on slim feet against an orange background, displaying a scenic coastal landscape with mountains and clear water.

Amazon Ember QLED TVs are up to $210 off ahead of Prime Big Deal Days

Microsoft Copilot interface mockup with tabs for Home, Code, Autopilot, and tagline: "The AI built for work."

Microsoft Copilot gets Home, Code, and an always-on Autopilot

A Dell laptop with the Windows logo displayed on its screen is shown on a colorful background with pink on top and blue on the bottom, viewed at an angle with part of the keyboard visible.

Windows 11 adds Energy Recommendations to Quick Settings

Windows 11 Start menu open alongside Phone Link side panel showing connected phone status and a hovered message preview from Milena Kowalska.

Windows 11 Phone Link lets you preview messages and notifications from Start

Windows 11 Pointer indicator settings menu toggled On, displaying color palette options under Mouse pointer and touch.

Microsoft is testing a new Pointer Indicator in Windows 11

A cursor selecting "Google Antigravity" from an "Agents" dropdown menu listing Built-in Agent, Claude Agent, Codex, and Configure Agents.

Android Studio adds native integration for third-party coding agents

Diverse AI video avatars surround the Google Spark icon with the text "Gemini 3.8 Live with Live Avatar".

Google Cloud launches Gemini 3.8 Live with Live Avatar for enterprise voice agents

Pixel Watch beside a smartphone screen displaying the Google Health app with "Health Guardian" blood pressure and insulin resistance trends.

Google rolls out Health Guardian features in the Google Health app

Company Info
  • Homepage
  • Support my work
  • Latest stories
  • Company updates
  • GDB Recommends
  • Daily newsletters
  • About us
  • Contact us
  • Write for us
  • Editorial guidelines
Legal
  • Privacy Policy
  • Cookies Policy
  • Terms & Conditions
  • DMCA
  • Disclaimer
  • Accessibility Policy
  • Security Policy
  • Do Not Sell or Share My Personal Information
Socials
Follow US

Disclosure: We love the products we feature and hope you’ll love them too. If you purchase through a link on our site, we may receive compensation at no additional cost to you. Read our ethics statement. Please note that pricing and availability are subject to change.

Copyright © 2026 GadgetBond. All Rights Reserved. Use of this site constitutes acceptance of our Terms of Use and Privacy Policy | Do Not Sell/Share My Personal Information.