- Why Claude, not ChatGPT
- Picking the right plan
- First-time setup
- Using Projects properly
- Skills — the big unlock
- Artifacts & AI-powered apps
- Writing styles
- Extended Thinking
- Cowork & desktop agents
- Connectors & MCP
- When to use the API
- Claude Code for devs
- Security & data handling
- Prompting that actually works
- Real business use cases
- Common pitfalls
- A suggested stack
- Useful links & resources
Most businesses we talk to have tried ChatGPT once, gotten a mediocre email draft, and decided AI "isn't quite there yet." That's usually because they never set it up properly in the first place. This guide walks through exactly how to introduce Claude — Anthropic's AI — into a real business, from the first login to production automations. No hype, just what we've actually done for our own clients.
SECTION 01Why Claude, not ChatGPT or Gemini
They're all large language models. The differences that matter in a business context are more practical than philosophical:
- Long context — Claude handles 200K tokens on every paid plan (roughly 500 pages of text). You can drop an entire employee handbook, a year of contracts, or a whole codebase in and ask questions across it without chunking.
- Writing quality — Claude's outputs need less rewriting. For client-facing content, SOPs, and proposals this saves serious time.
- Australian usage — It handles AU spelling, AU context, and GST/ATO terminology without being told every time.
- Tool use & MCP — Claude was early on the Model Context Protocol, which is how it connects to tools like Gmail, Supabase, Netlify, and your own internal systems. This matters more than people realise.
- Skills & Artifacts — two features (covered below) that let you package up your own workflows and build small working apps without writing code. No other major AI has an equivalent.
The honest version: if your team mostly writes, researches, summarises, or codes — Claude is the better default. If you need image generation or video, pair it with something else.
SECTION 02Picking the right plan
Anthropic has restructured plans a few times. Here's what the landscape looks like right now — full breakdown at claude.com/pricing.
Start on Pro for a month. If you hit the usage cap more than once a week, or you have a developer running Claude Code agentically, jump to Max. Only go to Team once you have at least 3 people who'll genuinely use it weekly — paying for idle seats is how AI budgets get wasted.
SECTION 03First-time setup — do these five things
Skipping these is why most people's Claude experience is mediocre.
1. Fill in your profile and preferences
Under Settings → Profile there's a "What should Claude call you?" field and a "What should Claude know about you?" field. Use them. Put your business name, what you do, who your customers are, your tone of voice. This gets injected into every conversation.
I run [Business Name], a [industry] business in [city].
We serve [customer type]. Our tone is [casual/direct/premium].
When writing for us, use AU English, avoid corporate fluff,
and default to a professional but friendly voice.
2. Turn on memory
Claude can remember facts across conversations. In Settings → Features, enable "Generate memory from chat history." It stops you re-explaining your business every Monday.
3. Enable the connectors you need
Under Settings → Connectors, connect Gmail, Google Drive, Google Calendar, and any third-party tools you use. These are off by default.
4. Create your first Project
Projects are the single biggest productivity unlock in Claude. More on this below.
5. Install the desktop and mobile apps
The desktop app is noticeably faster than the browser, and voice mode on mobile is genuinely useful for thinking out loud in the car or on a walk.
SECTION 04Using Projects properly — the biggest early unlock
A Project is a persistent workspace with its own knowledge base and its own custom instructions. Every conversation you start inside the Project inherits both. This is how you stop pasting the same context every morning.
- One Project per business unit — don't create one massive "Company" Project. You want "Sales", "Ops", "Marketing", "Dev" as separate Projects so the knowledge stays relevant.
- Upload reference material once — brand guidelines, pricing sheets, competitor info, past proposals, employee handbook. Claude reads them on every message in that Project.
- Write proper custom instructions — tell it the role, the tone, the formatting rules, what it should never do, and what outputs usually look like.
"You are the sales assistant for [Business]. When I share a lead, always: (1) research the company if a URL is given, (2) suggest 3 angles for outreach, (3) draft a short first-touch email in our voice, (4) flag any red flags. Use AU English. Never commit to pricing — flag to me instead."
SECTION 05Skills — the biggest recent unlock
Skills are the feature most business users haven't heard of yet, and they're the thing that changes Claude from "very good AI" into "AI that does things your way." Released in late 2025, now on every plan. Full docs at support.claude.com.
A Skill is a folder of instructions, templates, and optional scripts that teaches Claude how to do a specific task your way. Unlike Projects (which load everything every time), Skills use progressive disclosure — Claude reads a one-line description of each Skill, and only pulls in the full instructions when the task actually calls for it.
Skills vs Projects — when to use which
Projects
- Always loaded when you're inside
- Best for ongoing context (brand, clients, codebase)
- You manually switch between them
- Shareable within a Team plan
- No code execution
Skills
- Available everywhere, loaded on demand
- Best for repeatable procedures (reports, SOPs)
- Claude detects when to use them automatically
- Shareable across the whole organisation
- Can run scripts, templates, data files
Creating your own Skill — no coding required
---
name: client-proposal
description: Use when the user asks to create, draft, or write
a proposal or quote for a client. Follows the company's standard
pricing structure, tone, and section order.
---
# Client Proposal Generation
When I ask for a proposal, produce a document with these sections:
1. Executive summary (3 sentences max)
2. The problem (in the client's own words where possible)
3. Our approach (three phases: audit, build, optimise)
4. Deliverables (bullet list, no fluff)
5. Investment (one-time + ongoing, clearly separated)
6. Next steps
## Rules
- Australian English throughout
- Pricing always shown in AUD, excl. GST, with GST noted below
- Always end with a specific next action and a date
We have Skills for: client onboarding emails, SEO audit reports, post-call ticket notes, Xero receipt reconciliation, and SOP generation from screen recordings. Each one was 10 minutes to write. Each saves hours a week. Browse examples at github.com/anthropics/skills.
SECTION 06Artifacts & AI-powered apps
Artifacts are the side panel that opens when Claude builds something substantial — a document, a chart, a working React app, an SVG diagram. What most people miss: artifacts can now be published and shared as real apps with Claude baked in.
What artifacts are good for:
- Internal calculators (ROI, pricing, sizing)
- Form-to-email or form-to-doc generators
- Data dashboards from an uploaded CSV
- Decision-tree tools (triage, qualification)
- Prototypes you want stakeholder feedback on before committing to a real build
SECTION 07Writing styles — your voice, every time
Styles are a lighter-weight alternative to Projects when all you need is tone consistency. Click the "+" in the composer, choose Use style, and pick from Normal, Concise, Explanatory, or Formal — or create a custom style by pasting in two or three examples of your writing.
Don't write a style guide — show the style. Three paragraphs of your actual writing beats three paragraphs describing how you write. Claude pattern-matches better than it follows rules.
SECTION 08Extended Thinking — when accuracy matters more than speed
By default Claude responds quickly. For hard problems — legal review, complex reasoning, multi-step analysis, sensitive code — toggle Extended Thinking in the composer. Claude then spends seconds or minutes working visibly through the problem before answering.
Turn it on for: reviewing a contract for risks, diagnosing a bug that involves three systems, designing a process or architecture.
Leave it off for: drafting emails, quick lookups, light editing.
SECTION 09Cowork — Claude on your desktop
Cowork is Anthropic's desktop agent product (bundled with Pro, Max, Team Premium). Instead of pasting files into chat, you give Claude access to a folder on your computer and it reads, edits, and creates files directly.
- "Review every proposal in this folder and flag the ones with pricing inconsistencies"
- "Turn these 30 voice memos into a structured SOP document"
- "Reconcile these receipts against the Xero export and list mismatches"
- "Rename and sort these 200 client files according to the naming convention"
SECTION 10Connectors and MCP — where the real power lives
A chatbot that can only chat is a novelty. A chatbot that can read your inbox, check your calendar, pull a Supabase record, and post to Slack is a junior staff member.
SECTION 11When to move to the API
The chat interface is where you work. The API is where you automate. Move to the API when you want Claude to do something without a human in the loop.
| Model | Input / MTok | Output / MTok | Best for |
|---|---|---|---|
| Haiku 4.5 | ~$1 | ~$5 | High-volume simple tasks |
| Sonnet 4.6 | $3 | $15 | Default for business automations |
| Opus 4.6 | $5 | $25 | Complex reasoning, agents, long docs |
Two big levers: prompt caching (up to 90% off repeat context) and the Batch API (50% off for anything that can wait 24 hours).
SECTION 12Claude Code — for teams with developers
Claude Code is a CLI tool that turns your terminal into an agentic coding environment. You point it at a repo and ask it to build a feature, fix a bug, write tests, or refactor — and it does it, committing as it goes.
npm install -g @anthropic-ai/claude-code
claude
SECTION 13Security and data handling — read this part
- Consumer plans (Free, Pro, Max) — by default, Anthropic does not train on your conversations.
- Team & Enterprise — no training on your data, period. Enterprise adds audit logs, SCIM, and a BAA for healthcare.
- API — zero data retention is available on request.
We've audited businesses that gave an AI agent unrestricted access to their CRM and Stripe. One crafted support email away from a bad day. Always sandbox permissions — read-only where possible, require human approval for anything that moves money, sends external emails, or deletes data.
SECTION 14Prompting that actually works
SECTION 15Real business use cases worth setting up
- Inbox triage — Claude reads Gmail, sorts action/FYI/delete, drafts replies. 30–60 mins a day for most people.
- Proposal and quote generation — fed with your service catalogue and past proposals, it drafts new ones in your format in 2 minutes instead of 2 hours.
- Meeting prep — point it at a prospect's website and your calendar; one-pager before every call.
- SOP and handbook writing — record yourself explaining a process for 5 minutes, transcribe, paste, ask for an SOP. Done.
- Support ticket first-response — via the API, auto-drafts a reply a human reviews and sends.
- Contract and invoice review — "read this contract, flag anything unusual versus our standard terms."
- Website and SEO iteration — Claude Code opens a PR on your site with the change you described in plain English.
SECTION 16Common pitfalls to avoid
- Using it like Google. Claude is not a search engine. For facts that change, turn on web search or give it the source.
- One giant Project with everything in it. Signal-to-noise collapses. Split by function.
- Asking one question, getting one answer, never iterating. Messages 2 and 3 are where quality appears.
- No human in the loop on first deployment. Start with Claude drafting, human sending.
- Ignoring cost. API usage can sneak up. Set spend caps. Watch for retry loops.
SECTION 17A suggested starting stack
| Layer | What to set up | Time |
|---|---|---|
| Plan | Claude Pro for the owner + one key staff member | 5 min |
| Profile | Fill in business context and tone preferences | 10 min |
| Connectors | Gmail, Drive, Calendar at minimum | 10 min |
| Styles | Two custom styles: "client email" and "internal" | 15 min |
| Projects | One Project per business function (3–5 total) | 1 hour |
| Skills | Two Skills: your most-repeated doc and most-repeated email | 30 min |
| First automation | Pick one painful weekly task, run it manually for 2 weeks | Ongoing |
SECTION 18Useful links & resources
Official Anthropic
Skills & extensibility
Developer tools
Want this done for you?
We set up and automate Claude-based systems for selective Australian businesses.
Free audit, no pitch deck, no pressure.