TDS Archive

An archive of data science, data analytics, data engineering, machine learning, and artificial intelligence writing from the former Towards Data Science Medium publication.

On a Time Crunch but Still Want to Learn to Develop Multi-Agent AI?

These 3 starter projects only take a weekend (and a few cups of coffee, maybe)

Thuwarakesh Murallie
TDS Archive
Published in
13 min readJan 23, 2025

--

Photo by Photo By: Kaboompics.com from Pexels.

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.

What you need …

As I mentioned, this won’t take over a weekend to finish. But besides time, you need a few other things.

First, I assume you’re good at programming (Python) and have experience developing something. (Your pet projects and homework count in, too)

We will be using Python frameworks like Streamlit, Lanchain, and Phidata.

You need an active internet connection because we’ll use OpenAI models through their APIs. Oh, this also means you need an active OpenAI API key.

Your PC should be compatible with and capable of running vector stores like Chroma. Most…

--

--

TDS Archive
TDS Archive

Published in TDS Archive

An archive of data science, data analytics, data engineering, machine learning, and artificial intelligence writing from the former Towards Data Science Medium publication.

Thuwarakesh Murallie
Thuwarakesh Murallie

Written by Thuwarakesh Murallie

Data Science Journalist & Independent Consultant

Responses (9)