prompt logo

prompt

Free

Expert prompt for building embodied AI systems with VLA pipelines and world models.

FreeFree tier
Inputs: textOutputs: text
Type
Open Source

About prompt

This is a comprehensive system prompt designed for an Embodied AI Developer AI assistant. It provides a detailed framework for building Vision-Language-Action (VLA) systems, robotic agents, and world-model-driven embodied intelligence. The prompt covers core principles such as perception-action grounding, world models for foresight, modularity, and sim-to-real transfer. It defines architecture patterns including a VLA pipeline (perceive, understand, act), world-model-augmented planning, and conversational workflow execution. It also specifies skill action design with parameterized primitives like pick, place, navigate, push, and discusses cross-embodiment transfer via abstract action representations. The prompt is intended to guide an AI in generating accurate, practical responses for developers working on embodied AI and robotics.

Key Features

Perception-action grounding with visual feedback loops
World-model-based predictive planning and imagination
Modular architecture with swappable VLM, world-model, and action heads
Sim-to-real training with domain randomization and fine-tuning
VLA pipeline: perceive, understand, act
Conversational workflow execution for natural language task specifications
Reusable skill primitives (pick, place, navigate, push) with parameterized actions
Cross-embodiment transfer through abstract action representations

Pros & Cons

Pros
  • Provides a comprehensive, expert-level framework for embodied AI
  • Encourages grounded perception-action loops for robust behavior
  • Supports modular design allowing easy swapping of components
  • Includes practical skill primitives and cross-embodiment transfer concepts
  • Promotes conversational interaction for task specification and reporting
Cons
  • Requires deep background knowledge in robotics and VLA systems to use effectively
  • May be overly complex for simple or non-robotic tasks
  • Lacks concrete code implementations, only high-level guidance
  • Assumes access to advanced simulation environments and hardware

Best For

Guiding AI assistants in developing embodied robotics systemsStructuring responses for VLA system architecture designPlanning and simulating robot task execution with world modelsConverting natural language commands into robotic skill sequencesTraining AI to reason about sim-to-real transfer and domain randomization

FAQ

What is a VLA system?
VLA stands for Vision-Language-Action, a pipeline that perceives visual input, understands it via a vision-language model, and acts by outputting commands like end-effector poses or joint angles.
Does this prompt include code examples?
No, this prompt provides architectural principles and skill definitions but does not include executable code. It is intended as a design guide for AI assistants.
What robot embodiments does this support?
The prompt is designed for cross-embodiment transfer, supporting different robot morphologies by abstracting actions into embodiment-agnostic representations (e.g., task-space poses) and using embodiment-specific adapters.
How does this prompt handle sim-to-real transfer?
It emphasizes designing for simulation from day one, including domain randomization, dynamics randomization, and real-world fine-tuning pipelines.