5 ms·
This is pretty much a step-by-step guide for getting started with code: https://ampcode.com/how-to-build-an-agent https://ampcode.com/how-to-build-an-agent
by rbjorklin 1y ago
This is pretty much a step-by-step guide for getting started with code: https://ampcode.com/how-to-build-an-agent https://ampcode.com/how-to-build-an-agent
- hhimanshu 1y agoGreat resource, definitely a good place to take the next step. As I looked into detail, the natural question came (based on software developing experience), how do I evaluate the correctness of output produced by LLM given the inputs. Clearly, unit test with fixed in/out pairs won't help so learning methods to evaluate as we develop iteratively will be very useful. Thanks for sharing the article!