Skip to content

Commit c2d8ad2

Browse files
committed
update
1 parent 813fe09 commit c2d8ad2

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

learn-pr/wwl-data-ai/optimize-finetune-agents/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.wwl.optimize-finetune-agents.introduction
33
title: Introduction
44
metadata:
55
title: Introduction
6-
description: Introduction to advanced fine-tuning decision-making for AI agents, covering method selection, synthetic data strategies, performance assessment, and model lifecycle management.
6+
description: Introduction to advanced fine-tuning decision-making for AI agents, covering method selection, agent quality problem recognition, training data preparation, and optimization strategy design.
77
author: madiepev
88
ms.author: madiepev
99
ms.date: 02/25/2026
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
Your team has deployed an AI agent and validated its performance through structured evaluation. Now you face the next challenge: the agent handles general hiking inquiries well, but customers request specific expertise in niche domains like winter mountaineering safety protocols or ultralight backpacking gear selection. Base model prompting alone doesn't capture the nuanced expertise needed, and you don't have sufficient real-world training data in these specialized areas.
22

3-
Effective fine-tuning requires making critical design decisions rather than simply following procedural steps. You must evaluate when fine-tuning offers better value than prompt engineering, assess which fine-tuning approach matches your quality and cost constraints, recognize what makes training data effective versus problematic, and determine whether model performance improvements justify deployment to production.
3+
Effective fine-tuning requires making critical design decisions rather than simply following procedural steps. You must evaluate when fine-tuning offers better value than prompt engineering, assess which fine-tuning approach matches your quality and cost constraints, recognize what makes training data effective versus problematic, and determine whether model performance improvements justify the investment.
44

5-
**Adventure Works**, an outdoor adventure company, operates a Trail Guide Agent that helps customers plan hiking trips with trail recommendations, accommodation bookings, and gear suggestions. After evaluating their agent's baseline performance, the team identifies opportunities to specialize the model for advanced technical queries about gear specifications and safety equipment recommendations. They need to design a fine-tuning strategy that improves domain expertise without degrading general performance, create synthetic training data that addresses gaps in their limited historical conversation logs, monitor whether fine-tuning delivers measurable quality improvements, and establish a reliable process for deploying fine-tuned models to production.
5+
**Adventure Works**, an outdoor adventure company, operates a Trail Guide Agent that helps customers plan hiking trips with trail recommendations, accommodation bookings, and gear suggestions. After evaluating their agent's baseline performance, the team identifies opportunities to specialize the model for advanced technical queries about gear specifications and safety equipment recommendations. They need to design a fine-tuning strategy that improves domain expertise without degrading general performance, prepare training data that meets format and quality requirements for their chosen method, and design an optimization strategy that produces measurable improvements.
66

7-
This module develops your professional judgment for advanced model customization decisions. You learn to evaluate and select appropriate fine-tuning methods based on use case requirements, design synthetic data generation strategies that produce high-quality training data, assess model performance and make optimization decisions using quantitative metrics, and architect model lifecycle workflows from development through production deployment.
7+
This module develops your professional judgment for advanced model customization decisions. You learn to evaluate and select appropriate fine-tuning methods based on use case requirements, recognize agent quality problems and match them to the right fine-tuning approach, prepare training data that meets format and quality standards, and design optimization strategies using hyperparameter configuration and iterative evaluation.
88

99
## Learning objectives
1010

1111
By the end of this module, you've learned to:
1212

13-
- **Evaluate and select advanced fine-tuning methods** including supervised fine-tuning (SFT), reinforcement learning from human feedback (RLHF), and direct preference optimization (DPO) based on quality requirements, data availability, and cost constraints.
14-
- **Design and manage synthetic data strategies** for fine-tuning, including assessing data quality requirements, generating diverse training examples, validating synthetic data effectiveness, and managing data versioning.
15-
- **Assess and optimize fine-tuned model performance** by interpreting evaluation metrics, identifying performance regressions, making data-driven optimization decisions, and validating improvements meet production thresholds.
16-
- **Architect model lifecycle workflows** from development through production deployment, including model versioning strategies, testing approaches, deployment pipeline design, and rollback procedures.
13+
- **Evaluate and select fine-tuning methods** including supervised fine-tuning (SFT), reinforcement fine-tuning (RFT), and direct preference optimization (DPO) based on quality requirements, data availability, and cost constraints.
14+
- **Recognize agent quality problems** and determine which fine-tuning approach addresses the root cause for format inconsistency, tone misalignment, or reasoning failures.
15+
- **Prepare training data** by validating format requirements for each fine-tuning method and applying quality principles to create effective datasets.
16+
- **Design an optimization strategy** by evaluating baseline performance, setting measurable targets, splitting your dataset, and configuring hyperparameters for your chosen method.
1717

1818
Let's start by exploring how to evaluate and select fine-tuning methods for your use case.

learn-pr/wwl-data-ai/optimize-finetune-agents/index.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: learn.wwl.optimize-finetune-agents
33
metadata:
44
title: Optimize and fine-tune AI agents for production
5-
description: Learn how to implement advanced fine-tuning methods, create and manage synthetic data, monitor fine-tuned model performance, and manage models from development through production deployment in a generative AI ops workflow.
5+
description: Learn how to select fine-tuning methods (SFT, RFT, DPO), recognize agent quality problems, prepare training data, and design optimization strategies using hyperparameter configuration and iterative evaluation.
66
author: madiepev
77
ms.author: madiepev
88
ms.date: 02/25/2026
@@ -13,12 +13,13 @@ metadata:
1313
ms.collection:
1414
- wwl-ai-copilot
1515
title: Optimize and fine-tune AI agents for production
16-
summary: "Learn to evaluate fine-tuning methods, design synthetic data strategies, assess model performance, and manage model lifecycles from development through production."
16+
summary: "Learn to evaluate and select fine-tuning methods, recognize agent quality problems, prepare training data, and design optimization strategies using hyperparameter configuration and iterative evaluation."
1717
abstract: |
1818
By the end of this module, you'll be able to:
1919
- Evaluate and select fine-tuning methods including supervised fine-tuning (SFT), reinforcement fine-tuning (RFT), and direct preference optimization (DPO) based on quality requirements, data availability, and cost constraints.
20-
- Design and manage synthetic data strategies for fine-tuning, including assessing data quality requirements, generating diverse training examples, validating synthetic data effectiveness, and managing data versioning.
21-
- Assess and optimize fine-tuned model performance by interpreting evaluation metrics, identifying performance regressions, making data-driven optimization decisions, and validating improvements meet production thresholds.
20+
- Recognize agent quality problems and determine which fine-tuning approach addresses the root cause for format inconsistency, tone misalignment, or reasoning failures.
21+
- Prepare training data by validating format requirements for each fine-tuning method and applying quality principles to create effective datasets.
22+
- Design an optimization strategy by evaluating baseline performance, setting measurable targets, splitting your dataset, and configuring hyperparameters for your chosen method.
2223
prerequisites: |
2324
Before starting this module, you should be familiar with fundamental AI concepts and services in Azure.
2425
iconUrl: /learn/achievements/generic-badge.svg

0 commit comments

Comments
 (0)