November 2024
LLMs: time to stop coding blindly? TDD to the rescue!
Same TDD-for-LLMs talk, replayed for testing specialists at the Soirée du Test Logiciel.
November 2024
Same TDD-for-LLMs talk, replayed for testing specialists at the Soirée du Test Logiciel.
Introduction:
The application of Test Driven Development (TDD) principles to Large Language Models (LLMs) is often overlooked, under the pretext that it is neither possible nor profitable. However, TDD can bring significant benefits in terms of reliability, security, and performance.
Objective:
This presentation aims to demonstrate how TDD can be applied to LLMs to:
Content:
I will share my experience at Orange Business on a client project, where we developed a chatbot for citizens of a city. We implemented a multi-agent system using several LLM models, while applying a TDD strategy.
Technical Details:
Conclusion:
TDD can transform the way we develop and deploy LLM-based systems, bringing benefits both in terms of quality and performance.