The integration of Large Language Models (LLMs) with physical agents and structured knowledge bases is intended to enable embodied AI – artificial intelligence that not only understands language but also acts in the real world. While LLMs show signs of artificial general intelligence, they lack grounding in the physical world. Vision-Language-Action Models (VLAs) and agent-based architectures form the technical core of this development.
From End-to-End Pipelines to Modular Agent Systems
A conceptual framework for general embodied intelligence integrates LLMs, structured knowledge bases and physical agents to enable understanding, reasoning and action in complex environments, as TechXplore reported on July 27, 2026. Embodied AI is not understood as merely combining powerful AI models with robots, but as a co-evolutionary paradigm: intelligent algorithms, physical structures and dynamic environments evolve together.
The latest research direction since August 2025 focuses on modular, agent-based systems instead of monolithic end-to-end pipelines. LLMs extend the functionality of the Robot Operating System (ROS) without replacing tested software modules. Agents interpret user intentions, generate plans, call robot APIs or act as coordinators, planners or perception actors. They can reason about unstructured instructions, sequence robotic capabilities and adapt through interaction.
Vision-Language-Action Models: Technical Evolution from 2023 to 2025
RT-2 (Zitkovich et al., 2023) combined Vision Encoder (ViT-22B/ViT-4B) and Language Encoder (PaLM-E) with symbol-tuning as an action decoder. The system was the first to be jointly fine-tuned on web-based visual question answering and robotics datasets and showed emergent functionalities.
Octo (Team et al., 2024) represented the first generalist policy model, trained on a multi-robot dataset with over 800,000 trajectories. The open-source foundation model uses a CNN vision encoder, T5-base language encoder and diffusion transformer as action decoder. Open-VLA (Kim et al., 2024) offered an open-source alternative to RT-2 with DINOv2 and SigLIP vision encoders plus a Prismatic-7B language encoder. The model demonstrated superior parameter efficiency and generalization through efficient LoRA fine-tuning.
Mobility-VLA (Chiang et al., 2024) used demonstration video tours as environmental priors and employed long-context ViT, T5-based instruction encoders and a hybrid diffusion + autoregressive ensemble for navigation based on complex multimodal instructions. Diffusion-VLA (Wen et al., 2024) combined a transformer-based visual encoder with autoregressive reasoning modules and diffusion policy head for precise control and reliable sequence planning.
Real-Time Inference and 3D Perception from 2025
Tiny-VLA (Wen et al., 2025) achieved five times faster inference than Open-VLA using FastViT low-latency encoding, a compact language encoder (128-d) and diffusion policy decoder (50 million parameters). The model eliminated pretraining requirements and enabled real-time applications. Point-VLA (Li et al., 2025) integrated CLIP with 3D point clouds for vision encoding, Llama-2 for language encoding and a transformer-based action decoder.
Hybrid Architectures: Multimodal LLMs and World Models
A significant finding from September 2025 emphasizes the need for jointly driven MLLM-world model (WM) embodied AI architectures. Multimodal LLMs enable context-aware task reasoning but overlook physical constraints. World models are physics-aware for simulation but lack high-level semantics. Connecting both can bridge semantic intelligence with grounded physical interaction.
PaLM-E, for example, integrated ViT and PaLM into an embodied multimodal LLM that generates text plans as instructions for low-level robotic policies based on perceived images and high-level language instructions. The model leverages internet-scale knowledge for task planning.
Self-Awareness and Multi-Agent Collaboration
Models can be explicitly queried about their limitations. A newer approach formulates self-awareness tasks as intuitive search queries: an embodied agent queries its base LLM about existing world knowledge of a situation. Multiple LLM agents can collaboratively reveal their capabilities and weaknesses through mutual questioning and derive model properties from hidden representations of their internal states.
Multimodal Processing and Language-Based Interaction
Embodied intelligent interaction requires natural language reasoning, visuo-spatial semantic perception and alignment of visual perception with language systems. Language-based embodied intelligent interaction became a central research focus, with systems needing to understand human language instructions and autonomously perform tasks.
Through their reasoning and generalization capabilities, LLMs enable embodied systems to understand language instructions, ground semantic knowledge in physical experience and enable zero-shot and few-shot adaptation.
Applications in Robotics, Manufacturing and Healthcare
These developments accelerated the deployment of embodied AI in real-world domains: robotics, autonomous driving, intelligent manufacturing and healthcare. Multiple surveys address the intersection of foundation models and robotics, focusing on multimodal architectures, components and the general application of multimodal models in robotic decision-making and planning processes.
A recent taxonomy classifies model integration approaches and presents comparative analyses of agent roles in various solutions in current literature, including peer-reviewed research, community-driven projects, ROS packages and industrial frameworks.
