FDE Toolkit · Portfolio Blueprint

Your portfolio is your proof

You are competing for a role you have not done yet. Without on-the-job FDE reps, a portfolio of things you have actually built and deployed is the evidence that you can do the work — and the clearest way to stand out from a crowd holding the same certificates.

Want IK to ship you a portfolio like this? Talk to a program adviser.Book a call →

Why a portfolio wins

Three reasons proof-of-work beats credentials for FDE hiring.

You have no FDE reps yet

A portfolio is the proof of work that stands in for the on-the-job experience you can't have until someone hires you.

Certificates prove attendance

A green commit wall proves capability. Hiring panels screen for shipped work, not course-completion badges.

It compounds in public

Consistent building is visible, searchable, and differentiating. Every commit is one more data point in your favour.

Two GitHub contribution graphs compared: 44 contributions in the last year versus 1,558 contributions in the last year.
Same year, two engineers. Consistent, hands-on building is visible — and it compounds. A green commit wall like the one on the right signals more to an FDE hiring panel than any certificate, because it proves the one thing they screen for: you ship.

What an FDE portfolio must prove

Six capabilities, weighted to the technical core. Five are AI-engineering; the sixth is the customer craft that makes you an FDE rather than an AI engineer.

Agentic AI build

You can build an LLM agent that plans, calls tools, and acts — not just a chatbot.

RAG & retrieval

You can ground a model in a customer's own data, with anti-hallucination guardrails and evals.

Multi-agent systems

You can orchestrate specialised agents for a real workflow and keep them reliable.

Production hardening

You ship with tracing, evaluation, guardrails, PII redaction, and cost control — not demos.

Enterprise integration

You can deploy into the customer's environment — APIs, MCP servers, auth, RBAC, audit.

Full customer engagement

You can run discovery → SoW → build → deploy → handover, the way an FDE actually works.

Map your technical skills to projects

One read of where each project demonstrates each capability. The flagship FDE capstone (C7) covers the full set; the rest each prove a focused subset.

Capability C7P2P3P7C3C5
Agentic AI build
RAG & retrieval
Multi-agent systems
Production hardening
Enterprise integration
Full customer engagement

These projects are built on a specific skill set. See the full FDE skills roadmap →

Inside IK FDE: the live build slate

You do not start from a blank repo. The program ships you a portfolio: eight guided builds across the AI-engineering spine, then a capstone you own end-to-end — including a full FDE customer engagement.

Guided projects

P1–P8 · live code-along builds
P1

CRM Lead Qualifier Agent

Build your first LLM-powered agent from scratch: function calling as a reasoning engine, tools for domain lookup and lead scoring, and a working think–act–observe loop. It is the 0→1 every later build stands on — the moment a model stops answering and starts acting.

Built with
  • Function calling
  • tool use
  • the ReAct loop
Common across every build
  • Python
  • Git & GitHub
  • Docker
  • AWS

Capstone projects

C1–C7 · you own these end-to-end
C1

Finnie · AI Finance Assistant

A six-agent system on LangGraph + RAG that delivers personalised investment guidance, portfolio analysis, goal planning, and tax education through one conversational interface. Six specialists coordinated into a single coherent financial co-pilot.

Built with
  • LangGraph
  • RAG
  • six-agent orchestration
Common across every build
  • Python
  • Git & GitHub
  • Docker
  • AWS
Why IK

You graduate with this portfolio, mentor-guided — eight guided builds plus an end-to-end FDE capstone, not a blank repo.

Beyond the program — build your own

The program slate proves the floor. What separates you is what you build on your own time. There are two underused sources, and both are open right now.

Your employer is your first client

One of the most underused portfolio opportunities is inside your current company. You don't need a side project to demonstrate real-world AI engineering — your employer is your first client. Find a workflow, process, or pain point on your team and build an internal AI agent or tool that solves it end-to-end. What matters is a full deployment pipeline against a genuine problem, not a toy demo.

It does three things at once: it makes your AI skills visible inside your org — which can accelerate your transition or open internal opportunities — it generates concrete, specific interview talking points, and it counts as legitimate portfolio work. "I deployed this at my company and here's what happened" lands far harder than a generic GitHub project. Treat it like a real engagement.

There's no limit on shipping

Personal projects have no gatekeeper. No approval, no budget, no scope review — just you, an idea, and a deploy button. That freedom is the point: you can ship every week, fail cheaply, and stack proof faster than any cohort moves.

Building and shipping something real is the most rewarding way to learn the stack — and the clearest signal that you'll do the same for a customer. Start small, ship often, and let the repo tell the story. The contribution wall above is not luck; it's a habit anyone can start this week.

The AI stack to build with

Pick the stack that matches your goal. Start low-friction to ship fast; graduate to the engineering-heavy stack to prove the production judgment that defines the FDE bar. Both use the same tools as the in-program build slate.

Low-friction stackship this weekend
Engineering-heavy stackproduction-grade · the FDE bar
Model
Hosted frontier API — Claude or a GPT-class model. No infra, pay per token.
Frontier API for reasoning + a self-hosted open model (Qwen / Llama via vLLM); fine-tune with QLoRA when the domain needs it.
Language
Python.
Python + TypeScript.
AI coding assistant
Claude / Claude Code — pair-program the whole build.
Claude Code in the loop — tests, refactors, and eval harnesses, not just code.
Frameworks
LangChain + LangGraph, or the OpenAI Agents SDK — agents, RAG, and orchestration out of the box.
LangGraph + custom MCP servers (FastMCP); OpenAI / Claude Agent SDK; Pydantic typed contracts.
Cloud & data
Managed vector store (Chroma / Pinecone serverless) — nothing to run.
Azure AI Foundry / AWS Bedrock / Vertex AI; Docker + Kubernetes; Terraform; pgvector at scale.
Deployment
Vercel for the UI + serverless functions; Streamlit for a fast demo front-end.
Vercel front-end + containerized FastAPI; LangSmith tracing + DeepEval gates in CI; Guardrails / Presidio on the boundary.

40 ideas to start today

Twenty personal builds and twenty you can ship inside your company. Switch tabs, filter by type, and pick one you can deploy this week.

01
Personal Research Agent Agent

Agentic loop that searches Arxiv and the web, deduplicates findings, and writes a structured briefing doc on any topic you give it.

02
Obsidian RAG Assistant RAG

Embed and index your entire Obsidian vault; query your own notes with citations back to the source file.

03
Google Calendar MCP Server MCP

Build a custom MCP server exposing read/write tools for your calendar so any LLM client can schedule, reschedule, and summarize events.

04
YouTube Digest Agent Agent

Given a channel or playlist, transcribe videos, chunk by topic, and generate a weekly email digest with key timestamps.

05
Job Application Copilot Agent

Scrape job postings, score fit against your resume with an LLM, draft tailored cover letters, and track applications in a structured store.

06
LLM Output Eval Harness Eval

Build a reusable framework that runs a prompt suite against multiple models and scores outputs on accuracy, format adherence, and hallucination rate.

07
Agentic File Organizer Agent

Watch a downloads folder, classify files with an LLM, and move them into a labelled directory structure — with a dry-run mode for safety.

08
Reddit Trends Agent Agent

Poll subreddits on a schedule, cluster rising threads by topic using embeddings, and push a Slack or email digest.

09
Local Arxiv Assistant RAG

Pull papers by keyword, chunk and embed abstracts + full text, and let you ask cross-paper questions with source citations.

10
Stock Report Generator Pipeline

Pull financials from a public API, pass structured data through a chain of LLM calls, and produce a formatted analyst-style report.

11
Travel Itinerary Agent Agent

Multi-step agent that searches flights, hotels, and activities, resolves constraints (budget, dates, interests), and outputs a structured day-by-day plan.

12
Recipe Recommender RAG RAG

Index a personal recipe collection, accept natural-language ingredient constraints, and return ranked suggestions with substitution notes.

13
Automated Newsletter Builder Pipeline

Scrape curated sources, run LLM summarization and deduplication, render an HTML email, and schedule delivery — end to end without manual editing.

14
Python Project Summarizer Pipeline

Given a GitHub URL, clone the repo, walk the file tree, and produce a structured README-style summary of architecture, dependencies, and entry points.

15
Fantasy Football ETL + LLM Analyst Pipeline

Pull weekly player stats via API, engineer features, and run an LLM chain that drafts natural-language waiver-wire recommendations.

16
Persona-based Chatbot RAG

Build a chatbot grounded in a corpus of source material (interviews, writings, transcripts) with retrieval to stay in-character and cite sources.

17
SQL Query Assistant Agent

Connect an LLM to a local or hosted database; accept plain-language questions, generate and validate SQL, execute, and return formatted results.

18
No-Show Email Automator Pipeline

Identify contacts who missed an event, score re-engagement likelihood from prior behavior, and generate personalized follow-up emails in bulk.

19
Release Note Generator Pipeline

Pull merged PRs and commit messages from GitHub, cluster by theme with embeddings, and draft versioned release notes in your team's style.

20
Agentic Doc Analyzer Agent

Upload any PDF or doc bundle; an agent extracts structure, answers questions, flags inconsistencies, and outputs a structured JSON summary.

Your portfolio blueprint

You do not need fifteen projects. Four, chosen to cover the bar, beat a pile of demos.

1
One grounded RAG system e.g. SupportDesk-RAG

Proves you can ground a model in customer data with evals.

2
One multi-agent workflow e.g. Multi-Agent Travel Planner

Proves orchestration and reliability under coordination.

3
One production-hardened build e.g. Fintech Support Agent

Proves you ship with tracing, guardrails, and cost control.

4
One full FDE engagement PriorAuth AI

Proves the customer craft — discovery to handover — that defines the role.

Built your portfolio? The next test is talking about it. See the FDE interview loop →

Why Interview Kickstart
25,000+
alumni network across tech
FAANG+
instructors — ex-Google, AWS, Databricks, Microsoft, Meta
1:1
mentorship + FDE-tuned mock interviews
End-to-end
placement support
Build an FDE portfolio that gets interviews.

An Interview Kickstart advisor walks you through where you stand today, the exact gap to close, and the fastest route to a Forward Deployed Engineer offer — built around your background.

Book a call with an advisor →