Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
Sichere ProgrammierungWhat is Programming And How i can Enjoy it?(24.09.2026 um 11:54 Uhr)
Sichere ProgrammierungYou Don't Need Adobe Commerce Cloud to Survive Black Friday(24.09.2026 um 11:55 Uhr)
Malware / Trojaner / VirenBeyond Lazarus: Organization of DPRK cyber capabilities(24.09.2026 um 11:59 Uhr)
Malware / Trojaner / VirenBeyond Lazarus: Organization of DPRK Cyber Capabilities(24.09.2026 um 11:59 Uhr)
Malware / Trojaner / VirenThe fake worker threat and the rise of human infiltration(24.09.2026 um 11:59 Uhr)
Malware / Trojaner / VirenPolinRider Spreads Through Compromised GitHub Accounts and Packagist(24.09.2026 um 11:59 Uhr)
Malware / Trojaner / VirenWeaselBiscuit Strips BeaverTail and OtterCookie Down to Essentials(24.09.2026 um 11:59 Uhr)
Sichere ProgrammierungWhat is Programming And How i can Enjoy it?(24.09.2026 um 11:54 Uhr)
Sichere ProgrammierungYou Don't Need Adobe Commerce Cloud to Survive Black Friday(24.09.2026 um 11:55 Uhr)
Malware / Trojaner / VirenBeyond Lazarus: Organization of DPRK cyber capabilities(24.09.2026 um 11:59 Uhr)
Malware / Trojaner / VirenBeyond Lazarus: Organization of DPRK Cyber Capabilities(24.09.2026 um 11:59 Uhr)
Malware / Trojaner / VirenThe fake worker threat and the rise of human infiltration(24.09.2026 um 11:59 Uhr)
Malware / Trojaner / VirenPolinRider Spreads Through Compromised GitHub Accounts and Packagist(24.09.2026 um 11:59 Uhr)
Malware / Trojaner / VirenWeaselBiscuit Strips BeaverTail and OtterCookie Down to Essentials(24.09.2026 um 11:59 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

A language model that writes by erasing, and now keeps up with the classics

iLLaDA, an eight-billion-parameter diffusion language model, demonstrates that generating text by refining a whole passage at once can match conventional left-to-right models at the same scale. The model, described in a paper on arXiv with…

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

iLLaDA, an eight-billion-parameter diffusion language model, demonstrates that generating text by refining a whole passage at once can match conventional left-to-right models at the same scale. The model, described in a paper on arXiv with weights and code released, improves broadly over its predecessor across general knowledge, math, and coding tasks and stays competitive with a strong, similarly sized conventional model — marking the first time the diffusion approach has held its ground at this scale.






Key facts





  • What: Almost every chatbot writes one word at a time, left to right. A newly released model of real size writes the way image AIs paint, refining a whole passage at once, and finally holds its own.


  • When: 2026-06-25


  • Primary source: read the source (arXiv 2606.25331)



Almost every AI chatbot in use today writes one word after another, strictly left to right, each new word chosen based on everything written so far. Once a word is out, it is committed. This approach, called autoregression, has powered the entire chatbot era. The alternative borrows its trick from image-generation AI. Picture-generating models start with a field of pure noise and refine it step by step into a coherent image, sharpening the whole canvas at once rather than painting one pixel at a time. iLLaDA does the language version of this. Instead of writing left to right, it starts with a passage where many words are blank, hidden behind a kind of mask, and then fills them in over several passes, refining the whole passage together. This family of models is called diffusion language models, and the appeal is straightforward: a writer who can see the whole draft at once and revise any part of it should, in principle, be better at planning ahead and at fixing the middle of a sentence after seeing the end.



For years the catch was that diffusion language models did not scale. They were a charming research curiosity that fell behind left-to-right models as soon as the stakes got serious. iLLaDA is the improved successor to an earlier model called LLaDA. It was trained from scratch on an enormous amount of text using the diffusion recipe all the way through, never falling back on the usual left-to-right method. Writing by refinement is no longer obviously the weaker choice at this scale.



For the whole modern era of AI, the field has placed one giant bet: that left-to-right prediction is the road to capable language models. iLLaDA is evidence that there is a second viable road, and viable roads are valuable even when the first one is working, because they tend to be good at different things. The researchers argue their approach has natural advantages for reasoning that runs both forward and backward, for planning over long stretches, and for squeezing more out of limited data, since it can revisit the same material from many angles rather than reading it once front to back. A field with two healthy architectures instead of one is a field with more room to improve. It is the same spirit as earlier diffusion results, like the open model that writes by refining a whole draft at once and the demonstration of text that arrives all at once.



The claim that iLLaDA is "competitive with a strong conventional model" needs careful reading. The comparison only means something if both models were trained with similar amounts of computing power and data — an apples-to-apples match rather than a flattering pairing, and that is exactly the detail to scrutinize before declaring the gap closed. Independent groups reproducing the result is what would turn this from a promising paper into a settled fact. It is also worth being clear about what "competitive" is and is not. It is not "better than the best models in the world." It is "this overlooked approach can hang with a serious peer at the same weight class," which after years of the diffusion idea trailing badly is a genuinely meaningful turn, and worth watching to see whether the road keeps climbing.






Originally published on Ground Truth, where every claim is checked against the primary source.

CTI Threat Relationship Graph2 Knoten / 1 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
SOC Incident Playbook: Remote Code Execution (RCE) Defense
title: Detect Exploitation - A language model that writes by erasing, and now keeps up with the classics
id: 58e3749b-5c51-4a0b-8b3c-08b649931e9a
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-24
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
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-24"
        description = "YARA Signature for "
    strings:
        $str = "A language model that writes b" ascii wide
    condition:
        any of them
}
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich A language model that writes by erasing,.... 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 A language model that writes by erasing, and now keeps up with the classics

Thematisch verwandte Begriffe: language, model, that, writes · 6 Treffer

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-97152 | Nanomsg versions 0.5-beta through 1.x before 1.2.3 has a remotely exploi…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
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
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel TTP ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick