К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
MLOps and LLMOps: Deploying and Scaling AI in Production · LearnSpace
Назад в каталог
courseraПрограммирование

MLOps and LLMOps: Deploying and Scaling AI in Production

Курс от Board Infinity
Средний≈ 17.4 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

This intermediate course equips ML engineers, data scientists, and software engineers with the practical skills needed to design, deploy, and scale production AI systems. You’ll learn how to architect reliable ML and LLM applications, including model serving patterns, feature stores, and retrieval-augmented generation (RAG) components. The course walks through reproducible training and experimentation pipelines with tools like MLflow and Weights & Biases, from experiment tracking and model registration to production deployment. You will configure CI/CD workflows tailored to ML and LLM systems, covering data, model, and prompt versioning, automated testing, and safe rollback strategies. The course emphasizes security, privacy, and compliance best practices, including access control, secrets management, and safe handling of user and training data. You’ll design scalable serving infrastructure using containers, Kubernetes, and autoscaling, and apply deployment patterns such as canary, blue-green, shadow, and A/B testing to introduce changes safely. Finally, you’ll build automated evaluation and observability for production AI. This includes automated evaluation pipelines (e.g., LLM-as-a-judge) wired into CI/CD gates, defining and tracking key quality and performance metrics like hallucination rate, latency, throughput, and cost per request, and implementing robust logging, metrics, distributed tracing, and telemetry. You will also detect and monitor data and model drift, bias, and degradation over time using tools such as Arize Phoenix, design alerting strategies, and collaborate with product and reliability teams to establish incident response, runbooks, and continuous improvement processes for AI systems at scale. Disclaimer: This is an independent educational resource created by Board Infinity for informational and educational purposes only. This course is not affiliated with, endorsed by, sponsored by, or officially associated with any company, organization, or certification body unless explicitly stated. The content provided is based on industry knowledge and best practices but does not constitute official training material for any specific employer or certification program. All company names, trademarks, service marks, and logos referenced are the property of their respective owners and are used solely for educational identification and comparison purposes.

Навыки, которые вы освоите

CI/CDMLOps (Machine Learning Operations)Release ManagementModel EvaluationSoftware VersioningContinuous MonitoringModel TrainingModel DeploymentContinuous DeploymentRetrieval-Augmented GenerationContainerizationPrompt EngineeringLarge Language ModelingLLM ApplicationData EthicsSite Reliability EngineeringAI SecurityScalabilityResponsible AIApplication Deployment

Программа курса

4 модулей · 65 учебных материалов

01Operationalizing AI Pipelines (CI/CD, CT/CD, Versioning)17 материалов

Foundations of CI/CD for ML & LLM Systems

ML/LLM CI/CD Architecture: How It's Different from DevOpsВидеоAutomating Build → Test → Deploy for ML PipelinesВидеоIntegrating Model & Data Validation into CI/CDВидео“CI/CD + CT/CD: Patterns & Anti-patterns in ML Deployment Pipelines”Чтение

Учитесь у экспертов

Board Infinity

Instructor

MLOps and LLMOps: Deploying and Scaling AI in Production
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 17.4 ч

4 модулей

Язык: Английский

Часть программы вашего университета
Practice Quiz : Foundations of CI/CD for ML & LLM SystemsЗадание

Model Versioning & Release Management

Semantic Versioning for Models, Prompts, & DatasetsВидеоModel Registries: MLflow, W&B, and Custom SystemsВидеоRollbacks & Lineage Tracking for Experiment SafetyВидео“Model Registry Design: Governance, Lineage, and Auditability”ЧтениеPractice Quiz : Model Versioning & Release ManagementЗадание

Environment & Dependency Management

Why ML Environments DriftВидеоReproducibility with Docker, Conda, Lockfiles, and HashesВидеоPromoting Environments Across Dev → Staging → ProductionВидео“Environment Parity Checklist for ML Systems”ЧтениеPractice Quiz : Environment & Dependency ManagementЗаданиеGraded Quiz : Operationalizing AI Pipelines (CI/CD, CT/CD, Versioning)ЗаданиеQuick Course Check-InPLUGIN
02LLMOps Fundamentals: Context, Prompts, Inference Optimization16 материалов

Managing Context Windows & Prompt Structure

Designing Efficient Context WindowsВидеоStructured Prompts for Reliability & DeterminismВидеоTechniques to Reduce Hallucination via Prompt EngineeringВидео“Prompt Architecture Patterns for Production LLM Systems”ЧтениеPractice Quiz : Managing Context Windows & Prompt StructureЗадание

Inference Optimization: Latency & Token Cost

Understanding Latency Budgets & Token Cost DriversВидеоBatching, Caching, Streaming, CompressionВидеоModel Choices: API vs Local ModelsВидео“Token Economics: Understanding Cost Structures of LLM PipelinesЧтениеPractice Quiz : Inference Optimization: Latency & Token CostЗадание

Prompt Versioning & Experiment Tracking

Logging Prompt Variants with W&B/MlflowВидеоTracking Prompt-Response DeltasВидеоScientific Evaluation of Prompt VariantsВидео“Prompt Versioning Framework Example Repository”ЧтениеPractice Quiz : Prompt Versioning & Experiment TrackingЗадание“Help me reduce the latency and cost of my LLM pipeline.”Задание
03Evaluation: From Vibes to Metrics16 материалов

Designing LLM Evaluation Datasets

Constructing Realistic Evaluation DataВидеоSampling Edge Cases & Failure ModesВидеоAvoiding Bias in Test DataВидео“LLM Evaluation Dataset Blueprint”ЧтениеDesigning LLM Evaluation DatasetsЗадание

LLM-as-a-Judge Methodologies

Designing Evaluator PromptsВидеоScoring for Consistency, Relevance, CorrectnessВидеоLimits of Automated ScoringВидео“Automated Scoring Frameworks for LLM Evaluation”ЧтениеLLM-as-a-Judge MethodologiesЗадание

Integrating Evaluation into CI/CD Pipelines

Evaluation Triggers During DeploymentВидеоQuality Gates & Release ThresholdsВидеоReading Evaluation Dashboards for Release ReadinessВидео“Evaluation Automation Templates Using MLflow/W&B”ЧтениеPractice Quiz : Integrating Evaluation into CI/CD PipelinesЗаданиеCovers: dataset design, automated evaluation, CI/CD integration.Задание
04Observability & Tracing for Production AI16 материалов

Experiment Tracking & Telemetry (W&B / MLflow)

Logging Prompts, Responses, and MetadataВидеоComparing Experiments Across VersionsВидеоTracking Inference MetricsВидео“Telemetry Best Practices for Production AI”ЧтениеPractice Quiz : Experiment Tracking & Telemetry (W&B / MLflow)Задание

Tracing and Debugging with Arize Phoenix

How Chains and Agents BreakВидеоUsing Phoenix to Trace Execution StepsВидеоIdentifying Hallucination Triggers and BottlenecksВидео“Tracing Playbook for Complex AI Systems”ЧтениеPractice Quiz : Tracing and Debugging with Arize PhoenixЗадание

Monitoring Drift & System Health

Data Drift vs Behavioral DriftВидеоDrift Dashboards & AlertingВидеоWhen to Retrain or Update the PipelineВидео“Drift Detection Techniques for LLM Applications”ЧтениеPractice Quiz : Monitoring Drift & System HealthЗадание“Help me diagnose the failure points in this trace and recommend fixes.”Задание