● Big ideas. Plain English.

AI isn’t magic.
Let’s make it
make sense.

Your friendly starting point for artificial intelligence. Understand the basics, discover useful tools, and learn how APIs connect it all.

No technical experience needed · No account required for this guide

A little curiosity goes a long way

Meet your new learning adventure.

YOU What is AI, in simple words?
A SIMPLE EXPLANATION AI is software that performs tasks such as recognizing patterns, understanding language, or creating content. Many AI systems learn patterns from examples—but they can still make mistakes.

✦ Example conversation, not a live AI chat.

Beginner-friendly lessons
40 popular AI tools
APIs without the jargon
Learn at your own pace

01 / Build your foundation

Start here. You belong here.

Open each short lesson. No complicated math, coding, or prior knowledge required.

The basics ↘
LESSON 01 · 2 MIN

What actually is AI?

A simple explanation of artificial intelligence and where you already see it.

Read lesson

Artificial intelligence (AI) is a broad term for computer systems that perform tasks associated with intelligence, such as recognizing speech, making predictions, or generating text.

You already encounter AI in spam filters, recommendations, translation, and voice recognition.

Example: A spam filter looks for patterns that help distinguish unwanted messages from useful ones.

AI is not automatically correct, conscious, or able to do every task. Different systems have different capabilities.

LESSON 02 · 3 MIN

AI, models, and chatbots

Understand the difference between the technology and the app you use.

Read lesson
  • Machine learning: A way to build AI by learning patterns from data.
  • Model: The trained system that processes an input and produces an output.
  • Generative AI: AI that creates content such as text, pictures, audio, or code.
  • LLM: A large language model, trained to process and generate language.
  • Chatbot: An interface where you communicate through messages.

Think of a model as an engine and an app as the vehicle built around it. ChatGPT is an app that provides access to AI models and other features.

LESSON 03 · 2 MIN

How to talk to AI

Better instructions usually lead to more useful answers.

Read lesson

A prompt is the instruction or input you give an AI system.

Include your goal, useful background, and the format you want. You can then ask follow-up questions or request a revision.

Instead of: “Teach me Excel.”
Try: “I’m new to Excel. Explain SUM and AVERAGE using a small household budget. Give me one practice exercise.”

If a task is complex, break it into smaller steps. Clear prompting helps, but it does not guarantee a correct answer.

LESSON 04 · 2 MIN

Pick the right tool

You don’t need dozens of subscriptions. Start with one useful task.

Read lesson
  • Explain or brainstorm: Try a general AI assistant.
  • Research: Use a source-focused tool and read its sources.
  • Make visuals: Try a design or image-generation tool.
  • Write code: Use a coding assistant and test its suggestions.
  • Connect applications: Explore automation tools or APIs.

Compare ease of use, privacy settings, output quality, accessibility, and cost. Test a small task before paying.

LESSON 05 · 3 MIN

What AI gets wrong

Learn why confident answers still need a careful human check.

Read lesson

AI can invent facts, sources, quotes, calculations, and code. This is often called a hallucination.

Its knowledge may be outdated. Even an AI tool with web access can misunderstand a source or cite something irrelevant.

A good checking habit: Open the original source, confirm the date, compare important claims, and test any code or calculation.

AI can also reproduce bias. Treat it as an assistant, not the final authority, especially for health, legal, financial, or safety decisions.

LESSON 06 · 3 MIN

Use AI safely

Protect your information and respect the people behind the content.

Read lesson
  • Never paste passwords, API keys, banking details, or confidential documents into an unapproved tool.
  • Check the provider’s data retention, training, and deletion settings.
  • Get permission before recording people or cloning a voice or likeness.
  • Check copyright, licensing, and commercial-use terms.
  • Follow school or workplace rules and disclose AI use when required.

Use anonymous sample data while learning. A tool being popular does not automatically make it private.

Your first task: Pick one assistant below and ask it to explain a topic you already know. Notice both what it gets right and what needs checking.

02 / Find your everyday helpers

A tool for your next “what if?”

A curated selection of popular and practical AI tools—not an exhaustive or live ranking. Open a guide to see what a tool does and how to start.

Explore ↗
I want to:
Features, access, and prices change. Check each official website.

External tools may require an account, payment, or a minimum age, and may have regional restrictions. This directory does not provide subscriptions or endorse every listed service.

03 / Learn by doing

A better prompt starts with a clear goal.

Build an instruction, copy it, and try it in an AI assistant of your choice.

You don’t need a secret formula.

Just tell the AI what you want, who it is for, and how the answer should look.

Role + Task + Audience + Format

Tip: Add examples and constraints when they matter. If an answer misses the mark, explain what to change.

This builder uses a local template. It does not call an AI service or send your text anywhere.

04 / Understand the connection

What is an API? Think of a waiter.

You place an order. A waiter carries it to the kitchen and brings back the result. An API gives software a defined way to ask another system for something.

API stands for Application Programming Interface. An AI API lets an application request capabilities such as generating text, transcribing speech, or creating images.

  1. Your application makes a request It sends input to an endpoint: an address for a specific operation.
  2. The service checks access An API key or another authentication method identifies an authorized caller. Treat a secret key like a password.
  3. The model processes the input Your request may specify a model, instructions, and supported settings.
  4. Your application receives a response Often it is JSON: structured text containing results or an error.
Your page → Your backend → AI provider → Result
Important security rule: Never put a secret API key inside a public HTML file or browser JavaScript. Store it on a backend using environment variables. Protect that backend with appropriate authentication, input limits, and rate limits.
Common API errors and costs
  • 400: The request is invalid. Check the provider’s required fields.
  • 401: Authentication is missing or invalid.
  • 403: The caller is not allowed to perform this action.
  • 429: A rate or quota limit was reached. Check the error details before retrying.
  • 5xx: A server-side problem occurred. Retry cautiously or check service status.

Providers may charge by tokens, images, audio duration, compute time, or another unit. An app subscription does not necessarily include API usage.

Set available usage limits and billing alerts, and monitor spending. Alerts alone may not stop charges. Details vary by provider.

Your first API walkthrough

Simulation

This is a local teaching demo with prepared answers—not a live AI model. No API key, network request, or charge is involved.

Example request


            

/api/explain is an imaginary backend route for this lesson, not an existing service or provider endpoint.

Ready when you are.

05 / Small steps, real progress

Your beginner learning path.

You don’t need to learn everything today. Complete these five steps and you’ll have a useful foundation.

0 of 5 completed

Bookmarks and checklist progress are stored in this browser when storage is available. They do not sync between devices.

A tiny knowledge check

No grades, no pressure. Just check what you’ve learned.

06 / Your jargon decoder

Big words. Simple meanings.

A quick reference for terms you’ll see as you explore.

Prompt

The instruction or input you give an AI system. It can include text, images, or other supported content.

Token

A unit a model processes. In text, a token may be part of a word, a whole word, or punctuation. It is not always one word.

Context window

The amount of information a model can work with in one interaction. Limits and how input and output count vary by model.

Hallucination

An AI output that sounds plausible but is unsupported or wrong, such as an invented citation.

Multimodal

A system that works with more than one type of information, such as text, images, or audio.

API key

A credential used to identify or authorize access to a service. Secret keys must be kept out of public code.

Endpoint

An address where an API accepts a request for a particular operation.

JSON

A common text format for structured data, using properties and values. APIs frequently use it for requests and responses.

Rate limit

A restriction on how much activity is allowed within a time period, such as requests per minute.

RAG

Retrieval-augmented generation: finding relevant documents and supplying them to a model to help it answer. Sources still need checking.

Fine-tuning

Additional training that adjusts a model using selected examples. It differs from attaching a document to a chat.

Agent

An AI-based system that can choose steps or use tools toward a goal. Permissions, supervision, and safeguards matter.

Questions you might be wondering

Do I need to know coding to use AI?

No. Most assistants, writing tools, and design tools work through normal interfaces. Coding becomes useful when you want to build custom applications. Automation services can connect some applications without much code.

Are the tools on this website free?

This guide is free to use locally. External tools set their own prices: some offer free access or trials, while others require payment. Features, limits, and pricing can change. Check the official site before subscribing.

Which AI tool should I try first?

Choose a general assistant such as ChatGPT, Claude, Gemini, or Microsoft Copilot, depending on availability and your needs. Try explaining a familiar topic, brainstorming ideas, or rewriting a non-sensitive paragraph.

Is this website connected to a real AI model?

No. The prompt builder uses a template, and the API walkthrough shows prepared responses. They work without a server. Connecting a real model requires a provider account, a secure backend, and appropriate billing and access controls.

Does the website work offline?

The included lessons, directory search, prompt builder, quiz, and API simulation work offline after you save this file. External tool websites need internet access. Progress saving depends on your browser’s storage permissions.

How can I put this website online?

You can publish the index.html file with a static hosting service such as GitHub Pages, Netlify, or Cloudflare Pages. That makes this guide accessible by a link; it does not add a real AI backend.

Try this first

Before you start

Visit official website ↗

Opens a new tab. Check current pricing, eligibility, privacy, and usage terms.