# Physical AI란?

Physical AI는 **현실(물리) 세계에서 행동을 만들어내는 AI**입니다. 카메라, 라이다, 촉각, 힘/토크 같은 센서 입력을 받습니다. 로봇 팔, 이동 로봇, 드론 같은 액추에이터를 제어합니다.

기존 AI는 디지털 환경에만 존재했지만, Physical AI는 **센서와 액추에이터를 통해 실제 물리 환경과 상호작용**합니다. 실시간 의사결정과 자율 학습이 가능해집니다.

Physical AI는 단순한 기술이 아니라 경제 전체의 구조적 변화를 의미합니다. AI, 엣지 컴퓨팅, 로보틱스, 공간 지능이 수렴하여 **최소한의 인간 개입으로 자율적으로 운영되는 체계**를 만드는 것입니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hi-space.gitbook.io/physical-ai-on-aws/overview/physical-ai.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
