Live Workshop ยท Claude

Claude:
Your New Technical Co-Founder

From searching Google to building systems โ€” in one session

Where You Are Today

You Ask. It Answers.

That's it. A very expensive search engine.

๐Ÿง‘โ€๐Ÿ’ผ
You
โ†’
๐Ÿ’ฌ
"How do I do X?"
One question at a time
โ†’
AI Response
Here's how you could do that...
You copy it. You paste it. You move on.
โš ๏ธ
You're not building anything.
Every answer disappears when you close the tab.
Where You'll Be After This

You Direct. It Builds.

Systems that run. Data that flows. Reports that write themselves.

๐Ÿง‘โ€๐Ÿ’ผ
You
Give direction
โ‡„
๐Ÿค–
Claude
๐Ÿ“Š
Daily Reports
Telegram Alerts
๐Ÿ—„๏ธ
Live Dashboards
๐Ÿ“ก
API Connections
โœ… Systems run 24/7 โ€” without you typing another prompt
The AI Landscape

Not All AI Is the Same

Different models for different jobs. No single 'best' โ€” each has its strength.

OpenAI
Chat & Writing
ChatGPT
OpenAI
The one most people know. Great for chat, writing, and general questions. Think of it as a smart conversation partner.
Speed
Claude Haiku
Anthropic
Fast and lightweight. Perfect for quick tasks โ€” lookups, formatting, simple questions. The speed demon.
Daily Work
Claude Sonnet
Anthropic
The all-rounder. Research, analysis, content creation. Handles most daily work.
Hard Problems
Claude Opus
Anthropic
The heavy hitter. Complex engineering, deep reasoning, architecture. When the task is hard, this is what you want.
๐Ÿ’ก We'll use Claude + Opus/Sonnet โ€” the sweet spot of capability and control.
Getting Set Up

Two Ways to Use Claude

Pick your entry point โ€” both lead to the same power.

๐Ÿ–ฅ๏ธ
Desktop App
Download at claude.ai/download. The easiest way to start building. Clean chat interface, full power. This is what we use today.
Workshop Focus
โšก
Terminal / CLI
Claude Code. Direct access to your files, code repositories, and systems. Available for power users who want maximum control.
Advanced / Optional
๐Ÿ“ฑ
Mobile App
On-the-go questions. Review outputs. Give quick directions. Not for building.
Setup

Getting Started in 4 Steps

You'll be running your first session in under 10 minutes.

1
Sign Up
Go to claude.ai โ€” sign up with email. Free tier works to start.
2
Download the Desktop App
Go to claude.ai/download โ€” download and install the Claude desktop app for Mac or Windows.
3
Open & Log In
Open the app, log in with your claude.ai account. Takes 60 seconds.
4
Start a Conversation
Click "New conversation" and type your first instruction. You're ready.
โฑ๏ธ Requires: Anthropic account (free to start, Max plan for full power) ยท For advanced users: terminal version also available at claude.ai/code
Your First Session

It ACTS. Not Just Answers.

Watch it read files, write code, and execute โ€” autonomously.

Claude ยท claude.ai
Build me a script that pulls yesterday's Shopify orders and sends a summary to Telegram
I'll help you build that. Let me get started.

Reading your project files...
Writing fetch-orders.py
Connecting Shopify data API
Adding Telegram bot delivery

Done. Your script is ready โ€” run python fetch-orders.py to test it.
Key Insight
It reads your files, writes the code, and delivers a working script.
You described the outcome. Claude figured out every step to get there.
This is the shift.
From question โ†’ answer to instruction โ†’ working system.
Glossary
๐Ÿ”Œ
API
API
Application Programming Interface โ€” a way for two software systems to talk to each other.
Analogy
Think of a restaurant: you're the customer, the kitchen is the software, and the waiter is the API. You order (request), the waiter relays it, the kitchen responds (data).
Real Example
GET /orders?since=yesterday โ†’ [{id, revenue, items}]
Glossary
โŒจ๏ธ
CLI
CLI
Command Line Interface โ€” controlling your computer by typing text instead of clicking buttons.
Good News
You don't need to use the command line. The Claude desktop app does everything. But if you want maximum control, Claude Code (the terminal version) gives you direct access to files and systems. It's optional โ€” and powerful when you're ready for it.
๐Ÿ–ฑ๏ธ
GUI (Buttons & Menus)
Visual interface โ€” click buttons, use menus
โšก
CLI
claude "do the thing"
Glossary

MCP, Skills, Tools & Plugins

Think of them as apps for your AI. They extend what Claude can do.

๐Ÿ”ง
MCP
Model Context Protocol. A standard way to give Claude access to external tools โ€” like a browser, database, or API.
๐Ÿ“š
Skills
Reusable instruction sets. You write them once; Claude follows them every time. Like standard operating procedures for your AI.
โš™๏ธ
Tools
Built-in capabilities: read files, run code, search the web, use a calculator. Claude picks the right tool automatically.
๐Ÿงฉ
Plugins
Third-party extensions. Connect Shopify, Notion, Slack, GitHub โ€” Claude can read and write to all of them.
Combined: Claude can access any system your business runs on.
Glossary
GitHub
GitHub & Repos
A repository (repo) is a folder for your code. GitHub stores it online with a complete history of every change.
Analogy
Google Drive for code โ€” with a time machine. Every version saved. Restore any moment. Multiple people can work simultaneously without overwriting each other.
๐Ÿ’พ
Save versions
โช
Undo anything
๐Ÿ‘ฅ
Collaborate
Under the Hood

How Claude Works

Six steps. One loop. Fully autonomous.

๐Ÿ’ฌ
1. Prompt
You describe the outcome you want
โ†’
๐Ÿ“–
2. Read
Claude reads your existing files and context
โ†’
๐Ÿ“‹
3. Plan
Breaks the task into executable steps
โ†’
โšก
4. Execute
Writes code, calls APIs, runs commands
โ†’
๐Ÿ”
5. Review
Checks the output, fixes errors automatically
โ†’
๐Ÿ”„
6. Continue
Ready for your next instruction
โœ… You stay in the loop โ€” approve before anything irreversible happens
Prompting

How NOT to Prompt

These three patterns waste hours. Recognise them before you start.

โŒ
Too Vague
"Make me a dashboard"
No data source, no metrics, no format. Claude will guess โ€” and guess wrong.
โŒ
Too Micro
"Write a for loop that iterates over this array and formats each item as a string"
You're coding, not directing. Describe the outcome, not the implementation.
โŒ
No Success Criteria
"Improve my script"
Improve how? Faster? More readable? Handles errors? Without a goal, it goes nowhere.
Prompting

How to Prompt โ€” The Formula

Every great prompt has these four ingredients.

WhatThe task
WhereThe location
WhyThe context
SuccessHow you know it's done
Example prompt โ€” colour coded
"Build a script that fetches Shopify orders
from the /scripts folder
so I can see daily revenue without logging in
โ€” done when it prints a summary and saves to orders.json"
What โ€” the action
Where โ€” file or system
Why โ€” the business reason
Success โ€” how you know it's done
The Problem

Manual Paid Media โ€” 5 People, Weeks of Lag

Every cycle costs time, money, and momentum.

๐Ÿ‘จโ€๐Ÿ’ป
Technical Person
Pulls raw data from Shopify, Meta & GA4
2โ€“3 days
โ†’
๐Ÿ“Š
Data Analyst
Cleans, merges, calculates metrics
2โ€“3 days
โ†’
๐Ÿ“ฃ
Media Buyer
Interprets data, writes brief
1โ€“2 days
โ†’
๐ŸŽจ
Creative Team
Produces new ad creatives
3โ€“5 days
โ†’
๐Ÿš€
Media Buyer
Uploads, launches, monitors
1 day
โฐ
9โ€“14 Days
Per full campaign iteration
๐Ÿ‘ฅ
5โ€“6 People
Touching every single cycle
๐Ÿ”
Manual
Every. Single. Time.
The Cost

What the Old Way Actually Costs

Per year. Before you add overhead, benefits, or management time.

Technical / Data Engineer
$150,000
Data Analyst
$110,000
Media Buyer
$100,000
Creative Team
$200,000
Total Annual Cost
$560,000
The New Way

One Claude Instance. Everything Connected.

Same five steps. Hours instead of weeks.

๐Ÿ—„๏ธ
Data Pull
Shopify, Meta, GA4 โ€” automated nightly
๐Ÿ“Š
Analysis
Metrics calculated, anomalies flagged
๐Ÿค–
Claude
Command Centre
4 Hours
per full cycle
โœ๏ธ
Creative Brief
AI writes brief from data signals
๐ŸŽจ
Ad Generation
Images created via FAL AI
๐Ÿš€
Launch
Paused for your approval, then live
The Numbers

The Comparison Is Not Close

Same outcomes. Fraction of the resources.

Annual Cost
Old Way
$560K
New Way
<$500
Time Per Cycle
Old Way
21 Days
New Way
2 Days
Team Size
Old Way โ€” 6 people
๐Ÿง‘โ€๐Ÿ’ผ๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ“Š ๐Ÿ“ฃ๐ŸŽจ๐Ÿš€
New Way โ€” 1 person
๐Ÿง‘โ€๐Ÿ’ผ + Claude
Old Way
6 People
New Way
1 Person
Live Session
[LIVE DEMO]
Command Centre โ€” Data โ†’ Decisions โ†’ Deployment
๐Ÿ“Š
Live Dashboard
๐Ÿค–
Agent Swarm
Telegram Alerts
๐ŸŽจ
Creative Studio
Memory & Learning

Claude Gets Smarter Over Time

ChatGPT forgets everything. Claude builds accumulated intelligence.

๐Ÿ“„
CLAUDE.md
A file that tells Claude who you are, what you're building, and how you work. Loaded every session automatically.
๐Ÿง 
Memory Files
Decisions, past mistakes, business rules โ€” saved to markdown. Claude reads them before starting any task.
๐Ÿ“‹
Rules Files
Non-negotiable constraints. "Never touch a live campaign." "Always validate data." Enforced every time.
๐Ÿ”„
ChatGPT
Fresh start every conversation. Zero institutional memory.
vs
๐Ÿ“ˆ
Claude
Knows your business, your rules, your past mistakes.
Reality Check

Honest Expectations

This is powerful โ€” and it takes real direction. Here's what you need to know.

๐ŸŽฏ
The skill you're building is directing, not coding
The more clearly you define outcomes, constraints, and success criteria โ€” the better Claude performs.
โฑ๏ธ
First projects take longer. Then they're fast.
Week 1: learning curve. Week 3: you're shipping things in hours that used to take a week.
๐Ÿ”
You still need to review outputs
Claude is not fire-and-forget. You review, approve, and guide. Especially for anything that touches live systems or money.
๐Ÿ“ˆ
The compounding effect is real
Every system you build becomes context for the next one. Month 3 Claude is dramatically more capable than Day 1 Claude.
Hands-On Exercise

Build a Daily Briefing Bot

Your first real system. 10 minutes. Zero code experience required.

๐Ÿ“…
Calendar & Data
Google Apps Script reads your calendar automatically
โ†’
๐Ÿค–
AI Processing
The script summarises, flags priorities, writes the brief
โ†’
๐Ÿ“ง
Email Summary
Lands in your inbox at 7am. Every morning. No device needed.
โฑ๏ธ 10 minutes to build
๐Ÿ’ฐ Free โ€” runs on Google's cloud
๐Ÿ“Š No laptop needed โ€” Google runs it for you
Exercise Steps

Build It Now โ€” Step by Step

Open the Claude app. Follow along.

1
Open the Claude Desktop app
Start a new conversation
Open Claude
Launch the app and start a fresh conversation
2
"I want a Google Apps Script that reads my Google Calendar every morning at 7am and emails me a summary of today's meetings and tasks"
Describe What You Want
One sentence is all Claude needs to start building
3
"Make it include: meeting times, who's attending, any prep notes from the calendar description. Format it cleanly."
Refine the Details
Claude generates the complete Google Apps Script
4
Go to script.google.com โ†’ paste the code โ†’ click Run โ†’ set a daily trigger at 7am
Paste, Run, Schedule
Three clicks. Runs on Google's servers forever. Free.
Your Path Forward

Your 4-Week Roadmap

From first session to running your first autonomous system.

Week 1
Foundation
Download the Claude app
Build your first CLAUDE.md
Daily briefing bot live
Connect one API (Shopify or Meta)
Week 2
Data Pipeline
Automated data pulls
KPI dashboard โ€” track your key metrics (local)
Anomaly alerts
Weekly report generation
Week 3
Automation
Campaign monitoring agent
Budget pacing alerts
Creative performance flags
Second API connected
Week 4
Scale
Full command centre
AI writes creative briefs
Multi-agent workflows
Running without daily input
"The person who learns to direct AI effectively will replace the team that doesn't."
Get started today.
claude.ai
claude.ai/download (desktop app)