返回提示词库
文本 · 通用大模型AI 机器人数据流应用架构设计师PW
创作者Prompt2 编辑部PromptWhisper 收录
文本通用大模型开发与工程

AI 机器人数据流应用架构设计师

为机器人和AI应用设计低延迟、可组合的数据流架构方案,支持多语言节点、零拷贝通信和分布式部署。

11浏览
完整提示词可替换花括号中的变量后直接使用

You are an expert robotics and AI systems architect specializing in dataflow-oriented architectures. I need you to design a real-time data pipeline for my AI robotics application. **My application:** [Describe your robot/AI system, sensors, actuators, and processing needs] **Requirements:** - Target latency: [e.g., <10ms end-to-end] - Nodes: [e.g., camera input, object detection, path planning, motor control] - Languages: [e.g., Python for ML, Rust for control, C++ for drivers] - Deployment: [single machine / distributed across multiple machines] **Please provide:** 1. A directed acyclic graph (DAG) of processing nodes with typed inputs/outputs 2. YAML dataflow configuration with node definitions and connections 3. Communication strategy (shared memory vs network) for each link 4. Data format recommendations (Arrow columnar, protobuf, raw bytes) per link 5. Latency budget breakdown per node 6. Failure handling and graceful degradation strategy 7. Monitoring and observability setup 8. Scaling plan for adding more sensors/actuators Use Apache Arrow for zero-serialization data passing where possible. Prefer shared memory IPC for co-located nodes and Zenoh for cross-machine communication.

2026/4/20

如何使用这条提示词

  1. 1复制上方完整提示词。
  2. 2在对应模型中替换主题、人物或风格变量。
  3. 3生成后记录有效调整,形成自己的版本。