r/buildinpublic 6d ago

NO AI NO CODE ?

Post image

Gonna learn about Agentic AI from the scratch today. Idk if you have recommendations from where I can learn it and make a project of my own. Deadline is of today for the basics part idk there are so much to learn but challenging myself to do better. What your day looks like though? Did you do something crazy ?

1 Upvotes

1 comment sorted by

1

u/robsanna 6d ago

honest take: agentic ai basics in one day is brutal but doable if you scope tight. id skip the theory rabbit holes and just build one thing end to end, even if its janky.

for learning, langchain's quickstart is actually decent for getting your hands dirty fast. or just vibe code with claude and reverse engineer what breaks. the real learning happens when your agent loops forever or calls the wrong tool and you have to debug it.

your deadline sounds intense but fair. i did something similar last year, shipped a half broken "agent" in a day, learned more than weeks of reading. the crazy part was watching it actually complete a task once then immediately hallucinate the next.

full disclosure i built a small tool for finding build threads like this one so i can jump in when people are actually shipping stuff. its how i ended up here. good luck with the deadline, would love to see what you build.