From fc87779e20ec24e4bdb2b8497495a63959390443 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Tue, 7 Jan 2025 22:40:08 -0600 Subject: [PATCH] posts: use different heading --- .../building-an-app-for-generative-ai-evaluations/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Blog/wwwroot/posts/building-an-app-for-generative-ai-evaluations/index.md b/src/Blog/wwwroot/posts/building-an-app-for-generative-ai-evaluations/index.md index ad24a8d..f858707 100644 --- a/src/Blog/wwwroot/posts/building-an-app-for-generative-ai-evaluations/index.md +++ b/src/Blog/wwwroot/posts/building-an-app-for-generative-ai-evaluations/index.md @@ -13,7 +13,7 @@ Over the last couple of weeks, I took some time off for the holidays. During the >[!NOTE] > You can find the code for the prototype [here](https://github.com/StevanFreeborn/eval-lab). I'm not sure how far I'll take this project, but maybe it will be useful for you in your work. -## A New Territory Between Development and Testing +## A New Category of Work As software professionals, we're familiar with the traditional boundaries between development and testing. Development typically involves writing code to implement features, while testing focuses on identifying bugs and ensuring requirements are met. However, working with generative AI systems introduces a bunch of new work that doesn't really fit with either of these labels.