Skip to content

Latest commit

 

History

History
1229 lines (1154 loc) · 47.5 KB

File metadata and controls

1229 lines (1154 loc) · 47.5 KB
layout default
title AI Knowledge Base

▓ AI KNOWLEDGE BASE ▓

The Complete History of Computer Tech & Artificial Intelligence

From 1943 to the Future - Interactive Journey Through Time

[ + EXPAND ALL ] [ - COLLAPSE ALL ]
▸ QUICK JUMP: 1940s-50s | 1960s-70s | 1980s | 1990s | 2000s | 2010s | 2020-24 | 2024-26 | Hardware | Future

Journey Progress: 0%

◆ PART 1: THE BIRTH OF COMPUTING (1940s-1950s) ◆

<!-- Subsection 1.1: Early Computing Machines -->
<div class="timeline-era">
  <div class="era-header">
    <span class="year">1943</span>
    <h3>1.1 First Neural Network</h3>
  </div>
  <p>Warren McCulloch and Walter Pitts create the first mathematical model of a neural network - the foundation of all modern AI. They demonstrate that simple connected units can compute any logical function.</p>
  <div class="tech-box">
    <strong>THEN (1943):</strong> 1 neuron model, theoretical<br>
    <strong>NOW (2026):</strong> 100+ trillion parameters in AI models<br>
    <strong>IMPROVEMENT:</strong> ~100 trillion times more capable
  </div>
  <div class="try-it-box">
    <strong>▸ TRY IT NOW:</strong> <a href="https://playground.tensorflow.org" target="_blank">Build a Neural Network</a> in your browser!
  </div>
  <div class="quiz-box">
    <strong>▸ QUIZ: Neural Networks</strong>
    <p>Q: Who created the first mathematical model of a neural network in 1943?</p>
    <p>A: <span class="answer">Warren McCulloch & Walter Pitts</span></p>
    <p>Q: How many parameters do modern AI models have?</p>
    <p>A: 100+ <span class="answer">trillion</span> parameters</p>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">1945</span>
    <h3>1.2 ENIAC - First General Computer</h3>
  </div>
  </div>
  <div class="key-figures">
    <strong>▸ KEY FIGURES - Hardware Pioneers:</strong>
    <div class="figure-card">
      <strong>John Bardeen</strong>
      <span>Transistor co-inventor | 2x Nobel Prize | 1956, 1972</span>
    </div>
    <div class="figure-card">
      <strong>Jack Kilby</strong>
      <span>Integrated circuit inventor | Nobel Prize 2000</span>
    </div>
    <div class="figure-card">
      <strong>Gordon Moore</strong>
      <span>Intel co-founder | Moore's Law creator</span>
    </div>
  </div>
</div>
  <p>The Electronic Numerical Integrator and Computer (ENIAC) becomes operational. It's the first programmable electronic digital computer, weighing 30 tons.</p>
  <div class="comparison-box">
    <div class="compare-col then">
      <h4>THEN: ENIAC (1945)</h4>
      <ul>
        <li>Weight: 30 tons</li>
        <li>Speed: 5,000 ops/sec</li>
        <li>Memory: 20 words (80 bytes)</li>
        <li>Cost: $500,000</li>
        <li>People to operate: 6</li>
      </ul>
    </div>
    <div class="compare-col now">
      <h4>NOW: iPhone 15 (2024)</h4>
      <ul>
        <li>Weight: 171 grams</li>
        <li>Speed: 15 trillion ops/sec</li>
        <li>Memory: 8GB RAM</li>
        <li>Cost: $999</li>
        <li>Operates: 1 person</li>
      </ul>
    </div>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">1950</span>
    <h3>1.3 The Turing Test</h3>
  </div>
  <p>Alan Turing publishes "Computing Machinery and Intelligence" proposing that if a machine could convince a human it was human through conversation, it could be considered "intelligent."</p>
  <div class="tech-box">
    <strong>THEN (1950):</strong> Theoretical concept only<br>
    <strong>NOW (2026):</strong> ChatGPT, Claude, Gemini pass many tests<br>
    <strong>STATUS:</strong> Some AIs now pass modified Turing Tests
  </div>
  <div class="try-it-box">
    <strong>▸ TRY IT NOW:</strong> Chat with AI at <a href="https://chat.openai.com" target="_blank">ChatGPT</a> or <a href="https://claude.ai" target="_blank">Claude</a>
  </div>
  <div class="quiz-box">
    <strong>▸ QUIZ: The Turing Test</strong>
    <p>Q: Who proposed the Turing Test in 1950?</p>
    <p>A: <span class="answer">Alan Turing</span> | B: John McCarthy | C: Marvin Minsky | D: Claude Shannon</p>
    <p>Q: What is required for a machine to pass the Turing Test?</p>
    <p>A: <span class="answer">Convince a human it's human through conversation</span></p>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">1956</span>
    <h3>1.4 The Birth of AI</h3>
  </div>
  <p>John McCarthy coins "Artificial Intelligence" at Dartmouth College. The summer conference brings together pioneers who believe machines could simulate every aspect of learning.</p>
  <div class="tech-box">
    <strong>KEY FIGURES:</strong> John McCarthy, Marvin Minsky, Claude Shannon, Allen Newell, Herbert Simon<br>
    <strong>FUNDING:</strong> $8,500 for original workshop<br>
    <strong>TODAY:</strong> $100B+ annual AI investment
  </div>
  <div class="key-figures">
    <strong>▸ KEY FIGURES:</strong>
    <div class="figure-card">
      <strong>John McCarthy</strong>
      <span>Coined "Artificial Intelligence" | Created Lisp | 1971 Turing Award</span>
    </div>
    <div class="figure-card">
      <strong>Marvin Minsky</strong>
      <span>AI pioneer | Co-founded MIT AI Lab | Neural network pioneer</span>
    </div>
    <div class="figure-card">
      <strong>Alan Turing</strong>
      <span>Founder of CS | Turing Test | WWII codebreaker</span>
    </div>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">1958</span>
    <h3>1.5 First AI Programs & Languages</h3>
  </div>
  <p>John McCarthy creates Lisp, the AI programming language. The Logic Theorist becomes the first AI program, proving mathematical theorems.</p>
  <div class="comparison-box">
    <div class="compare-col then">
      <h4>THEN: Lisp (1958)</h4>
      <ul>
        <li>Primary AI language</li>
        <li>Hard to learn</li>
        <li>Few practitioners</li>
      </ul>
    </div>
    <div class="compare-col now">
      <h4>NOW: Python (2026)</h4>
      <ul>
        <li>Dominant AI language</li>
        <li>Easy to learn</li>
        <li>50M+ developers</li>
      </ul>
    </div>
  </div>
</div>

◆ PART 2: FIRST COMPUTING REVOLUTION (1960s-1970s) ◆

<div class="timeline-era">
  <div class="era-header">
    <span class="year">1964</span>
    <h3>2.1 Mainframe Era & Time-Sharing</h3>
  </div>
  <p>IBM System/360 revolutionizes computing. Time-sharing allows multiple users to interact with a computer simultaneously - concept behind modern cloud computing.</p>
  <div class="tech-box">
    <strong>THEN:</strong> Mainframes cost $1M+, only big companies<br>
    <strong>NOW:</strong> Cloud computing - pay per use, anyone can access
  </div>
  <div class="try-it-box">
    <strong>▸ TRY IT NOW:</strong> Use free cloud AI at <a href="https://huggingface.co" target="_blank">Hugging Face</a>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">1969</span>
    <h3>2.2 ARPANET - Internet's Birth</h3>
  </div>
  <p>The precursor to the internet goes online, connecting four universities. This infrastructure will later enable cloud AI and distributed computing.</p>
  <div class="comparison-box">
    <div class="compare-col then">
      <h4>THEN: ARPANET (1969)</h4>
      <ul>
        <li>4 computers connected</li>
        <li>56 Kbps speed</li>
        <li>Military/academic only</li>
      </ul>
    </div>
    <div class="compare-col now">
      <h4>NOW: Internet (2026)</h4>
      <ul>
        <li>5B+ computers connected</li>
        <li>1 Gbps+ speed</li>
        <li>Everyone connected</li>
      </ul>
    </div>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">1966</span>
    <h3>2.3 ELIZA - First Chatbot</h3>
  </div>
  <p>Joseph Weizenbaum at MIT creates ELIZA, the first chatbot. It simulates a Rogerian psychotherapist and tricks users into thinking they're conversing with a human.</p>
  <div class="tech-box">
    <strong>THEN (1966):</strong> 200 lines of code, simple pattern matching<br>
    <strong>NOW (2026):</strong> LLMs with 1+ trillion parameters, context awareness<br>
    <strong>IMPROVEMENT:</strong> Billions of times more capable
  </div>
  <div class="try-it-box">
    <strong>▸ TRY IT NOW:</strong> Compare simple chatbots to advanced AI at <a href="https://character.ai" target="_blank">Character.AI</a>
  </div>
  <div class="quiz-box">
    <strong>▸ QUIZ: First Chatbots</strong>
    <p>Q: What was the first chatbot called?</p>
    <p>A: <span class="answer">ELIZA</span> | B: ALICE | C: Jabberwacky | D: SmarterChild</p>
    <p>Q: Who created ELIZA?</p>
    <p>A: Alan Turing | B: <span class="answer">Joseph Weizenbaum</span> | C: Marvin Minsky | D: John McCarthy</p>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">1972</span>
    <h3>2.4 MYCIN - First Expert System</h3>
  </div>
  <p>Stanford creates MYCIN, an expert system for medical diagnosis. It identifies bacteria and recommends antibiotics with 69% accuracy - better than human interns.</p>
  <div class="tech-box">
    <strong>THEN:</strong> Rules-based, limited knowledge base<br>
    <strong>NOW:</strong> AI diagnoses from millions of cases, 95%+ accuracy<br>
    <strong>EXAMPLE:</strong> Ada Health, Babylon Health
  </div>
  <div class="try-it-box">
    <strong>▸ TRY IT NOW:</strong> Try AI health screening at <a href="https://ada.com" target="_blank">Ada Health</a>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">1977</span>
    <h3>2.5 Personal Computing Begins</h3>
  </div>
  <p>Apple II, Commodore PET, and TRS-80 bring computing to homes. The revolution that will eventually put AI in everyone's pocket begins.</p>
  <div class="comparison-box">
    <div class="compare-col then">
      <h4>THEN: Apple II (1977)</h4>
      <ul>
        <li>RAM: 4-64 KB</li>
        <li>Display: B&W TV</li>
        <li>Cost: $1,298+</li>
      </ul>
    </div>
    <div class="compare-col now">
      <h4>NOW: AI Phone (2026)</h4>
      <ul>
        <li>RAM: 8-24 GB</li>
        <li>Display: 4K OLED</li>
        <li>Cost: $999+</li>
      </ul>
    </div>
  </div>
</div>

◆ PART 3: THE MICROPROCESSOR AGE (1980s) ◆

<div class="timeline-era">
  <div class="era-header">
    <span class="year">1981</span>
    <h3>3.1 IBM PC Revolution</h3>
  </div>
  <p>IBM releases the IBM PC, establishing the standard for personal computers. The open architecture allows clones, creating a massive PC ecosystem.</p>
  <div class="tech-box">
    <strong>THEN:</strong> IBM PC had 16KB RAM, no hard drive option<br>
    <strong>NOW:</strong> PCs have 32GB+ RAM, 4TB+ SSD<br>
    <strong>IMPROVEMENT:</strong> 2 million times more memory
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">1984</span>
    <h3>3.2 Apple Macintosh</h3>
  </div>
  <p>Apple releases the Macintosh with graphical user interface (GUI). Point-and-click computing becomes mainstream, revolutionizing human-computer interaction.</p>
  <div class="tech-box">
    <strong>THEN:</strong> Command line interfaces<br>
    <strong>NOW:</strong> Voice AI, gesture control, brain-computer interfaces<br>
    <strong>EXAMPLE:</strong> Use voice to control AI at chat.openai.com
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">1986</span>
    <h3>3.3 Backpropagation Revolution</h3>
  </div>
  <p>Geoffrey Hinton and colleagues popularize backpropagation - the algorithm that allows neural networks to learn from errors. This enables deeper networks.</p>
  <div class="try-it-box">
    <strong>▸ TRY IT NOW:</strong> See neural networks in action at <a href="https://playground.tensorflow.org" target="_blank">TensorFlow Playground</a>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">1987</span>
    <h3>3.4 The Second AI Winter</h3>
  </div>
  <p>Expert systems prove brittle and expensive. The market crashes. Another funding drought hits AI research. The term "AI" becomes toxic in business.</p>
  <div class="tech-box">
    <strong>LESSON LEARNED:</strong> Narrow AI beats general-purpose systems<br>
    <strong>NOW:</strong> Specialization + foundation models = success
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">1989</span>
    <h3>3.5 AI in Video Games</h3>
  </div>
  <p>Video games introduce AI opponents. From simple patterns to complex behaviors, gaming AI becomes a proving ground for intelligent systems.</p>
  <div class="comparison-box">
    <div class="compare-col then">
      <h4>THEN: Pac-Man (1980)</h4>
      <ul>
        <li>4 ghost patterns</li>
        <li>Predictable behavior</li>
      </ul>
    </div>
    <div class="compare-col now">
      <h4>NOW: AI Gaming (2026)</h4>
      <ul>
        <li>Learns player style</li>
        <li>Dynamic difficulty</li>
      </ul>
    </div>
  </div>
</div>

◆ PART 4: THE INTERNET AGE (1990s) ◆

<div class="timeline-era">
  <div class="era-header">
    <span class="year">1991</span>
    <h3>4.1 World Wide Web</h3>
  </div>
  <p>Tim Berners-Lee releases the World Wide Web. HTML, URLs, and HTTP become the foundation of the digital age.</p>
  <div class="tech-box">
    <strong>THEN:</strong> 1 million web pages (1995)<br>
    <strong>NOW:</strong> 1+ billion web pages, AI-indexed<br>
    <strong>AI CONNECTION:</strong> AI searches and understands all of them
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">1995</span>
    <h3>4.2 Amazon & E-Commerce</h3>
  </div>
  <p>Amazon launches as online bookstore. E-commerce transforms retail. AI recommendation systems begin.</p>
  <div class="try-it-box">
    <strong>▸ TRY IT NOW:</strong> See AI recommendations at Amazon, Netflix, Spotify
  </div>
</div>

<div class="timeline-era highlight">
  <div class="era-header">
    <span class="year">1997</span>
    <h3>4.3 Deep Blue Beats Kasparov</h3>
  </div>
  <p>IBM's Deep Blue defeats world chess champion Garry Kasparov. A milestone showing machines can beat humans at complex strategic games.</p>
  <div class="comparison-box">
    <div class="compare-col then">
      <h4>DEEP BLUE (1997)</h4>
      <ul>
        <li>Speed: 200M positions/sec</li>
        <li>Method: Brute force</li>
        <li>Learn: No</li>
      </ul>
    </div>
    <div class="compare-col now">
      <h4>STOCKFISH AI (2026)</h4>
      <ul>
        <li>Speed: 100B nodes/sec</li>
        <li>Method: Neural networks</li>
        <li>Learn: Yes</li>
      </ul>
    </div>
  </div>
  <div class="try-it-box">
    <strong>▸ TRY IT NOW:</strong> Play chess against AI at <a href="https://lichess.org" target="_blank">Lichess.org</a>
  </div>
  <div class="quiz-box">
    <strong>▸ QUIZ: AI vs Human Champions</strong>
    <p>Q: What year did Deep Blue defeat Kasparov?</p>
    <p>A: 1995 | B: <span class="answer">1997</span> | C: 1999 | D: 2001</p>
    <p>Q: What game did AlphaGo beat a champion in?</p>
    <p>A: Chess | B: Checkers | C: <span class="answer">Go</span> | D: Poker</p>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">1998</span>
    <h3>4.4 Google Founded</h3>
  </div>
  <p>Larry Page and Sergey Brin found Google. PageRank algorithm revolutionizes search. AI will later make search intelligent.</p>
  <div class="tech-box">
    <strong>THEN:</strong> Search by keywords only<br>
    <strong>NOW:</strong> AI understands context, intent, multimodal<br>
    <strong>EXAMPLE:</strong> Gemini, Perplexity AI search
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">1999</span>
    <h3>4.5 First Smartphones</h3>
  </div>
  <p>BlackBerry lands first smartphone deal. The convergence of computing, internet, and mobility begins.</p>
  <div class="comparison-box">
    <div class="compare-col then">
      <h4>THEN: BlackBerry (1999)</h4>
      <ul>
        <li>Display: B&W LCD</li>
        <li>Email: Push</li>
        <li>AI: None</li>
      </ul>
    </div>
    <div class="compare-col now">
      <h4>NOW: AI Phone (2026)</h4>
      <ul>
        <li>Display: 4K OLED</li>
        <li>AI: Everything</li>
        <li>Assistant: ChatGPT, Gemini</li>
      </ul>
    </div>
  </div>
</div>

◆ PART 5: MOBILE & SOCIAL AGE (2000s) ◆

<div class="timeline-era highlight">
  <div class="era-header">
    <span class="year">2007</span>
    <h3>5.1 iPhone Revolution</h3>
  </div>
  <p>Apple releases iPhone. Multi-touch interface, mobile apps, and constant connectivity change how humanity interacts with technology forever.</p>
  <div class="tech-box">
    <strong>THEN:</strong> Phones make calls, send texts<br>
    <strong>NOW:</strong> AI in pocket, voice assistants, AR/VR<br>
    <strong>IMPACT:</strong> AI becomes personal and portable
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">2008</span>
    <h3>5.2 Android & App Stores</h3>
  </div>
  <p>Android launches, App Store opens. Anyone can build an app. The platform economy is born.</p>
  <div class="comparison-box">
    <div class="compare-col then">
      <h4>THEN: Apps (2008)</h4>
      <ul>
        <li>Simple games</li>
        <li>Basic utilities</li>
        <li>No AI</li>
      </ul>
    </div>
    <div class="compare-col now">
      <h4>NOW: AI Apps (2026)</h4>
      <ul>
        <li>AI assistants</li>
        <li>Generative content</li>
        <li>Autonomous agents</li>
      </ul>
    </div>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">2010</span>
    <h3>5.3 Siri - First Voice AI</h3>
  </div>
  <p>Apple releases Siri, the first mainstream voice AI assistant. "Hey Siri" becomes part of daily life.</p>
  <div class="try-it-box">
    <strong>▸ TRY IT NOW:</strong> Compare Siri to ChatGPT Voice, Gemini Live
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">2008</span>
    <h3>5.4 Cloud Computing Era</h3>
  </div>
  <p>AWS matures. Anyone can rent computing power. AI becomes a service anyone can use.</p>
  <div class="tech-box">
    <strong>SERVICES:</strong> AWS, Google Cloud, Azure<br>
    <strong>AI:</strong> AI API calls, pre-trained models<br>
    <strong>EXAMPLE:</strong> Use AI without owning GPUs
  </div>
  <div class="try-it-box">
    <strong>▸ TRY IT NOW:</strong> Use free AI APIs at <a href="https://cloud.google.com/free" target="_blank">Google Cloud Free</a>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">2004-2010</span>
    <h3>5.5 Social Media Explosion</h3>
  </div>
  <p>Facebook, YouTube, Twitter, Instagram. User-generated content explodes. Algorithms begin to curate what we see.</p>
  <div class="tech-box">
    <strong>THEN:</strong> Chronological feeds<br>
    <strong>NOW:</strong> AI-curated feeds, recommendations<br>
    <strong>AI IMPACT:</strong> Every post is analyzed, predicted, optimized
  </div>
</div>

◆ PART 6: DEEP LEARNING REVOLUTION (2010s) ◆

<div class="timeline-era highlight">
  <div class="era-header">
    <span class="year">2012</span>
    <h3>6.1 ImageNet Revolution</h3>
  </div>
  <p>AlexNet wins ImageNet competition with 85% accuracy - a 10% jump over previous winners. Deep learning explodes onto the scene.</p>
  <div class="comparison-box">
    <div class="compare-col then">
      <h4>THEN: Traditional CV (2011)</h4>
      <ul>
        <li>Accuracy: 75%</li>
        <li>Method: Hand-crafted features</li>
        <li>Images: Limited</li>
      </ul>
    </div>
    <div class="compare-col now">
      <h4>NOW: Deep Learning (2026)</h4>
      <ul>
        <li>Accuracy: 99.9%+</li>
        <li>Method: Neural networks</li>
        <li>Images: Unlimited</li>
      </ul>
    </div>
  </div>
  <div class="try-it-box">
    <strong>▸ TRY IT NOW:</strong> Try AI image recognition at <a href="https://cloud.google.com/vision" target="_blank">Google Cloud Vision</a>
  </div>
  <div class="key-figures">
    <strong>▸ KEY FIGURES - Deep Learning Revolution:</strong>
    <div class="figure-card">
      <strong>Geoffrey Hinton</strong>
      <span>"Godfather of Deep Learning" | Backpropagation pioneer | 2024 Nobel Prize</span>
    </div>
    <div class="figure-card">
      <strong>Yann LeCun</strong>
      <span>CNN inventor | Meta AI chief | 2018 Turing Award</span>
    </div>
    <div class="figure-card">
      <strong>Andrew Ng</strong>
      <span>Google Brain founder | Coursera co-founder | AI education pioneer</span>
    </div>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">2014</span>
    <h3>6.2 GANs and AI Art</h3>
  </div>
  <p>Ian Goodfellow invents Generative Adversarial Networks (GANs). Two neural networks compete to create realistic images. The era of AI-generated content begins.</p>
  <div class="tech-box">
    <strong>THEN (2014):</strong> Pixelated, obvious fakes<br>
    <strong>NOW (2026):</strong> Photorealistic, video, 3D<br>
    <strong>EXAMPLE:</strong> DALL-E 3, Midjourney v7
  </div>
  <div class="try-it-box">
    <strong>▸ TRY IT NOW:</strong> Generate images at <a href="https://openai.com/dall-e-3" target="_blank">DALL-E</a> or <a href="https://stability.ai" target="_blank">Stable Diffusion</a>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">2016</span>
    <h3>6.3 AlphaGo - Intuitive AI</h3>
  </div>
  <p>DeepMind's AlphaGo defeats Lee Sedol, world Go champion. Unlike chess, Go requires intuition. AI demonstrates creative, intuitive thinking.</p>
  <div class="tech-box">
    <strong>BREAKTHROUGH:</strong> AI learns intuition, not just calculation<br>
    <strong>FUTURE:</strong> AI discovers new strategies humans never imagined
  </div>
</div>

<div class="timeline-era highlight">
  <div class="era-header">
    <span class="year">2017</span>
    <h3>6.4 Transformers Change Everything</h3>
  </div>
  <p>Google releases "Attention Is All You Need" paper. Transformers become the dominant architecture for all AI.</p>
  <div class="tech-box">
    <strong>LEGACY:</strong> GPT, Claude, Gemini, Llama - all built on transformers<br>
    <strong>IMPACT:</strong> The foundation of modern AI
  </div>
  <div class="quiz-box">
    <strong>▸ QUIZ: Transformers</strong>
    <p>Q: What paper introduced the Transformer architecture?</p>
    <p>A: "ImageNet" | B: "Deep Learning" | C: <span class="answer">"Attention Is All You Need"</span> | D: "BERT"</p>
    <p>Q: Which company created the Transformer?</p>
    <p>A: <span class="answer">Google</span> | B: OpenAI | C: Microsoft | D: Meta</p>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">2018</span>
    <h3>6.5 BERT and NLP Revolution</h3>
  </div>
  <p>Google releases BERT, revolutionizing natural language processing. Machines finally understand context.</p>
  <div class="comparison-box">
    <div class="compare-col then">
      <h4>THEN: Old NLP (2017)</h4>
      <ul>
        <li>Context: Limited</li>
        <li>Accuracy: 60%</li>
        <li>Languages: Few</li>
      </ul>
    </div>
    <div class="compare-col now">
      <h4>NOW: Modern NLP (2026)</h4>
      <ul>
        <li>Context: Unlimited</li>
        <li>Accuracy: 95%+</li>
        <li>Languages: 100+</li>
      </ul>
    </div>
  </div>
</div>

◆ PART 7: THE LLM ERA (2020-2024) ◆

<div class="timeline-era highlight">
  <div class="era-header">
    <span class="year">2020</span>
    <h3>7.1 GPT-3 Arrives</h3>
  </div>
  <p>OpenAI releases GPT-3 with 175 billion parameters. It writes essays, code, poetry, and more. The public experiences AI's power firsthand.</p>
  <div class="comparison-box">
    <div class="compare-col then">
      <h4>GPT-2 (2019)</h4>
      <ul>
        <li>Parameters: 1.5B</li>
        <li>Context: 1K tokens</li>
        <li>Training: $50K</li>
      </ul>
    </div>
    <div class="compare-col now">
      <h4>GPT-4 (2023)</h4>
      <ul>
        <li>Parameters: 1.7T</li>
        <li>Context: 128K tokens</li>
        <li>Training: $100M+</li>
      </ul>
    </div>
  </div>
  <div class="quiz-box">
    <strong>▸ QUIZ: GPT Generations</strong>
    <p>Q: How many parameters did GPT-3 have?</p>
    <p>A: 1.5B | B: <span class="answer">175B</span> | C: 1.7T | D: 100B</p>
    <p>Q: Which company released GPT-3?</p>
    <p>A: Google | B: <span class="answer">OpenAI</span> | C: Meta | D: Anthropic</p>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">2021</span>
    <h3>7.2 AI Code Generation</h3>
  </div>
  <p>GitHub Copilot launches, generating code from comments. AI can now write functional programs. Developers gain superpowers.</p>
  <div class="try-it-box">
    <strong>▸ TRY IT NOW:</strong> Use AI coding at <a href="https://github.com/features/copilot" target="_blank">GitHub Copilot</a> or <a href="https://cursor.sh" target="_blank">Cursor</a>
  </div>
</div>

<div class="timeline-era highlight">
  <div class="era-header">
    <span class="year">2022</span>
    <h3>7.3 ChatGPT Goes Mainstream</h3>
  </div>
  <p>ChatGPT reaches 100 million users faster than any technology in history. DALL-E creates images from text. AI goes mainstream overnight.</p>
  <div class="tech-box">
    <strong>MILESTONE:</strong> Fastest-growing app ever - 100M users in 2 months<br>
    <strong>COMPARE:</strong> TikTok took 9 months, Instagram 2.5 years
  </div>
  <div class="try-it-box">
    <strong>▸ TRY IT NOW:</strong> Start chatting at <a href="https://chat.openai.com" target="_blank">ChatGPT</a> (free!)
  </div>
  <div class="quiz-box">
    <strong>▸ QUIZ: ChatGPT Phenomenon</strong>
    <p>Q: How long did ChatGPT take to reach 100 million users?</p>
    <p>A: 1 year | B: <span class="answer">2 months</span> | C: 6 months | D: 1 month</p>
    <p>Q: What was ChatGPT built on?</p>
    <p>A: BERT | B: <span class="answer">GPT-3.5</span> | C: Llama | D: Claude</p>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">2023</span>
    <h3>7.4 Multimodal AI</h3>
  </div>
  <p>GPT-4 processes text, images, and code. Claude, Gemini, and Llama follow. AI becomes multimodal - seeing, hearing, speaking.</p>
  <div class="comparison-box">
    <div class="compare-col then">
      <h4>THEN: Text-Only (2020)</h4>
      <ul>
        <li>Input: Text only</li>
        <li>Output: Text only</li>
        <li>Modalities: 1</li>
      </ul>
    </div>
    <div class="compare-col now">
      <h4>NOW: Multimodal (2024)</h4>
      <ul>
        <li>Input: Text, image, audio, video</li>
        <li>Output: All of above</li>
        <li>Modalities: 5+</li>
      </ul>
    </div>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">2024</span>
    <h3>7.5 AI Video & Voice</h3>
  </div>
  <p>Sora, Runway, and Kling create video from text. ElevenLabs clones voices. AI generates entire movies, podcasts, and content.</p>
  <div class="try-it-box">
    <strong>▸ TRY IT NOW:</strong> Generate video at <a href="https://runwayml.com" target="_blank">Runway</a>, clone voice at <a href="https://elevenlabs.io" target="_blank">ElevenLabs</a>
  </div>
</div>

◆ PART 8: THE AGENT ERA (2024-2026) ◆

<div class="timeline-era highlight">
  <div class="era-header">
    <span class="year">2024</span>
    <h3>8.1 AI Agents Arrive</h3>
  </div>
  <p>AI evolves from chatbots to autonomous agents. Agents can plan, execute, and iterate. They book flights, write code, and manage projects.</p>
  <div class="tech-box">
    <strong>CHATBOT:</strong> Responds to prompts<br>
    <strong>AGENT:</strong> Completes complex tasks autonomously<br>
    <strong>EXAMPLE:</strong> AutoGPT, Claude Computer Use, Operator
  </div>
  <div class="try-it-box">
    <strong>▸ TRY IT NOW:</strong> Try AI agents at <a href="https://agentgpt.reworkd.ai" target="_blank">AgentGPT</a>
  </div>
  <div class="key-figures">
    <strong>▸ KEY FIGURES - Modern AI Leaders:</strong>
    <div class="figure-card">
      <strong>Sam Altman</strong>
      <span>OpenAI CEO | GPT series leader | ChatGPT creator</span>
    </div>
    <div class="figure-card">
      <strong>Dario Amodei</strong>
      <span>Anthropic CEO | Claude creator | AI safety focus</span>
    </div>
    <div class="figure-card">
      <strong>Demis Hassabis</strong>
      <span>Google DeepMind CEO | AlphaGo/AlphaFold | AGI pursuit</span>
    </div>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">2024</span>
    <h3>8.2 Reasoning Models</h3>
  </div>
  <p>OpenAI's o1 and Claude's reasoning models demonstrate chain-of-thought. AI now "thinks" through problems step-by-step.</p>
  <div class="comparison-box">
    <div class="compare-col then">
      <h4>THEN: Fast Thinking (2023)</h4>
      <ul>
        <li>Response: Instant</li>
        <li>Reasoning: Limited</li>
        <li>Math: Basic</li>
      </ul>
    </div>
    <div class="compare-col now">
      <h4>NOW: Slow Thinking (2024)</h4>
      <ul>
        <li>Response: Deliberate</li>
        <li>Reasoning: Chain-of-thought</li>
        <li>Math: Expert-level</li>
      </ul>
    </div>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">2025</span>
    <h3>8.3 Personal AI</h3>
  </div>
  <p>Every person has AI assistants that know them, work for them, and represent them. The "personal AI" era begins.</p>
  <div class="tech-box">
    <strong>EXAMPLES:</strong> Replika, Personal AI, AI companions<br>
    <strong>FUTURE:</strong> Your AI knows your preferences, works while you sleep
  </div>
  <div class="try-it-box">
    <strong>▸ TRY IT NOW:</strong> Create your AI companion at <a href="https://replika.com" target="_blank">Replika</a>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">2026</span>
    <h3>8.4 AI Hardware Revolution</h3>
  </div>
  <p>AI chips in every device. Neural Processing Units (NPUs) in phones, laptops, and cameras. Local AI runs everywhere.</p>
  <div class="comparison-box">
    <div class="compare-col then">
      <h4>THEN: Cloud AI (2020)</h4>
      <ul>
        <li>Processing: Cloud only</li>
        <li>Latency: 100-500ms</li>
        <li>Privacy: Data leaves device</li>
      </ul>
    </div>
    <div class="compare-col now">
      <h4>NOW: Local AI (2026)</h4>
      <ul>
        <li>Processing: On-device</li>
        <li>Latency: 0ms</li>
        <li>Privacy: Data stays local</li>
      </ul>
    </div>
  </div>
</div>

◆ PART 9: THE HARDWARE EVOLUTION ◆

<div class="timeline-era">
  <div class="era-header">
    <span class="year">1947</span>
    <h3>9.1 The Transistor Revolution</h3>
  </div>
  <p>Bell Labs invents the transistor. Vacuum tubes become obsolete. Miniaturization begins.</p>
  <div class="comparison-box">
    <div class="compare-col then">
      <h4>THEN: Vacuum Tubes (1950)</h4>
      <ul>
        <li>Size: Fist-sized</li>
        <li>Heat: High</li>
        <li>Lifespan: 1,000 hours</li>
      </ul>
    </div>
    <div class="compare-col now">
      <h4>NOW: Transistors (2026)</h4>
      <ul>
        <li>Size: Atom-sized</li>
        <li>Heat: Low</li>
        <li>Lifespan: Decades</li>
      </ul>
    </div>
  </div>
  <div class="key-figures">
    <strong>▸ KEY FIGURES - Hardware Pioneers:</strong>
    <div class="figure-card">
      <strong>John Bardeen</strong>
      <span>Transistor co-inventor | 2x Nobel Prize | 1956, 1972</span>
    </div>
    <div class="figure-card">
      <strong>Jack Kilby</strong>
      <span>Integrated circuit inventor | Nobel Prize 2000</span>
    </div>
    <div class="figure-card">
      <strong>Gordon Moore</strong>
      <span>Intel co-founder | Moore's Law creator</span>
    </div>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">1971</span>
    <h3>9.2 The Microprocessor</h3>
  </div>
  <p>Intel releases the 4004, the first commercial microprocessor. The brain of modern computing is born.</p>
  <div class="tech-box">
    <strong>Intel 4004:</strong> 2,300 transistors, 740 KHz<br>
    <strong>Apple M4:</strong> 28 billion transistors, 4.4 GHz<br>
    <strong>IMPROVEMENT:</strong> 12 million times more transistors
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">2007</span>
    <h3>9.3 AI Chips (TPU/NPU)</h3>
  </div>
  <p>Google designs Tensor Processing Units (TPUs) specifically for AI. Neural networks can now train in hours, not weeks.</p>
  <div class="comparison-box">
    <div class="compare-col then">
      <h4>THEN: CPU Training (2012)</h4>
      <ul>
        <li>AlexNet: 6 days</li>
        <li>GPU: 1 day</li>
        <li>Cost: $50K</li>
      </ul>
    </div>
    <div class="compare-col now">
      <h4>NOW: TPU Training (2026)</h4>
      <ul>
        <li>GPT-4: Weeks</li>
        <li>Cost: $10M+</li>
        <li>Efficiency: 100x better</li>
      </ul>
    </div>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">1956</span>
    <h3>9.4 Storage Evolution</h3>
  </div>
  <p>From punch cards to DNA storage. Data storage has evolved unbelievably.</p>
  <div class="tech-box">
    <strong>THEN:</strong> Punch cards: 80 bytes per card<br>
    <strong>NOW:</strong> DNA storage: 215 petabytes per gram<br>
    <strong>IMPROVEMENT:</strong> Trillions times more capacity
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">2020s</span>
    <h3>9.5 Quantum Computing</h3>
  </div>
  <p>IBM, Google, and others achieve quantum supremacy. Problems impossible for classical computers become solvable.</p>
  <div class="tech-box">
    <strong>CURRENT:</strong> 1000+ qubit machines<br>
    <strong>FUTURE:</strong> Million+ qubits, practical applications<br>
    <strong>AI IMPACT:</strong> Faster training, new algorithms
  </div>
  <div class="try-it-box">
    <strong>▸ TRY IT NOW:</strong> Explore quantum computing at <a href="https://quantum-computing.ibm.com" target="_blank">IBM Quantum</a>
  </div>
</div>

◆ PART 10: THE FUTURE (2026+) ◆

<div class="timeline-era future-era">
  <div class="era-header">
    <span class="year">2026-2028</span>
    <h3>10.1 Agent Economy</h3>
  </div>
  <p>AI agents become ubiquitous. Every person has multiple AI agents - researchers, assistants, creators. The "agent economy" transforms work.</p>
  <div class="prediction">
    <strong>▸ PREDICTION:</strong> 1 billion AI agents deployed<br>
    <strong>▸ YOUR LIFE:</strong> AI books flights, trades, researches for you
  </div>
</div>

<div class="timeline-era future-era">
  <div class="era-header">
    <span class="year">2027-2030</span>
    <h3>10.2 Video = Text</h3>
  </div>
  <p>Generating a movie takes a prompt. AI creates entire films, ads, and content instantly. Traditional video production disrupted.</p>
  <div class="prediction">
    <strong>▸ YOUR FUTURE:</strong> Create Hollywood-quality videos from your phone<br>
    <strong>▸ INDUSTRY:</strong> Hollywood budgets shrink 90%
  </div>
</div>

<div class="timeline-era future-era">
  <div class="era-header">
    <span class="year">2028-2030</span>
    <h3>10.3 Real-Time Translation</h3>
  </div>
  <p>Perfect speech translation in all languages. Anyone can speak to anyone. Language barriers disappear.</p>
  <div class="prediction">
    <strong>▸ TRY NOW:</strong> Meta Translate, Google Translate real-time<br>
    <strong>▸ FUTURE:</strong> Instant perfect translation of any language
  </div>
</div>

<div class="timeline-era future-era">
  <div class="era-header">
    <span class="year">2027-2040</span>
    <h3>10.4 Artificial General Intelligence</h3>
  </div>
  <p>Some experts predict AGI - AI that matches or exceeds human intelligence across all domains. Debate continues on timeline.</p>
  <div class="prediction">
    <strong>▸ EXPERT RANGE:</strong> Predictions range from 2027 to 2040<br>
    <strong>▸ DEFINITION:</strong> AI can do any intellectual task a human can
  </div>
</div>

<div class="timeline-era future-era">
  <div class="era-header">
    <span class="year">2030-2040</span>
    <h3>10.5 Superintelligence</h3>
  </div>
  <p>AI surpasses human intelligence dramatically. Potential for rapid self-improvement. Questions of control, alignment, and humanity's role emerge.</p>
  <div class="prediction">
    <strong>▸ PREDICTION:</strong> AI exceeds human intelligence by 1000x<br>
    <strong>▸ CHALLENGE:</strong> Ensuring AI remains aligned with human values
  </div>
</div>

<div class="timeline-era future-era">
  <div class="era-header">
    <span class="year">2040-2050</span>
    <h3>10.6 Post-Scarcity</h3>
  </div>
  <p>AI solves climate change, cures diseases, discovers new materials. Abundance becomes possible. Human purpose redefined.</p>
  <div class="prediction">
    <strong>▸ POSSIBILITIES:</strong><br>
    - Utopia: AI solves all problems<br>
    - Dystopia: Loss of control<br>
    - Evolution: Humans + AI merge
  </div>
</div>

<div class="timeline-era future-era">
  <div class="era-header">
    <span class="year">2050+</span>
    <h3>10.7 The Unimaginable</h3>
  </div>
  <p>Science fiction becomes reality. What was once magic becomes mundane. The future remains unwritten - and you shape it.</p>
  <div class="prediction">
    <strong>▸ YOUR ROLE:</strong> Learn AI now to shape the future<br>
    <strong>▸ START:</strong> Use the free tools on this site today
  </div>
</div>

◆ FREE AI TOOLS FOR EVERY ERA ◆

<div class="timeline-era">
  <div class="era-header">
    <span class="year">TEXT AI</span>
    <h3>Writing & Conversation</h3>
  </div>
  <div class="tools-grid">
    <div class="tool-card"><strong>ChatGPT</strong><span>chat.openai.com</span></div>
    <div class="tool-card"><strong>Claude</strong><span>claude.ai</span></div>
    <div class="tool-card"><strong>Gemini</strong><span>gemini.google.com</span></div>
    <div class="tool-card"><strong>Perplexity</strong><span>perplexity.ai</span></div>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">IMAGE AI</span>
    <h3>Create Pictures</h3>
  </div>
  <div class="tools-grid">
    <div class="tool-card"><strong>DALL-E 3</strong><span>openai.com/dall-e-3</span></div>
    <div class="tool-card"><strong>Midjourney</strong><span>midjourney.com</span></div>
    <div class="tool-card"><strong>Stable Diffusion</strong><span>stability.ai</span></div>
    <div class="tool-card"><strong>Leonardo</strong><span>leonardo.ai</span></div>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">VIDEO AI</span>
    <h3>Create Videos</h3>
  </div>
  <div class="tools-grid">
    <div class="tool-card"><strong>Runway</strong><span>runwayml.com</span></div>
    <div class="tool-card"><strong>Pika</strong><span>pika.art</span></div>
    <div class="tool-card"><strong>HeyGen</strong><span>heygen.com</span></div>
    <div class="tool-card"><strong>Kling</strong><span>klingai.com</span></div>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">VOICE AI</span>
    <h3>Create Audio</h3>
  </div>
  <div class="tools-grid">
    <div class="tool-card"><strong>ElevenLabs</strong><span>elevenlabs.io</span></div>
    <div class="tool-card"><strong>Murf AI</strong><span>murf.ai</span></div>
    <div class="tool-card"><strong>Respeecher</strong><span>respeecher.com</span></div>
    <div class="tool-card"><strong>Coqui</strong><span>coqui.ai</span></div>
  </div>
</div>

<div class="timeline-era">
  <div class="era-header">
    <span class="year">CODE AI</span>
    <h3>Programming</h3>
  </div>
  <div class="tools-grid">
    <div class="tool-card"><strong>Copilot</strong><span>github.com/copilot</span></div>
    <div class="tool-card"><strong>Cursor</strong><span>cursor.sh</span></div>
    <div class="tool-card"><strong>Windsurf</strong><span>windsurf.ai</span></div>
    <div class="tool-card"><strong>Claude Code</strong><span>anthropic.com/claude-code</span></div>
  </div>
</div>

◆ YOUR AI JOURNEY CONTINUES ◆

BEGINNER

Start with ChatGPT or Claude. Ask questions, learn concepts, get help. It's free and revolutionary.

BUILDER

Try image generation, video creation, or code AI. Create something today with free tools.

FUTURE

The tools on this site are free forever. Use them to learn, earn, and shape the AI future.

◆ START YOUR AI JOURNEY TODAY - ALL TOOLS ARE FREE ◆