Using Real AI Tools & Judging Their Output
Knowing the theory is half the job — the other half is driving ChatGPT, Gemini, Claude and image generators well, and checking what they give you.
What you will learn
- Match common AI tools to the right job
- Apply a quick checklist to judge AI output
- Use AI safely and honestly at work or school
A map of the popular tools
There is now an AI tool for almost every kind of content. You do not need to learn them all — just know which kind to reach for.
| Tool type | Examples | Good for |
|---|---|---|
| Chat / text LLMs | ChatGPT, Gemini, Claude | Writing, explaining, summarising, brainstorming, coding help |
| Image generators | DALL·E, Midjourney, Stable Diffusion | Pictures, logos, concept art from a text prompt |
| Coding assistants | GitHub Copilot, Cursor | Suggesting and explaining code inside your editor |
| Speech / audio | Whisper, ElevenLabs | Transcribing speech to text, generating voice |
They are all driven the same way you just learned: with a good prompt. An image generator wants a prompt describing the picture (subject, style, lighting); a chat LLM wants the Role–Task–Context–Format prompt from the prompt-engineering lesson.
The crucial skill: judging the output
AI output is fluent and confident — but not always correct. Remembering why (it predicts plausible tokens, it can hallucinate), here is a quick checklist before you trust or share anything it produces:
- Accurate? Check facts, numbers and names against a trusted source. Treat any citation as suspect until verified.
- Made-up sources? LLMs invent realistic-looking references. Click through — if the link or paper does not exist, discard it.
- Biased or one-sided? Ask whether a viewpoint or group is unfairly represented (recall the bias lesson).
- Current? Remember the knowledge cutoff — it may not know recent events.
- Right for the task? Is it the correct length, tone and format you actually needed?
# A 5-question gut-check before trusting AI output
# 1. Did I verify the key facts and numbers?
# 2. Did I confirm any sources/links actually exist?
# 3. Could this be biased or one-sided?
# 4. Could it be out of date (knowledge cutoff)?
# 5. Is it actually fit for my task?
# If any answer is "no", fix it before you use or share it.Note: Output: (No output — this is a habit, not a program. The single most valuable AI skill is refusing to trust fluent text until you have checked it.)
Worked example: spotting a bad answer
Suppose you ask a chatbot for “three studies proving X” and it returns three neat references with authors and years. You search for the first paper title — and it does not exist. That is a hallucinated citation: the model produced text shaped like a reference because that is what your prompt made likely, not because the paper is real. Checklist item 2 just saved you from quoting a fake source.
Using AI honestly and safely
- Do not paste secrets — passwords, personal data or confidential work — into public AI tools.
- Be transparent when AI helped produce something, if that matters (school, work, publishing).
- Treat AI as a first draft and a thinking partner, not the final authority.
- Keep a human in the loop for any decision that affects people.
Tip: The mindset that makes you good with AI tools: be an editor, not a believer. Use the tool to go fast, then apply the checklist to make it correct. Speed from the AI, judgement from you.
Q. An AI tool gives you three confident-looking research citations. What should you do first?
✍️ Practice
- Take any AI answer you have seen and run it through the 5-question checklist; note anything that fails.
- Write an image-generator prompt for a logo, specifying subject, style and colours.
🏠 Homework
- Use a chat AI tool for a real task, then write 4–5 lines on what it got right, what it got wrong, and how the checklist helped.