← Cheat Sheet
Brighton Chamber
AI Beyond
the Basics

Taking your AI skills to the next level — practical tools, real strategies.

Brendon Frazer — May 28, 2026

Scan to open the slides
Scan to follow along
expertedgemay28.pages.dev/presentation
This Morning
What We'll Cover
01

Claude's New Tools

Cowork & Design — built for professionals

02

MCPs & Context

Extend AI's reach and understand its limits

03

The Database Problem

When AI should write the tool, not be the tool

04

Agents & Safety

Automated workflows — and the guardrails they need

Claude's New Tools
Claude Cowork

A real-time AI collaborator that works alongside you in a shared workspace. Think of it as a teammate who can see what you're working on and contribute in real time.

Shared Canvas

Work together on documents, spreadsheets, and code in real time — Claude sees your edits as you make them

Proactive Suggestions

Claude doesn't just wait for prompts — it notices patterns, spots issues, and offers improvements while you work

Context-Aware

Understands the full project context. Ask follow-up questions without re-explaining your setup

Where It Helps

Think about collaborative tasks: drafting proposals, reviewing contracts, refining marketing copy. Cowork turns those from back-and-forth into side-by-side.

Claude's New Tools
Claude Design

Create visual content directly inside Claude. Landing pages, presentations, dashboards, and prototypes — described in words, delivered as designs.

Describe → Design

Tell Claude what you need in plain English. It generates polished visual layouts, complete with styling and structure.

Iterate Instantly

Don't like the color scheme? Want more whitespace? Just say so. Refine designs through conversation, not design tools.

Use case: Need a quick landing page for an event? A one-pager for a client? A dashboard mockup? Describe it to Claude and get a working prototype in minutes.
Real Examples

This presentation was built using AI. Real estate flyers, event pages, internal dashboards — anything visual that used to require a designer for a first draft.

Extensibility
What Are MCPs?

Model Context Protocol — a standard that lets AI connect to your tools. Think of MCPs as plugins that give AI access to your calendar, email, files, databases, and more.

You

Ask a question or give a task

AI + MCP

Connects to external tools via protocol

Your Tools

Calendar, email, files, databases, CRM

Simple version: MCPs let AI do things instead of just talking about things. Check your calendar, search your files, pull data from your CRM — all from inside the conversation.

MCP vs API — What's the Difference?

API: A way for developers to write code that talks to a service (e.g., pulling weather data into an app). Requires programming.
MCP: A plug-and-play connection that lets AI use a service directly — no coding needed. Think of APIs as the engine, MCPs as the steering wheel.

Comparison
MCPs: ChatGPT vs Claude

Both platforms are adding ways to connect AI to external tools. Here's how they compare.

FeatureChatGPTClaude
ApproachActions & ConnectorsModel Context Protocol (MCP)
SetupToggle on from a marketplace — like an app storeConfigure via settings or desktop app — more hands-on
Who Makes ThemVetted by OpenAI, official partnersOpen-source community, anyone can build one
CategoriesProductivity (Slack, Notion), data (Sheets, Zapier), searchDev tools (GitHub, DBs), files, search, custom/internal tools
CustomizationUse what's available — limited configurationBuild your own, connect to internal systems, full control
Best ForNon-technical users wanting quick integrationsTeams wanting deep, custom workflows
Bottom line: ChatGPT's approach is "app store" — browse and install. Claude's is "open standard" — more powerful but requires a bit more setup. Both are evolving fast.
Understanding AI
Context Windows

Every AI has a 'context window' — the amount of information it can hold in its working memory at once. Think of it as the size of the AI's desk.

~128K
ChatGPT tokens
~200K
Claude tokens
~1M
Gemini tokens

What does this mean in practice?

128K tokens ≈ a 300-page book. Sounds like a lot, but complex tasks eat context fast. Long conversations, large documents, and detailed instructions all compete for the same space.

Bigger doesn't mean better

Even models with 1M+ token windows (like Claude Opus 4.7) start hallucinating more reliably past the ~200K mark. More context = more room for the AI to get confused, fill in gaps with made-up details, or lose track of instructions. Bigger windows are useful, but reliability drops before you hit the limit.

Strategies
When Context Isn't Enough

Context windows are getting bigger, but some tasks will always exceed them. Here's how to work around the limits.

Chunk Your Input

Break large documents into sections. Process them one at a time. Combine the results.

Summarize First

Ask AI to summarize each section, then work with the summaries for analysis and comparison.

Be Specific

Don't paste everything. Give AI only what it needs for the current question. Less noise = better answers.

Change the Approach

Sometimes the answer isn't fitting more in. It's asking AI to build a tool that processes the data for you.

Real-World Example
The Database Problem

You have a massive Excel file — thousands of contacts. Your database is full of issues that need cleaning.

.con

Instead of .com

email @gmail

Random spaces in emails

John Smith ×3

Duplicate entries

5551234567

Inconsistent formatting

Why you can't just paste it into AI

It's not just about row count — it's rows × columns. A "small" CSV with 3,000 rows and 25 columns is 75,000 cells. Each cell is a piece of context. That modest spreadsheet can easily consume 500K+ tokens — exceeding most context windows and well past the reliability threshold. Scale that to 50K rows and you're looking at millions of data points. No AI can process that reliably in-context.

The Better Approach
Let AI Write the Tool

Instead of making AI process your data, ask it to write a script that does the processing. AI is better at building tools than being the tool.

❌ DON'T

Paste the database into AI

Hits context limits. Misses patterns. Inconsistent results. Can't handle 50K rows.

✅ DO

Ask AI to write a cleaning script

Handles any size. Consistent rules. Catches every instance. Reusable on future data.

Example prompt: 'Write a Python script that reads my Excel file and finds all email addresses with common typos: spaces before @, .con instead of .com, missing TLDs, and duplicate entries. Output a report of everything found.'

Before you run anything

Always run scripts on a copy — never your master file. If something goes wrong, your original data is safe. If you're not comfortable reading code, have someone who is review it first. AI-generated scripts are usually solid, but they can make assumptions about your data structure that aren't right. Trust but verify.

Agents
What Is an AI Agent?

An agent doesn't just answer questions — it takes action. It can use tools, make decisions, and complete multi-step tasks on its own.

Chatbot

You ask, it answers

One exchange at a time. No tools. No follow-through.

Agent

You delegate, it executes

Multiple steps. Uses tools. Makes decisions. Completes the task.

Ask the room

What's a repetitive task in your business you wish someone else would just handle?

Examples to get them started: Weekly report generation, lead follow-up emails, invoice processing, social media scheduling, competitive research summaries, client onboarding checklists.
Getting Started
Start Building Agents Today

You don't need to code. These three platforms make it easy to create your first agent.

ChatGPT Custom GPTs

Build a specialized chatbot with custom instructions, files, and tools. Share it with your team or keep it private.

Included with Plus ($20/mo)

Claude Projects

Create a project with persistent context, custom instructions, and uploaded files. Your AI workspace for any recurring task.

Included with Pro ($20/mo)

Gumloop

Visual drag-and-drop agent builder. Describe what you want in plain English with Gummie and it builds the automation.

Free tier available
Start simple: Pick one repetitive task. Build an agent that handles it. Once it works, build the next one.
The Frontier
OpenClaw & AI Safety

AI tools are getting more powerful — and more autonomous. Here's what that looks like, and why caution matters.

What is OpenClaw?

An open-source AI assistant that runs 24/7 on your computer. You talk to it through WhatsApp, Telegram, or text. It manages your email, calendar, files, and tasks — and builds new capabilities on its own.

Why It Matters

310K+ GitHub stars. Fastest-growing open-source AI project. The creator was hired by OpenAI within 4 months. This is the direction AI assistants are heading — always-on, deeply integrated into your life.

The Security Reality Check

Cisco's security team called OpenClaw "a security nightmare." China restricted government use. The tool can access everything on your computer — files, emails, passwords, browsing history. This applies to all autonomous AI tools: always contain what they can access, run them in sandboxed environments, never give full system access, and review what permissions you're granting. The more powerful the tool, the more important the guardrails.

Key Principle

Power without containment is a liability. Always ask: what can this tool access, and what's the worst it could do?

Recap
Key Takeaways
  • Claude Cowork and Design put AI inside your workflow, not beside it.
  • MCPs turn AI from a chatbot into a connected tool that works with your systems.
  • Know your context window limits — bigger doesn't mean more reliable.
  • When data is too big for AI, ask it to build the tool instead. Always run on copies.
  • Agents let you go from asking questions to delegating tasks. Start small.
  • As AI tools get more powerful, security and containment matter more, not less.

Your Cheat Sheet

Everything from today in one place.
Quick reference, prompts, and links.

VIEW CHEAT SHEET →

Brendon Frazer

1 / 14