These 3 starter projects only take a weekend (and a few cups of coffee, maybe)
Talk of the town: AI agents will replace SAAS.
This wasn’t a random statement made by any drug dealer. It was Satya Nadella, the CEO of Microsoft, saying this.
If you’re a developer or anyone in tech, you’d want to know how to build AI agents yourself. But not many of us can afford the time to learn them from scratch.
I’m writing this for you if you find yourself in this group.
This is also how I learned to develop AI apps — but more informally. Therefore, I wanted to organize it in a post so that you can follow along nicely and use your weekend to learn the basics of developing AI-powered apps.
I started this post with a reference to AI agents. I will get to that.
But before that, we should get our feet wet on LLMs. Don’t worry—this isn’t a very theoretical post. We will first build an app that uses LLM only. Then, we will build a retrieval-augmented app (RAG). Lastly, we will build a real agentic app.
You may have some knowledge of Gen AI tools. So feel free to skip to your desired project.