Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Intelligence View
⚡ tsecurity.de Intelligence

Thinking Machines Inkling model challenges Anthropic branding

Thinking Machines recently debuted its first artificial intelligence model, Inkling, alongside its specialized Tinker platform. This move signals a strategic shift in the industry as the startup positions itself to compete with Anthropic.…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

Thinking Machines recently debuted its first artificial intelligence model, Inkling, alongside its specialized Tinker platform. This move signals a strategic shift in the industry as the startup positions itself to compete with Anthropic. The new release emphasizes cognitive enhancement over simple automation for enterprise and individual users.






The rise of intellectual artificial intelligence



For months, the landscape of high-end artificial intelligence has been defined by a specific type of branding. Anthropic has successfully carved out a niche as the intellectual choice for creators and thinkers. Their marketing campaigns often highlight the value of difficult questions and the persistence of human thought.



The company uses literary names for its models to signal a sophisticated approach. Its leadership frequently publishes long-form essays on the future of technology and human interaction. This creates an environment where the tool is seen as a partner in a creative or analytical process.



Thinking Machines is now stepping into this specific territory with its own philosophy. Founded by Mira Murati after her departure from OpenAI, the startup is not trying to build the single largest model. Instead, it is focusing on how technology can mirror and expand human expertise within specific organizations.



The startup argues that true intelligence in a business setting comes from the people. They believe that software should help cultivate this internal knowledge. This stands in contrast to models that simply provide a standard response based on broad internet data.



By focusing on these nuances, Thinking Machines seeks to attract users who find current AI outputs too generic. They are betting on the idea that experts want tools that reflect their own unique workflows. This approach values the specialized perspective of the professional over the average output of the crowd.






Technical specifications and open accessibility



The Inkling model brings a specific technical profile to the market. It features a total of 975 billion parameters, which includes 41 billion active parameters. This architecture allows for efficient processing while maintaining a high degree of complexity in its responses.



One of the most significant choices made by Thinking Machines is the decision to release Inkling as an open-weights model. This makes core parts of the technology available to the public for study and implementation. It contrasts with the closed systems often seen in other major tech firms.



Open accessibility allows developers to see how the model functions at a fundamental level. This transparency is key for organizations that need to understand the mechanics behind their digital tools. It also fosters a community of users who can improve the system through collective feedback.



The Tinker platform serves as the foundation for this technical ecosystem. It allows users to fine-tune the Inkling model to suit specific needs. This means a legal firm or a medical research lab can adjust the model to prioritize their industry-specific jargon and logic.



Customization is the primary weapon Thinking Machines uses to fight for market share. They acknowledge that Inkling might not beat every competitor in raw power across every category. However, they believe the ability to shape the AI in a user’s own image is a superior value proposition.



This strategy targets the enterprise sector where off-the-shelf solutions often fail to meet complex requirements. Companies can use Tinker to ensure the AI speaks in their brand voice or follows their specific internal protocols. It turns the model into a digital extension of the workforce.






Controlling the reasoning process



A standout feature of the Inkling model is the level of control it gives to the user. In the terminal interface, users can actually dictate how much effort the model puts into thinking. This allows for a balance between speed and the depth of the reasoning process.



Users can choose to see the step-by-step logic the AI uses to arrive at an answer. This level of communication helps users verify the accuracy of the output. It transforms the experience from a black box interaction into a collaborative session.



The model even supports highly specific stylistic requests through its terminal. A user could ask the system to organize information like a prestige magazine article. Alternatively, it can be instructed to use specific formats like riddles or complex logical proofs.



This flexibility suggests a belief that AI users do not want their thinking offloaded entirely. Instead, they are looking for an intellectual superpower that handles the heavy lifting while they maintain creative control. It is about augmenting the human mind rather than replacing it with an automated substitute.



The ability to adjust token capacity for specific tasks is another practical advantage. Users can save resources on simple queries while dedicating more power to difficult problems. This granular control is a departure from the one-size-fits-all approach of many popular chatbots.



The market response to these features will determine if this intellectual branding holds weight. If users flock to Inkling, it proves that there is a demand for transparent and tunable systems. It would validate the idea that professionals want to see the work behind the AI results.






Shifting dynamics in the competitive landscape



The arrival of Thinking Machines creates a new dynamic among AI labs. OpenAI and Google have long focused on general-purpose power and massive scale. Anthropic and now Thinking Machines are prioritizing the “vibe” and the philosophical alignment of the technology.



This competition is good for the end user because it forces innovation beyond just model size. Companies are now competing on transparency, ethics, and user experience. The focus has moved from what the AI can do to how the AI interacts with the human.



The emphasis on open weights is particularly disruptive in this high-stakes environment. It forces closed-source companies to justify why their proprietary systems are better for the user. It also provides a safeguard against the centralization of AI power in just a few hands.



Mira Murati’s involvement gives the startup immediate credibility in the field. Her experience at the top of the industry provides her with a unique view of where other models fall short. By focusing on customization and human-centric design, she is addressing common complaints about existing systems.



As these companies continue to evolve, the distinction between “thinking” tools and “doing” tools will become clearer. Thinking Machines clearly wants to be in the former category. They are positioning their software as a partner for the long-term cultivation of knowledge.



The industry is moving toward a future where AI is not just a search replacement. It is becoming a personalized cognitive environment that adapts to the individual. Inkling and Tinker represent a significant step toward that reality for developers and IT managers alike.

1. Sofort-Triage & Abwehrmaßnahmen

SOC Incident Playbook: Remote Code Execution (RCE) Defense
Syntax validiert (0 Fehler)
title: Detect Exploitation - Thinking Machines Inkling model challenges Anthropic branding
id: b74d33bb-4897-4967-8e44-bbd9790d3e81
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-26
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
Syntax validiert (0 Fehler)
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-26"
        description = "YARA Signature for "
    strings:
        $str = "Thinking Machines Inkling mode" ascii wide
    condition:
        any of them
}
Syntax validiert (0 Fehler)
index=security sourcetype IN ("cisco:asa", "pan:traffic", "zeek_conn", "suricata", "WinEventLog:Security")
("Thinking Machines Inkling model challeng")
| stats count earliest(_time) as first_seen latest(_time) as last_seen by src_ip, dest_ip, dest_host, signature
| eval first_seen=strftime(first_seen, "%Y-%m-%d %H:%M:%S"), last_seen=strftime(last_seen, "%Y-%m-%d %H:%M:%S")
| sort - count
Syntax validiert (0 Fehler)
message: "*Thinking Machines Inkling model challeng*"
Syntax validiert (0 Fehler)
CommonSecurityLog
| where Message has "Thinking Machines Inkling model challeng"
| summarize EventCount = count(), FirstSeen = min(TimeGenerated), LastSeen = max(TimeGenerated) by SourceIP, DestinationIP, DestinationPort, Activity
| extend DetectionRule = "iShareStuff-CTI-Compiled"
| sort by EventCount desc

2. Cyber Threat Intelligence & Forensik

CTI Threat Relationship Graph3 Knoten / 2 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
🎯
MITRE ATT&CK Matrix Navigator 14 Taktiken
Reconnaissance
-
Resource Development
-
Initial Access
Execution
Persistence
-
Privilege Escalation
Defense Evasion
Credential Access
-
Discovery
-
Lateral Movement
-
Collection
-
Command and Control
Exfiltration
-
Impact
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich Thinking Machines Inkling model challeng.... Basierend auf 368k Vektor-Korrelationen werden sofortige Isolationsmaßnahmen für betroffene Endpunkte empfohlen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

⚡ Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
🔗 Semantisch verwandte Zero-Days MariaDB 11.7 VEC
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Thinking Machines Inkling model challenges Anthropic branding

Thematisch verwandte Begriffe: Thinking, Machines, Inkling, model · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-88003 | InvoicePlane is a self-hosted open source application for managing invoi…
Advisory →
tsecurity.de Icon
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag