Skip to main content
Adobe training, UX Courses, and Photoshop Classes at AGI
AGI Training
Secondary
  • Why AGI
  • About
  • Contact
  • Locations
  • All classes
  • Cart
  • Log in
Search
Search
Main menu
  • Classes & Workshops
    • Classes & Workshops
    • Column 1
      • Adobe Courses
      • Photoshop
      • InDesign
      • Illustrator
      • Premiere Pro
      • After Effects
      • Animate
      • Acrobat
      • Captivate
      • Creative Cloud
      • AI Classes
      • Chat GPT
      • Copilot
      • Claude AI
      • Gemini
      • Animation
      • Motion Graphics
      • After Effects
      • Animate
      • Blender
      • Cinema 4D
      • Maya
      • Digital Marketing
      • Google Analytics
      • Google Tag Manager
      • HTML Email
      • Digital Marketing Certificate
      • Elearning
      • Captivate
      • Camtasia
    • Column 2
      • Figma
      • Figma Introduction
      • Advanced Figma
      • Figma Design Systems
      • Figma Bootcamp
      • Graphic Design Courses
      • Graphic Design Course
      • AI Graphic Design Course
      • Graphic Design Certificate
      • Graphic Design for High School Students
      • Canva
      • Data Visualization
      • Office Skills
      • Excel
      • Power BI
      • PowerPoint
      • Keynote
      • Access
      • Teams
      • Google Docs
      • Presentation Design
      • PowerPoint Design
      • Keynote Presentation Design
    • Column 3
      • UX Courses
      • UX Design
      • UX Research
      • Information Architecture
      • Rapid Prototyping
      • UX for Mobile & Touch
      • Figma
      • UX Certification
      • UX Design Certificate
      • Design Thinking
      • Video Editing Courses
      • Video Production
      • Premiere Pro
      • After Effects
      • DaVinci Resolve
      • Final Cut
      • Video Editing for High School Students
      • Web Accessibility
      • Web Accessibility
      • Section 508
      • Accessibility for Designers
      • InDesign Accessibility
      • MS Office Accessibility
    • Column 4
      • Web Design
      • WordPress Classes
      • HTML
      • CSS
      • Responsive Web Design
      • Web Design Certificate
      • Web Graphics
      • Web Design for High School Students
      • Web Development
      • Agile
      • CSS
      • HTML
      • JavaScript
      • Python
      • WordPress
      • 3D Design
      • 3DS Max
      • After Effects
      • Blender
      • Cinema 4D
      • Maya
      • Motion Graphics
      • Sketchup
      • See All Classes
  • Online Training
    • Online Training
    • Column 1
      • Adobe Classes
      • Photoshop
      • InDesign
      • Illustrator
      • Premiere Pro
      • After Effects
      • Animate
      • Acrobat
      • Captivate
      • XD
      • Creative Cloud
      • All Adobe
      • Digital Marketing
      • HTML Email
      • Google Analytics
      • Google Tag Manager
      • Digital Marketing Certificate
    • Column 2
      • Elearning
      • Captivate
      • Camtasia
      • Graphic Design
      • Graphic Design Course
      • Graphic Design Certificate
      • Design Thinking
      • Office Skills
      • PowerPoint
      • Keynote
      • Excel
      • Access
      • Google Docs
      • Presentation Design
      • PowerPoint Design
      • Keynote Presentation Design
    • Column 3
      • UX Courses
      • UX Design
      • Information Architecture
      • Rapid Prototyping
      • UX for Phone & Touch
      • Figma
      • UX Certification
      • UX Design Certificate
      • Video Editing
      • Premiere Pro
      • After Effects
      • DaVinci Resolve
      • Final Cut
      • Web Accessibility
      • Web Accessibility
      • Section 508
    • Column 4
      • Web Design
      • Web Design Certificate
      • WordPress
      • HTML
      • CSS
      • Responsive Web Design
      • Web Graphics
      • Web Development
      • JavaScript
      • HTML
      • CSS
      • Drupal
      • WordPress
      • CAD & 3D Design
      • Sketchup
      • 3DS
      • Maya
      • See All Classes
  • Certificate Programs
    • Certificate Programs
    • Column 1
      • AI Certificate
      • Graphic Design Certificate
      • Video Editing Certificate
      • Digital Marketing Certificate
    • Column 2
      • UX Design Certificate
      • Web Design Certificate
      • Web Development Certificate
    • Column 3
      • Photoshop Certificate
      • All Certificate Programs
  • Adobe Training
    • Adobe Training
    • Column 1
      • Photoshop
      • InDesign
      • Illustrator
      • Animate
      • Acrobat
    • Column 2
      • Premiere Pro
      • After Effects
      • XD
      • Captivate
      • Connect
    • Column 3
      • Creative Cloud
      • Adobe Express
      • Dreamweaver
      • AEM Forms
      • InCopy
      • All Adobe Classes
      • See All Classes
  • Corporate Training

  • Why AGI
  • About
  • Contact
  • Locations
  • All classes
  • Cart
  • Log in
Breadcrumb
  1. Home
  2. AI Classes
  3. Claude Training
  4. Claude Classes Online
  5. Claude Code Course Online November 17, 2026
See how live online training works in this brief video.

See how live online training works in this brief video.

Learn more about Online classes

All Claude classes include

free retakes of courses Free retake

Curriculum provided Detailed curriculum

Live instructor Live instructor

flexible rescheduling Flexible rescheduling

flexible rescheduling Certificate of Completion

small class Small class sizes

course recording Course recording

Claude Code Course Online November 17, 2026

Claude Code Training Course

Tue, Nov 17 2026
10:00 am to 5:00 pm
Online Training

$495.00

Register
See other dates for this Claude Code Training Course

Move from ad hoc AI assistance to agentic coding using Claude AI. Learn to use Claude Code to explain codebases, and delegate features, bug fixes, and multi-file refactors. Learn to write instructions suited to an agentic system, read a diff critically to distinguish a good change from a plausible-looking bad one, and drive the full git workflow through natural language interaction. Discover how to encode conventions and standards into Claude Code, find out how to direct Claude Code to write and run tests while judging when autonomous iteration is appropriate, and connect to external systems through MCP. Learn processes to make AI-assisted development safe and productive.

Download Course Description (PDF)

Foundations of Claude Code as an Agentic Coding Tool

  • Understanding the spectrum of AI coding tools: from autocomplete to conversational to agentic, and where Claude Code sits
  • Learning what "agentic" means, and why it changes how you give instructions and review results
  • Seeing how an agentic tool's awareness of your whole project differs from file-level autocomplete
  • Installing Claude Code and setting up the local environment
  • Navigating to a project directory and launching a session
  • Using Claude Code to map and explain an unfamiliar codebase in plain language
  • Understanding what Claude Code can and cannot see in your environment
  • Reviewing proposed changes: reading a diff, understanding scope, accepting or rejecting
  • Configuring permission levels: when it asks, when it acts, and when to intervene
  • Adopting the verify-don't-accept mindset that anchors the rest of the course

Precision Prompting and Instruction Design for Claude Code

  • Understanding the anatomy of an effective instruction: role, context, task, constraints, and desired format
  • Guiding output with positive examples versus negative examples
  • Using structure and delimiters to organize complex inputs so the tool stays focused
  • Applying chain-of-thought prompting for diagnostic and analytical tasks
  • Iterative prompting: treating the first output as a conversation opener, not a final answer
  • Scoping instructions for engineering-specific outputs like test plans, specs, and documentation
  • Diagnosing why an instruction didn't work and revising it systematically
  • Writing instructions that produce specific, usable output on the first attempt

Multi-File Work, Refactoring, and Legacy Code using Claude Code

  • Writing instructions scoped clearly enough for multi-file changes
  • Understanding how Claude Code uses agentic search to build project context
  • Delegating a bug fix across dependent files: instruct, review, accept
  • Breaking a small feature into sub-steps that can each be delegated
  • Reviewing diffs critically: what to look for and what to question
  • Handling Claude Code making a wrong assumption mid-task
  • Knowing when to break a large task into smaller, sequenced instructions
  • Generating documentation for undocumented functions and modules
  • Building a dependency map of a legacy system through natural-language queries
  • Incremental refactoring: modernizing without a full rewrite
  • Writing characterization tests before touching legacy code
  • Identifying technical debt systematically and prioritizing it
  • Telling the difference between a good diff and a plausible-looking bad one, and knowing when to approve, redirect, or start over

Claude Code Workflow: Git, Pull Requests, and CLAUDE.md

  • Using Claude Code to stage changes and generate meaningful commit messages
  • Creating and switching branches through natural language
  • Opening a pull request and writing a description that accurately reflects AI-assisted changes
  • Reviewing AI-generated commits in a team context and communicating provenance
  • Generating changelogs and release notes
  • Avoiding common pitfalls: over-committing, mixed-scope commits, and lost context between sessions
  • Understanding what CLAUDE.md is and how Claude Code uses it at session start
  • Deciding what to put in it: coding standards, architecture decisions, library preferences, review checklists
  • Deciding what to keep out of it: sensitive credentials and context that changes frequently
  • Structuring a CLAUDE.md for a real project and encoding domain-specific vocabulary and constraints
  • Team governance: who owns CLAUDE.md, how it's updated and reviewed, and versioning it alongside code

Testing, Validation, and Autonomous Iteration using Claude Code

  • Directing Claude Code to write unit and integration tests from a function description
  • Running test suites through Claude Code and interpreting failures
  • Understanding the autonomous iteration loop: when to let it run and when to intervene
  • Defining acceptance criteria clearly enough for the tool to validate against
  • Reviewing test coverage: what Claude Code tends to miss
  • Using tests as a specification tool: writing tests first, then delegating the implementation
  • Recognizing when not to let it iterate autonomously: risk thresholds in safety-relevant or high-stakes code
  • Evaluating AI-generated test suites for coverage gaps and false confidence

Extending Claude Code: MCP and Data Workflows

  • Understanding what MCP is and why it exists: giving Claude Code a longer reach
  • Surveying integration categories: project management, documentation, data sources, and custom tooling
  • Connecting Claude Code to an internal data source via MCP
  • Delegating data cleaning and transformation scripts
  • Describing an analysis goal in plain language and reviewing the resulting Python or R code
  • Iterating on visualizations conversationally rather than through trial-and-error coding
  • Turning ad hoc scripts into repeatable, documented analysis pipelines
  • Reviewing statistical logic in AI-generated analysis code: what to verify manually
  • Weighing security considerations: what access you grant, to what, and with what controls
  • Evaluating whether an integration creates value or just complexity
See all Claude training, See all AI classes
Register
See other dates for this Claude Code Training Course

Why Claude classes at AGI are the best option for you

  • Hands-on learning: Learn Claude quickly with our proven teaching methods.
  • Exceptional curriculum: AGI has delivered Claude training to thousands over 25 years.
  • Expert instructors: Our instructors are Claude experts and skilled educators.
  • Small class sizes: Receive personalized attention with 10 or fewer participants per class.
  • Repeat for Free: If you need a refresher or miss a class day, retake the Claude class at no cost.
Footer
  • 781-376-6044
  • CONTACT US
  • SEE ALL AGI TRAINING LOCATIONS

© Copyright 2002 - 2026 American Graphics Institute