๐Ÿš€ Get Someone Up to Speed in 1 Hour

A package to give Chris, Tony, Luke (or anyone curious) so they can try this themselves
Sam doesn't use AI as a chatbot. He uses it as a thinking partner plus delegated workforce. Over 36 hours, he built a sports betting analysis platform that backtests against 13,903 real NBA games, a financial planning hub, a customer quote system, 3D print management, and more.

The same approach scales to anything you're doing. This page shows how to start.

Part 1 โ€” The 30-Second Pitch

If a friend asks "what's the deal with how you use AI?" โ€” read them this:

"I treat AI as a partner I delegate work to, not a search engine I query. Give it the full situation, let it draft, push back when it's wrong. Over a weekend I built a betting analytics platform with real backtests against 13,000 games. The leverage is wild once you stop treating it like a fancy autocomplete."

Part 2 โ€” The 3 Things You Need to Actually Start (10 min setup)

  1. Claude.ai account โ€” free works, paid ($20/mo) much better for serious work
  2. Claude Code CLI (optional but recommended) โ€” gives AI file-system access on your machine. docs.claude.com/claude-code
  3. Persistent file storage (optional) โ€” GitHub + Cloudflare Pages, or local. Lets work compound instead of vanishing per session.

Part 3 โ€” The 7 Patterns Sam Uses

1Rich context dumps. Give AI the full situation, not just the question. Background, constraints, what you've tried, what you actually want.
2Push back when wrong. Don't accept output you doubt. "Actually no, here's what's happening: ..." Corrections compound โ€” AI gets better in-session.
3Decompose hard problems. Sequence complexity. "First help me think through X. Now Y. Now combine."
4Verify AI output. Click through. Test. AI is wrong ~10โ€“20% of the time and confidently so. Trust but verify.
5Strategy plus tactics together. Don't separate "thinking" from "doing." AI is good at both at once. Discuss approach AND have it implement, in same flow.
6Use AI for what AI is good at. Synthesis ยท drafting ยท research ยท scaffolding ยท code generation ยท pattern recognition. NOT replacing your judgment, your relationships, or your taste.
7Keep AI doing things you'd actually use. Building for building's sake is a trap. If you wouldn't use the thing, don't build it.

Part 4 โ€” The 3 Starter Projects (try one this week)

Starter A โ€” Daily Brief Generator

โฑ๏ธ 15 minutes ยท โšก Immediate value

Each morning, give AI your calendar + priorities. Get a 1-page brief you can act on.

"Each morning I'll give you my calendar + priorities. Generate a 1-page brief I can act on. Here's today's: [data]"

Starter B โ€” Decision Analysis

โฑ๏ธ 30 minutes ยท ๐Ÿง  High-value thinking

Pick a decision you're stuck on. Get options + tradeoffs + what you're not considering.

"I'm trying to decide [X]. Here's the context: [details]. Walk me through options, tradeoffs, what I'm not considering."

Starter C โ€” Domain Knowledge Base

โฑ๏ธ 1โ€“2 hours ยท ๐Ÿ“š Compounds over time

Pick a topic you want to actually learn. Get a structured path.

"I want to learn [X] systematically. Build me a structured learning path with 5โ€“10 lessons, each ~10 min."

Part 5 โ€” What Sam Built (shareable showcase)

Public links โ€” no private data:

๐Ÿ€ Bets Hub
Multi-team betting analytics, 13 game analyses, live scores
๐ŸŽ“ Bets Learn
7 interactive lessons on EV, Kelly, CLV, vig, Beta distributions
๐Ÿ“‰ Backtest Results
Real model run against 13,903 NBA games โ€” honest negative result
๐ŸŽฏ Strategy Framework
7-step decision process, 90-day growth projection

Sam's personal financial hub, customer jobs, and household docs stay private. These pages are friend-shareable by design.

Part 6 โ€” How to Know If It's Working

After 1 week:

โœ“ Saving time on at least one task? โ†’ Yes = working
โœ“ Doing things you couldn't before? โ†’ Yes = expanding capability
โœ“ More frustrated or less? โ†’ Less = good
If more frustrated: probably using it for wrong things. AI is good at synthesis + scaffolding + research. AI is bad at being your boss, therapist, or replacing human judgment.

Part 7 โ€” Where to Go Deeper

If you're reading this because Sam sent it: text him after you try a starter project. He's iterating on this toolkit with feedback.