Skip to content
Shafin Zaman

24 AI Project Ideas to Build in 2026

By Shafin ZamanLast updated 29 July 2026Each with a full build plan

TL;DR

24 portfolio-ready AI projects in 7 categories: RAG, LLM apps, agents, MCP, fine-tuning, production, and full products. Each has its own page with a complete build plan you can copy straight into your AI coding agent. Don't build all 24, build 3 to 4 across categories, deploy them, and document them.

Recruiters want production signals, not notebooks. A finished, deployed project with a live URL and a clean README beats a long list of half-built demos every time. Pick a few of these across categories, open the build plan, and ship them. Every plan is free-tier only and comes with a prompt you can hand to Cursor, Claude, or ChatGPT.

Building along? Take the whole set with you.

Copy or download all 24 build plans as one Markdown file, ready for your AI agent.

LLM apps & APIs

Turn raw model calls into reliable, structured product features.

AI agents

Systems that plan, use tools, and act in a loop. What's getting people hired.

MCP & tooling

The open standard connecting agents to tools and data. Companies hire for it now.

Fine-tuning & models

Make a small open model beat a big one on your task, using only a free GPU.

Production & reliability

The infrastructure that makes AI trustworthy: gateways, evals, tracing, guardrails.

Full products

Everything together: a real, deployed AI product, not a demo.

The free stack to build all of these

Every project runs on free tiers. Here's the stack I'd reach for.

Frontend
Next.js
Hosting
AWS free tierNew accounts get up to $200 in credits.
Database + vectors
MongoDB Atlas (free M0)Atlas Vector Search runs on the free tier, so your database and your vectors live in one place.
Or Postgres + pgvector
self-hosted on your EC2Install Postgres on the same AWS server as the backend and add pgvector for vector search. No extra hosting cost.

Honest note: The AWS $200 is trial credit, not free forever. Treat it as runway to ship and validate, then pay only for the piece that actually grows, usually model calls or the database. Groq's free tier and Atlas M0 stay free at low usage.

Frequently asked questions

What AI projects impress recruiters in 2026?+

Finished, deployed projects that show production signals, not notebooks. A RAG app that cites sources, an agent that uses tools, and a project with evaluation and monitoring stand out. Recruiters want proof you can ship something reliable, with a live URL and a clean GitHub README, over a long list of tutorials.

Can I build these for free?+

Yes. Every project here runs on free tiers: Groq for model calls, MongoDB Atlas (free M0) or Postgres with pgvector for storage and vector search, and AWS free tier or Hugging Face Spaces for hosting. Fine-tuning projects can use a free Google Colab or Kaggle GPU. You only pay once a project gets real usage.

Do I need a GPU for these projects?+

For most of them, no. When you call a model through an API the heavy compute runs on the provider's servers. You only need a GPU for the fine-tuning projects, and a free Colab or Kaggle GPU is enough for those.

How many of these should I build?+

Three to four, not all 24. Pick projects across different categories, finish them, deploy them, and document them well. Depth and range beat quantity: one strong RAG app, one agent, and one production-focused project make a far better portfolio than a dozen half-built demos.

Which project should a beginner build first?+

Start with a RAG app like 'Chat with your PDF', then build an agent, then a production-focused project such as an eval harness or LLM gateway. That order takes you from grounding a model in data, to giving it tools and multi-step reasoning, to making it reliable, which mirrors how real AI products are built.

Want the reasoning behind a specific build? I post these on LinkedIn most weeks. Follow along and share what you ship.