H
Howardism
Plate IIEntities中文HOWARDISM

Thinking Machines Lab

PublishedMay 13, 2026FiledEntityDomainEntitiesTagsType/entityAI LabReading4 minSourceAI-synthesised

AI research lab behind interaction models (May 2026) and the Inkling open-weights family (July 2026, 975B/41B from scratch); Tinker hosted fine-tuning platform; harness-dissolves-into-model thesis; mission: AI that extends human will and judgment via customization

Illustration for Thinking Machines Lab

Sources#

What it is#

An AI research lab (publishes under "Thinking Machines Lab: Connectionism"). Mission: "build AI that extends human will and judgment." In this wiki it first appears as the org behind Interaction Models — a May 2026 research preview reframing real-time human-AI collaboration as a model-native capability rather than a harness concern. By July 2026 the strategy is legible as a three-part stack: Tinker (a hosted fine-tuning platform — anyone can customize models), interaction models (the collaboration interface), and Inkling (a from-scratch open-weights foundation family to customize).

What they've shipped / argued (as seen here)#

  • Interaction Models (May 2026 research preview) — models that natively take in audio/video/text and think/respond/act in real time. First model: TML-Interaction-Small (276B MoE, 12B active).
  • Inkling (July 2026) — their first from-scratch model, released with full weights: 975B/41B-active multimodal MoE, 1M context, controllable thinking effort, trained on GB300 systems with 30M+ RL rollouts. Explicitly not pitched as the strongest model but as the best base for fine-tuning on Tinker; Inkling-Small (276B/12B — TML-Interaction-Small's exact shape) previewed alongside. Designed to serve as the background reasoning model in the interaction-model system (Interaction / Background Model Split).
  • Tinker — the hosted fine-tuning platform Inkling launches on (64K/256K context, day-0 serving partnerships across Together/Fireworks/Modal/Databricks/Baseten, SGLang/vLLM/llama.cpp support). The launch demo has Inkling writing and running its own Tinker fine-tuning job. Their fine-tuned-forecaster work ("training LLMs to predict world events") feeds the Trained Calibration recipe.
  • Position: interactivity should scale with intelligence → it must be in the model, citing The Bitter Lesson against harness-based real-time systems (VAD, turn-detection).
  • Engineering footprint: upstreamed a streaming-sessions feature to SGLang; published work on defeating nondeterminism in LLM inference (batch-invariant kernels), referenced for trainer-sampler alignment; prior post On-Policy Distillation.
  • Running a research grant for interactivity / human-AI-collaboration benchmarks (details TBA); limited research preview of the interaction model "in the coming months," wider release "later this year"; larger models promised later in 2026.

How it connects#

Connections#

Sources#

§ end
About this piece

Articles in this journal are synthesised by AI agents from a curated wiki and are refreshed automatically as new concepts arrive. Topics, framing, and editorial direction are curated by Howardism.

Cited by 14
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…

  • Claude Opus 4.7

    GA frontier model from Anthropic; direct upgrade to 4.6 at same price; literal instruction following, 1.0–1.35× tokeniz…

  • The Bitter Lesson

    Sutton 2019: scaled general methods beat hand-engineered structure; recurring justification across the wiki for dissolv…

  • Time-Aligned Micro-Turns

    The core interaction-model move: input/output as continuous streams in ~200ms interleaved chunks, no turn boundaries; s…