Why Richard Sutton Believes LLMs Are a Dead End in AI

Richard Sutton, a pioneer in reinforcement learning (RL), believes that large language models (LLMs) are not the future of AI. He argues that RL, which foc…

Idea 01 of 13

All ideas

Introduction

{“@context”:”https://schema.org;,”@type”:”FAQPage”,”mainEntity”:[{“@type”:”Question”,”name”:”What is the main difference between reinforcement learning (RL) and large language models (LLMs) in terms of understanding intelligence?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Reinforcement learning focuses on learning from experience and understanding the world through interactions, while large language models primarily mimic human responses based on vast amounts of text data. RL emphasizes having clear goals and the ability to learn from the consequences of actions, whereas LLMs lack intrinsic goals and do not learn from real-world experiences.”}},{“@type”:”Question”,”name”:”Why does Richard Sutton believe that LLMs might not be a good starting point for developing general AI?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Sutton argues that LLMs rely heavily on human knowledge and imitation rather than learning from direct experience, which he believes is essential for true intelligence. He suggests that systems designed to learn from experience will ultimately outperform those that depend on pre-existing human knowledge, as they can adapt and evolve based on real-world interactions.”}},{“@type”:”Question”,”name”:”How does reinforcement learning apply to long-term goals, such as building a startup?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”In reinforcement learning, long-term goals are achieved by breaking them down into smaller, manageable tasks that provide intermediate rewards. This approach allows an agent to adjust its actions based on the predicted outcomes of those tasks, similar to how humans navigate complex goals by recognizing incremental progress toward their ultimate objectives.”}}]}

.card {
position: relative;
border: 1px solid rgba(0,0,0,.125);
border-radius: 0.75rem;
padding-top: 10px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 10px;
width: 94% !important;
max-width: 518px;
min-width: 0px;
margin-top: 1rem;
margin-bottom: 1rem;
margin-left: 0px;
margin-right: 2px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Ubuntu, “Helvetica Neue”, sans-serif;
}
.card:hover {
transform: scale(1.02);
transition: all 0.1s ease;
box-shadow: 2px 2px 5px #888;
z-index: 1;
background-color: #f0f0f0 !important;
}
.faq-section {
max-width: 800px;
}
.faq-item:hover {
background: #f0f8ff !important;
transition: background 0.2s ease;
}

All ideas

  1. 01Introduction
  2. 02Richard Sutton’s AI Perspective
  3. 03Reinforcement Learning vs LLMs
  4. 04The Role of World Models
  5. 05The Importance of Goals in AI
  6. 06Learning from Experience
  7. 07The Bitter Lesson in AI
  8. 08Transfer Learning Challenges
  9. 09Surprises in AI Development
  10. 10The Future of AI and Humanity
  11. 11Designing Future Intelligence
  12. 12Voluntary Change and AI
  13. 13Frequently Asked Questions

Showing Introduction, idea 1 of 13.