Deep dives, tutorials, and insights on building real-world AI systems.
RAG PRIVACY
LLMs & RAGFeaturedOctober 15, 2025
Building a GDPR-Compliant RAG Pipeline: PII Detection Before
Vector Ingestion
Most RAG tutorials skip a critical production concern: what
happens when sensitive documents enter your vector database? In
this deep dive, I walk through building an automated PII scrubbing
layer using spaCy NER that intercepts documents before they're
embedded and stored — preventing names, emails, and medical IDs
from surfacing in LLM responses.
EMOTIONS
Computer VisionSeptember 8, 2025
87% Accuracy on FER-2013: Transfer Learning Tricks That Actually
Work
A practical walkthrough of the hyperparameter choices,
augmentation strategies, and architecture decisions that pushed
my micro-expression classifier past the 85% barrier.
MLOPS
MLOpsAugust 20, 2025
From Notebook to Production: Containerizing ML Models with
Docker in 30 Minutes
A step-by-step guide to packaging your trained PyTorch model in
a Docker container, exposing a FastAPI inference endpoint, and
deploying to AWS EC2.
TUTORIAL
TutorialJuly 5, 2025
MLflow From Zero: Track Every Experiment Without Losing Your
Mind
Why MLflow is non-negotiable for ML projects and how to set it
up in under 20 minutes. Covers experiment tracking, model
registry, and artifact logging with real code examples.
LLMs
LLMs & RAGJune 12, 2025
LangChain Agents vs Chains: When to Use Each (With Real
Examples)
Demystifying the confusion around LangChain's core abstractions
— practical decision criteria for choosing between simple chains
and autonomous agents for your AI application.
No posts in this category yet.
Get Notified on New Posts
Quality AI/ML content — no spam. New posts every 2–3 weeks.