> For the complete documentation index, see [llms.txt](https://theaihandbook.leomohan.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://theaihandbook.leomohan.net/preface.md).

# Preface

**Welcome.**

If you’re holding this book, you’re probably curious about AI. Maybe you’re excited. Maybe you’re worried. Maybe you’re both. Perhaps you’ve heard about ChatGPT, seen deepfakes online, or worried about whether your job will exist in ten years. Maybe your kids are using AI and you’re not sure if that’s okay. Maybe you just want to understand what all the fuss is about.

You’re in good company.

I wrote this book for everyone who’s been left out of the AI conversation—which is most of us. The people building AI tend to be technical, young, and concentrated in a few companies and universities. The people writing about AI tend to assume technical knowledge or cater to hype. The result is a public conversation that excludes the public.

That’s a problem. AI affects everyone. Everyone should understand it.

**But here’s the thing:** You don’t need to be a programmer to understand AI. You don’t need math. You don’t need to build anything. You just need curiosity and a willingness to ask questions.

That’s where this book comes in.

### Why This Book?

I wanted to create something different. Not a textbook. Not a hype piece. Not a doom-and-gloom warning. Just a friendly, honest, accessible guide for normal humans.

The 20x20 format came from a simple observation: big topics become manageable when broken into small pieces. Twenty questions per chapter. Twenty chapters. Each answer short enough to read in a few minutes. You can read straight through or jump to whatever interests you.

The answers are built on analogies from everyday life. AI learns like a student studying millions of books. Hallucination is like a confident friend who’s sometimes wrong. Prompting is like ordering at a restaurant. No technical jargon. No assumed knowledge. Just clear explanations.

### What You’ll Find Inside

This book is organized as a journey:

* **Part 1-2** start with the basics: What is AI? What isn’t? (Spoiler: your coffee maker isn’t AI.)
* **Part 3-4** get practical: Where should you use AI? Where should you definitely not?
* **Part 5-6** ask the personal question: Who should use AI? Who should be careful?
* **Part 7-10** dive deeper: How does AI learn? What are the different kinds? How do you talk to it?
* **Part 11-12** face the hard truths: What are AI’s limitations? What are the real risks?
* **Part 13-16** look ahead: How will AI change industries? How will it shape our future?
* **Part 17-19** bust myths and give you a roadmap for learning more.
* **Part 20** brings it all together: the 20 most important things to remember.

By the end, you’ll understand AI better than most people—including many who work with it every day.

### What This Book Is Not

This book is not a technical manual. You won’t learn to build AI here.

This book is not a hype piece. I’m not here to sell you on the latest tools or convince you that AI will solve everything.

This book is not a warning tract. Yes, there are risks. Yes, we’ll talk about them. But fear without understanding is just paralysis.

This book is a conversation. A friendly, honest, human conversation about something that matters to all of us.

### A Note on How to Read

You can read this book straight through. You can jump to chapters that interest you. You can read one question a day for 400 days. Whatever works.

Each answer stands alone, but they build on each other. The early chapters establish foundations; later chapters explore implications.

At the end of each chapter, you’ll find “Try This” suggestions—small experiments to make learning real. You don’t have to do them all. But doing even one will teach you more than reading ten chapters.

### Who I’m Writing For

I’m writing for you.

Maybe you’re a professional who senses AI will affect your field but doesn’t know how.

Maybe you’re a parent wondering how to talk to your kids about AI.

Maybe you’re a student trying to figure out what skills matter.

Maybe you’re retired and curious about this new thing everyone’s talking about.

Maybe you’re just tired of feeling left out of conversations about technology.

If any of these describe you, this book is for you.

### A Personal Note

I’ve spent years studying AI, talking to experts, and trying to make sense of this rapidly changing field. The more I learned, the more I realized how much misunderstanding exists—and how unnecessary most of it is. The basics are not that hard. The confusion comes from jargon, hype, and fear, not from the ideas themselves.

This book is my attempt to share what I’ve learned in the clearest way I can. If it helps you understand AI a little better, feel more confident, or ask better questions, it’s succeeded.

### Before You Begin

Take a breath. You don’t need to know everything. You don’t need to master every tool. You just need to start.

The future with AI isn’t predetermined. It’s being built right now by people exactly like you, asking exactly the questions you’re about to explore.

You’re not behind. You’re not too late. You’re exactly where you need to be.

Let’s begin.

\~Mohan Krishnamurthy


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://theaihandbook.leomohan.net/preface.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
