ionews Curated by a person, not an algorithm
Learn AI

Paths for every level

Organised by how much setup you're signing up for: no code means open a website and go, intermediate means some local setup, advanced means you're in deep. Costs are labelled honestly; the curricula stay free-first.

Open the glossary — every term, plainly defined Hardware guide — what your GPU can run
Microsoft ecosystem
Copilot in Excel, Word, PowerPoint & more →

Free playlists and Microsoft Learn paths for AI inside the Office apps most workplaces already run.

Google ecosystem
Gemini, AI Studio, NotebookLM & more →

Guides to Google AI Studio, NotebookLM, and Gemini across Workspace — the AI woven through Search, Docs, and Gmail.

Claude ecosystem
Claude, Claude Code, the API & more →

Anthropic's models and tools — the Claude apps, Claude Code, building with the API, and the design and safety behind them.

Suggested curricula

Pick the one that matches where you are. Durations are honest estimates, not marketing.

Get productive with chatbots, week one no code

Anyone — no code, no setup · ~1 week at 1 hr/day

From "I've heard of ChatGPT" to using AI competently for real daily work. The skill is delegation: knowing what to hand over and how to check it.

  1. Pick two assistants and make accounts — one general (ChatGPT, Claude, Gemini) + one for research (Perplexity); comparing two teaches more than mastering one
  2. Do real tasks, not demos — rewrite an email, summarise a contract, plan a trip, debug a spreadsheet formula — your actual work, every day
  3. Anthropic prompt engineering guide — read once, then apply: give context, show examples, ask for structure
  4. Learn the failure modes — hallucination, stale knowledge, confident nonsense — the glossary's "Using LLMs" section is your field guide
  5. Elements of AI, both parts — finish the week with real mental models under the habits

Run your own AI: personal chatbot setup intermediate

Comfortable installing apps and following setup guides · ~2 weekends

Your own assistant, answering you on Telegram or Discord, powered by whatever model you choose — on your API budget or your own hardware. Private, unrestricted, and yours.

  1. Get one key for every model: OpenRouter — sign up, add a few dollars of credit; now you can call any model without an account per provider
  2. Or go fully local: Ollama or LM Studio — if you have the hardware (see the hardware guide), run models on your own machine for free and private
  3. Pick a model with personality: Hermes 4 — neutral and steerable — a good default personal assistant; swap freely later
  4. Deploy OpenClaw — the self-hosted assistant that connects your model to Telegram, Discord, WhatsApp and more — follow its quickstart
  5. Create your bot on the platform — Telegram: message @BotFather for a token. Discord: make an app in the developer portal. Paste the token into OpenClaw

AI-assisted coding: build without a CS degree advanced

Curious, patient, willing to break things · ~2–3 months of evenings

You don't need to memorise syntax anymore — you need the vocabulary to ask for what you want and the judgement to check it. This is the path from "I can't code" to shipping a real app with an AI pair.

  1. Set up an AI IDE and connect your subscription — Cursor or Google Antigravity; sign in, point it at an empty folder, and start a conversation
  2. Learn the lingo, not the syntax — variable, function, API, endpoint, repo, deploy — you can build anything if you know the words to ask for it
  3. Understand the pieces — frontend (what users see) vs backend (server + logic) vs database (where data lives) vs hosting (where it runs)
  4. Build one tiny app end to end — a todo list, a personal dashboard — start absurdly small, get it running online, then add one feature at a time
  5. Go deeper when you hit a wall — The Odin Project or CS50 for the fundamentals the AI assumes you know; you'll learn faster now that you have context
LinkedIn Learning — curated AI courses & certificates

Resource shelves

Chatbots & assistants — start using AI today no code 8

The most popular hosted assistants. Nothing to install: open the site, type, get work done. Every one of these has a meaningful free way in unless marked otherwise.

ChatGPT free tier — OpenAI's assistant and still the most-used chatbot on the web. Strong all-rounder; GPT-5.5 under the hood.
Claude free tier — Anthropic's assistant, known for long-document work, careful writing, and coding. Current flagship: Claude Fable 5.
Gemini free tier — Google's assistant, deeply wired into Search, Gmail, and Docs. Gemini 3.5 models with huge context windows.
Grok free tier — xAI's assistant with real-time X integration, voice, and image/video features built in (Grok 4.3).
DeepSeek free — Free chat on DeepSeek's open-weight frontier models (V4 line) — remarkable capability for the price of nothing.
Z.ai Chat (GLM-5.2) free tier — Consumer chat for Zhipu's GLM series; the paid GLM Coding Plan subscription is popular for agentic coding on a budget. (coding plans from ~$18/mo)
Microsoft Copilot free tier — Microsoft's consumer assistant across Windows, web, and mobile. See the Microsoft ecosystem page for the Office side.
Perplexity free tier — AI answer engine that cites its sources — the strongest choice when the task is research rather than conversation.
Foundations — understand what you're using no code 4

No programming required. These build correct mental models — the difference between using AI and being used by it.

Elements of AI free beginner — University of Helsinki's gentle, no-code introduction to what AI is and isn't. The best true starting point.
3Blue1Brown — Neural Networks series free beginner — Visual intuition for how neural networks and transformers actually work. Watch before touching any code.
Anthropic — Prompt engineering docs free all levels — Practical, vendor-documented techniques for getting reliable work out of LLMs; most of it transfers to any model.
Google Machine Learning Crash Course free beginner — Compact, practical ML fundamentals with interactive visualisations — the bridge toward the technical shelves below.
Run your own AI — personal chatbots & local models intermediate 7

Stop renting someone else's assistant and run your own — on your hardware or your own API budget, answering you on the apps you already use. Some setup required, but far less than it used to be.

OpenClaw free — Open-source, self-hosted personal AI assistant that lives on your Telegram, Discord, WhatsApp, Slack and 50+ channels — plug in any model. The fastest way to a real personal agent. (open source, MIT)
OpenRouter free tier — One API key that reaches 400+ models from every major provider. Prepaid credits, pay per token, plus free models — the sane way to try many models without an account per lab.
Nous Research — Hermes 4 free — Open-weight, steerable "aligned to you" assistant models (14B–405B). Neutral and un-nannied — a favourite base for personal assistants. Free to download, or cheap via OpenRouter. (open weights)
Ollama free — The "Docker of LLMs": one command to pull and run open models locally. The standard first tool for local inference.
LM Studio free — A polished desktop app to download and run local models with zero command line — the friendliest on-ramp for non-coders.
Open WebUI free — A self-hosted ChatGPT-style interface over Ollama or any OpenAI-compatible API — chat history, multiple users, and RAG.
Jan free — Open-source, offline-first desktop assistant — a private ChatGPT you own, with optional cloud model hookups.
AI code editors & coding agents intermediate 6

Install an editor or CLI, connect an account, and AI stops answering questions and starts doing the work with you — reading your code, editing files, running commands.

Cursor free tier — The AI-native VS Code fork that defined the category — inline edits, codebase chat, background agents.
Google Antigravity free — Google's free agent-first development platform (IDE + CLI): Gemini-powered agents that plan, code, and test in a live browser.
Claude Code paid — Anthropic's terminal-based coding agent — reads your repo, edits files, runs commands. Built this site, as it happens. (Claude Pro/Max or API billing)
OpenAI Codex paid — OpenAI's coding agent across CLI, IDE extension, and cloud, including multi-day autonomous Goal Mode. (requires ChatGPT Plus or API key)
GitHub Copilot free tier — The IDE-extension route: completions and agent mode inside the editor you already use, with a real free tier.
Devin Desktop (formerly Windsurf) free tier — Cognition's VS Code-fork editor pairing a local agent with cloud agents that work while you don't. Renamed from Windsurf in June 2026.
Learn to build with AI — the lingo & your first app intermediate 5

You can build almost anything if you know what to ask for. These teach the vocabulary and the moving parts — frontend vs backend, databases, APIs, hosting — so the AI in the editor above becomes a force multiplier instead of a mystery.

The Odin Project free beginner — A complete, free, project-based full-stack curriculum. The gold standard for going from zero to shipping real web apps.
freeCodeCamp free beginner — Thousands of hours of free, interactive coding lessons and certifications — responsive web design, JavaScript, backend, and more.
Harvard CS50x free beginner — The famous free intro to computer science. If you want to actually understand what the AI is writing, start here.
MDN Web Docs free all levels — The reference for how the web works — HTML, CSS, JavaScript. Where "what does this term mean?" gets an authoritative answer.
Backend vs frontend — a plain explainer free beginner — The single distinction that unlocks most confusion: what runs in the browser vs what runs on a server, and why it matters.
Databases intermediate 5

Every AI application sits on one. SQLite for local work, Postgres when it grows up, pgvector when RAG arrives.

SQLBolt free beginner — Interactive SQL lessons in the browser — the fastest zero-setup way to learn queries. An hour here pays off for years.
SQLite — official docs & tutorial free beginner — A whole database in one file, no server — the right first database, and often the right last one.
PostgreSQL Tutorial free intermediate — Structured path through the leading open-source client-server database — what you graduate to when an app outgrows SQLite.
pgvector free intermediate — Embedding storage and similarity search inside Postgres — the pragmatic way to add RAG retrieval without a separate vector database.
DuckDB documentation free intermediate — Embedded analytics database that chews through CSV/Parquet files at silly speed — ideal for exploring ML datasets locally.
Hardware for local AI intermediate 5

Why run your own models at all? Privacy, no rate limits, offline access, and full control. This is what you actually need to do it — plus the embeddings and classifiers that make local AI useful beyond chat. For the full GPU breakdown, see the hardware guide linked below.

sentence-transformers (SBERT) free intermediate — The go-to library for embeddings and rerankers — the machinery behind semantic search, RAG, and text classification. Runs on modest hardware.
BGE-M3 (BAAI) free intermediate — A top open embedding model — multilingual, long-context, and the best free default for self-hosted retrieval.
nomic-embed-text free intermediate — A fully open, state-of-the-art multilingual text embedder — training data and all. Great for private semantic search.
MTEB embedding leaderboard free intermediate — Compare embedding models on real retrieval benchmarks before you commit — quality varies a lot by task and language.
r/LocalLLaMA free all levels — The community where local-AI hardware and model knowledge actually lives — current, practical, opinionated.
Advanced & research — individual projects advanced 6

For when you want to build something new rather than use something built: fine-tuning your own models, following current research, and understanding the machinery underneath — including the math behind the image generators on the AI Art page. Fair warning, though: most problems that feel like they need fine-tuning are solved better by prompting or RAG. Know how and why before you spend a GPU-day.

Unsloth free intermediate — Fine-tune open models 2× faster on a single consumer GPU. The gentlest, cheapest on-ramp to actually training your own model.
Hugging Face — fine-tuning & PEFT/TRL free advanced — The canonical hands-on path for fine-tuning and parameter-efficient methods (LoRA) — start here to learn how and, crucially, when.
Andrej Karpathy — Neural Networks: Zero to Hero free advanced — Build backprop, then a GPT, from scratch in raw Python/PyTorch. The single highest-signal free course for real understanding.
Stanford CS231n (vision) & CS224n (NLP) free advanced — Full university lecture series with notes and assignments, free on YouTube. CS224n covers transformers and LLMs in depth.
Deep Learning Book — Goodfellow, Bengio, Courville free advanced — The standard theory text, free in full HTML. Dense; best used as a reference alongside a course.
Papers With Code free advanced — Current research ranked by benchmark, each paper linked to its implementation. How to stay current after the courses run out.

How to use this page

The field moves fast but the fundamentals don't. Start at your tier and finish things — the classic failure mode is collecting resources instead of completing one. Generative image and video tools live on the AI Art page; the theory behind them is here under Advanced.