Rendered at 10:57:51 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
janalsncm 12 hours ago [-]
> [in 2020/2021] the dominance of autoregression was not as well-established as it is today: GPT-3 had turned some heads, but the ‘ChatGPT moment’ wouldn’t come until late 2022
I disagree with this. Decoders were absolutely dominant in 2020 for chat. GPT2 was considered too dangerous to release, and I remember scrambling to get on the GPT3 waitlist. It worked.
(The only exception I will make is encoder-decoder models which now are often done by decoder-only.)
But what made it go mainstream was RL. RLHF at first, then other improvements like DPO that were less of a pain in the ass to set up. Adding diffusion on top of that would be an even bigger pain in the ass.
Before ChatGPT there really wasn’t much of a concept of pre-training and post-training. It was all pre-training. Post training was what made the bots conversational and not just “continuing the thing you wrote to them”.
So in short, diffusion never took off because it was just a more complicated way to generate tokens, and the real problem was getting tokens in the right distribution.
matusp 6 hours ago [-]
> I disagree with this. Decoders were absolutely dominant in 2020 for chat. GPT2 was considered too dangerous to release, and I remember scrambling to get on the GPT3 waitlist. It worked.
He's not talking about decoders, he's talking about auto-regression. Before ChatGPT, the dominant paradigm was fine-tuning BERT-like models.
> Before ChatGPT there really wasn’t much of a concept of pre-training and post-training.
Again, people spend years just post-training BERTs in various ways.
janalsncm 4 hours ago [-]
GPT2 and 3 work via autoregression. In chat bots, decoders work via autoregression.
> people spend years just post-training BERTs in various ways
Yes, I was one of them. That’s not called “post-training” it’s called fine-tuning.
echelon 12 hours ago [-]
> GPT2 was considered too dangerous to release
This is how ridiculous this industry is. Regulation-seeking panic over nothing. Drama in search of a moat.
Everything is "too dangerous". GPT2 is going to invent a time machine and break crypto and genetically engineer super rabies.
They sell knives, guns, combustible materials, and multi-ton heavy machinery in stores. That's what's actually dangerous.
onion2k 3 hours ago [-]
That's what's actually dangerous.
It's a different sort of danger. Knives, guns, etc are locally dangerous. The threat from AI is globally dangerous. Despite being a much lower risk of it happening, the blast radius is massively bigger, which means the overall danger is greater.
Also, maybe both things some be considered. Many countries manage the sale of knives, guns, etc. You don't need to accept that risk just because AI exists, or vice versa.
bandrami 2 hours ago [-]
I gave up on gun control as a political question when I realized you can buy a flamethrower at Home Depot
2 hours ago [-]
hodgehog11 11 hours ago [-]
I agree that this should be something that researchers reflect on. GPT-2 is one of the primary models to research on nowadays, and many recent developments have come from studying it as a test bench.
Imagine if CRISPR was considered "too dangerous" to publish because of the potential ethical ramifications, and that only a special few should be aware. It is utter self-righteousness, and it is shameful behaviour. The world cannot adjust itself to what it cannot see, so you risk greater catastrophe by keeping it secret.
The open dissemination of knowledge at every increment is the only way for society to truly deal with what is to come.
janalsncm 12 hours ago [-]
My impression at the time was they were perhaps overly cautious but this was a bunch of researchers who wanted to self-regulate. Anthropic didn’t exist, deepmind was also much less product-focused and relatively cautious. Chinese models weren’t really a factor either.
Government regulation was really not in the picture either in 2020 or 2021 tbh. The government was still trying to beat a pandemic. Some of the Biden admin eventually wanted to but it wasn’t very serious.
alightsoul 10 hours ago [-]
why are chinese models a consideration at all?
8 hours ago [-]
idiotsecant 9 hours ago [-]
Parent post is saying there was no community of peer models, just some people figuring it out as they went and with lots of slack to go slow if they wanted
alightsoul 8 hours ago [-]
Oh it's the typical china race thing, we can't let the antithesis of the us be better than the us etc. American exceptionalism
idiotsecant 8 hours ago [-]
The 'china' part is irrelevant. You're addicted to being mad. Parent post is just saying there were no other players
alightsoul 6 hours ago [-]
There were other players, china included, but it wasn't relevant until LLMs became profitable? China is being singled out as usual because it's the antithesis of the us
hansvm 4 hours ago [-]
But... there weren't. The other "players," China included, had duck all to show for it. Did they have the same potential capabilities? Sure, maybe. It wasn't just a profitability thing though. Their models sucked. China is being singled out in that comment because their models are exceptional, with very few competitors, so when you're talking about a history of the competition not being any good you _have_ to acknowledge one of the only good present-day models.
latentsea 9 hours ago [-]
What are your thoughts on the HuggingFace incident?
CamperBob2 8 hours ago [-]
"Drama in search of a moat" is hard to beat.
0xdeadbeefbabe 7 hours ago [-]
Optimal next token generation disguised as something more.
slashdave 9 hours ago [-]
Well, no. Without controls, a language model can drive sensitive individuals to violence or suicide. The idea of releasing a frontier model without RL is frightening based on what we have learned.
anon373839 9 hours ago [-]
> The idea of releasing a frontier model without RL is frightening
In case you were not aware, strong base models (no post training at all) have been available for quite some time now. Including ones that eclipse “scary” frontier models from even a year ago.
SV_BubbleTime 8 hours ago [-]
So…
Words out of a magic box on a computer can’t make you kill yourself. Perhaps the people that would use that as encouragement are already mentally ill enough that it really doesn’t matter what the trigger is?
On a more callus but fully serious note, evolution starts out physical, that the species that don’t eat and breed as well, die. What happens when you remove that? When life is so safe that you basically wont stave, get eaten, catch a disease, don’t really need to compete all that hard for scarce resources, etc? Do you think evolution just stops? Or perhaps does a social or mental evolution become the predominant differentiator for successful reproduction over time?
p1esk 12 hours ago [-]
It’s refreshing to read something not AI generated.
6 hours ago [-]
2001zhaozhao 9 hours ago [-]
I would love to see models that can think at different rates and also output a thinking scratchpad alongside output text instead of before all output.
Right now models need to rely on less legible compressed CoT to get high intelligence per token/step, but with diffusion they would just need to output more tokens per step instead.
vatsachak 11 hours ago [-]
I feel like there is still low hanging fruit on the auto regressive LLMs; the encoder
LoganDark 49 minutes ago [-]
I love the idea of diffusion language models. I think they are potentially superior to autoregressive models, in the way that considering whole systems in real life tends to beat optimizing any one individual detail. To me, the way autoregressive models are sampled feels very fundamentally limited, and diffusion feels much more coherent by comparison.
Marchant_hq 11 hours ago [-]
CDLMs sound promising for smoother, more coherent text generation. Excited to see how they tackle the token-level discontinuities.
ovin_dal 11 hours ago [-]
Diffusion models for language felt inevitable. Imagine the creative potential once these mature beyond current limits.
NickNaraghi 13 hours ago [-]
I wonder if we’ll get something like CDLMs for automated harness engineering, sort of piloting the LLM underneath.
ramon156 12 hours ago [-]
how do tools like hermes do this? does it just review sessions and rewrite markdown files?
also haven't read too deep into the deepseek agent harness but the math in there was really cool. it sounded promising, at least.
latentsea 8 hours ago [-]
There's a cool research project https://github.com/exoharness/exo that is designed specifically as a self-modifying harness, so architecturally it separates things in a way that makes it a lot harder for the agent to break itself when modifying itself. It looks pretty neat. Saw the author do an interview on a podcast explaining it.
pests 9 hours ago [-]
> does it just review sessions and rewrite markdown files
Yes, same with openclaw etc. Some might have plugins to integrate with graph or vector databases besides only markdown files.
10 hours ago [-]
ainch 10 hours ago [-]
A great read - as with all of Sander's diffusion posts.
nullbio 4 hours ago [-]
Conspiracy time: The continuous diffusion model has fruit. Frontier labs were trying to bury it with discrete diffusion distraction, because it is what they're using internally. Momentum wins, in the end.
amelius 13 hours ago [-]
"Attention is all you need" should be renamed into "Attention is sufficient but not necessary".
p1esk 12 hours ago [-]
It’s the opposite: attention is necessary but not sufficient.
slashdave 9 hours ago [-]
Just about anyone building a large diffusion model is relying on transformers
ViscountPenguin 13 hours ago [-]
A quick look at the continuous diffusion models linked in the post shows lots of transformer models still
I disagree with this. Decoders were absolutely dominant in 2020 for chat. GPT2 was considered too dangerous to release, and I remember scrambling to get on the GPT3 waitlist. It worked.
(The only exception I will make is encoder-decoder models which now are often done by decoder-only.)
But what made it go mainstream was RL. RLHF at first, then other improvements like DPO that were less of a pain in the ass to set up. Adding diffusion on top of that would be an even bigger pain in the ass.
Before ChatGPT there really wasn’t much of a concept of pre-training and post-training. It was all pre-training. Post training was what made the bots conversational and not just “continuing the thing you wrote to them”.
So in short, diffusion never took off because it was just a more complicated way to generate tokens, and the real problem was getting tokens in the right distribution.
He's not talking about decoders, he's talking about auto-regression. Before ChatGPT, the dominant paradigm was fine-tuning BERT-like models.
> Before ChatGPT there really wasn’t much of a concept of pre-training and post-training.
Again, people spend years just post-training BERTs in various ways.
> people spend years just post-training BERTs in various ways
Yes, I was one of them. That’s not called “post-training” it’s called fine-tuning.
This is how ridiculous this industry is. Regulation-seeking panic over nothing. Drama in search of a moat.
Everything is "too dangerous". GPT2 is going to invent a time machine and break crypto and genetically engineer super rabies.
They sell knives, guns, combustible materials, and multi-ton heavy machinery in stores. That's what's actually dangerous.
It's a different sort of danger. Knives, guns, etc are locally dangerous. The threat from AI is globally dangerous. Despite being a much lower risk of it happening, the blast radius is massively bigger, which means the overall danger is greater.
Also, maybe both things some be considered. Many countries manage the sale of knives, guns, etc. You don't need to accept that risk just because AI exists, or vice versa.
Imagine if CRISPR was considered "too dangerous" to publish because of the potential ethical ramifications, and that only a special few should be aware. It is utter self-righteousness, and it is shameful behaviour. The world cannot adjust itself to what it cannot see, so you risk greater catastrophe by keeping it secret.
The open dissemination of knowledge at every increment is the only way for society to truly deal with what is to come.
Government regulation was really not in the picture either in 2020 or 2021 tbh. The government was still trying to beat a pandemic. Some of the Biden admin eventually wanted to but it wasn’t very serious.
In case you were not aware, strong base models (no post training at all) have been available for quite some time now. Including ones that eclipse “scary” frontier models from even a year ago.
Words out of a magic box on a computer can’t make you kill yourself. Perhaps the people that would use that as encouragement are already mentally ill enough that it really doesn’t matter what the trigger is?
On a more callus but fully serious note, evolution starts out physical, that the species that don’t eat and breed as well, die. What happens when you remove that? When life is so safe that you basically wont stave, get eaten, catch a disease, don’t really need to compete all that hard for scarce resources, etc? Do you think evolution just stops? Or perhaps does a social or mental evolution become the predominant differentiator for successful reproduction over time?
Right now models need to rely on less legible compressed CoT to get high intelligence per token/step, but with diffusion they would just need to output more tokens per step instead.
also haven't read too deep into the deepseek agent harness but the math in there was really cool. it sounded promising, at least.
Yes, same with openclaw etc. Some might have plugins to integrate with graph or vector databases besides only markdown files.