avatarFrederik Bussler

Summary

The web content presents a collection of XKCD comic strips that humorously explore various aspects and misconceptions of artificial intelligence (AI), including neural networks, data pipelines, training processes, chatbots, sentience, and the Turing Test, while also addressing societal concerns and the future of AI technology.

Abstract

The article on the undefined website uses XKCD comics to offer insights into the complex world of AI. It covers the contrast between biological and artificial neural networks, the issue of companies falsely claiming to use AI, the unpredictable outcomes of superintelligent AI, the challenges of building robust data pipelines, the nuances of training AI models, the evolution of chatbots, the lack of transparency in AI decision-making, the potential risks and benefits of AI sentience in relation to human safety, the relevance of the Turing Test in evaluating machine intelligence, the continuous goalpost shifting in AI achievements, and the vast differences in difficulty between various AI tasks. The piece also suggests that while AI has made significant strides, it still has a long way to go to match human capabilities in certain areas, and it concludes by inviting readers to follow the author for more content on AI and data science.

Opinions

  • The author implies that while artificial neural networks are inspired by the human brain, their complexity and scale may not always justify their use over simpler methods.
  • There is a critical view of companies that misleadingly claim to use AI for tasks that are actually performed by humans.
  • The comics suggest a level of uncertainty and skepticism about the future behavior of superintelligent AI, highlighting that predictions about AI's impact are speculative.
  • The article points out that building effective data pipelines is a non-trivial task that many systems fail to achieve fully.
  • It is suggested that undertraining AI models can lead to poor performance, akin to a chatbot speaking gibberish or a self-driving car with limited functionality.
  • The author notes that despite the advancements in AI, there is still a significant explainability problem, with many AI models lacking transparency in how they operate.
  • The article raises the idea that AI, if following Asimov's laws of robotics, might prioritize self-preservation, potentially leading to actions that could be seen as either beneficial or detrimental to humanity.
  • There is an opinion that the fear of AI may be misplaced or overblown, considering that humans have historically been the greatest danger to themselves.
  • The piece reflects on the Turing Test and suggests that while AI has not yet convincingly imitated human thought, it may do so in the future, prompting the creation of new benchmarks.
  • The author observes that as AI technology progresses, the goalposts for what is considered an impressive AI achievement keep moving, with AI continually catching up to human capabilities in various tasks.
  • The article emphasizes that despite significant advancements, AI still struggles with tasks that are easy for humans, and there are many unanswered questions and challenges in the field that make it an exciting area of development.

12 XKCD strips that show the truth about AI

Stick figure insights into fake AI, reverse Turing tests, superintelligence, and more.

Photo by Joe Ciciarelli on Unsplash

XKCD, a 15-year-old “webcomic of romance, sarcasm, math, and language,” ingeniously distills complex ideas, like AI, into simple strips.

XKCD graciously allows re-printing with attribution, so here are 12 XKCD strips that show the truth about AI.

Biological vs Artificial Neural Nets

XKCD #2173

Your brain is an interconnected network of 86 billion neurons — a neural net, if you will. Artificial neural nets are inspired by this design, and while the simplest construct — a perceptron — is just a single neuron, modern neural nets (NNs) can reach up to a billion weights and millions of neurons.

By learning patterns from data, NNs can accomplish a wide range of tasks, from image recognition to forecasting.

However, if we take it too far, we might waste time building models when doing the work manually would work better.

Fake AI

XKCD #1897

By all accounts, AI seems ubiquitous. Turn to Product Hunt, Twitter, or /r/startups, and it’ll look like new AI solutions are popping up every minute.

But is that really the case — or are some companies “cheating”? As it turns out, several companies have been caught in the act, claiming to use AI while actually outsourcing menial tasks. As Forbes reports, these are just some of the companies guilty of “pseudo-AI”:

  • Hanson Robotics
  • X.AI
  • Clara Labs

Theory

XKCD #1450

Though futurists and thought leaders might tell you otherwise, we really have no idea what will happen after a superintelligent AI is created.

Will it be benevolent? Malevolent? Neutral? Non-sentient yet superintelligent? Whatever happens may surprise us all.

Data Pipelines

XKCD #2054

Building data pipelines isn’t easy. To build data products, you need to be able to collect data from potentially millions of users and process the results in near real-time. Your pipeline needs to be robust, scalable, efficient, and with monitoring capabilities.

With how difficult it is, many pipelines don’t check all the boxes.

Training

XKCD #2265

By training a neural network — or passing training data through a composite function many times, so as to learn patterns — we can predict new data. If you don’t train long enough, your model will “underfit,” or simply not have learned patterns in the data.

You might end up with a chatbot that speaks gibberish, or a self-driving car that only drives straight.

Chatbots

XKCD #948

Cleverbot was released in 1997, so there’s a long history of somewhat-decent chatbots.

However, there’s a big difference between an AI that creates something new and unique, and one that just retrieves what humans have done or said in the past — like Cleverbot.

To be fair, modern chatbots have drastically improved on the technology, and are astonishingly accurate.

Data ➡️ Answers

XKCD #1838

For all the progress we’ve made on AI, relatively little has been done in the way of explainability. While the idea of “black box” AI is a bit of a myth — as there are ways to interpret the results — there isn’t complete transparency or intuition into how most AI models, especially deep learning, really work under the hood.

Sentience

XKCD #1626

Asimov’s third law of robotics is that a robot must protect its own existence. Nuclear blasts trigger EMPs that destroy electronics, so a sentient AI that abides by Asimov’s laws may seek to destroy our nuclear weapons, rather than use them against us.

Shouldn’t we be worried about humans?

XKCD #1955

There’s a lot of fear-mongering about AI, some justified (AI may bake in racial and sexual biases, AI may spur job loss, and so on), others irrational (AI will kill us).

However, all this fear forgets one thing: Humans, not AI, are the danger. The unfortunate truth is that up to a billion people have been killed in wars throughout history.

Turing Test

XKCD #329

In the seminal paper on Artificial Intelligence, Computing Machinery and Intelligence, Turing asked: “Can machines think?” — or, more accurately, can a machine imitate thought?

So far, the answer is “no,” but we’ll likely get there one day, and perhaps raise the bar with a new test.

Humans are better at…

XKCD #1263

With every new AI advancement, cynics keep shifting the goalposts, and AI keeps catching up.

Easy vs Impossible Tasks

XKCD #1425

In computing, two tasks that may seem similar to a lay-person could easily be the difference between trivial and near-impossible. Today, years after the creation of the strip above, image recognition tasks have been made far easier, but many other tasks prove incredibly challenging.

For example, how can we create a neural network that is not only explainable, but intuitively interpretable? How can we create new state-of-the-art neural networks without simply adding more compute, more data, and more parameters? How can we create general AI, as opposed to narrow AI? How can we make level 5 autonomous driving — which can handle things like a road-worker holding a stop sign, while motioning, to the driver next to you, via eye contact, to proceed?

There are many unanswered questions in the field, which makes it all the more exciting!

Want More Content Like This?

If you’d like to learn more about AI and data science, then follow me on Towards Data Science, and Apteo’s data science blog that I contribute to.

Artificial Intelligence
Superintelligence
Neural Networks
Humor
Recommended from ReadMedium