# Confident Prep > Free, mentor-curated AI engineering and AI interview-prep learning paths with real, deployable projects. Built by a single mentor with 22 years of production experience. No paid tiers, limited spots per cohort. Confident Prep sequences hands-on AI engineering projects into three structured paths and delivers them fortnightly by email, with direct mentor feedback. The underlying project library is open source on GitHub. ## Primary Entry Points - [Home](https://confidentprep.com/): structured AI learning paths with real deployable projects. - [Live AI interview cohort](https://confidentprep.com/live/): free live cohort for AI/ML interview preparation. - [AI/ML engineering course](https://confidentprep.com/courses/): self-paced course chapters with interview-oriented explanations. - [AI interview hub](https://confidentprep.com/interview/): AI interview-prep entry point. - [Blog](https://confidentprep.com/blog/): practical AI engineering and AI interview-prep articles. - [RSS feed](https://confidentprep.com/rss.xml): machine-readable feed of published blog posts. - [Sitemap](https://confidentprep.com/sitemap-index.xml): complete crawlable URL inventory. ## Learning Paths - [AI Engineering Fundamentals](https://confidentprep.com/paths/ai-engineering-fundamentals/): You're newer to engineering and want to get into AI/ML. You don't need ML math — you need to build and deploy real things. - [AI-Augmented Engineering](https://confidentprep.com/paths/ai-augmented-engineering/): You have 2–8 years of software experience. AI is everywhere and you feel behind. These projects put AI into the work you already know how to do. - [ML Engineering on AWS](https://confidentprep.com/paths/ml-engineering-on-aws/): You've done some ML or data science and want to own the full system — training, serving, monitoring — in production on AWS. - [Build Your Own Path](https://confidentprep.com/paths/custom/): a custom sequence assembled from the project library for anyone the three paths don't fit. ## Course Chapters - [Session 1: How LLMs Actually Work](https://confidentprep.com/courses/ai-ml-for-interview/1-how-llms-actually-work/) - [Session 2: Prompt Engineering & the LLM API Surface](https://confidentprep.com/courses/ai-ml-for-interview/2-prompt-engineering-and-the-llm-api-surface/) - [Session 3: Embeddings & RAG](https://confidentprep.com/courses/ai-ml-for-interview/3-embeddings-and-rag/) - [Session 4: Context & Memory Management](https://confidentprep.com/courses/ai-ml-for-interview/4-context-and-memory-management/) - [Session 5: Tool Use & Single-Agent Loops](https://confidentprep.com/courses/ai-ml-for-interview/5-tool-use-and-single-agent-loops/) - [Session 6: Multi-Agent Systems & Role-Play](https://confidentprep.com/courses/ai-ml-for-interview/6-multi-agent-systems-and-role-play/) - [Session 7: Guardrails, Evals & Observability for Agentic Systems](https://confidentprep.com/courses/ai-ml-for-interview/7-guardrails-evals-and-observability-for-agentic-systems/) - [Session 8: Model Selection & Fine-Tuning Trade-offs](https://confidentprep.com/courses/ai-ml-for-interview/8-model-selection-and-fine-tuning-trade-offs/) - [Session 9: Production AI System Design](https://confidentprep.com/courses/ai-ml-for-interview/9-production-ai-system-design/) - [Session 10: AI Security & Responsible AI](https://confidentprep.com/courses/ai-ml-for-interview/10-ai-security-and-responsible-ai/) - [Session 11: Capstone Build](https://confidentprep.com/courses/ai-ml-for-interview/11-capstone-build/) - [Session 12: Mock Interview & Portfolio Narrative](https://confidentprep.com/courses/ai-ml-for-interview/12-mock-interview-and-portfolio-narrative/) ## Published Articles - [The LLM Fundamentals Interview Question That Trips Up Senior Candidates](https://confidentprep.com/blog/1-llm-fundamentals-interview-questions-explained/): "How does an LLM generate a response?" sounds like a warm-up question. It isn't. Here's why most answers stall after two beats, and what the full answer actually requires. - [What Your LLM Prompts Actually Cost (Most Teams Never Measure This)](https://confidentprep.com/blog/1-what-your-llm-prompts-actually-cost/): Token count, not word count, is what you're billed for — and the gap between the two is bigger than most engineers assume. A framework for measuring prompt cost before it shows up as a surprise on the invoice. - [What Separates a Senior Prompt-Engineering Answer From a Junior One](https://confidentprep.com/blog/2-prompt-engineering-interview-questions-explained/): Interviewers ask one open-ended question about production prompt design and listen for five specific things. Here's what those five things actually are, and which one most candidates skip. - [The Four Fields Every Production Prompt Needs (and What Breaks When You Skip One)](https://confidentprep.com/blog/2-the-rctf-framework-for-production-prompts/): Role, Context, Task, Format — the RCTF framework for writing prompts that hold up in production, plus the measured cost of skipping the Format field: an 80% format-drift rate. - [What Agent-Loop Interview Questions Are Actually Testing For](https://confidentprep.com/blog/5-agent-loop-interview-questions-explained/): Interview questions about tool use and agent loops aren't really testing whether you can name the steps — they're testing whether you've watched one fail. Here's what the questions are really probing for. - [The Permission Model Hiding Inside Every 'AI Agent'](https://confidentprep.com/blog/5-how-ai-agents-actually-call-tools/): Every AI agent that takes real actions relies on a boundary most people never name explicitly: the model requests, your code decides. Here's why that boundary is the whole design, and what breaks when it's missing. - [Multi-Agent AI Systems: The Two Bugs That Only Show Up After You Add a Second Agent](https://confidentprep.com/blog/6-designing-a-multi-agent-ai-team/): A single AI agent fails loudly. A team of them can fail silently — passing garbage from one agent to the next while reporting success. Here's the design pattern that catches both failure modes before production does. - [What Interviewers Are Actually Testing When They Ask About Multi-Agent Systems](https://confidentprep.com/blog/6-multi-agent-interview-questions-explained/): Multi-agent system design has become one of the default AI engineering interview topics. The question isn't whether you can name the pattern — it's whether you can explain what breaks it. - [What Interviewers Are Actually Listening For When They Ask About AI Safety](https://confidentprep.com/blog/7-guardrails-evals-interview-questions-explained/): Production AI safety interview questions have a shape: six specific beats, and most candidates only cover four of them. Here's what the missing two reveal about your answer. - [The Three Layers Between a Demo and a Production AI Agent](https://confidentprep.com/blog/7-the-production-ai-safety-stack/): Guardrails, evals, and observability aren't three separate projects — they're three layers of the same safety stack, and most teams only build the first one. Here's why that's not enough. - [Choosing the Right Model Tier: The Cost-Latency-Quality Triangle](https://confidentprep.com/blog/8-choosing-the-right-model-tier/): Most model-selection debates start with a model name. The ones that hold up under scrutiny start with a constraint. Here's the framework, with real cost numbers. - [The Model-Selection Interview Question Almost Everyone Answers Backwards](https://confidentprep.com/blog/8-model-selection-interview-questions-explained/): Interviewers don't want a model name. They want to hear you name a constraint first. Here's why that one habit is the whole signal — and what it reveals about fine-tuning, benchmarks, and production trade-offs. - [AI Portfolio Projects for Career Switchers: What to Build When Your Past Experience Is Not AI](https://confidentprep.com/blog/ai-portfolio-projects-for-career-switchers/): A career-switcher guide to AI portfolio projects: how engineers, data analysts, PMs, and ML-adjacent professionals can choose projects that make past experience relevant. - [Best AI/ML Projects for Your Resume: 12 Portfolio Builds That Prove Real Skill](https://confidentprep.com/blog/best-ai-ml-projects-for-resume/): A practical AI/ML resume project list: RAG, agents, evals, streaming APIs, SageMaker, monitoring, and other portfolio builds hiring teams can inspect. - [How to Build an AI Portfolio With No Experience: Start Small, Then Prove Production Skill](https://confidentprep.com/blog/how-to-build-ai-portfolio-no-experience/): A practical roadmap for building an AI portfolio from zero experience: start with small LLM tools, add RAG, evals, deployment, and a public project narrative. - [Why Your LLM App 'Forgets' — and the Three Memory Strategies That Fix It](https://confidentprep.com/blog/llm-context-and-memory-management/): An LLM has no memory of its own — every call only sees what you send it. Here's why a bigger context window doesn't solve that, and the three strategies that actually do. - [Deploying ML Models on AWS SageMaker: From Notebook to Endpoint](https://confidentprep.com/blog/deploying-ml-models-aws-sagemaker/): Running a model in a Jupyter notebook proves nothing. Here's how to deploy a real SageMaker endpoint with autoscaling — using boto3 and the SageMaker SDK. - [Fine-Tuning vs Prompt Engineering: How to Pick the Right Lever](https://confidentprep.com/blog/fine-tuning-vs-prompt-engineering/): Most teams jump to fine-tuning too early. Here are the 3 questions to ask first, when prompting wins, and a Python benchmark to measure the difference yourself. - [Understanding RAG: When to Use It and When Not To](https://confidentprep.com/blog/understanding-rag-architecture/): Retrieval-Augmented Generation is everywhere. But most tutorials skip the tradeoffs. Here's what actually matters when you're building production RAG. - [AWS IAM for ML Engineers: Least-Privilege Roles That Actually Work](https://confidentprep.com/blog/aws-iam-for-ml-engineers/): ML teams consistently over-permission their AWS roles. Here's how execution roles actually work, what permissions SageMaker jobs actually need, and a Terraform module to create it right. - [Why Projects Beat Courses for AI/ML Learning](https://confidentprep.com/blog/why-projects-beat-courses/): Certificates don't get you hired. Deployed projects do. Here's the difference between passive and active learning in AI. ## Source - [GitHub — ai-engineering-projects](https://github.com/confidentprep14-web/ai-engineering-projects): the 36-project library this site curates, MIT licensed, open for anyone to clone and run independently of the mentorship program.