logoalt Hacker News

Show HN: AI Timeline – 171 LLMs from Transformer (2017) to GPT-5.3 (2026)

116 pointsby ai_bottoday at 9:07 AM47 commentsview on HN

Interactive timeline of every major Large Language Model. Filterable by open/closed source, searchable, 54 organizations tracked.


Comments

jcimstoday at 4:51 PM

I was born in 1973. My grandson was born in 2022. He won't know a world without 'AI' much like my kids didn't know a world without the Internet and I didn't know a world without refrigerators.

One thing I regret to say that I learned very late in my children's development was the value of boredom and difficult challenges. However I think I've successfully passed these lessons on to my kids as they raise their own. I have no idea what to say about 'AI' and the rapid reconfiguration of our relationship with the world that's going to happen as a result. All I can tell them is that we're in this together and we'll try to figure it out as we go.

Good luck everybody!

show 1 reply
Sajarintoday at 7:10 PM

Shameless plug but made a similar tree here: https://sajarin.com/blog/modeltree/

badsectoraculatoday at 5:17 PM

Interesting site, though it does seem to miss some of Mistral's stuff - specifically, Mistral Small 3 which was released under Apache 2.0 (which AFAIK was the first in the Mistral Small series to use a fully open license - previous Mistral Small releases were under their own non-commercial research license) and its derivatives (e.g. Devstral -aka Devstral Small 1- which is derived from Mistral Small 3.1). It is also missing Devstral 2 (which is not really open source but more of a "MIT unless you have lot of money") and Devstral Small 2 (which is under Apache 2.0 and the successor to Devstral [Small] - and interestingly also derived from Mistral Small 3.1 instead of 3.2).

show 1 reply
NitpickLawyertoday at 9:37 AM

Misses a few interesting early models: GPT-J (by Eleuther, using gpt2 arch) was the first-ish model runnable on consumer hardware. I actually had a thing running for a while in prod with real users on this. And GPT-NeoX was their attempt to scale to gpt3 levels. It was 20b and was maybe the first glimpse that local models might someday be usable (although local at the time was questionable, quantisation wasn't as widely used, etc).

show 2 replies
Marotoday at 12:11 PM

This would be interesting if each of them had a high-level picture of the NN, "to scale", perhaps color coding the components somehow. OnMouseScroll it would scroll through the models, and you could see the networks become deeper, wider, colors change, almost animated. That'd be cool.

show 1 reply
wobblywobbegongtoday at 2:02 PM

Calling this "The complete history of AI" seems wrong. LLM's are not all AI there is, and it has existed for way longer than people realize.

show 2 replies
Panoramixtoday at 6:58 PM

Nice overview. Some of the descriptions are quite thin on details, like "new model by x", or "latest model by y". Well of course it was new at the time but that doesn't really add information.

jvillasantetoday at 12:11 PM

Why is it hard in the times where AI itself can do it to add a light mode to those blacks websites!? There are people that just can't read dark mode!

show 2 replies
hmokiguesstoday at 12:41 PM

Would be nice to see some charts and perhaps an average of the cycles with a prediction of the next one based on it

show 1 reply
YetAnotherNicktoday at 1:19 PM

It misses almost every milestones, and lists Llama 3.1 as milestone. T5 was much bigger milestone than almost everything in the list.

show 2 replies
varispeedtoday at 12:40 PM

The models used for apps like Codex, are they designed to mimic human behaviour - as in they deliberately create errors in code that then you have to spend time debugging and fixing or it is natural flaw and that humans also do it is a coincidence?

This keeps bothering me, why they need several iterations to arrive at correct solution instead of doing it first time. The prompts like "repeat solving it until it is correct" don't help.

show 1 reply
EpicIvotoday at 1:19 PM

Great site! I noticed a minor visual glitch where the tooltips seem to be rendering below their container on the z-axis, possibly getting clipped or hidden.

show 1 reply