I find HN to be a bad resource to ask for learning resources. I previously asked for help in learning how claude works but no responses.
Maybe one pointer for others is that people are genuinely curious about learning new things, but as experts we choose not to engage these types of posts, why is that?
OP, in your case you need to move from theory into actually building your own agent and make it do things. Start by solving small problems and then make them more complex over time.
The best way to learn to build an agent is to learn and use pi.dev . The homepage is a masterclass of explaining the main loop with 4 tools (read write edit bash) and how they enable any flow. Skills and Agents.md on how the agent can be guided.
If you understand the above, you're 80% of the way to building any purpose agent. System prompt, project prompt, and the tool call loop.
If you want something to actually build against mastra.ai is worth a look. its typescript framework and it covers the stuff you'll run into pretty quickly. workflows, memory, RAG, observability. I didn't build anything production ready with it but it's been great for getting a feel for how these pieces fit together
We wrote a couple of articles about it, but we were more focused on building on top of CLI-based agents like Claude Code (imagine a lead outreach agent based on Claude Code as an API).
Text in, text out. It's all a bunch of prompts. Use the APIs directly and avoid as many abstraction layers as possible. Everybody is figuring it out all at the same time.
yes, thanks!
I have been building along the way, coded an Agent that works with google analytics 4 and some more, full stack Mern+langgraph. .
however, interesting to know what others are learning.. More in the direction of building autonomous agents because using langgraph does not really seem truly autonomous or maybe i’m doing something wrong.
15 comments
Maybe one pointer for others is that people are genuinely curious about learning new things, but as experts we choose not to engage these types of posts, why is that?
OP, in your case you need to move from theory into actually building your own agent and make it do things. Start by solving small problems and then make them more complex over time.
If you understand the above, you're 80% of the way to building any purpose agent. System prompt, project prompt, and the tool call loop.
21st.dev/community/blog
API Error: 529 {"type":"error","error":{"type":"overloaded_error","message":"Overloaded"},"request_id":"req_011CZqptSV4FbRSkAFJhfRHu"}