Workspace IndexKnowledge Notes › Gemini Robotics 2 — one model runs a humanoid's whole body, and two robots split a task with no shared controller

#100PoC2026-09-19chat

Gemini Robotics 2 — one model runs a humanoid's whole body, and two robots split a task with no shared controller

Google DeepMind published a short video, "Gemini Robotics 2 brings whole body intelligence to robots" (YouTube, about 2.5 minutes), pitching the next step in its Gemini Robotics line: a general-purpose robotics foundation model meant to act as the "brain" for humanoids working in messy, unstructured real-world settings, rather than a model tuned to one motion. The video opens by contrasting the familiar reel of robots running, jumping and doing backflips — feats it frames as products of narrow, task-specific training (00:33) — with the claim that Gemini Robotics 2 instead lets a single robot generalize across a range of everyday, complex tasks (00:41), with the model handling everything from whole-body coordination down to fine gripper manipulation (00:55). The rest of the clip is organized around three capability areas — whole-body control, dexterous hand manipulation, and multi-robot collaboration — and closes on a two-robot demo where each robot runs its own model stack and paces itself against the other by watching, not by taking orders from a shared controller (02:06-02:20).

For Jayverse this is the big-lab counterpart to today's other two robotics items. GEN-1.5 and Microduck are open, benchmarked or cheap; Gemini Robotics 2 is Google DeepMind's version of the same three problems — whole body, hands, multiple agents — at a scale Jayverse can't replicate, but its coordination-by-observation design choice is a pattern worth carrying over directly.

Why

A robot foundation model that only knows one trick is a demo, not a product; the interesting claim in this video is generality along three separate axes at once — one body doing many tasks, one hand doing fine manipulation instead of just grasping, and multiple robots working a shared job without a central coordinator. That last axis is the one worth dwelling on. A central controller that tells every robot what to do is a single point of failure and a bottleneck that grows with the number of robots; a design where each agent runs its own model and adapts to what it observes scales the way a distributed system scales, and it fails the way distributed systems fail — by staying up when one node goes down, not by hanging when the coordinator does. That is the same tradeoff behind receiver-driven, controller-free designs elsewhere in this list, and it is worth noticing that "no central scheduler" shows up as a recurring good idea across unrelated fields: networking, robotics, and multi-agent software.

How it works

From single-skill demos to a general-purpose brain

The video's framing move is to name what came before: robots that run, jump, or flip are typically the product of training aimed at that one motion (00:33). Gemini Robotics 2 is pitched as the opposite — one model, trained to be general, that serves as the control brain across a spectrum of everyday tasks rather than being re-trained per skill (00:41, 00:55). The model is described as covering the full stack of a task: from whole-body coordination down to the fine motor control of a gripper.

Whole-body control: balance and coordination as the hard part

The video's own comparison is to human movement: people coordinate their entire body without consciously thinking about it, but for a robot, keeping balance while precisely sequencing a large number of joint motors is one of the harder control problems (01:10, 01:16). Gemini Robotics 2 is described as directing that whole-body coordination centrally, as one of the model's jobs rather than a separately tuned subsystem (00:55).

Dexterous hands: past pick-and-place into deformable, awkward objects

The second capability area moves past simple pick-and-place into manipulation that requires adapting to an object's shape and give: screwing a lightbulb into a socket, or handling a trash bag — small or deformable objects that don't behave like a rigid block on a table (01:28, 01:45). The video attributes this to a hand with 22 joints performing fine, autonomous physical interaction (01:53). Multi-fingered robot hands in that degrees-of-freedom range are an established hardware category (comparable to Shadow-style hands), though the specific 22-joint figure and which hand platform Gemini Robotics 2 is paired with are claims from this video, not independently confirmed here.

Multi-robot collaboration: two stacks, one shared task, no central controller

The clip's third area is two robots — referred to in the video as a "Duo" — working together as a team to sort a set of tools into a box, doing parts of the job at the same time (02:06, 02:14). The design detail worth keeping is explicit in the summary: this is not one central network issuing commands to both robots. Each robot runs its own independent model stack, and each one infers from what it observes to keep its pace matched to the other robot and to changes in the environment (02:20). Coordination is a byproduct of both agents reasoning about a shared, observed world, not a broadcast from a coordinator.

What "embodied intelligence" means here

The video's closing framing ties the three areas together: going beyond repeating a fixed, pre-planned path, toward whole-body judgment and reaction to real-time changes in the visual environment (02:31). That is the working definition of "embodied intelligence" the video is arguing for — not a robot executing a script, but one whose whole body is part of a continuous read-and-react loop with its surroundings.

Where it lands in Jayverse

  • Game: multi-agent coordination by observation is a reusable NPC pattern. Two robots pacing each other by watching rather than by a shared controller (02:20) is exactly the shape a pair of NPCs on the Unity street could use instead of a scripted sequencer — worth prototyping as a small state machine that reacts to a neighbor's observed position rather than a message from a director object.
  • Microduck / GEN-1.5 / Finn: this is the big-lab entry in today's robotics cluster. Tech #100 (Microduck) is cheap open hardware and GEN-1.5 (gen-1-5-one-shot-physical-prompting) is a benchmarked in-context-learning claim; Gemini Robotics 2 and Finn (finn-robotics-state-of-the-art-pi-0-7) are the frontier-lab counterparts to the same three problems — worth reading as one cluster, not four unrelated items.
  • Theory: coordination without a central scheduler, and degrees of freedom as a concrete unit. File this next to Homa (Tech #96, receiver-driven transport, no central scheduler) as a second, unrelated field independently arriving at "let each node decide from what it observes"; a 22-joint hand is also a clean worked example for explaining degrees of freedom to someone who has never touched robotics.
  • Auditor: a 2.5-minute reel is a pitch, not an evaluation. Nothing in the video states a success rate, a task count, or a failure case; before this item's claims go anywhere near a decision, the Auditor's question is what a success-rate benchmark for "whole-body control" or "multi-robot collaboration" would even measure.
  • Eng: interview vocabulary for a robotics-adjacent conversation. Degrees of freedom (DoF), dexterous manipulation, whole-body control and embodied intelligence are all terms worth having ready, unforced, for a dev/team-lead interview that touches physical AI.

Verified and unverified

Verified on 2026-09-19: Google DeepMind's Gemini Robotics line is a real family of vision-language-action (VLA) models built on Gemini, with Gemini Robotics announced in March 2025 and Gemini Robotics 1.5 in September 2025 (which added an embodied-reasoning model); "whole-body control" and "dexterous manipulation" are standard, established terms in robotics; multi-fingered robot hands with roughly 20 or more degrees of freedom exist as a hardware category (for example, Shadow-style hands). Taken from the video summary and not independently checked here: any Gemini Robotics 2 specification beyond what the video states, including its release date, which humanoid hardware platform it runs on, the specific 22-joint hand figure, and whether "Duo" is an actual product name rather than a description used in the video. None of these are treated as confirmed.

Sources: YouTube — Google DeepMind, "Gemini Robotics 2 brings whole body intelligence to robots" · related items: Tech #96 (homa, receiver-driven, no central scheduler), Tech #100 (microduck-open-source-biped), Tech #62, gen-1-5-one-shot-physical-prompting, finn-robotics-state-of-the-art-pi-0-7.

Key expressions

Words and phrases from this page worth keeping, with the Korean meaning and the sentence they come from.

Expression뜻 · 쓰이는 자리
whole-body control전신 제어(로봇이 균형을 잡으며 몸 전체 관절을 동시에 조율하는 것) · 이 영상의 핵심 역량 축 중 하나. "keeping balance while precisely sequencing a large number of joint motors"
dexterous manipulation정교한 손 조작(단순 파지를 넘는 미세한 물체 다루기) · pick-and-place와 대비되는 개념. "manipulation that requires adapting to an object's shape and give"
DoFDegrees of Freedom(자유도, 관절·축이 독립적으로 움직일 수 있는 방향의 수) · 로봇 손·팔의 복잡도를 재는 표준 단위. "22 joints performing fine, autonomous physical interaction"
embodied intelligence체화된 지능(몸을 가진 채 환경과 실시간으로 상호작용하며 판단하는 지능) · 영상이 제시하는 결론 개념. "whole-body judgment and reaction to real-time changes"
foundation model파운데이션 모델(다양한 하위 태스크에 재사용되는 대규모 범용 모델) · Gemini Robotics 2 자체를 가리키는 말. "a general-purpose robotics foundation model"
VLAVision-Language-Action(시각-언어-행동, 세 입력을 함께 받아 로봇 동작을 출력하는 모델 구조) · Gemini Robotics 계열을 규정하는 아키텍처 이름. "a real family of vision-language-action (VLA) models"
pick-and-place집어서 옮기기(가장 기본적인 로봇 조작 태스크) · dexterous manipulation과 대비할 때 기준점. "past simple pick-and-place into manipulation"
central controller중앙 컨트롤러(모든 에이전트에게 지시를 내리는 단일 조율 주체) · 이 항목이 피하는 설계. "not one central network issuing commands to both robots"
single point of failure단일 장애점(그것이 멈추면 전체가 멈추는 지점) · 중앙 컨트롤러 설계를 비판할 때 쓰는 표현. "a single point of failure and a bottleneck"
bottleneck병목(전체 처리 속도를 제한하는 지점) · 규모가 커질수록 문제가 커지는 것을 설명. "a bottleneck that grows with the number of robots"
distributed system분산 시스템(여러 독립 노드가 협력해 동작하는 시스템) · 로봇 팀 설계를 소프트웨어 아키텍처에 빗댈 때. "scales the way a distributed system scales"
receiver-driven수신자 주도(보내는 쪽이 아니라 받는 쪽이 속도·타이밍을 결정) · Homa 항목과 이어지는 핵심 개념. "receiver-driven, controller-free designs"
state machine상태 머신(정해진 상태와 전이 규칙으로 동작을 기술하는 모델) · Game 랜딩에서 NPC 구현 방식으로 제안. "a small state machine that reacts to a neighbor's observed position"
success rate성공률(전체 시도 중 목표를 달성한 비율) · Auditor가 데모 영상에 요구하는 증거. "nothing in the video states a success rate"
highlight reel하이라이트 영상(가장 인상적인 장면만 모은 편집본) · 근거 없는 데모를 가리키는 표현. "a 2.5-minute reel is a pitch, not an evaluation"
worked example(개념을 설명하는) 구체적 실례 · 자유도 같은 추상 개념을 설명할 때. "a clean worked example for explaining degrees of freedom"
byproduct부산물(의도한 목표가 아니라 다른 과정에서 자연히 생기는 결과) · 조율이 방송이 아니라 관찰의 결과임을 설명. "coordination is a byproduct of both agents reasoning"
unstructured environment비정형 환경(사전에 배치나 규칙이 고정되지 않은 실제 환경) · 휴머노이드가 적응해야 할 대상. "messy, unstructured real-world settings"
pace (v.)속도를 맞추다 · 로봇이 서로를 관찰해 동기화하는 동작을 가리키는 동사. "each one infers from what it observes to keep its pace matched"
frontier lab프런티어 랩(최전선 연구를 하는 대형 연구소·기업) · 구글 딥마인드를 GEN-1.5·Microduck과 대비할 때. "the frontier-lab counterparts to the same three problems"

← All Knowledge Notes · Workspace Index · Top ↑

Gemini Robotics 2 — 모델 하나가 휴머노이드의 전신을 움직이고, 두 로봇은 중앙 제어 없이 일을 나눈다

구글 딥마인드가 짧은 영상 "Gemini Robotics 2 brings whole body intelligence to robots"(YouTube, 약 2.5분)를 공개하고, Gemini Robotics 라인의 다음 단계를 소개한다. 하나의 동작에 맞춰진 모델이 아니라, 복잡하고 무질서한 실제 환경에서 일하는 휴머노이드의 "두뇌" 역할을 하는 범용 로보틱스 파운데이션 모델이다. 영상은 달리기, 점프, 공중제비처럼 익숙한 로봇 영상들이 대개 특정 동작에 특화된 훈련의 산물이라는 점을 먼저 짚고(00:33), Gemini Robotics 2는 그 대신 한 대의 로봇이 일상의 다양하고 복잡한 태스크를 범용으로 수행하게 한다고 주장한다(00:41). 모델이 전신 협응부터 미세한 그리퍼 조작까지 총괄한다(00:55). 나머지 영상은 whole-body control, dexterous hand manipulation, multi-robot collaboration 세 가지 역량 영역으로 구성되고, 두 대의 로봇이 각자 독립된 모델 스택을 돌리며 중앙 제어의 지시가 아니라 서로를 관찰해 속도를 맞추는 데모로 끝난다(02:06-02:20).

Jayverse에서 이것은 오늘의 다른 두 로보틱스 항목의 빅랩 버전이다. GEN-1.5와 Microduck은 오픈소스이거나 벤치마크가 있거나 저렴하다. Gemini Robotics 2는 같은 세 가지 문제(전신, 손, 다중 에이전트)를 Jayverse가 재현할 수 없는 규모에서 구글 딥마인드 식으로 풀어낸 버전이지만, 관찰로 조율하는 설계 선택 자체는 그대로 가져올 만한 패턴이다.

한 가지 기술만 아는 로봇 파운데이션 모델은 제품이 아니라 데모다. 이 영상에서 흥미로운 주장은 세 축의 범용성이 동시에 있다는 점이다. 한 몸이 여러 태스크를 하고, 한 손이 단순 파지를 넘어 미세 조작을 하고, 여러 로봇이 중앙 조율자 없이 공동 작업을 한다. 마지막 축이 곱씹을 가치가 있다. 모든 로봇에게 무엇을 할지 지시하는 중앙 컨트롤러는 단일 장애점이고 로봇 수가 늘수록 병목도 커진다. 반면 각 에이전트가 자기 모델을 돌리며 관찰한 것에 적응하는 설계는 분산 시스템이 확장되는 방식으로 확장되고, 분산 시스템이 실패하는 방식으로 실패한다. 즉 노드 하나가 죽어도 계속 돌아가지, 조율자가 멈췄다고 함께 멈추지 않는다. 이것은 오늘 목록의 다른 항목들에서 본 수신자 주도·컨트롤러 없는 설계와 같은 트레이드오프이고, "중앙 스케줄러 없음"이 네트워킹, 로보틱스, 멀티에이전트 소프트웨어라는 서로 무관한 분야에서 반복해서 좋은 아이디어로 등장한다는 점이 주목할 만하다.

동작 방식

단일 기술 데모에서 범용 두뇌로

영상의 프레이밍은 먼저 이전 세대를 명명하는 것이다. 달리고 뛰고 공중제비를 도는 로봇은 대개 그 한 동작을 겨냥한 훈련의 산물이다(00:33). Gemini Robotics 2는 그 반대로 제시된다. 기술마다 재훈련되는 대신, 범용으로 훈련되어 일상 태스크 전반에서 제어 두뇌 역할을 하는 모델 하나(00:41, 00:55). 모델은 태스크의 전체 스택, 즉 전신 협응부터 그리퍼의 미세 운동 제어까지를 아우르는 것으로 묘사된다.

Whole-body control: 균형과 협응이 어려운 부분

영상 자체의 비교 대상은 인간의 움직임이다. 사람은 의식하지 않고도 온몸을 협응하지만, 로봇에게는 균형을 유지하면서 수많은 관절 모터를 정밀하게 순차 제어하는 것이 더 어려운 제어 문제 중 하나다(01:10, 01:16). Gemini Robotics 2는 이 전신 협응을 별도로 튜닝된 서브시스템이 아니라 모델의 작업 중 하나로서 중앙에서 지휘하는 것으로 묘사된다(00:55).

Dexterous hands: 단순 pick-and-place를 넘어, 변형 가능하고 다루기 까다로운 물체로

두 번째 역량 영역은 단순 pick-and-place를 넘어, 물체의 형태와 유연성에 맞춰 조작해야 하는 작업으로 옮겨간다. 소켓에 전구를 돌려 끼우거나 쓰레기봉투를 다루는 것 — 테이블 위 단단한 블록처럼 행동하지 않는 작거나 변형 가능한 물체다(01:28, 01:45). 영상은 이를 22개 관절을 가진 손이 미세한 물리 인터랙션을 자율적으로 수행하는 것으로 설명한다(01:53). 이 정도 자유도의 다관절 로봇 손은 이미 확립된 하드웨어 범주다(Shadow 계열 손 등과 비교할 만하다). 다만 구체적인 22관절 수치와 Gemini Robotics 2가 어떤 손 플랫폼과 짝지어졌는지는 이 영상에서 나온 주장이며 여기서 독립적으로 확인되지 않았다.

Multi-robot collaboration: 두 개의 스택, 하나의 공유 태스크, 중앙 제어 없음

영상의 세 번째 영역은 두 대의 로봇 — 영상에서는 "Duo"라고 불린다 — 이 한 팀으로 공구 세트를 상자에 정리하는 작업을 동시에 수행하는 것이다(02:06, 02:14). 요약에 명시된, 유지할 가치가 있는 설계 디테일은 이것이 하나의 중앙 네트워크가 두 로봇에게 명령을 내리는 방식이 아니라는 점이다. 각 로봇은 독립된 모델 스택을 돌리고, 각자 관찰한 것으로부터 추론해 서로의 속도와 환경 변화에 맞춰 보조를 맞춘다(02:20). 조율은 조율자의 방송이 아니라, 두 에이전트가 공유된, 관찰된 세계에 대해 각자 추론한 결과의 부산물이다.

여기서 "embodied intelligence"가 뜻하는 것

영상의 마무리 프레이밍은 세 영역을 하나로 묶는다. 정해진 경로를 반복하는 것을 넘어, 시각 환경의 실시간 변화에 온몸으로 판단하고 반응하는 것(02:31). 이것이 영상이 주장하는 "embodied intelligence"의 작업 정의다. 스크립트를 실행하는 로봇이 아니라, 온몸이 주변과의 지속적인 관찰-반응 루프의 일부인 로봇.

Jayverse에서의 위치

  • Game: 관찰로 조율하는 멀티에이전트 패턴은 재사용 가능한 NPC 패턴이다. 두 로봇이 공유 컨트롤러가 아니라 서로를 관찰해 속도를 맞추는 것(02:20)은, 디렉터 오브젝트의 메시지 대신 이웃의 관찰된 위치에 반응하는 작은 상태 머신으로 Unity 거리의 NPC 한 쌍이 사용할 수 있는 형태다. 프로토타입으로 시도해볼 가치가 있다.
  • Microduck / GEN-1.5 / Finn: 오늘 로보틱스 묶음의 빅랩 항목이다. Tech #100(Microduck)은 저렴한 오픈 하드웨어이고 GEN-1.5(gen-1-5-one-shot-physical-prompting)는 벤치마크가 있는 인컨텍스트 러닝 주장이다. Gemini Robotics 2와 Finn(finn-robotics-state-of-the-art-pi-0-7)은 같은 세 가지 문제의 프런티어 랩 버전이다. 네 개의 무관한 항목이 아니라 하나의 묶음으로 읽을 가치가 있다.
  • Theory: 중앙 스케줄러 없는 조율, 그리고 구체적 단위로서의 자유도. Homa(Tech #96, 수신자 주도 전송, 중앙 스케줄러 없음) 옆에 함께 기록할 것 — 전혀 무관한 두 분야가 독립적으로 "각 노드가 관찰한 것으로부터 스스로 결정하게 하라"에 도달한 사례다. 22관절 손은 로보틱스를 접해본 적 없는 사람에게 자유도를 설명할 깔끔한 예제이기도 하다.
  • Auditor: 2.5분짜리 영상은 평가가 아니라 홍보다. 영상 어디에도 성공률, 태스크 수, 실패 사례가 명시되어 있지 않다. 이 항목의 주장이 어떤 결정에 가까이 가기 전에, Auditor의 질문은 "whole-body control"이나 "multi-robot collaboration"의 성공률 벤치마크가 애초에 무엇을 측정하는 것이어야 하는가다.
  • Eng: 로보틱스 관련 대화를 위한 인터뷰 어휘. Degrees of freedom(DoF), dexterous manipulation, whole-body control, embodied intelligence는 physical AI를 다루는 dev/team-lead 인터뷰에서 자연스럽게 꺼낼 수 있도록 준비해둘 가치가 있는 용어들이다.

확인된 것과 미확인

2026-09-19 확인: 구글 딥마인드의 Gemini Robotics 라인은 Gemini 위에 구축된 실제 vision-language-action(VLA) 모델 계열이며, Gemini Robotics는 2025년 3월에, Gemini Robotics 1.5는 2025년 9월에(embodied-reasoning 모델을 추가하며) 발표되었다. "whole-body control"과 "dexterous manipulation"은 로보틱스에서 표준적으로 확립된 용어다. 약 20개 이상의 자유도를 가진 다관절 로봇 손은 실제 하드웨어 범주로 존재한다(예: Shadow 계열 손). 영상 요약에서 가져왔고 여기서 독립 확인하지 않은 것: 영상이 말하는 것 이상의 모든 Gemini Robotics 2 사양 — 출시일, 어떤 휴머노이드 하드웨어 플랫폼에서 구동되는지, 구체적인 22관절 수치, "Duo"가 실제 제품명인지 영상에서 쓰인 설명적 표현일 뿐인지. 이들 중 어느 것도 확인된 것으로 취급하지 않는다.

출처: YouTube — 구글 딥마인드, "Gemini Robotics 2 brings whole body intelligence to robots" · 관련 항목: Tech #96(homa, 수신자 주도, 중앙 스케줄러 없음), Tech #100(microduck-open-source-biped), Tech #62, gen-1-5-one-shot-physical-prompting, finn-robotics-state-of-the-art-pi-0-7.

핵심 표현

이 페이지의 영어 본문에서 배울 만한 단어와 표현, 뜻과 나온 자리.

Expression뜻 · 쓰이는 자리
whole-body control전신 제어(로봇이 균형을 잡으며 몸 전체 관절을 동시에 조율하는 것) · 이 영상의 핵심 역량 축 중 하나. "keeping balance while precisely sequencing a large number of joint motors"
dexterous manipulation정교한 손 조작(단순 파지를 넘는 미세한 물체 다루기) · pick-and-place와 대비되는 개념. "manipulation that requires adapting to an object's shape and give"
DoFDegrees of Freedom(자유도, 관절·축이 독립적으로 움직일 수 있는 방향의 수) · 로봇 손·팔의 복잡도를 재는 표준 단위. "22 joints performing fine, autonomous physical interaction"
embodied intelligence체화된 지능(몸을 가진 채 환경과 실시간으로 상호작용하며 판단하는 지능) · 영상이 제시하는 결론 개념. "whole-body judgment and reaction to real-time changes"
foundation model파운데이션 모델(다양한 하위 태스크에 재사용되는 대규모 범용 모델) · Gemini Robotics 2 자체를 가리키는 말. "a general-purpose robotics foundation model"
VLAVision-Language-Action(시각-언어-행동, 세 입력을 함께 받아 로봇 동작을 출력하는 모델 구조) · Gemini Robotics 계열을 규정하는 아키텍처 이름. "a real family of vision-language-action (VLA) models"
pick-and-place집어서 옮기기(가장 기본적인 로봇 조작 태스크) · dexterous manipulation과 대비할 때 기준점. "past simple pick-and-place into manipulation"
central controller중앙 컨트롤러(모든 에이전트에게 지시를 내리는 단일 조율 주체) · 이 항목이 피하는 설계. "not one central network issuing commands to both robots"
single point of failure단일 장애점(그것이 멈추면 전체가 멈추는 지점) · 중앙 컨트롤러 설계를 비판할 때 쓰는 표현. "a single point of failure and a bottleneck"
bottleneck병목(전체 처리 속도를 제한하는 지점) · 규모가 커질수록 문제가 커지는 것을 설명. "a bottleneck that grows with the number of robots"
distributed system분산 시스템(여러 독립 노드가 협력해 동작하는 시스템) · 로봇 팀 설계를 소프트웨어 아키텍처에 빗댈 때. "scales the way a distributed system scales"
receiver-driven수신자 주도(보내는 쪽이 아니라 받는 쪽이 속도·타이밍을 결정) · Homa 항목과 이어지는 핵심 개념. "receiver-driven, controller-free designs"
state machine상태 머신(정해진 상태와 전이 규칙으로 동작을 기술하는 모델) · Game 랜딩에서 NPC 구현 방식으로 제안. "a small state machine that reacts to a neighbor's observed position"
success rate성공률(전체 시도 중 목표를 달성한 비율) · Auditor가 데모 영상에 요구하는 증거. "nothing in the video states a success rate"
highlight reel하이라이트 영상(가장 인상적인 장면만 모은 편집본) · 근거 없는 데모를 가리키는 표현. "a 2.5-minute reel is a pitch, not an evaluation"
worked example(개념을 설명하는) 구체적 실례 · 자유도 같은 추상 개념을 설명할 때. "a clean worked example for explaining degrees of freedom"
byproduct부산물(의도한 목표가 아니라 다른 과정에서 자연히 생기는 결과) · 조율이 방송이 아니라 관찰의 결과임을 설명. "coordination is a byproduct of both agents reasoning"
unstructured environment비정형 환경(사전에 배치나 규칙이 고정되지 않은 실제 환경) · 휴머노이드가 적응해야 할 대상. "messy, unstructured real-world settings"
pace (v.)속도를 맞추다 · 로봇이 서로를 관찰해 동기화하는 동작을 가리키는 동사. "each one infers from what it observes to keep its pace matched"
frontier lab프런티어 랩(최전선 연구를 하는 대형 연구소·기업) · 구글 딥마인드를 GEN-1.5·Microduck과 대비할 때. "the frontier-lab counterparts to the same three problems"

← 전체 기술 노트 · 워크스페이스 인덱스 · 맨 위 ↑