๐Ÿง  AI LEARNING HUB

Learn AI Tools.
In Plain English.

Stop watching 3-hour tutorials that go nowhere. These are the 30 AI concepts that actually matter โ€” explained for normal people who run businesses, not engineers.

Getting Started with AI Coding

Most people think AI is a chatbot. You type something, it types back. Fancy autocomplete. It's not. Modern AI tools like Claude Code are the closest thing to an AI employee โ€” they read your files, edit your documents, run commands, and ship real work. Here's how to start.

1The Terminal โ€” Your New Office

AI coding tools don't live in a browser. They live in the terminal โ€” the text-based interface on your computer where you type commands and things happen. It looks intimidating: blank screen, blinking cursor, no buttons. But here's what you get in return: instead of clicking through 15 browser tabs and copying text between windows, you type one sentence and the AI does the work โ€” because it has access to your computer, your files, your images, and the internet.

๐Ÿ˜ฐ Before

15 windows open, copying and pasting between ChatGPT, your files, your browser, your spreadsheet.

๐Ÿ˜Ž After

1 window. You type what you want. The AI reads your files, makes the changes, and shows you what it did.

2Installation & Setup โ€” 2 Lines of Code

Before you start, you install the AI tool. For Claude Code:

Mac/Linux: curl -fsSL https://claude.ai/install.sh | bash
Windows: irm https://claude.ai/install.ps1 | iex

Then create a practice folder: mkdir ~/playground && cd ~/playground

Pricing: Max plan ($100โ€“200/mo) for daily business use. Pro plan ($20/mo) for getting started. If you'll use it daily, go Max โ€” the ROI shows up in week one.

What are you and what do you have access to on my computer? Give me the 30-second version.
3File Access โ€” It Reads Your Actual Files

This is where AI stops being a chatbot and starts being useful. The AI reads and edits files on your computer โ€” with your permission. Not "paste your document into a chat window." It sees your actual files. Your proposals, spreadsheets, client folders. And it edits them directly.

๐Ÿ˜ฐ Before

Copy-pasting your proposal into ChatGPT, losing formatting, getting a generic response.

๐Ÿ˜Ž After

"Read my proposal.docx and tighten the executive summary" โ€” the AI opens the file, reads it, and rewrites the section IN your document.

Analyze the latest CSV in my downloads folder.
4Images, PDFs & Screenshots

The AI sees images, screenshots, PDFs, diagrams, photos of whiteboards, mockups, receipts. Drop a file in and it reads it. Take a screenshot of an error message and paste it. Drag in a PDF invoice. It reads it all and works with it like text.

The 7 Concepts That Change Everything

5Tools โ€” AI That Acts, Not Just Talks

This is the paradigm shift. The AI doesn't chat. It acts. It reads files, edits documents, runs commands, searches your folders, fetches web pages, connects to your apps. Each action is a "tool." You see them happening in real time as it works.

Example: you ask it to find invoices. It uses the search tool to scan every file. Then the read tool to open each match. Then the write tool to create a summary document. You see every step.

๐Ÿ˜ฐ Before

AI gives advice and YOU do the work. "Here are the steps to update your spreadsheet..."

๐Ÿ˜Ž After

AI does the work and you review. "Here's your updated spreadsheet. I changed 47 rows."

6Prompting โ€” Specific Beats Clever

The #1 mistake: vague prompts. "Help me with my marketing" = garbage in, garbage out.

"Write a 3-email welcome sequence for my dog walking business. Casual tone, mention our GPS tracking feature, each email under 200 words, include a CTA to book a free walk" = RESULTS.

Be specific. Say what you want AND what you don't want. Give constraints. Name files. Tag specific files with @filename. And the power move: instead of writing the perfect prompt, let the AI help you write it.

I need you to write a cold email to a local pet store pitching a partnership. Ask me clarifying questions, one at a time, until you're 95% confident you can complete the task.
7CLAUDE.md โ€” Your AI Employee's Job Description

A CLAUDE.md file is a document you write once, and the AI reads it at the start of every conversation. It's your AI employee's job description.

"Here's how my business works. Here are my brand rules. Here's what I NEVER want you to do. Here are the tools I use. Here's my writing style."

Teach it once, it knows every time. No more repeating yourself every conversation.

๐Ÿ˜ฐ Before

"Remember, I want you to..." every single conversation. "I TOLD you yesterday, don't use this format!"

๐Ÿ˜Ž After

Write it once in CLAUDE.md. The AI follows your rules from now on. Forever.

8Plan Mode โ€” Think Before You Build

If you learn one thing, make it this. Plan mode means the AI writes out its full approach before making any changes. You review the plan, adjust it, approve it... THEN it builds.

It's like getting a proposal from a contractor before they start demolishing your kitchen. You see what they'll do, how they'll do it, and what it'll cost. Then you say "go."

90% planning, 10% building. Without plan mode, the AI rewrites half your files and you have no idea what happened. With plan mode, you're the boss reviewing a proposal.

โšก Pro tip: Press Shift+Tab to switch to plan mode. Use it for any mission-critical task.
9Context Window โ€” The Whiteboard

Think of the AI's memory as a whiteboard. Everything you say, every file it reads, every response it gives โ€” all goes on the whiteboard. The whiteboard is big, but it's not infinite. When it fills up, older stuff gets summarized to make room.

This is why the AI sometimes "forgets" what you said 20 minutes ago. The whiteboard filled up and your early notes got compressed. Long, rambling conversations fill the whiteboard fast. Short, focused sessions keep it clean.

10Tokens โ€” How AI Measures Text (and Cost)

Tokens are how AI measures text. Every word you send and every word the AI sends back costs tokens. There's a max per conversation (the whiteboard size). Type /usage to see your spending.

4 ways to keep costs down:

  • Switch to a cheaper model for simple tasks (Haiku for quick stuff, Opus for complex work)
  • Use /clear between unrelated tasks โ€” don't let old context pile up
  • Use /compact during long sessions โ€” compresses the whiteboard without losing key details
  • Use context management plugins to reduce token usage
113 Brains โ€” Choose the Right One

AI gives you 3 brains to choose from:

  • Opus โ€” the smartest, most thorough, most expensive. Use for complex projects, big rewrites, anything where quality matters more than speed.
  • Sonnet โ€” fast, capable, affordable. Your daily driver for everyday tasks, quick edits, routine work.
  • Haiku โ€” cheap and quick. For simple questions, quick lookups, anything where speed matters more than depth.

You switch mid-conversation based on the task. Building a full marketing strategy? Opus. Renaming a file? Haiku.

Master the Workflow

12/compact โ€” Free Up Whiteboard Space

Summarizes your conversation into a condensed version, freeing up whiteboard space without losing the key points. Like taking a photo of the whiteboard, erasing it, and writing a tight summary. You keep the important stuff, lose the fluff, and now have room for more work.

/compact (after a long conversation, then ask: Summarize everything we've done so far in 3 bullet points.)
13/clear โ€” Clean Slate, Fresh Start

Wipes your current conversation. Use it when switching to a totally different task. Old context confuses new work. If you were working on email sequences and now want to brainstorm product names, /clear first.

14Sessions โ€” Pick Up Where You Left Off

Each conversation is a session. Close the terminal, come back tomorrow, pick up where you left off. Type claude --resume and you're back in your last session. Start fresh sessions for new topics. Resume old sessions for ongoing work.

15Permission Modes โ€” Set Your Guardrails

You control how much freedom the AI has. From "ask me before every single edit" (safe, slow, good for learning) to "do whatever you need" (fast, you trust it, good for routine tasks). Press Shift+Tab to cycle through modes. When you're new, keep guardrails tight. As you build trust, loosen them.

16Thinking Levels โ€” Tell It How Hard to Think

Low effort for quick answers ("what time zone is Denver in?"). High effort for complex problems ("restructure my entire pricing strategy"). You don't always need full brain power. Change it anytime with /model.

Power move: type "ultrathink" in your prompt and the AI maxes out its reasoning for one response. It thinks through every edge case. Also, it's rainbow colored ๐ŸŒˆ

17Escape โ€” The Instant Pivot Button

Press Escape anytime to stop the AI mid-task. Like telling an employee "stop, new priority." It stops immediately and waits for your next instruction. No work is lost. You pivot.

18VS Code โ€” Review Like a Boss

VS Code is a free app that shows your files with nice formatting, tabs, and a sidebar. The AI runs right inside it. When the AI edits 5 files, you want to see what changed. VS Code shows you exactly which lines were added, removed, or modified โ€” color-coded, side by side.

The terminal is great for giving instructions. VS Code is great for giving instructions and reviewing the results.

Power User Moves

19Memory vs CLAUDE.md โ€” System vs Preferences

CLAUDE.md is your instruction manual. Your playbook. You write it. It's like handing a new employee a job description on day 1: "here's how we do things, here are the tools, here are the rules." It loads every conversation automatically.

Memory is the AI's personal notebook. It writes it (or you tell it to). It's like an employee jotting down notes after meetings: "boss prefers casual tone, the database field is called 'Video URL' not 'Drive URL'."

๐Ÿ’ก Rule of thumb: Put the SYSTEM in CLAUDE.md (API references, account IDs, workflow steps). Let PREFERENCES accumulate in memory (your style, your corrections, your quirks).
20Hooks โ€” Automate the Boring Stuff

Hooks let you run custom scripts before or after the AI takes action. Think of them like triggers: when the AI saves a file, run a formatter. When it edits a Python file, run the linter. When it finishes a task, send you a notification.

They're defined in a settings file and run automatically โ€” no manual intervention needed. This is how you turn the AI from "helpful assistant" into "automated employee that follows your company's processes."

21Skills โ€” Reusable Playbooks

Skills are like macros for AI. You define a workflow once (e.g., "deploy my website" or "write a blog post") and the AI follows that playbook every time. Skills combine instructions, context, and tools into repeatable processes.

Instead of explaining the same deployment steps every time, you create a skill. The AI reads it and executes. This is how you go from "telling the AI what to do" to "pressing a button and it's done."

22MCP โ€” Connect Everything

MCP (Model Context Protocol) is how you connect the AI to external apps. Built-in tools work on your computer. MCP extends those tools to the internet: Airtable, Google Drive, Slack, Notion, and hundreds more.

Each MCP server is like a plugin. Install it, configure your credentials, and suddenly the AI can read your Google Sheets, post to Slack, or update your Airtable โ€” all from one terminal window.

๐Ÿ˜ฐ Before

AI can only work with local files on your computer.

๐Ÿ˜Ž After

AI reads your Google Sheets, updates Airtable, posts to Slack โ€” all connected.

23Multi-Agent Systems โ€” AI Teams

This is the cutting edge: instead of one AI, you run a team of specialized agents. One researches. One writes. One reviews. One deploys. They coordinate through a shared system and hand off work between them.

Tools like OpenClaw (what powers this site!) let you define agents with specific roles โ€” a CEO agent that makes decisions, a research agent that finds opportunities, an execution agent that does the work. They run 24/7, check in with each other, and escalate to you when needed.

๐Ÿš€ This is how you build an AI business: Not one chatbot, but a system of specialized agents that work while you sleep.
24Autonomous Workflows โ€” The AI Runs Itself

The ultimate power move: set up workflows that run on schedule without any human input. Cron jobs that trigger research. Webhooks that start processes. Agents that monitor channels and respond automatically.

This is where AI stops being a "tool you use" and becomes "a system that works for you." You set the rules, define the boundaries, and let it run. You only intervene for exceptions and approvals.

25Verification โ€” Never Trust, Always Verify

AI is powerful, but it makes mistakes. The #1 rule of working with AI: verify everything. Don't trust status claims without checking files. Don't trust "done" without seeing the output. Don't trust code without running it.

Build verification into your workflow: check file sizes, read outputs, run tests, compare before/after. The 30 seconds it takes to verify saves the 30 minutes it takes to fix a hallucinated result.

Your 30-Day AI Learning Path

Don't try to learn everything on Day 1. Follow this progression:

๐ŸŸข

Week 1: Foundations

  • Install & set up your playground
  • Learn file access (Concepts 3โ€“4)
  • Practice specific prompting (Concept 6)
  • Create your CLAUDE.md (Concept 7)
๐ŸŸก

Week 2: Workflow

  • Master plan mode (Concept 8)
  • Learn context management (Concepts 9โ€“11)
  • Use /compact and /clear (Concepts 12โ€“13)
  • Set up VS Code (Concept 18)
๐ŸŸ 

Week 3: Power Moves

  • Set up hooks (Concept 20)
  • Create your first skill (Concept 21)
  • Connect MCP servers (Concept 22)
  • Build verification habits (Concept 25)
๐Ÿ”ด

Week 4: Autonomy

  • Explore multi-agent systems (Concept 23)
  • Set up autonomous workflows (Concept 24)
  • Build a system that works while you sleep
  • Ship your first automated product

๐Ÿ›  Tools to Run Your Business

The same AI-powered thinking, built into Notion templates you can use today.

๐Ÿ“Š
Finance Dashboard
$39
7 connected databases. Income, expenses, invoicing, tax, cash flow โ€” all in Notion.
Get Finance Dashboard
๐Ÿ“…
Content Calendar
$29
6 connected databases. Plan, schedule, and track content across 4 platforms.
Get Content Calendar
๐Ÿ“ฆ
Business Bundle โญ
$59
Everything in Finance + Content. 13 databases. Save $9 vs buying separately.
Get the Bundle
๐Ÿ“ˆ
Crypto Trading Journal
$49
Trade log, portfolio tracker, strategy journal, performance dashboard.
Get Trading Journal

Common Questions

Do I need a paid Notion account?

No! The Finance Dashboard works perfectly with Notion's free plan. No paid subscription needed.

Is this a subscription?

No, it's a one-time payment. You own the template forever. No monthly fees, no recurring charges.

Do I need coding experience to use AI tools?

No! That's the whole point of this guide. Claude Code and similar tools understand plain English. You describe what you want, and the AI does the technical work. The terminal looks intimidating at first, but you only need to type a few commands to get started.

Which AI tool should I start with?

Claude Code is the most business-friendly starting point. It works in plain English, has plan mode for safety, and connects to your actual files. Other great options: Cursor (for coding), OpenClaw (for autonomous agents), and ChatGPT (for quick questions).

What if I'm not technical at all?

Start with the concepts in Week 1 of our learning path. You only need to learn 2 commands to begin: how to install the tool and how to open your playground folder. Everything else you can learn by asking the AI itself.

How is this different from ChatGPT?

ChatGPT is a chatbot โ€” you type, it types back. Claude Code is an AI employee โ€” it reads your files, edits your documents, runs commands, and ships real work. The difference is like hiring a consultant vs hiring an employee who actually does the work.