ChatGPT Made Up a Book for My Project. I Almost Submitted It.
Quick take
It invented the author, the publisher, even the page numbers. Here's what actually goes on inside these things — LLMs, hallucination, RAG, MCP, agents — explained the way someone should've explained it to me before I nearly failed history.
Explore this topic
Article body
ChatGPT Made Up a Book for My Project. I Almost Submitted It.
Two days before my history submission, I asked an AI for sources. It gave me a gorgeous list. Author, title, publisher, year, even page numbers. I felt like a genius.
My teacher couldn't find one of them. Neither could I. Neither could the school library.
The book did not exist. The AI had invented the whole thing — down to the page number — without a single hint that it was making it up. Full confidence. Zero truth.
That was the day I stopped treating these tools like magic and actually learnt how they work. Every word below is going to follow you into classrooms and job interviews for the next ten years — might as well get it now, while it's still a head start.
What an LLM actually is (and why it lied to me)
ChatGPT, Claude, Gemini — all LLMs: Large Language Models. And here's what nobody says clearly enough: an LLM does not look anything up. It's not Google with a personality.
It read an enormous pile of text and learnt, statistically, which word usually comes next. That's the whole engine. When you ask it something, it's producing a very good guess at what a correct-sounding answer looks like.
It's predicting what comes next — not retrieving a fact from a drawer.
Which explains my fake book perfectly. Citations follow a pattern, so it generated something shaped exactly like a citation. It wasn't lying to me — lying needs intent. It was pattern-matching, and the pattern came out as fiction.
There's a word for this: hallucination. The model says something false with total confidence, no wobble in its voice. It's worst with the exact things you'd want to quote — names, dates, numbers, statistics, citations.
Training cutoff: every model learnt up to a certain date and stopped. Ask about last week's match and it either says it doesn't know, or guesses.
Tokens: models read text in chunks called tokens, about ¾ of a word each. "Unbelievable" might be 3 tokens.
Context window: how much it can hold in its head at once. Go past it and the start of your chat quietly falls out the back.
RAG: how you make AI read your notes
So if a model can't look anything up, how does "chat with your PDF" work? How does it answer questions about a textbook it never saw in training?
RAG — Retrieval-Augmented Generation. Scary name, simple idea: search first, then answer. That's it. That's the trick.
Find the relevant pages first, then let the model answer using only those.
Here's what actually happens the moment you upload your chemistry notes:
- Your file gets chunked — sliced into bite-sized pieces, a few paragraphs each.
- Each chunk becomes an embedding: a list of numbers that captures its meaning. Chunks about the same thing end up with similar numbers.
- Those numbers live in a vector database — storage that's brilliant at "find me the bits closest in meaning to this question."
- You ask something. It grabs the 3–5 most relevant chunks and quietly pastes them into the prompt alongside your question.
- The model answers from those pages. Not from memory.
Step 5 is the whole point. The answer is anchored to a real source, so hallucination drops hard and you can flip to the page and check. The idea comes from a 2020 research paper, and today it runs quietly inside almost every serious AI product.
You've already done this: uploaded a PDF and asked questions about it? Congrats, you've used RAG.
Why it beats "just use a smarter model": no amount of training helps with your class notes. Only retrieval does.
Honest limit: if it grabs the wrong chunks, you get a confident answer built on the wrong pages. Kachra in, kachra out.
MCP: the USB-C moment (stay with me)
This is the newest one, and I promise almost nobody in your class has heard of it yet. MCP: Model Context Protocol. Anthropic put it out as an open standard in late 2024 and the rest of the industry jumped on it fast.
The problem it fixes: an AI that can only talk is kind of useless. You want it to check your calendar, open your files, pull from a database. But every one of those connections used to be hand-built for every single app. Fifty tools, fifty different plugs, nothing fitting anything.
Basically: the drawer of chargers your family refuses to throw away.
One standard plug, many tools. That's the whole idea.
MCP is the one standard plug. Build a connector once, and any AI app that speaks MCP can use it.
Why you should care: it's the reason assistants have started doing things instead of just describing them. That jump — from "here's how you'd do it" to "okay, done" — is the biggest shift happening in tech right now, and it's happening while you're still in school. Good timing, actually.
Agents: when AI stops talking and starts doing
Give a model tools (through MCP or otherwise), a goal, and a loop — and you've got an agent. It takes a step, looks at what happened, decides the next step, repeats until the job's done.
"Find every source on this topic, check which ones are real, put them in a table" — that's agent work. Not one answer. A sequence, with checking in between.
Which is exactly why "can you use AI?" is quietly becoming the wrong question. Everyone can type into a chat box, yaar. The actual skill is knowing what to hand over, and how to check what comes back.
Screenshot this bit
| LLM | The model itself. Predicts likely next words. |
| Prompt | What you type. Specific beats clever. |
| Token | Chunk of text a model reads, ≈ ¾ of a word. |
| Context window | How much it holds at once before forgetting. |
| Hallucination | Confidently stating something false. |
| Training cutoff | Date its knowledge stops. |
| Embedding | Text turned into numbers that capture meaning. |
| Vector database | Storage that searches by meaning, not keywords. |
| RAG | Search your documents first, then answer from them. |
| MCP | Open standard letting AI connect to tools and data. |
| Agent | Model + tools + a loop. Takes actions, not just answers. |
| Multimodal | Handles images and audio, not only text. |
| Open weights | Model you can download and run yourself. |
| Fine-tuning | Extra training to specialise a model. |
*You'll hear every single one of these within a year. Probably from someone who doesn't know what they mean.
Okay but what actually affects you
Vocabulary is the easy half. This is the half that changes your marks.
Check anything specific. Names, dates, stats, citations, formulas. If it's a fact someone could look up, look it up. My teacher caught mine in about thirty seconds.
Submitting AI work as your own is a bad trade. Not mainly because you'll get caught — though schools are getting scarily good at spotting it — but because the thing you skipped is the thing being graded. Use it to explain the concept you didn't follow in class. Then write the answer yourself, in your own words.
Cross-check before you submit. Thirty seconds saves a very awkward conversation.
Never paste personal stuff into a chatbot. Aadhaar numbers, your address, your friends' details, screenshots of family chats. Assume anything you type could be stored and read by a human someday. Costs you nothing to be careful, saves you a lot.
Assume voices and videos can be faked. Deepfakes are cheap now, and India has already had scams using cloned voices of people's relatives. If someone calls in a panic asking for money, hang up and ring them back on their actual number. Better: pick a family code word this week. Sounds paranoid, takes two minutes, works.
Quick Tips
- Ask it to show its steps — "explain your reasoning" makes the mistakes visible.
- Tell it your context — your class, your board, your syllabus. Specific beats clever, every time.
- Upload the actual source — attach your notes (that's RAG) and answers get way more trustworthy.
- Treat every citation as fake till you check it — this one habit would've saved my project.
- Learn the words, not just the buttons — anyone can prompt. Knowing RAG and MCP puts you years ahead.
- Build one tiny thing — a quiz bot from your own notes teaches you more than fifty explainer reels.
Try one thing before you close this tab
Upload your hardest chapter to any AI tool and ask it to quiz you on it. That's it. You've just used RAG — not as a word you memorised for an interview, but as something you've actually done. Do it tonight while you still remember what it's called.
Everyone will know how to prompt. Almost nobody will know how it works.Comments 0
I Thought My English Was Fine Until I Sat a Full IELTS Mock Test
IELTS isn't an English test the way school taught you English — it's a test of doing specific things under a clock. Here's the format, the real costs, and an 8-week plan that actually works for Indian teens.
The 5 Platforms Where Indian Teens Are Actually Learning Real Skills in 2026 — Ranked Honestly
An honest ranked list of the 5 best free skill-learning platforms for Indian teens in 2026, including TeenIcon, Khan Academy, freeCodeCamp, and more.
Video Editing Is the Teen Skill Everyone Suddenly Needs — Here’s the 30-Day Free Plan
A practical 30-day guide for Indian teens to learn video editing, build a portfolio, find clients, and make their first ₹10,000 with free tools.