Thinking Machines and interaction models
Summary
Thinking Machines has released "Interaction Models," their first AI model, after a year of development and two billion dollars of capital. This system focuses on enhancing real-time conversational interaction rather than competing as a frontier model. It operates as a fully-duplex voice model, capable of simultaneous listening and speaking in 200ms "micro-turns," unlike traditional systems that alternate modes. A key innovation is its ability to delegate complex reasoning tasks to a separate, smarter language model in the background, integrating its output into the interaction model's context. Furthermore, Thinking Machines has scaled this model significantly, making it potentially twice the size of Moshi in active parameters and 40x in total parameters, and integrated video input to interpret facial expressions. This scale and multimodal capability represent a notable technical achievement, allowing for more human-like conversations.
Key takeaway
For AI Engineers developing conversational agents, if you are aiming for more natural, real-time human-AI interaction, consider adopting a fully-duplex architecture with delegated reasoning. Your systems can achieve lower latency and richer multimodal understanding by implementing micro-turns and offloading complex tasks to a separate, more powerful model. Explore optimizing inference for small, deterministic chunks and integrating video input to interpret user expressions, moving beyond traditional turn-based interactions.
Key insights
Scaled, multimodal fully-duplex models with delegated reasoning enhance real-time human-AI interaction beyond frontier models.
Principles
- Fully-duplex systems enable human-like interruptions.
- Delegate complex reasoning to a separate, smarter model.
- Multimodal input, like video, enhances conversational depth.
Method
The system uses 200ms micro-turns for simultaneous listening/speaking, delegating complex tasks to a background language model, and integrates video input. Inference libraries are optimized for tiny prefill/decode chunks.
In practice
- Implement micro-turns for low-latency interaction.
- Integrate external reasoning models via tool calls.
- Optimize inference for small, deterministic chunks.
Topics
- Interaction Models
- Fully-Duplex AI
- Multimodal Conversation
- Delegated Reasoning
- Real-time Inference
- Conversational AI
Code references
Best for: Research Scientist, AI Architect, NLP Engineer, AI Scientist, Machine Learning Engineer, AI Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by All posts - seangoedecke.com RSS feed.