Hacker News new | ask | show | jobs
by rbjorklin 292 days ago
This is pretty much a step-by-step guide for getting started with code: https://ampcode.com/how-to-build-an-agent
1 comments

Great 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!