AI's Future: Human Will & Control 🧠✨

July 12, 2026 |

AI

🎧 Audio Summaries
English flag
French flag
German flag
Japanese flag
Korean flag
Mandarin flag
Spanish flag
🛒 Shop on Amazon

🧠Quick Intel


  • Thinking Machines Lab is developing AI designed to extend human will and judgment, moving away from the current model of AI training in isolated environments.
  • The lab’s approach prioritizes distributed, customizable AI shaped by its users, addressing the exclusion of those served by the models.
  • Researchers are pursuing four technical directions: training strong models with multimodal interaction and customizability, building tools for users to fine-tune model weights (facilitated by the Tinker API with models like Llama and Qwen), developing interfaces to widen human-to-machine communication, and publishing research to increase understanding of model creation.
  • The Tinker API enables fine-tuning of open-weights models using LoRA, employing a minimal supervised loop for adaptation.
  • A hospital can fine-tune a model on its own protocols, retaining both data and adapter weights internally.
  • A law firm can adapt a model to its house style, retraining it upon internal guidance changes.
  • A support team can correct a model mid-task via live interaction, maintaining ownership instead of relying on a fixed model.
  • 📝Summary


    The Thinking Machines Lab recently released a report advocating for a fundamental shift in artificial intelligence design. Current AI systems are typically developed in isolated environments, limiting their adaptability. Researchers propose a distributed approach, where AI models are customized and shaped by their users. Specifically, the lab outlines four key directions: training strong, multimodal models; providing tools for users to fine-tune model weights; developing enhanced communication interfaces; and publishing research to broaden understanding. This approach, exemplified by techniques like LoRA and the Tinker API, allows organizations like hospitals and law firms to adapt models to their specific needs, retaining control and continuously updating them through feedback. Ultimately, the goal is to align AI with user knowledge and intentions.

    💡Insights



    AI DESIGN FOR HUMAN AUGMENTATION
    The Thinking Machines Lab’s recent report proposes a radical shift in Artificial Intelligence development, moving away from the prevalent model of training AI in isolated environments and then deploying them as static entities. Instead, the lab champions a distributed, customizable AI designed to extend human will and judgment, directly addressing the limitations of current approaches that often exclude the individuals they serve. This foundational principle dictates a four-pronged technical direction, prioritizing user influence and ongoing adaptation throughout the AI’s lifecycle.

    TECHNICAL DIRECTIONS: A MULTIMODAL APPROACH
    The lab’s proposed technical strategy centers around four key areas designed to foster a more symbiotic relationship between AI and its users. First, the team advocates for training robust AI models utilizing multimodal interaction – incorporating audio, video, and text – alongside significant customization capabilities. Second, they propose developing tools that empower users to directly fine-tune model weights, granting greater control over the AI’s behavior. Third, the research focuses on creating enhanced human-to-machine communication interfaces, widening the channel for seamless interaction. Finally, the lab intends to disseminate research findings broadly, promoting a deeper understanding of model construction among a wider range of engineers. Collectively, these directions aim to bring knowledge and alignment closer to the end-users, creating a truly adaptive and responsive AI system. (Blank Line)

    CHALLENGING CORE ASSUMPTIONS ABOUT KNOWLEDGE
    A crucial element underpinning the Thinking Machines Lab’s vision is a fundamental re-evaluation of how knowledge itself is acquired and utilized. The report argues that much of the most valuable knowledge is tacit, localized, and constantly evolving through experience and feedback – exemplified by a chef refining a recipe, a skill that cannot be simply codified into a database. To support this, the report draws upon the work of Michael Polanyi and Friedrich Hayek, highlighting the inherent limitations of relying on scarce, static knowledge. This perspective leads to the core argument: AI must be distributed to leverage this dispersed, dynamic knowledge, acting as a facilitator rather than a replacement for human expertise. The lab’s approach contrasts sharply with the conventional focus on extracting and replacing existing knowledge, prioritizing instead the cultivation and utilization of localized, evolving understanding. (Blank Line)

    ADDRESSING LIMITATIONS IN AI INTERACTION AND VALUE ALIGNMENT
    Recognizing specific challenges within AI interaction and value alignment, the report identifies two key engineering targets for improvement. Initially, it tackles the limitations of traditional interaction models, characterized by slow response times and cumbersome interfaces – typically a small text box and extended waiting periods. The lab’s interaction models address this directly by employing continuous input streams incorporating audio, video, and text with micro-turns of approximately 200ms. Secondly, the report challenges the reliance on benchmarks like METR, which measure a model’s performance in isolation, neglecting the collaborative achievements of humans and machines. Moving beyond interfaces, the report emphasizes the importance of embedding values within the AI itself, arguing against a single, centralized “alignment authority” which can become a point of vulnerability. Values should instead be encoded directly into model weights, as exemplified by the lab’s Tinker API. This API allows engineers to fine-tune open-weight models like Llama and Qwen using LoRA (Low-Rank Adaptation), exposing low-level primitives and facilitating the export of portable adapter weights, creating a minimal supervised loop for continuous refinement. This approach contrasts with the prevailing practice of organizations renting fixed models, maintaining ownership and control over their AI systems.