Scaling Multimodal AI

Multimodal AI evolves beyond text/images, enabling on-device AI, automated code, robotics, and global sensing, facing enterprise adoption issues and high costs.

4 min. read
Scaling Multimodal AI

In 2026, multimodal AI is no longer just about processing text and images. Today's systems seamlessly handle complex, mixed data streams, from audio and video to physical actions. Behind the scenes, these architectures rely on attention mechanisms to calculate the relationship between different data types, mapping them into a shared latent space where semantically similar concepts sit close together. This mathematical alignment is what allows a model to translate a simple text prompt into working code, realistic audio, or high-definition video.

Hardware-Software Convergence and Edge Code Generation

Google is leading much of this push by shrinking these capabilities to run locally on mobile hardware. Models like Gemini 3.6 Flash and 3.5 Flash-Lite focus heavily on token efficiency to keep processing speeds high and power consumption low. This software sits directly on devices like Samsung's Galaxy Z Fold8 and Flip8 running Android 17. The integration enables features like direct wireless data migration from iOS and Gemini Spark, an agentic tool that can automate multi-step web tasks like booking flights or searching for real estate.

On the creative side, Google is scaling up media generation. Google Vids uses Gemini Omni to turn text prompts into presentations with digital avatars, while the Lyria 3.5 model powers audio in Google Flow Music. For video, the new Veo 3.1 diffusion model generates vertical portrait video optimized for mobile, featuring native 4K upscaling. These systems build images and videos using diffusion, a process that iteratively refines random noise into clean, sharp outputs.

This shift toward automation is also changing how software is built. Platforms like Lovable 2.0 are focusing on secure code generation, meeting security benchmarks like AIUC-1 while connecting with backend tools like Supabase, Shopify, and Wiz. Developers are already using Lovable to build production apps, including the Brazilian personal safety app Plinq and the fashion curation platform Lumoo. To handle the scale, Lovable's team recently swapped its backend from Python to Go, while launching an early integration with GPT-5.

Making these code-generation tools work reliably still comes down to prompt engineering. With a well-crafted zero-shot prompt, developers can generate functional codebases in one go without providing previous examples. For instance, a developer might use a prompt like this:

[System: Act as an expert web developer. Create a single-page budgeting application using React. Use Tailwind CSS for a clean green-and-white theme. Ensure all state variables update in real-time when the user inputs a transaction.]

This prompt works by setting a clear persona, limiting the technology stack, and establishing specific requirements for real-time state management.

Embodied AI and Real-World Sensing

AI is also stepping out of digital environments and into the physical world. Google's Gemini Robotics ER 2 model focuses on embodied reasoning, which gives physical machines the ability to map digital instructions to physical actions. This acts as a cognitive engine for robots, helping them understand natural language, navigate physical spaces, and perform complex manual tasks.

Beyond robotics, this real-world sensing is being deployed at a planetary scale. Google has partnered with the Earth Fire Alliance on the FireSat satellite constellation, using on-board AI to spot wildfires early. At the same time, the National Oceanic and Atmospheric Administration is using Google Cloud's supercomputing infrastructure to run high-resolution weather models. Because these physical capabilities introduce new risks, Google DeepMind and Isomorphic Labs have established a joint bioresilience program to monitor and prevent the misuse of advanced biology and physics models.

Enterprise Adoption Dynamics and Resource Constraints

But deploying these models at scale is proving difficult for businesses. While nearly 78% of enterprises rolled out AI in some capacity in 2025, between 70% and 85% of those projects failed to meet their goals. In fact, 42% of companies halted or completely abandoned AI projects last year, a sharp rise from 17% in 2024. The main culprit is reliability, with 77% of organizations pointing to the risks of model hallucinations.

Then there is the sheer cost of building and running these models. Google spent $191 million to train Gemini Ultra, and OpenAI faced $78 million in hardware costs alone for GPT-4. This level of computing strains infrastructure. US data centers consumed 183 terawatt-hours of electricity in 2024, and that figure is on track to hit 426 terawatt-hours by 2030. Even with these hurdles, the financial incentive remains clear for those who get it right. Early adopters report a strong return on investment, generating an average of $3.70 in business value for every dollar spent.