Demo Proposal: LLMOps evaluation quality gate demo - #3046
Merged
Merged
Conversation
Co-Authored-By: Elpa430 <Elpa430@users.noreply.github.com>
Contributor
|
hi @sammosios |
Contributor
Author
Sure thing :) |
ericcornelissen
approved these changes
Sep 21, 2026
ericcornelissen
left a comment
Collaborator
There was a problem hiding this comment.
The proposal looks good. There's a small risk of it lacking enough Technical Depth so I advice you make sure that you go a bit in depth on something (e.g., the technical details of DeepEval).
Contributor
|
Hello @ericcornelissen , me and @bog1200 would also like to give feedback on this demo. Is this allowed? (since another team wants to do so too) |
Collaborator
|
@pspanoudakis only one group should give feedback on any given task, so unfortunately not. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Assignment Proposal
Title
LLMOps evaluation and quality gate pipeline
Names and KTH ID
Deadline
Week 4
Category
Demo
Description
We demonstrate a minimal LLMOps pipeline that extends a traditional CI/CD workflow with automated evaluation of an LLM-powered feature. A small application built around an LLM prompt is evaluated using DeepEval test cases (e.g. answer relevancy, faithfulness, hallucination) as part of the CI stage. If the evaluation scores fall below a defined threshold, the pipeline fails and blocks deployment, turning the evaluation into an automated quality gate.
In the demo we will:
Relevance
LLMs are increasingly embedded into production software, but their outputs are non-deterministic and sensitive to prompt, model, and data changes, so shipping them without automated evaluation risks silently degraded behavior reaching users. Treating LLM evaluation as an automated, versioned quality gate in CI/CD extends established DevOps practices, continuous testing, fast feedback, and reliable, gated releases, to AI-powered features, and is directly applicable to any pipeline that deploys LLM-dependent code.