Neural Mastery

Problem Statement Atlas

A living directory of concrete problem statements across the domains most worth having a real, built project for — the master list Case Studies and this site's actual built projects both plug into. Each entry tracks one status:

  • Not started — no dedicated content or project yet.
  • Content only — the concepts are covered somewhere on this site, but there's no dedicated deep-dive case study or a real built project for this specific problem statement yet.
  • In progress — an actual build has started but isn't finished/published yet; no link until it lands.
  • Real project built — an actual, deployed, documented system exists for it, linked below.

This page gets updated as case studies and real projects land — it's the index, not the content itself. See Case Studies for the deep-dive write-ups (problem → requirements → scale estimation → architecture → SOTA comparison → failure modes → cost/latency tradeoffs) as they're built out, and The Project Ladder for how a project's rigor scales by level.

Production RAG

Problem statementStatusRelated content
Multi-source enterprise RAG (docs + tickets + chat, unified retrieval)Content onlyRAG
Hybrid search + reranking at production scaleContent onlyRAG, Embedding & Reranker Inference
Long-document RAG (legal/medical) with chunking-strategy tradeoffsNot started

Agentic RAG

Problem statementStatusRelated content
Agentic RAG with query planning + multi-hop retrievalNot started
Self-correcting RAG (critique-and-retry on low-confidence retrieval)Not started

Multi-Agent Orchestration

Problem statementStatusRelated content
Supervisor-pattern multi-agent research assistantContent onlyAgent Architectures, Multi-Agent Systems
Multi-agent coding assistant with sandboxed executionNot startedSandboxing

Recommendation & Ranking at Scale

Problem statementStatusRelated content
Two-stage retrieval + ranking recommender on a real datasetContent onlyRecommender Systems, Learning to Rank
Real-time personalization with online/incremental learningNot started

Search Systems

Problem statementStatusRelated content
Hybrid lexical + semantic search over a real corpusContent onlyVector Databases
Learning-to-rank search reranker, benchmarkedContent onlyLearning to Rank

LLM Serving & Inference at Scale

Problem statementStatusRelated content
Multi-engine benchmark: vLLM vs. SGLang vs. TensorRT-LLM vs. llama.cppContent onlyLLM Inference Engines — also a named Level 6 capstone
Autoscaling LLM serving with real cost/latency tradeoffsContent onlyLLM Hosting & Serving Patterns, AI Cost Engineering

Model Routing & Gateways

Problem statementStatusRelated content
Cost-aware LLM router (cheap vs. expensive model by query difficulty)Content onlyAI Cost Engineering
Unified multi-provider LLM gateway with fallbackNot started

Fine-Tuning Under Constraints

Problem statementStatusRelated content
LoRA/QLoRA fine-tune on a limited GPU budgetContent onlyTraining Pipeline — PEFT
Distilling a large model's task performance into a small oneContent onlyAI Cost Engineering

MLOps / CI-CD for ML

Problem statementStatusRelated content
Full CI/CD pipeline with automated retraining gateContent onlyCI/CD & ML CI/CD
Production churn model with canary deployment + drift monitoringContent onlyThe Full MLOps Architecture — Five Capstone Projects
Statistically-calibrated drift monitoring for a production classifier (empirical false-positive-rate validation against known, injected drift — not assumed correct)Real project builtml-drift-monitor, Monitoring & Drift — A Real, Proven Example, Case Study — Fraud Detection's Monitoring step

Model Compression & Edge Deployment

Problem statementStatusRelated content
Model compression & edge-deployment benchmark suite (quantization/distillation/pruning compared on real accuracy-vs-latency-vs-size tradeoffs)In progressQuantization, LLM Inference Optimization — Quantization

AI Security (Prompt Injection / RAG Poisoning)

Problem statementStatusRelated content
RAG poisoning red-team + defense evaluationContent onlyAI Security
Prompt injection detection/defense pipelineContent onlyAI Security

Agent Evaluation

Problem statementStatusRelated content
Agent trajectory + tool-call accuracy evaluation harnessContent onlyLLM/RAG/Agent Evaluation
Automated agent regression testing (jailbreak/tool-call CI gate)Content onlyML & LLM Testing

Next: The Project Ladder — once you've picked a problem statement above, scope it to the right level of rigor.

Last updated Sep 5, 2026Edit this pageReport an issue
← Previous
The Project Ladder
Next →
Visual Lab — Overview