Insight Work

A practical space for learning AI, agents, prompting, and better ways of working.

Insight Work is a plain-language learning space built to explain how modern tools work, where they fail, and how teams can use them responsibly. Read a guide, take a quiz, try a workshop, or use a playbook to apply the ideas to real work.

Choose a track

Choose your path.

Insight Work is more than AI theory. Pick the track that matches what you want to do. Understand the tools, practice building with them, or improve how the work itself happens.

Start here

Start with the foundations.

New to this? Follow the steps in order. Each one builds on the last, from how AI works to putting it to use. This is the recommended starting path before you pick a deeper track.

  1. 01

    Understand what AI is, and is not

    Start with how a language model actually produces text. No magic, just probabilities and patterns.

  2. 02

    Learn to prompt effectively

    Once you know how the model works, learn to ask for what you want and get a reliable result.

  3. 03

    See what happens when AI takes action

    Give a model tools and a goal and it becomes an agent. Understand the loop, and the new risks.

  4. 04

    Test your understanding

    Each guide ships with a short companion quiz. Use them to check what actually stuck.

  5. 05

    Apply it to real work

    From here the path branches: use AI at work, use AI while programming, improve a workflow, run a workshop, or pick up a template. Workshops and playbooks turn the ideas into something you can run on a real task.

Field guides

The core learning path.

Long-form visual guides that explain a big concept in plain language. These three connect into one path, read in order or jump to the one you need.

  1. 01
    Field guideAI

    AI Is Not Intelligent

    A plain-language look at what large language models actually do, including probabilities, tokens, hallucinations, context windows, and pattern prediction, while exploring why so many people mistake the output for genuine understanding.

  2. 02
    Field guidePrompting

    The Art & Science of Prompting AI

    A practical walkthrough of how to prompt large language models well: the structure, context, and iteration that separate a vague request from a reliable result.

  3. 03
    Field guideAgents

    When AI Takes Action

    A plain-language look at AI agents. It covers what an agent really is once you give a language model tools and a goal, how the perceive-decide-act-observe loop works, where memory and planning come from, why agents fail differently than chatbots, and the security risks of letting AI act.

Quizzes & challenges

Check what actually stuck.

Short interactive quizzes that go with each guide. A few minutes to see whether the ideas landed, no sign-up, no score kept.

AI for Builders

Using AI while building software, without losing control of the work.

These workshops focus on how to use AI as a programming partner: planning changes, writing better prompts, giving the right context, reviewing generated code, using IDE tools, working with MCP, and validating results through tests, documentation, and version control.

  • WorkshopsProgramming

    Claude for Developers

    Use Claude for planning, debugging, refactoring, documentation, and code review without blindly accepting its output.

    45 to 60 min · Beginner to Intermediate
  • WorkshopsContext

    Context Engineering for Code

    Give an AI the right files, constraints, examples, goals, and acceptance criteria before asking it to write or change code.

    45 to 60 min · Beginner to Intermediate
  • WorkshopsWorkflow

    AI Coding Workflow

    A practical workflow for moving from idea to implementation: plan, scope, prompt, generate, review, test, commit.

    45 to 60 min · Beginner to Intermediate
  • WorkshopsMCP

    MCP and Tool-Connected AI

    A beginner-friendly look at what MCP is, why tool access matters, and how connected tools change the way AI helps with development.

    45 to 60 min · Beginner
  • WorkshopsExtensions

    IDE Extensions and Marketplaces

    Evaluate coding extensions and marketplace tools without installing everything randomly. Focus on usefulness, safety, permissions, and workflow fit.

    30 to 45 min · Beginner to Intermediate
  • WorkshopsDebugging

    Debugging with AI

    Use AI to understand errors, inspect logs, form hypotheses, and test fixes instead of just asking it to fix this.

    45 to 60 min · Beginner to Intermediate
  • WorkshopsRefactoring

    Refactoring with AI

    Improve existing code safely by working in small steps, keeping behavior stable, and reviewing every change.

    45 to 60 min · Beginner to Intermediate
  • WorkshopsTesting

    Testing AI-Generated Code

    Verify generated code using unit tests, manual testing, edge cases, and clear acceptance criteria.

    45 to 60 min · Beginner to Intermediate
  • WorkshopsApp Building

    Building Small Apps with AI

    Build a small feature or app with AI while staying in control of architecture, quality, and scope.

    60 to 90 min · Beginner to Intermediate

AI for Builders · Guides

AI in the Developer Workflow

Practical guides for using AI inside your actual development tools. Learn how to work with AI in VS Code, Cursor, Copilot, Claude, and Claude Code, while setting the right context, reviewing changes safely, debugging issues, refactoring carefully, and extending assistants with skills, plugins, and reusable workflows.

  • GuideVS Code

    Using AI in VS Code

    Use AI assistants inside VS Code through extensions, chat, inline edits, autocomplete, and terminal support, without leaving your editor.

    ~8 min read
  • GuideCursor

    Using Cursor

    Cursor-specific workflows: project context, composer and agent behavior, reviewing changes, and staying in control of the edits.

    ~8 min read
  • GuideCopilot

    Using GitHub Copilot

    Copilot chat, autocomplete, inline edits, and PR help, plus when Copilot is genuinely useful and when it is not enough on its own.

    ~8 min read
  • GuideClaude

    Using Claude for Development

    How Claude helps with planning, debugging, refactoring, documentation, and code review, used as a partner rather than an autopilot.

    ~9 min read
  • GuideClaude Code

    Using Claude Code

    Terminal-based, agentic coding workflows: safe permissions, reviewing file changes, and scoping a task so the agent stays on track.

    ~9 min read
  • GuideExtensibility

    Skills, Plugins, and Extensions

    Extend AI tools with Claude Skills, plugins, MCP servers, custom instructions, project rules, and reusable prompts that fit your workflow.

    ~9 min read
  • GuideContext

    Giving AI the Right Context

    Provide the files, errors, requirements, architecture notes, conventions, expected behavior, and constraints an assistant needs to be useful.

    ~8 min read
  • GuidePlanning

    Planning Before Coding

    Ask AI for a plan before implementation: scope, architecture, impacted files, risks, edge cases, and tests, so the work starts on solid ground.

    ~8 min read
  • GuideReview

    Reviewing AI Code Safely

    Inspect diffs, challenge decisions, avoid unnecessary complexity, check dependencies, validate behavior, and keep commits small.

    ~9 min read
  • GuideDebugging

    Debugging with AI

    Use AI to understand errors, form hypotheses, inspect logs, isolate causes, and test fixes, instead of pasting an error and hoping.

    ~8 min read
  • GuideRefactoring

    Refactoring with AI

    Improve code structure while preserving behavior: work in small steps, update tests, and validate the final diff before you commit.

    ~8 min read

Workshops

Hands-on, applied to real work.

Guided exercises that take a concept off the slide and onto a real task you can work through.

Insight Work is not about collecting AI tips. Each workshop is built to help you practice a real skill, apply it to a realistic task, and leave with something reusable: a prompt, checklist, workflow, template, or working example.

  • WorkshopsAI Use Cases

    AI Use Case Workshop

    Map a real problem, decide if AI is actually useful, define the expected value, risks, data needs, and human review points.

    45 to 60 min · All levels
  • WorkshopsPrompting

    Prompting for Real Work

    Practice turning vague requests into clear prompts with context, constraints, examples, expected output, and review criteria.

    45 to 60 min · All levels
  • WorkshopsWorkflow

    Workflow Friction Finder

    Analyze a real workflow to find bottlenecks, unclear handoffs, repeated decisions, delays, and automation opportunities.

    45 to 60 min · All levels
  • WorkshopsProcess

    From Documentation to Process Flow

    Turn messy documentation into a clear step-by-step process flow that teams can understand, validate, and improve.

    45 to 60 min · All levels
  • WorkshopsDecisions

    Decision Clarity Workshop

    Clarify who decides, what information is needed, what options exist, what risks matter, and when a decision must be made.

    45 to 60 min · All levels
  • WorkshopsMeetings

    AI-Assisted Meeting Prep

    Use AI to prepare for meetings by summarizing context, identifying open questions, drafting agendas, and surfacing risks.

    45 to 60 min · All levels
  • WorkshopsChange

    Change Readiness Workshop

    Prepare a team for a new tool, process, or workflow by mapping what needs to be documented, trained, supported, and measured.

    45 to 60 min · All levels
  • WorkshopsExperiments

    Experiment Design Workshop

    Turn an idea into a small experiment with a hypothesis, success signal, timeline, risk, and next step.

    45 to 60 min · All levels

Playbooks & templates

Reusable tools you can keep.

Practical canvases and checklists you can lift straight into your own work.

Better ways of working

Where the AI learning meets real work.

Material on business agility, workflow clarity, decision-making under uncertainty, running experiments, and keeping a team aligned. This is the bridge between learning the tools and improving how the work actually happens.

  • PracticeProcess

    Process Flow Basics

    Map work clearly so people can see the steps, decisions, handoffs, exceptions, and pain points in a process.

    ~6 min read
  • PracticeDocumentation

    Better Documentation

    Write documentation that helps people do the work instead of only describing the work.

    ~6 min read
  • PracticeOutcomes

    Outcome Over Output

    Shift from "build this" to "what problem are we solving, for whom, and how will we know it worked?"

    ~6 min read
  • PracticeDiscovery

    Powerful Questions

    A practical set of questions for business analysis, stakeholder alignment, discovery, problem framing, and decision-making.

    ~6 min read
  • PracticeAlignment

    Stakeholder Alignment Canvas

    Map stakeholders, expectations, concerns, decision rights, dependencies, and communication needs before work begins.

    ~6 min read
  • PracticeOwnership

    Workflow Ownership

    Clarify who owns a process, who supports it, who approves changes, and who is responsible when something breaks.

    ~6 min read
  • PracticeFeedback

    Feedback Loops

    Design simple feedback loops so teams can learn from users, errors, delays, escalations, and operational signals.

    ~6 min read
  • PracticeHandoffs

    Handoff Quality

    Improve handoffs between teams by defining what must be complete, clear, validated, and traceable before work moves forward.

    ~6 min read
  • PracticePrioritization

    Prioritization Without Chaos

    Use simple criteria to compare requests, reduce noise, explain tradeoffs, and make prioritization more transparent.

    ~6 min read
  • PracticeAdoption

    Adoption After Launch

    Plan what happens after a process, tool, or change goes live: support, training, measurement, feedback, and continuous improvement.

    ~6 min read

About

Why Insight Work exists

Insight Work exists because clear, trustworthy training on these topics is surprisingly hard to find. AI is becoming one of the biggest shifts of our time, so everyone deserves insightful, plain-language material to make sense of it. Everything here is free.

Insight Work is about more than AI. It is also about working well, which means thinking clearly, mapping processes, and making sharper decisions. That makes it a practical resource for business analysts, project managers, and anyone who wants to work more effectively.

CanadaMade in Canada