AI Beyond
the Basics
Your companion cheat sheet. Everything from the session, plus prompts and tools to try on your own.
Cowork & Design
Two new features that move AI from a chat window into your actual workflow.
Claude Cowork
A real-time AI collaborator. Claude joins your workspace and works alongside you — seeing your edits, offering suggestions, and contributing to documents, spreadsheets, and projects as you work. Think of it as a smart teammate who's always available.
Claude Design
Create visual content through conversation. Describe a landing page, dashboard, or presentation in plain English and Claude generates polished designs. Iterate by talking — “make the header bigger,” “use a warmer palette,” “add a testimonial section.”
Understanding MCPs
Model Context Protocol lets AI connect to your tools — calendar, email, files, databases, and more. Think of them as plugins.
What is MCP?
An open standard that lets AI tools connect to external services. Instead of copy-pasting data into AI, MCPs let the AI reach out and get it directly. Claude pioneered this approach, and it's becoming an industry standard.
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 knowledge.
MCP: A plug-and-play connection that lets AI use a service directly — no coding needed. Think of APIs as the engine under the hood, MCPs as the steering wheel you actually use.
Context Windows Explained
Every AI has a limit on how much information it can process at once. Understanding this limit helps you get better results.
| Platform | Context Window | Roughly Equals |
|---|---|---|
| ChatGPT | ~128K tokens | ~300 pages |
| Claude | ~200K tokens | ~500 pages |
| Gemini | ~1M tokens | ~2,500 pages |
Bigger Doesn't Mean Better
Even models with 1M+ token windows (like Claude Opus 4.7) start hallucinating more past the ~200K mark. More context means more room for AI to get confused, fill in gaps with made-up details, or lose track of instructions. Bigger windows are useful, but reliability drops well before you hit the limit.
Working Around the Limits
Break large documents into chunks and process them separately. Summarize sections first, then analyze the summaries. Be specific about what you need — don't paste everything. And when the data is truly too large, ask AI to write a script that processes it instead.
When AI Should Write the Tool
Sometimes the best use of AI isn't processing your data — it's building a tool that processes it for you.
The Problem
You have a massive contact database in Excel. Thousands of rows with issues: ‘.con’ instead of ‘.com’, spaces in email addresses, duplicate entries, inconsistent phone formatting. Too much data to paste into any AI.
Remember: it's rows × columns. A "small" CSV with 3,000 rows and 25 columns is 75,000 cells. That modest file can consume 500K+ tokens — exceeding most context windows and well past the reliability threshold.
The Solution
Ask AI to write a script that cleans the data for you. The script runs on your computer, handles any file size, applies consistent rules, and catches every instance. AI is better at writing the tool than being the tool.
Best Practices — Before You Run Anything
Always run scripts on a copy of your data — never the master file. If something goes wrong, your original is safe. If you're not comfortable reading code, have someone who is review it before running. AI-generated scripts are usually solid, but they can make assumptions about your data structure. Trust but verify.
Getting Started with Agents
AI agents go beyond chat — they take action, use tools, and complete multi-step tasks. Here are three easy ways to start.
OpenClaw & AI Safety
AI tools are getting more powerful and more autonomous. Here's what's coming, and why security matters more than ever.
What is OpenClaw?
An open-source AI assistant that runs 24/7 on your own computer. You interact with it through WhatsApp, Telegram, or text. It manages your email, calendar, files, and tasks — and builds new capabilities on its own. 310K+ GitHub stars, fastest-growing open-source AI project, and its creator was hired by OpenAI within 4 months. This is the direction personal AI is heading.
The Security Reality
Cisco's security team called OpenClaw “a security nightmare.” China restricted government agencies from using it. Tools like this can access everything on your computer — files, emails, passwords, browsing history. The more powerful and autonomous the AI tool, the more critical it is to:
- Contain what it can access — sandbox or limit permissions
- Never grant full system access to any AI tool
- Review what permissions you’re granting before enabling
- Ask: “What’s the worst this could do?” before giving it access
Review the Slides
Want to revisit something? The full presentation is available as an interactive slide deck.
AI Beyond the Basics — Full Presentation
14 slides covering Claude Cowork & Design, MCPs, context windows, database cleaning, AI agents, and AI safety. Navigate with arrow keys or swipe.
Quick Links
Everything in one place.