Software Development
How to Regression Test Software Built on Large Language Models
A challenge when developing software that makes use of large language models is writing automated tests for it. With traditional software, you tend to know exactly what output you expect to receive for a given input. When large language models are involved, however, it’s common to expect a chunk of Read more…