Artificial Intelligence: A Guide for Thinking Humans (2019): Can Machines Equal Human Intelligence Ever

Artificial Intelligence: A Guide for Thinking Humans (2019): Can Machines Equal Human Intelligence Ever

Last updated on January 15th, 2026 at 08:02 pm

Did you ever wonder why your smartphone can recognize your face but still mistakes a photo of a school bus for an ostrich? Is it possible that the machines we fear will one day rule the world are actually just “idiot savants” lacking the most basic common sense? Melanie Mitchell’s Artificial Intelligence A Guide for Thinking Humans offers a profound knowledge to that question, from both a technical and philosophical perspective.

Rather than merely celebrating AI’s achievements, Mitchell critically examines its contemporary capabilities, future prospects, and the ethical and societal implications.

The personal and insightful nature of this book sets it apart from purely technical guides, making it accessible to general readers while still engaging for those familiar with AI.

The books is best for the curious realist who wants to look behind the curtain of AI hype; “thinking humans” who want to understand how deep learning actually works without drowning in math; skeptics of the “Singularity.”

Not for: People looking for a sci-fi thriller about robot uprisings or a dry, purely academic textbook filled with code snippets; those who want to believe that AGI (Artificial General Intelligence) is arriving next Tuesday.

1. Introduction

Artificial Intelligence: A Guide for Thinking Humans is a compelling non-fiction work by Melanie Mitchell, published in 2019 by Farrar, Straus and Giroux. It stands as a beacon of clarity in a field often clouded by sensationalism.

Melanie Mitchell is not just an observer; she is a deeply embedded practitioner. A Professor of Computer Science at Portland State University and External Professor at the Santa Fe Institute, Mitchell studied under the legendary Douglas Hofstadter (author of Gödel, Escher, Bach).

Her background gives her a unique vantage point: she bridges the gap between the “symbolic AI” of the past and the “deep learning” connectionist networks of the present.

This book fits squarely into the genre of popular science but with a philosophical edge, addressing the “AI Spring” we are currently living through.

The book’s central thesis is that while AI has achieved superhuman performance in narrow tasks (like Chess, Go, and object recognition), it fundamentally lacks human-level understanding, meaning, and common sense. Mitchell argues that we are likely much further from general AI than the hype suggests because we underestimate the complexity of our own minds.

As she puts it, “Easy things are hard”—the simple human ability to understand a joke or cross a street is infinitely harder for a machine than calculating pi to a billion digits.

2. Background

The book arises from a moment of tension. In 2014, Mitchell attended a meeting at Google where her mentor, Douglas Hofstadter, expressed genuine “terror” that AI was reducing human intelligence to a “bag of tricks.”

This moment—watching the clash between the terrified old guard and the optimistic new engineers—spurred Mitchell to write this guide.

She needed to know: Was Hofstadter right to be terrified? Or were the optimists right that human-level AI was just around the corner?

3. Artificial Intelligence A Guide for Thinking Humans summary

Part I: The Roots of Artificial Intelligence

Mitchell begins by taking us back to the Dartmouth workshop of 1956, the birth of AI, organized by John McCarthy.

It was a time of boundless optimism, where pioneers like Marvin Minsky believed “within a generation… the problems of creating ‘artificial intelligence’ will be substantially solved”. Mitchell lucidly explains the two great tribes of AI history:

  1. Symbolic AI (GOFAI): The “Good Old-Fashioned AI” that used logic and rules. It tried to program intelligence by teaching computers explicit facts (e.g., “If it is raining, take an umbrella”). This worked for algebra but failed miserably for messy real-world tasks.
  2. Subsymbolic AI (Connectionism): Inspired by the brain’s neurons. This approach, championed by Frank Rosenblatt’s “Perceptron,” focused on learning from data rather than following programmed rules.

Mitchell illustrates the “AI Winters”—periods where funding dried up because promises weren’t kept.

She teaches us a vital lesson here: AI has always been a cycle of boom and bust. The current “AI Spring” is driven by Deep Learning (multi-layered neural networks), but Mitchell subtly warns us not to mistake a spring for an eternal summer.

Part II: Looking and Seeing

Here, Mitchell dives into Computer Vision, one of deep learning’s greatest triumphs.

She breaks down how Convolutional Neural Networks (ConvNets) work, using the accessible analogy of the “neocognitron” and Hubel and Wiesel’s discovery of how cat brains process vision.

She details the explosion of the ImageNet competition in 2012, where a team from the University of Toronto (using deep learning) destroyed the competition, dropping error rates from 26% to 15% overnight. This moment changed everything—suddenly, computers could “see.”

However, Mitchell drops a hammer of reality: these machines don’t “see” like we do. She cites the now-infamous examples of fragility:

  • Adversarial Attacks: By changing a few invisible pixels, a hacker can convince a deep neural network that a school bus is an ostrich or that a panda is a gibbon.
  • The Long Tail: Self-driving cars struggle not with normal driving, but with “edge cases”—a snowman on the road, or a person in a chicken suit. Mitchell argues that without “common sense,” visual systems are incredibly brittle.

Part III: Learning to Play

This section covers Reinforcement Learning, where machines learn by reward and punishment.

The star of the show is AlphaGo, the DeepMind program that defeated Lee Sedol, the world Go champion, in 2016.

Mitchell vividly recounts the match. She describes Move 37 in Game 2, a move so original that commentators gasped, “It’s not a human move… it’s beautiful”. This seems to refute Hofstadter’s fear that AI can’t be creative. Yet, Mitchell pulls back the curtain. AlphaGo, she explains, is an “idiot savant.”

It plays Go divinely, but it doesn’t know it’s playing a game, it doesn’t know what a stone is, and it can’t play Tic-Tac-Toe without being completely retrained.

It has no “transfer learning”—the ability to apply knowledge from one domain to another—which is a hallmark of human intelligence.

Part IV: AI Meets Natural Language

Mitchell tackles Natural Language Processing (NLP), exploring the journey from IBM’s Watson (which beat Ken Jennings at Jeopardy!) to modern tools like Google Translate and Siri.

She exposes the “Eliza effect,” where humans project intelligence onto machines that are just pattern-matching. For instance, she dissects a “Restaurant Story” to show how much unspoken knowledge is needed for simple understanding.

  • Story: A man orders a burger, finds it burnt, storms out.
  • Question: Did he eat the burger?
  • We know the answer is “no” because of common sense. A computer has to be explicitly taught that “storming out” usually implies “not eating.”

She highlights that translation systems often fail because they lack a “mental model” of the world. They treat translation as a decoding problem, not a meaning problem. As Douglas Hofstadter argues, “Translation involves having a mental model of the world being discussed”.

Part V: The Barrier of Meaning

The climax of the book is the concept of the “Barrier of Meaning.” Mitchell argues that until computers can make analogies and form abstract concepts, they will hit a wall. She draws on her own work with the Copycat program (which solves letter-string analogies like “abc is to abd as ijk is to…”).

She concludes that we are “really, really far away” from General AI because we haven’t solved the problem of common sense.

We have machines that can diagnose cancer better than doctors in some specific tests but might mistake a picture of a donut for a life preserver because they lack the basic “core knowledge” that every human infant possesses (intuitive physics, intuitive psychology).

4. Artificial Intelligence A Guide for Thinking Humans Highlights

1. The Paradox of “Easy Things Are Hard”

One of the most profound lessons Mitchell offers is the inversion of what we consider difficult. We tend to think that complex tasks like playing Chess or Go require massive intelligence, while walking across a crowded room or describing a photo is simple.

The Lesson: AI has conquered the “hard” logic-based tasks (like Deep Blue beating Kasparov) relatively easily.

However, the “easy” tasks that humans do subconsciously—like recognizing that a person on a scale isn’t actually being weighed if someone else has their foot on it—remain incredibly difficult for computers.

Why it matters: We overestimate AI when it performs feats of calculation, assuming it must also possess common sense. It doesn’t.

2. Deep Learning is Powerful, but Fragile (The “Long Tail” Problem)

Mitchell explains that Deep Learning (using multi-layered neural networks) is the engine behind the current AI boom, powering everything from Siri to self-driving cars. However, these systems learn from statistical associations, not understanding.

The Lesson: AI systems are brittle. They fail when they encounter “edge cases”—rare events that fall into the “long tail” of probability distributions, like a snowman in the middle of a road.

Visual Proof: Mitchell highlights “adversarial examples” where modifying an image slightly (imperceptible to humans) causes an AI to confidently misclassify a school bus as an ostrich.

3. The “Barrier of Meaning” is the Real Wall

The central thesis of the book is that AI has not yet crossed the “barrier of meaning”. Machines can process symbols and pixels, but they don’t understand the concepts behind them.

The Lesson: Watson won Jeopardy! not because it understood the clues, but because it was a statistical machine searching keywords. It notably failed to understand that a “missing leg” is an anatomical oddity, answering simply “leg” instead.

Takeaway: Until AI acquires “core knowledge”—intuitive physics (objects fall if dropped) and intuitive psychology (people have goals)—it will remain an “idiot savant”.

4. AI Does Not “Learn on Its Own”

Media headlines often claim AI is “teaching itself,” but Mitchell debunks this myth.

The Lesson: Most modern AI relies on Supervised Learning, which requires massive datasets labeled by humans.

For example, the ImageNet project required tens of thousands of Amazon Mechanical Turk workers to sort millions of images before computers could learn to “see” them.

Reality Check: Even AlphaGo, which learned by playing against itself, relied heavily on human-designed architectures and “hyperparameters” tuned by experts.

5. We Should Fear “Machine Stupidity,” Not Superintelligence

While futurists worry about a “Singularity” where machines become super-intelligent overlords, Mitchell (and other experts she cites) argues we are worrying about the wrong thing.

The Lesson: The immediate danger isn’t that AI will wake up and enslave us. The danger is that we will trust dumb AI to make important decisions (loans, hiring, prison sentences) that it isn’t qualified to make.

Bias: AI absorbs the biases of its creators and data. Mitchell points out that word vectors (mathematical representations of words) trained on Google News data learned that “Man is to Computer Programmer as Woman is to Homemaker”.

6. Translation is Decoding, Not Understanding

We often rely on Google Translate, but Mitchell illustrates why it’s fundamentally flawed for complex communication.

The Lesson: Translation systems map statistical patterns between languages; they don’t build a mental model of the story.

Example: In her “Restaurant Story,” a man storms out without paying. A human knows the waitress is angry about the unpaid bill. Google Translate might interpret the waitress’s question “What about the bill?” as asking about “proposed legislation” because it lacks the context of the restaurant scenario.

7. Embodiment Might Be Necessary

Mitchell concludes with a compelling thought from the frontiers of cognitive science: true intelligence might require a body.

The Lesson: Human understanding is grounded in our physical interaction with the world (metaphors like “feeling down” or a “warm welcome” are rooted in physical sensation). A disembodied brain in a jar (or a server) may never truly comprehend the human condition.

5. Human vs. AI Creativity

Speaking of AI creativity taking place over humans, Mitchell mentions EMI (Experiments in Musical Intelligence), an AI-based music composer invented by musician David Cope.

She cites Hofstadter saying, “I was terrified by EMI. Terrified. I hated it, and was extremely threatened by it. It was threatening to destroy what I most cherished about humanity.

I think EMI was the most quintessential example of the fears that I have about artificial intelligence.”

EMI helped David Cope create music in the style of classical composers such as Bach and Chopin.

Hofstadter was shocked to find EMI creating pieces that were equal to the great musicians. To him, “it feels like there is nothing more human in the world than that expression of music”.

Literary scholar Jonathan Gottschall has observed, “Art is arguably what most distinguishes humans from the rest of creation”.

Like music, we will lose other areas of creativity to AI, like ChatGPT. A report on the Washington Post, published on November 14, 2024, reveals that people prefer ChatGPT poems over William Shakespeare, Emily Dickinson, T.S. Eliot or Sylvia Plath. “I was terrified by the scenarios.

Very skeptical, but at the same time, I thought, maybe their timescale is off, but maybe they’re right. We’ll be completely caught off guard. We’ll think nothing is happening and all of a sudden, before we know it, computers will be smarter than us”.

Mitchell adds that “he was terrified that intelligence, creativity, emotions, and maybe even consciousness itself would be too easy to produce—that what he valued most in humanity would end up being nothing more than a “bag of tricks,” that a superficial set of brute-force algorithms could explain the human spirit”.

However, intelligence is not always IQ, it encompasses different dimensions such as emotional, verbal, spatial, logical, artistic, social, and so forth.

Then she pronounces the terrifying statements about the capabilities of AI that humans are hoping to achieve for their easiness. “If such minds of infinite subtlety and complexity and emotional depth could be trivialized by a small chip, it would destroy my sense of what humanity is about.”

That AI is taking over all of the creative human enterprises gradually and giving us unprecedented opulence in turn are in fact extremely costly phenomenon.  The author notes, “AI will solve all our problems, put us all out of a job, destroy the human race, or cheapen our humanity. It’s either a noble quest or “summoning the demon.”

“Deep Blue may have beat Kasparov, but it didn’t get any joy out of it.”) Although, Max Tegmark provides a philosophical, psychological and scientific blueprint of “consciousness” and how it works, Mitchell says that “AI researchers haven’t yet figured out how to encode “intuition” into an evaluation function”.

For humans, a crucial part of intelligence is, rather than being able to learn any particular skill, being able to learn to think and to then apply our thinking flexibly to whatever situations or challenges we encounter.

Struggling for decades to understand and reproduce—commonsense knowledge, abstraction, and analogy, among others—but these abilities have proven to be profoundly elusive.

Other major questions remain: Will general AI require consciousness? Having a sense of self? Feeling emotions? Possessing a survival instinct and fear of death? Having a body? As I quoted Marvin Minsky earlier, “This is still a formative period for our ideas about mind.”

6. AI and Language

One of the fascinating facts Mitchell poignantly mentions is the current unsatisfactory capability of AI in terms of commonsense and language comprehension.

True, that the current AI translation skill is inadequate, I regularly encounter that inadequacy when I do bilingual translation work. Mitchell duly states that, “Translation is far more complex than mere dictionary look-up and word rearranging.… Translation involves having a mental model of the world being discussed.”

Mitchell goes on, “Most recently, this statistical data-driven approach has focused on deep learning. Can deep learning, along with big data, produce machines that can flexibly and reliably deal with human language?

This is exactly what I would concur with Mitchell “, For now, I’ll simply say that while neural machine translation can be impressively effective and useful in many applications, the translations, without post-editing by knowledgeable humans, are still fundamentally unreliable”.

While deep learning has produced some very noteworthy progresses in speech recognition, language translation, sentiment analysis, and other areas of NLP (natural language processing), human-level language processing remains a distant goal.

“When AI can’t determine what ‘it’ refers to in a sentence, it’s hard to believe that it will take over the world.”

For language to understand we must understand context first, and we need commonsense in doing so. Therefore, Mitchell rightly puts, “While natural-language processing by machines has come a long way, I don’t believe that machines will be able to fully understand human language until they have humanlike common sense”.

But essentially everyone in AI research agrees that core “commonsense” knowledge and the capacity for sophisticated abstraction and analogy are among the missing links required for future progress in AI.

7. Critical Analysis

Evaluation of Content

Mitchell’s approach is refreshing because she is a “white hat” insider—she loves the field but refuses to sell snake oil. She effectively supports her arguments with hard evidence.

  • Evidence of Brittleness: She doesn’t just say AI is flawed; she provides concrete examples, such as the “One pixel attack” or the fact that simply rotating an object in an image can cause a ConvNet to fail completely.
  • Logical Reasoning: Her argument that “Meaning” requires “Embodiment” is logically sound. She suggests that human intelligence is rooted in our physical experience of the world—knowing what “up” feels like, or what “hunger” means. An AI living in a server farm has no such grounding, which is why it struggles with metaphors like “I’m feeling down.”

Does it fulfill its purpose?

Absolutely. The book fulfills its promise to be a guide for “thinking humans.” It strips away the mystique of terms like “Deep Learning” and shows them for what they are: powerful statistical tools, not magic minds.

It contributes meaningfully to the field by serving as a check on the unbridled hype of futurists like Ray Kurzweil (whom she critiques for his prediction of the Singularity by 2045).

8. Strengths and Weaknesses

Strengths (My Positive Experience)

  • Accessibility: Mitchell is a gifted teacher. She explains Back-propagation (the math behind how neural networks learn) without making my eyes glaze over. She compares it to a “bucket brigade” of blame, which is a brilliant metaphor.
  • Humor and Humanity: The book is funny. She recounts her own failures and frustrations, making the science feel human. Her anecdote about getting lost in the Googleplex while going to a meeting about “superintelligence” serves as a perfect ironic metaphor for the state of AI—smart algorithms, but still dumb in the real world.
  • The “Probinism” Factor: While reading, I felt encouraged to probe deeper, to question the surface narrative—a philosophy that aligns with deep inquiry. She teaches the reader to be a “prober” of AI claims.

Weaknesses (Shortcomings)

  • Moving Target: AI moves fast. Published in 2019, the book predates ChatGPT and GPT-4. While she discusses language models, she might not have predicted the shocking fluency of Large Language Models (LLMs) that emerged in 2022-2023. A reader today might ask, “But wait, ChatGPT can answer the restaurant question!” (Though her point about understanding likely still holds, the capability gap has narrowed).
  • Lack of Solutions: She brilliantly diagnoses the problem (lack of common sense) but offers few concrete solutions on how to solve it, other than “we need to work on it.”

9. Comparison with Similar Works

  • Artificial Intelligence A Guide for Thinking Humans vs. Superintelligence by Nick Bostrom: Bostrom is an alarmist; he worries about the “control problem” (how to stop a god-like AI). Mitchell is a realist; she worries that the AI is too stupid to drive a car safely, let alone take over the world.
  • Artificial Intelligence A Guide for Thinking Humans vs. Life 3.0 by Max Tegmark: Tegmark is more speculative and cosmic. Mitchell is grounded in the engineering and the code.
  • Artificial Intelligence A Guide for Thinking Humans vs. Deep Thinking by Garry Kasparov: Kasparov focuses on chess and his personal battle. Mitchell covers the entire field.

10. Conclusion

Who should read this?

If you are a policy maker, a business leader, a student, or just a citizen concerned about the algorithms shaping your life, this book is essential. It is suitable for general audiences—you don’t need to know Python to enjoy it.

Who should skip it?

If you are looking for a tutorial on how to code a neural network in TensorFlow, or if you are a “Singularity” true believer who doesn’t want your bubble burst, you might find Mitchell’s skepticism frustrating.

Final Verdict:

Melanie Mitchell proves that the gap between “processing” and “understanding” is the Grand Canyon of AI. Machines can fake it, but they haven’t made it. Yet.

Scroll to Top