Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Coding with AI with Claude

Price
Contact LearnQuest
3 Days
CAICL-100
Classroom Training, Online Training
Other

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 0% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.
 

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

    Sorry, there are no public classes currently scheduled in your country.

    Please complete this form, and a Training Advisor will be in touch with you shortly to address your training needs.

View Global Schedule

Course Description

Overview

AI has changed how software gets built. As Andrew Ng puts it: AI won’t replace programmers — programmers who use AI will replace those who don’t. This is a practical, hands-on course on using AI as a senior-level coding partner to accelerate development, raise code quality, and support architecture and delivery workflows.
The course centers on Claude Code as the flagship AI coding agent, while staying tool-aware: students see where Claude Code fits alongside Cursor, Windsurf, GitHub Copilot, and others, and learn transferable prompting and review habits rather than one vendor’s buttons.
Throughout, the emphasis is on shipping real, maintainable code — not demos — and on knowing when to trust AI output and when not to.
The course closes with a full day on the security of AI deployments — the failure modes unique to AI features (prompt injection, untrusted model output, secret and cost exposure, over-permissioned agents) and the controls a developer owns before shipping. This day draws on Elephant Scale’s dedicated AI-security curriculum, focused here on what a team building with AI coding tools must get right to deploy safely.

Format
  • ~50% lecture and demos, ~50% hands-on labs
  • Individual and small-group exercises
  • Real repositories and production-style workflows

Lab environment
  • Zero install — a cloud lab environment is provided; nothing to install on student machines.
  • A reasonably modern laptop with an unrestricted internet connection and the Chrome browser. A connectivity checklist is provided in advance.

Skill Level
  • Intermediate to advanced

Duration
  • Three days. Days 1–2 cover building software with AI; Day 3 covers the security of AI deployments. A 2-day version (Days 1–2 only) is available for clients who want the build content without the security day.


 

Objectives

After the course, participants will be able to:
  • Use Claude Code as a pair programmer for feature work, refactoring, and debugging
  • Write effective prompts that turn vague requirements into production-quality code
  • Navigate and safely refactor large, unfamiliar codebases with AI assistance
  • Generate meaningful tests and debug from logs and stack traces
  • Use AI in the delivery workflow: PR reviews, commit messages, CI/CD, and IaC
  • Judge where AI output must be distrusted, reviewed, or constrained
  • Choose the right AI coding tool for a given task
  • Recognize and contain the security failure modes specific to AI features (prompt injection, untrusted output, denial-of-wallet)
  • Apply developer-owned controls — secret management, least privilege, guardrails, cost limits — before deploying
  • Red-team their own AI features and score them with the Elephant Scale Secure AI Score (SAIS-100)

Audience

  • Software Engineers and Architects
  • Data Scientists
  • DevOps Engineers
  • Technical Leads

Prerequisites

    • Strong programming experience (Python, Java, JavaScript, or similar)
    • Git/GitHub or GitLab basics
    • Familiarity with APIs and basic system design

Topics

Day 1 — AI as a Pair Programmer Module 1: The AI Coding Landscape & Claude Code Foundations
  • What AI coding agents do well vs. common failure modes
  • The tool landscape: Claude Code, Cursor, Windsurf, GitHub Copilot, Codex, Replit
  • Where Claude Code fits and why (agentic, codebase-aware, terminal-native)
  • Context windows and long-form reasoning
  • Security, IP, and enterprise usage considerations
Lab - Implement a feature without AI, then re-implement with Claude Code - Compare speed, quality, and maintainability Module 2: Prompting for Real Code
  • Prompt patterns for feature development, bug fixing, refactoring, test generation
  • Asking for design rationale and tradeoffs
  • Iterative prompting strategies
Lab - Convert vague requirements into production-quality code - Improve results through iterative prompting Module 3: Understanding & Refactoring Existing Code
  • Working with large codebases and dependency mapping
  • Architectural explanation and identifying technical debt
  • Safe, incremental refactoring strategies
Lab - Analyze a real repository: have Claude Code explain the architecture, flag risks, and propose a refactoring plan; implement a selected refactor Module 4: Testing & Debugging with AI
  • Generating unit and integration tests; identifying edge cases
  • Debugging from logs and stack traces
  • Creating regression tests from real bugs
Lab - Generate a test suite; debug a failing service using logs only ________________________________________ Day 2 — AI for Architecture and Delivery Module 5: System Design with AI
  • Translating business requirements into system architecture
  • API and data model design; performance and scalability considerations
  • Using AI to critique and challenge your designs
Lab - Design a small system (e.g., a document-processing service); iterate on feedback Module 6: AI in the Development Workflow
  • PR reviews, commit-message generation, and code-quality analysis
  • AI-assisted code review — and when/why to distrust AI output
Lab - Run a simulated PR review; fix the issues the AI identifies Module 7: AI-Assisted DevOps and Automation
  • Writing CI/CD pipelines; Dockerfile generation and optimization
  • Shell/scripting assistance; infrastructure-as-code
Lab - Generate a CI pipeline; optimize build and deployment steps (The capstone moves to the end of Day 3 so it includes security hardening — see Module 12.) ________________________________________ Day 3 — Security of AI Deployments You just learned to build fast with AI. This day is about shipping what you built without getting burned: the security failure modes specific to AI features and the controls a developer owns in code. Drawn from Elephant Scale’s dedicated AI-security courses, focused here on deploy-time concerns for teams building with AI coding tools. Module 8: The AI Attack Surface for Builders
  • Why AI features fail differently — semantic attacks, not just syntactic
  • Prompt injection (direct and indirect) against apps you build
  • Treating model output as untrusted input to the rest of your system
  • Insecure output handling: XSS, SSRF, command/SQL injection downstream
  • The trust boundaries a developer actually owns
Lab - Attack an AI feature you built with Claude Code; contain the blast radius and add output validation/encoding Module 9: Secrets, Identity, and Cost Controls
  • API-key and secret management (never in prompts, code, or logs)
  • Per-user authn/authz for AI features; propagating identity to tools and retrieval
  • Denial-of-wallet: rate limits, token budgets, and timeouts
  • Logging without leaking secrets or PII
Lab - Get secrets out of the prompt/code path; add per-user rate limits and a cost budget Module 10: Guardrails, Agents, and Secure Deployment
  • Input/output guardrail layers: what they catch and what they miss
  • Least privilege, allowlists, and approval gates for agents and tools
  • Sandboxing tool execution; scoped, short-lived credentials
  • Secure deployment: configuration, dependencies, and supply chain (pinning, provenance)
  • RAG security at ingestion and retrieval (where applicable)
Lab - Lock down an over-permissioned agent; add an input/output guardrail layer Module 11: Red-Teaming and Scoring Your AI App
  • Building an automated abuse/red-team suite for AI features
  • Prompt-injection and jailbreak regression tests in CI
  • Scoring an app’s security with the Elephant Scale Secure AI Score (SAIS-100)
  • A pre-ship security checklist for AI features
Lab - Write automated red-team tests and wire them into CI; score the app on the SAIS-100 Capstone: Build, Secure, and Ship End-to-end project that carries the feature you built on Days 1–2 through to a deployment-ready state: requirements ? design ? implementation ? tests ? security hardening ? red-team pass ? PR, with Claude Code used throughout under defined guardrails. Emphasis on code quality, explainability, maintainability — and now shippable security. ________________________________________ Optional Enterprise / Government Add-Ons
  • Secure AI usage policies and content-exclusion settings for proprietary code
  • Working with regulated/proprietary codebases
  • Auditability and traceability of AI-assisted changes
Outcomes Participants leave with a repeatable AI-assisted development workflow, proven prompt templates for daily engineering tasks, a clear sense of the tools’ strengths and limits, and a complete repository demonstrating responsible AI-assisted coding.
 
  • GPT-3

    PLPJ-215
    • Duration: 2 Days
    • Delivery Format: Classroom Training, Online Training
    • Price: ???
  • 50 Algorithms Every Programmer Should Know

    PLPJ-220
    • Duration: 4 Days
    • Delivery Format: Classroom Training, Online Training
    • Price: 2,340.00 USD
Top 20 Training Industry Company - IT Training

Need Help?

Call us at 877-206-0106 or e-mail us at info@learnquest.com

Personalized Solutions

Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

Contact Us

Need Help?

Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

Talk to us

Self-Paced Training Info

Learn at your own pace with anytime, anywhere training

  • Same in-demand topics as instructor-led public and private classes.
  • Standalone learning or supplemental reinforcement.
  • e-Learning content varies by course and technology.
  • View the Self-Paced version of this outline and what is included in the SPVC course.
  • Learn more about e-Learning

Course Added To Shopping Cart

bla

bla

bla

bla

bla

bla

Self-Paced Training Terms & Conditions

??spvc-wbt-warning??

Exam Terms & Conditions

??exam-warning??
??group-training-form-area??
??how-can-we-help-you-area??
??personalized-form-area??
??request-quote-area??

Sorry, there are no classes that meet your criteria.

Please contact us to schedule a class.
Close

self-paced
STOP! Before You Leave

Save 0% on this course!

Take advantage of our online-only offer & save 0% on any course !

Promo Code skip0 will be applied to your registration

Close
Nothing yet
here's the message from the cart

To view the cart, you can click "View Cart" on the right side of the heading on each page
Add to cart clicker.

Purchase Information

??elearning-coursenumber?? ??coursename??
View Cart

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

If you would like to request a quote for 5 or more students, please contact CustomerService@learnquest.com to be assigned an account representative.

Need more Information?

Speak with our training specialists to continue your learning journey.

 

Delivery Formats

Close

By submitting this form, I agree to LearnQuest's Terms and Conditions

Here's the new schedule