47 points vinhnx 5 hours ago 27 comments
ronsor 4 hours ago | parent
Only one remains at OpenAI.
websap 3 hours ago | parent
tehmillhouse 3 hours ago | parent
If you ask me, it'd be better if none of them remained at OpenAI.
Pranav_Ghoghari 4 hours ago | parent
stingraycharles 3 hours ago | parent
https://web.archive.org/web/20260000000000*/https://openai.c...
AdamN 2 hours ago | parent
thatsabadlook 2 hours ago | parent
I wouldn't view them as consistent at anything other then myopicly following the more or less obvious trends required to sustain LLM architectures over the years
samayashar 3 hours ago | parent
The next big thing is Robots and some stealth company building today is going to be a trillion-dollar giant in few years time.
owebmaster 3 hours ago | parent
Don't confuse AI with LLMs. "We" know about AI for a long time. We even have a term for when AI fails expectations, AI winters.
bonoboTP 2 hours ago | parent
The point is, typically when something seems like it came out of nowhere, it just means you didn't dig deep enough. Ideas don't come at an instant, fully formed like Athene from Zeus' forehead. It's brick by brick, one twist on an existing idea and zeitgeist at a time.
mapBasketWand 1 hour ago | parent
Artificial Intelligence
|
+-- Symbolic / rule-based AI
| +-- expert systems
| +-- search / planning
| +-- logic / knowledge representation
|
+-- Machine Learning
|
+-- classical statistical ML
| +-- regression
| +-- decision trees
| +-- SVMs
| +-- Bayesian methods
|
+-- Neural Networks / Deep Learning
|
+-- computer vision
+-- speech
+-- Natural Language Processing
|
+-- Transformers
|
+-- Large Language Models
|
+-- chat systems
+-- multimodal models
+-- tool-using systems
+-- agents
[1] https://en.wikipedia.org/wiki/Attention_Is_All_You_Needwilly_k 1 hour ago | parent
goldenbrillianc 1 hour ago | parent
bonoboTP 1 hour ago | parent
goldenbrillianc 1 hour ago | parent
But in the end, a lot of it was proven right, even if it wasn't quite in the way we imagined.. A lot of pre-LLM interpretations of AI imagine it as some sudden 0 to 100 breakthrough, like one day someone writes an AGI program in their basement and takes over the world with it. There's shades of that in here too, talking about worries of organizations secretly developing AI capabilities and needing to track public data for patterns to discover it. In the end there was a 'magic program' in the transformer, but it doesn't seem like they really foresaw how the program would be useless on its own, and the 'AI' would come from ingesting as much data as possible, a process that has built incrementally over years and been very much exposed to the public.
bonoboTP 1 hour ago | parent
That's basically the bitter lesson. Academics only reluctantly swallowed that pill and still aren't satisfied with this answer. It's ugly and feels like it shouldn't work because intuition would say there are too many combinations, curse of dimensionality, etc. But it turns out it's just line go up, extrapolate Moore's law and don't worry too much about philosophical-level breakthroughs just count the flops and bits. Ray Kurzweil's scifi extrapolations turned out closer to the truth, whether deservedly or by luck.
bonoboTP 1 hour ago | parent
Also a lot of the vision and speech ideas cross pollinated with the NLP field. One big trend that enabled faster progress is bringing all this onto a common platform. First via Deep Learning and backprop, formulating everything as some vector input, some model architecture, some vector output, some loss, and then gradient descent optimization. This replaced the specialized optimization tricks people used to develop for their own little niche tasks. Before DL, papers usually derived their own math for how to solve their own specific formulation of a task, so it was hard to reuse ideas.
(Reuse was also hard because platforms like GitHub didn't exist, the Python ecosystem wasn't nearly close to what we have, code sharing wasn't as common, and anyway the code was some mess in MATLAB, not in a sane language.)
The second thing that allowed converging these fields was the transformer architecture that allowed turning everything into tokens and throwing it all into the same transformer architecture, making multimodal models that can learn from everything and do everything, instead of having to make specialized models for each little task.
legulere 2 hours ago | parent
FuriouslyAdrift 43 minutes ago | parent
yorwba 3 hours ago | parent
goldenbrillianc 1 hour ago | parent
komlan 1 hour ago | parent
That thread is a goldmine. Very humbling.
ablation 1 hour ago | parent
- superswordfish on July 28, 2016
jmathai 2 hours ago | parent
Interesting that Anthropic led the way here.
codeulike 1 hour ago | parent
This sounds rather like the plot to Greg Egan's "Crystal Nights" (2008)