資料來源#
摘要#
「Full-duplex」= 模型同時感知與回應,維持持續的雙向交流——相對於半雙工的輪流對話(一次只有一方)。Interaction Models 將音訊 full-duplex 的概念推廣至音訊、視訊與文字。文章使用的描述:一種「感覺更像協作而非提示」的體驗。
它所啟用的互動模式#
以下這些目前都是專用的 harness;在 interaction model 中,它們是模型行為的特殊情境(參見 Time-Aligned Micro-Turns):
- 主動插話 —— 「當我說錯時打斷我」;模型在上下文需要時於對方發言中途介入,而非僅在輪次結束時。
- 視覺線索反應 —— 「告訴我何時在程式碼中寫了 bug」;「數我做了幾下伏地挺身」;需要在沒有音訊線索的情況下對視覺變化做出反應(純音訊的輪次偵測 harness 無法做到——它們會說「好的!」然後沉默)。
- 同步語音 —— 使用者與模型同時說話:「即時將西班牙語翻譯成英語。」
- 邊看邊說 —— 「即時評論這場體育比賽。」
- 時間感知語音 —— 「每 4 秒提醒我吸氣和吐氣,直到我停止」;「我寫這個函式花了多久?」
- 語碼轉換修正 —— 「每次我使用另一種語言時,給我原始語言中的正確詞彙」(需要與使用者同時說話)。
模型隱式追蹤說話者是在思考、讓步、自我修正,還是邀請回應——不需要獨立的對話管理元件。
並行的非語音動作#
在聆聽和說話的同時,模型可以同步呼叫工具、搜尋、瀏覽或生成 UI——在適當時機將結果編織回對話中。其中較深入/較長時間的任務會委派給背景模型。
它所建立在的先前技術#
音訊 full-duplex 模型是雙向/持續互動的現有範例;機器人學和自動駕駛車輛被引用為即時感知+行動已是常態的領域。Interaction models 將此原則應用於所有模態。
相關連結#
- Interaction Models — 母概念
- Time-Aligned Micro-Turns — 使 full-duplex 成為可能的機制(無輪次邊界)
- Encoder-Free Early Fusion — 聯合多模態推理讓視覺變化能觸發語音
- Turn-Based Interface Bottleneck — 這取代的半雙工現狀
- Interactivity Benchmarks — TimeSpeak / CueSpeak / RepCount-A / ProactiveVideoQA / Charades 正是衡量這些模式的基準
- Interaction / Background Model Split — 並行深度工作的去處
- TML-Interaction-Small — 展示這些互動模式的模型
資料來源#
Cited by 11
- The Future of Agent Interfaces×4
Human collaboration · Interaction Models / Full Duplex Interaction · Human senses, speech, screen,…
- Encoder-Free Early Fusion×2
Early fusion (everything into one transformer) means the model reasons jointly over modalities…
- GPT-Live×2
OpenAI's third-generation voice system, launched July 2026 — a full-duplex voice model (Full Duplex…
- Interaction Models×2
See Full Duplex Interaction and Interactivity Benchmarks for how these are demonstrated and…
- Live-Path Minimalism×2
The serving-side architecture behind Gpt Live, stated by OpenAI as one principle: "the voice must…
- Time-Aligned Micro-Turns×2
Every interaction mode that needs a special-purpose harness today becomes a special case of model…
- Interaction / Background Model Split
Full Duplex Interaction — where the concurrent deep work goes while the interaction model stays…
- Interactivity Benchmarks
Full Duplex Interaction — TimeSpeak/CueSpeak/RepCount-A/ProactiveVideoQA/Charades each target one…
- Interaction & Multimodal
Full Duplex Interaction — Perceive-and-respond simultaneously across modalities; proactive…
- TML-Interaction-Small
Full Duplex Interaction — the interaction modes it demonstrates
- Turn-Based Interface Bottleneck
Full Duplex Interaction — the interaction modes the bottleneck currently blocks
Related articles
- Interaction Models
Thinking Machines Lab (May 2026): models that handle audio/video/text interaction natively in real time instead of via…
- Interaction / Background Model Split
Dual-model architecture: time-aware interaction model stays present; async background model handles deep reasoning/tool…
- Time-Aligned Micro-Turns
The core interaction-model move: input/output as continuous streams in ~200ms interleaved chunks, no turn boundaries; s…
- Live-Path Minimalism
GPT-Live's serving principle — "the voice must flow": the realtime media loop is the only thing on the live path; deleg…
- TML-Interaction-Small
TML's first interaction model: 276B MoE / 12B active, audio+video+text in / text+audio out, 200ms micro-turns, async ba…
