logoalt Hacker News

bonoboTP • today at 11:45 AM • 1 reply • view on HN

Right. If you're new to the area, it may seem like AI came out of nowhere in 2022. If you dig a little, you'll be amazed that it somehow came from nowhere in ~2012. If you dig even more, you realize there was a wave in the late 90s, early 2000s about "machine learning" (e.g. SVMs) and before it there was an 80s wave of both neural nets, agent models, and logic-based AI, probabilistic graphical models. Then you dig more and you realize AI originated from that Dartmouth workshop by Minksy and others in the 50s. Then you dig more and realize McCulloch and Pitts already modeled neural nets as little logic circuits in the 1940s. Then you realize the role of Shannon, Turing etc. Then you realize that computers actually arose in a milieu with a much more AI-shaped vision, cybernetics etc. than what we today think of as computing (PCs etc). And the precursors in the thought-formalization and mechanization trend in math and philosophy at the start of the 20th century. And even more back Leibniz's calculus ratiocinator and "calculemus!" slogan to settle debates by reducing argumentation to computation.

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.


Replies

mapBasketWand • today at 12:23 PM

I was digging into this recently with ChatGPT. I’ve loosely followed the progression of ML and NN over the past 20 years, but struggled to put it into context of where an LLM lives. The big inflection point was the 2017 Attention Is All You Need paper [1].

  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_Need
➕ show 3 replies