Ask HN: How to Learn to Build Agentic AI Systems (Like Claude Code)

8 pointsposted 2 days ago
by hhimanshu

Item id: 45045829

5 Comments

rbjorklin

2 days ago

This is pretty much a step-by-step guide for getting started with code: https://ampcode.com/how-to-build-an-agent

hhimanshu

2 days ago

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!