Skip to main content

3 posts tagged with "AI / ML"

Articles about Machine Learning, LLMs, RAG, MLOps and AI deployment.

View All Tags

What is MLOps? The parts nobody explains until production

· 9 min read
Haythem Rehouma
Founder, InSkillBoost — Cloud, AI & DevOps educator

Short answer: MLOps is the practice of getting machine learning models into production and keeping them useful there — versioning data and models, making training reproducible, automating deployment, and monitoring for the drift that quietly degrades every model. It is DevOps plus two things software does not have: data as a dependency, and silent failure.

RAG vs fine-tuning: how to choose, with a decision rule

· 8 min read
Haythem Rehouma
Founder, InSkillBoost — Cloud, AI & DevOps educator

Short answer: use RAG when the answer depends on facts that change, or when you need citations. Fine-tune when the problem is behaviour — a fixed format, a specific tone, or a small model that must match a large one on one narrow task. Around 80 percent of applications start with RAG, and most mature systems end up with both.