How to use AI, and build with it.
A marketing label. What it really is: statistics at scale, predicting what comes next.
So when you hear “AI,” hear very good guessing machine.
It learned what good sounds like.
100 million users in 2 months. Fastest app adoption in history.
A starting list. Pick one and open it today.
Pick one. Don’t overthink it.
Best known. Good at everything. The one your coworker uses.
Great writing voice. Best for long documents and careful thinking.
Tied into Gmail, Docs, Search. Lives where Google already does.
As of April 2026. This changes every month.
All three have a free tier. Paid plans unlock better models and higher limits.
If you’re just starting: $20/month is plenty.
AI is trained to be helpful. That makes it agreeable. Sometimes too agreeable.
Ask it “isn’t this a great idea?” and it’ll usually say yes.
Ask it “isn’t this a terrible idea?” and it’ll often agree with that too.
Follow-up: “Shorter. Friendly. From me to a coworker.”
A draft, a decision, a thing you don’t understand. Ask it.
Five minutes. Go.
No body. No memory between chats. No feelings. No will of its own.
When you close the tab, it stops.
Honest answer: it will change most jobs. End some. Create new ones.
The pattern so far: people who use it are outcompeting people who don’t.
Best move is to learn it, not avoid it.
Same conversation we had about Google, calculators, Wikipedia. Just earlier.
The rule that works:
It can help them understand homework. It shouldn’t do the homework.
It will cite books that don’t exist. Invent quotes. Make up case law.
Use it to go faster, not to stop thinking.
If you can’t evaluate the answer, you shouldn’t ship it.
Autocomplete trained on the internet.
Writing, thinking, summarizing.
Anything specific, recent, or numeric.
Role, task, context, format, follow-up.
Stretch your legs. Back in ten.
Senior designer. Week-long loop.
Same role. Same hours. Different loop.
The browser versions won’t run vibe coding. Download the real app first.
As of April 2026.
Claude works on both. ChatGPT and Gemini are Mac-only for now.
No syntax. No setup. Just words.
Describe a page. Get a page.
Describe an app. Get a live app.
Full-stack, in your browser.
An editor that writes code for you.
Ship whole features from a chat.
One sentence → a real page.
Claude Code and Cursor aren’t for toy apps. They work on real projects:
You review and steer. It does the typing.
How much the AI can read at once, in one conversation.
Start a fresh chat. Old chats don’t help.
Break it into smaller chunks, one per chat.
Paste only what matters. Not everything.
Skip for now. Come back when Claude Code feels normal.
Spin up a smaller Claude to go research something in parallel, and report back.
Automations that run on your repo: tests on every change, deploys on every merge.
Have two versions of your project checked out at once. Try risky changes without breaking the main one.
Claude Code runs on mobile too. Ship fixes from a coffee shop, or an airplane.
SuperWhisper or Wispr Flow turns speech into prompts. Faster than typing, once you get used to it.
Open Claude (or any tool) and ask it to build something small. A page, a utility, a fun app.
Stuck? Raise a hand.
Ten minutes. Go.
I help teams use AI — as a designer, a speaker, or a vibe-coding partner.
Got an idea for another class? I’m wide open. Text or email.
The full talk, my writing, and projects — all in one place.
The whole web is just files in folders. Here’s the mental model.
You visit a site and see words like “Hello World” on screen.
The browser reads code files that tell it what to display.
Code files are stored in a folder, just like any other file on your computer.
Angel.com is one large folder, with smaller folders inside for each page.
Videos and images sit in a database. The code just references them.
Start to finish. You’ll need the Claude desktop app installed first (Section 3).
In Finder or File Explorer, make a new folder. No spaces in the name.
Go to the Code tab at the top. Different from regular chat.
Click “select folder” under the chat box. Pick the folder you just made.
Type: “Make a hello-world website, fastest way possible.”
Click the dropdown that says “Ask Permissions”. Change to auto-accept.
Claude plans, writes code, and builds your app.
If Claude asks permission, pick “Always allow for session.”
Claude gives you a link. Paste it in your browser — hello, world!
claude.md file.A memory file for your project. Claude reads it every time, so you don’t repeat yourself.
A plain-text file with context and instructions Claude should always follow.
Your role, project goals, things to avoid (“never use emojis”, “I’m not a developer”).
Copy a starter claude.md from a Google Doc. Paste into Claude Code.
Say: “Make this my claude.md file.” Claude creates and stores it for you.
The web version of Claude can’t run Claude Code. You need the desktop app.
Pick Mac or Windows. Click the button.
Double-click the file. On Mac, you’ll see a popup.
Drag the Claude icon into the Applications folder shortcut.
Find Claude in your Applications folder. Double-click to launch.
Sign in with your Angel Google account — not personal Gmail.
Say you’re not a developer. Explain your role simply.
Choose the one that fits you best from the dropdown.
At the top of the app, click Code. This is where Claude Code lives.
When prompted, say yes. Takes 10–15 minutes. Keep your laptop plugged in.
Switch to the Chat tab if you hit a snag — Claude can help debug.
It’s what most developers use. Two jobs:
Local, private, on disk.
Cloud backup, shareable.
Access GitHub on the web at github.com, or via the desktop app you download.
Five steps to get your project into the cloud.
Click “Sign up”. Create an account with your Angel Gmail.
Do this the moment GitHub prompts you. Use Google Authenticator. Skip it and you’ll get locked out of your own account later.
Use an existing Claude Code folder, or create a new hello-world one.
“I have a GitHub account. Can you help me back up my project?”
Claude walks you through it step by step. Project is now backed up.
Once your project is on GitHub, you can invite others to collaborate.
Follow Section 4 before sharing. You need the project pushed.
You should see your project listed on the left side bar.
Click your project name, then the Settings tab at the top.
Find it in the left sidebar. This is where you add people to the project.
Opens a search box for finding coworkers.
Use their Angel email or GitHub username. They must already have an account.
Confirms the invite. GitHub sends it to them.
Your coworker gets an email. Once they accept, you’re collaborators.