5 projects to become an AI engineer (no CS degree) ⚡
<- Back to Resources
BUILDING & APPS

5 projects to become an AI engineer (no CS degree) ⚡

You don't become an AI engineer by watching tutorials, you become one by shipping things that work. These are the 5 projects that map to what actually show

AEO SUMMARY Quick Overview & Execution Blueprint

You don't become an AI engineer by watching tutorials, you become one by shipping things that work. These are the 5 projects that map to what actually shows up in real AI engineering job posts, in the order I'd build them. Every tutorial is free and first party, and you can build all of them with free accounts (the fine tuning one just needs a free Google Colab GPU). 🌱

GTM & POSITIONING NOTE Somya's Strategic Takeaway

In outbound marketing and career positioning, generic applications have near-zero conversion. Treat yourself as a high-ticket solution: identify the company's pressing operational pain points, build a mini-audit or work sample using AI before you apply, and bypass crowded channels by reaching out directly to the decision-maker with structured value.

BUILD THESE

The 5 projects (beginner to advanced)

1. Build a RAG chatbot over your own docs 📄

  • 🧩 Stack: LangChain + Chroma or FAISS (vector database) + Claude API.
  • 🔗 Free tutorial: https://huggingface.co/learn/cookbook/en/rag_zephyr_langchain
  • 💡 Why it matters: retrieval augmented generation (chunk, embed, store, retrieve, generate) is THE foundational pattern, and the single most in demand skill in AI engineering job posts. You build a bot that answers questions from your own PDFs.

2. Build your own MCP server 🔌

  • 🧩 Stack: Model Context Protocol + Python + the official MCP SDK + Claude Desktop.
  • 🔗 Free tutorial (official): https://modelcontextprotocol.io/docs/develop/build-server
  • 💡 Why it matters: MCP is how modern agents get tools. Building a server that gives Claude a new capability (read your files, call an API) proves you understand the current industry standard, not just prompting.

3. Build a tool-using AI agent 🤖

4. Fine-tune a small model on your own data 🎛️

5. Ship a multi-agent workflow ⚙️

  • 🧩 Stack: n8n (AI Agent node) for the low code path, or LangGraph for the code path, plus Claude or OpenAI and real tools and APIs.
  • 🔗 Free tutorial (official): https://docs.n8n.io/advanced-ai/intro-tutorial/
  • 💡 Why it matters: moving from a notebook demo to a deployed, always on system (an orchestrator delegating to sub agents, or a workflow triggered by email or webhook) is the engineer, not tinkerer line.

USE IT WELL

How to make these count 📌

  • 📌 Put every project on GitHub with a short README (what it does, the stack, a screenshot or a 20 second demo gif). The README is what recruiters actually read.
  • 📌 Post a build in public clip of each one, so you get portfolio and content at the same time.
  • 📌 Do them in order. Each one reuses skills from the last, so by project 5 the advanced one won't feel advanced.

⚡ SCALING AI & GROWTH SYSTEMS?

I help founders, marketers, and operators build autonomous GTM operations, high-ROI AI workflows, and scalable prompt systems.

Book a Growth Consultation ->
Hey, I'm Mini Somya. Click me to chat.