Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 2.19 KB

File metadata and controls

38 lines (24 loc) · 2.19 KB

Claude Code: Designing Multi-Model AI Systems

This is the repository for the LinkedIn Learning course Claude Code: Designing Multi-Model AI Systems. The full course is available from LinkedIn Learning.

lil-thumbnail-url

Course Description

Use multi-modal AI systems with Claude Code to transform the way you approach AI developments. Dr. Isil Berkun, AI educator and founder of DigiFab.AI, shows you how to implement effective routing, fallback, and guardrail strategies. Explore ways to optimize decision quality, job robustness, and safety through a comprehensive evaluation pipeline that examines latency, cost, and routing outcomes. Build the practical skills you need to create resilient and maintainable AI systems, through hands-on exercises. Perfect for applied ML engineers, AI-focused individual contributors, and technical leaders, this course offers insights on mapping tasks to proper models and efficiently operating AI systems with human-in-the-loop reviews and incident response. By the course's end, you'll have completed a Claude Code project showcasing a scalable, production-ready AI system.

How to Use This Repo

The src/ folder contains the finished code. The prompts/ folder contains the exact Claude Code prompts used in each video.

To follow along: Clear src/ and build with the instructor using the prompts. To reference: Open src/ and compare with your own code.

Prerequisites

Setup

pip install anthropic
export ANTHROPIC_API_KEY="your-key-here"

Instructor

Dr. Isil Berkun

Check out my other courses on LinkedIn Learning.

Follow me on LinkedIn.