• About Us
  • Disclaimer
  • Contact Us
  • Privacy Policy
Wednesday, August 26, 2026
mGrowTech
No Result
View All Result
  • Technology And Software
    • Account Based Marketing
    • Channel Marketing
    • Marketing Automation
      • Al, Analytics and Automation
      • Ad Management
  • Digital Marketing
    • Social Media Management
    • Google Marketing
  • Direct Marketing
    • Brand Management
    • Marketing Attribution and Consulting
  • Mobile Marketing
  • Event Management
  • PR Solutions
  • Technology And Software
    • Account Based Marketing
    • Channel Marketing
    • Marketing Automation
      • Al, Analytics and Automation
      • Ad Management
  • Digital Marketing
    • Social Media Management
    • Google Marketing
  • Direct Marketing
    • Brand Management
    • Marketing Attribution and Consulting
  • Mobile Marketing
  • Event Management
  • PR Solutions
No Result
View All Result
mGrowTech
No Result
View All Result
Home Al, Analytics and Automation

Mira Murati’s Thinking Machines Lab Makes The Technical Case For Human-Centered AI Built On Customizable Model Weights

Josh by Josh
July 12, 2026
in Al, Analytics and Automation
0
Mira Murati’s Thinking Machines Lab Makes The Technical Case For Human-Centered AI Built On Customizable Model Weights


Thinking Machines Lab published a report to build AI that extends human will and judgment. Most AI in use today is trained in a handful of places, then frozen. The report argues that this design excludes the people a model serves. Instead, the Thinking Machines lab researchers want AI that is distributed, customizable, and shaped by its users.

Thinking Machines Lab’s Proposal

The lab names four technical directions. First, it trains strong models with multimodal interaction and customizability. Second, it builds tools that let people fine-tune and train model weights themselves. Third, it develops interfaces that widen the human-to-machine communication channel. Fourth, it publishes research so more engineers understand how models are made. Together, these directions move both knowledge and alignment closer to users.

READ ALSO

AI Method Reveals What Genomic Models Learn From DNA and Exposes Hidden Experimental Bias – Unite.AI

Liquid AI Open-Sources Pipette: A Reproducible Benchmarking Suite That Measures On-Device Models, Quantization, Runtime and Hardware Together

Why Distributed Knowledge Needs Distributed AI

Underneath these directions sits a claim about knowledge itself. Much know-how is tacit, local, and updated constantly through feedback. A chef refining a recipe cannot write that skill into a database. The report cites Michael Polanyi and Friedrich Hayek to support this. The main planning fails because such knowledge is private and fleeting, not scarce. Therefore, the lab argues, AI must be distributed to use distributed knowledge. It wants AI that helps organizations cultivate that knowledge, not extract and replace it.

Chess and math are the stated exceptions. Both have static, expressible goals and no hidden knowledge. So self-play and autonomous solving work well there. Outside such closed domains, the report says intelligence alone is not enough.

Technical Bottlenecks It Names

Given that framing, the report reframes two familiar limits as engineering targets. The first is the communication channel: a small text box and a long wait. This is the problem the lab’s interaction models address directly. Those models take in audio, video, and text continuously, using roughly 200ms micro-turns. The second limit is evaluation itself. Benchmarks like METR’s measure how long a model works alone. The report argues this misses what people and machines accomplish together.

Ownership And Decentralized Alignment

Beyond interfaces, the report turns to where values live. A single alignment authority, it warns, becomes a single point of capture. Prompts change surface behavior, while deeper model habits stay fixed. So the lab argues values should be encoded in model weights, not prompts. This is where its Tinker API becomes concrete for engineers.

Tinker fine-tunes open-weights models such as Llama and Qwen using LoRA. It exposes low-level primitives and lets you export portable adapter weights. A minimal supervised loop follows the official pattern:

import tinker
from tinker import types

# Reads TINKER_API_KEY from your environment
service_client = tinker.ServiceClient()

# LoRA fine-tuning client for an open-weights base model
training_client = service_client.create_lora_training_client(
    base_model="Qwen/Qwen3-8B", rank=32,
)

for batch in dataset:                     # batch: list[types.Datum]
    fwd_bwd = training_client.forward_backward(batch, "cross_entropy")
    optim = training_client.optim_step(types.AdamParams(learning_rate=1e-4))
    fwd_bwd.result()                      # accumulate gradients
    optim.result()                        # update the weights

# Save the trained LoRA weights, then get a client to use them
sampling_client = training_client.save_weights_and_get_sampling_client(
    name="my-adapter",
)

Centralized Frozen AI vs The Distributed Approach

Taken together, the report’s stance contrasts with today’s default approach:

Dimension Centralized frozen AI Thinking Machines’ distributed approach
Where it is trained A few labs, then frozen Adapted where the work happens
Who shapes values The model’s owner The organization and its users
Adaptation Prompts and scaffolding Fine-tuned weights via tools like Tinker
Interface Text box, turn-based waiting Live, multimodal interaction models
Alignment locus One central spec Many diverse, owned models

Use Cases With Examples

In practice, these ideas map onto concrete engineering work. For example, a hospital could fine-tune a model on its own protocols. It would keep both data and adapter weights in house. Similarly, a law firm could adapt a model to its house style. It would retrain that model whenever internal guidance changes. Meanwhile, a support team could use live interaction to correct a model mid-task. In each case, the organization keeps ownership instead of renting a fixed model.

Key Takeaways

  • The essay treats human participation as a technical challenge, not a limit on capability.
  • Tacit, local knowledge is the stated reason AI itself must be distributed.
  • Interaction models widen the human-AI channel using continuous, micro-turn multimodal input.
  • Tinker lets teams encode their values into portable LoRA weights they own.
  • The lab frames alignment as many diverse, owned models, not one central spec.

Sources

  • Thinking Machines Lab, “The Future Worth Building Is Human” (Jul 10, 2026): https://thinkingmachines.ai/blog/the-future-worth-building-is-human/
  • Thinking Machines Lab, “Interaction Models: A Scalable Approach to Human-AI Collaboration” (May 2026): https://thinkingmachines.ai/blog/interaction-models/
  • Tinker documentation (quickstart and TrainingClient API): https://tinker-docs.thinkingmachines.ai/
  • Kwa, West et al., “Task-Completion Time Horizons of Frontier AI Models,” METR (2025): https://metr.org/time-horizons/




Source_link

Related Posts

AI Method Reveals What Genomic Models Learn From DNA and Exposes Hidden Experimental Bias – Unite.AI
Al, Analytics and Automation

AI Method Reveals What Genomic Models Learn From DNA and Exposes Hidden Experimental Bias – Unite.AI

August 26, 2026
Liquid AI Open-Sources Pipette: A Reproducible Benchmarking Suite That Measures On-Device Models, Quantization, Runtime and Hardware Together
Al, Analytics and Automation

Liquid AI Open-Sources Pipette: A Reproducible Benchmarking Suite That Measures On-Device Models, Quantization, Runtime and Hardware Together

August 26, 2026
Bain Joins Anthropic’s Claude Partner Network at Global Premier Tier – Unite.AI
Al, Analytics and Automation

Bain Joins Anthropic’s Claude Partner Network at Global Premier Tier – Unite.AI

August 25, 2026
Fastino Releases GLiNER2.5: A Boundary-Prediction Architecture That Removes Span Enumeration From Information Extraction
Al, Analytics and Automation

Fastino Releases GLiNER2.5: A Boundary-Prediction Architecture That Removes Span Enumeration From Information Extraction

August 25, 2026
OpenAI Brings GPT-5.6 Model Family to AWS’s Kiro – Unite.AI
Al, Analytics and Automation

OpenAI Brings GPT-5.6 Model Family to AWS’s Kiro – Unite.AI

August 24, 2026
Generating scenarios for extreme events, without extreme data | MIT News
Al, Analytics and Automation

Generating scenarios for extreme events, without extreme data | MIT News

August 24, 2026
Next Post
The AI economy needs a break-the-glass plan. We don’t have one.

The AI economy needs a break-the-glass plan. We don’t have one.

POPULAR NEWS

Trump ends trade talks with Canada over a digital services tax

Trump ends trade talks with Canada over a digital services tax

June 28, 2025
15 Trending Songs on TikTok in 2025 (+ How to Use Them)

15 Trending Songs on TikTok in 2025 (+ How to Use Them)

June 18, 2025
Communication Effectiveness Skills For Business Leaders

Communication Effectiveness Skills For Business Leaders

June 10, 2025
Comparing the Top 7 Large Language Models LLMs/Systems for Coding in 2025

Comparing the Top 7 Large Language Models LLMs/Systems for Coding in 2025

November 4, 2025
App Development Cost in Singapore: Pricing Breakdown & Insights

App Development Cost in Singapore: Pricing Breakdown & Insights

June 22, 2025

EDITOR'S PICK

Weibo's new open source AI model VibeThinker-1.5B outperforms DeepSeek-R1 on $7,800 post-training budget

Weibo's new open source AI model VibeThinker-1.5B outperforms DeepSeek-R1 on $7,800 post-training budget

November 13, 2025
Clarins launches its mobile app to elevate its customer relationship, in partnership with Merkle

Clarins launches its mobile app to elevate its customer relationship, in partnership with Merkle

December 20, 2025
HTX Learn and Earn XAUT Quiz Answers

HTX Learn and Earn XAUT Quiz Answers

January 31, 2026
Google and Apple reportedly warn employees on visas to avoid international travel

Google and Apple reportedly warn employees on visas to avoid international travel

December 20, 2025

About

We bring you the best Premium WordPress Themes that perfect for news, magazine, personal blog, etc. Check our landing page for details.

Follow us

Categories

  • Account Based Marketing
  • Ad Management
  • Al, Analytics and Automation
  • Brand Management
  • Channel Marketing
  • Digital Marketing
  • Direct Marketing
  • Event Management
  • Google Marketing
  • Marketing Attribution and Consulting
  • Marketing Automation
  • Mobile Marketing
  • PR Solutions
  • Social Media Management
  • Technology And Software
  • Uncategorized

Recent Posts

  • How to turn on intelligent dictation in the Gemini app for macOS
  • Is AI getting your brand right? Ask these 5 questions.
  • LinkedIn Wend Answer Today for August 26, 2026 (Puzzle #79)
  • Ventures Platform goes bigger — and broader — with its second Africa fund
  • About Us
  • Disclaimer
  • Contact Us
  • Privacy Policy
No Result
View All Result
  • Technology And Software
    • Account Based Marketing
    • Channel Marketing
    • Marketing Automation
      • Al, Analytics and Automation
      • Ad Management
  • Digital Marketing
    • Social Media Management
    • Google Marketing
  • Direct Marketing
    • Brand Management
    • Marketing Attribution and Consulting
  • Mobile Marketing
  • Event Management
  • PR Solutions