Meriem B.

Notes

Notes & thoughts.

What I'm building, and whatever else I've been thinking about.

Evaluating RAG in production
Evaluating RAG in production
2026-0712 min

Evals show that a RAG system failed. Traces show whether retrieval, context construction, generation, or the eval itself caused it.

Open-weight models
Open-weight models
2026-078 min

Open-weights models, proprietary models, parameters, distillation, quantization, inference, deployment, and cost without the usual fog.

From counting words to embeddings
From counting words to embeddings
2026-068 min

How text representation moved from one-hot vectors, Bag of Words, and TF-IDF toward dense embeddings that capture meaning-like similarity.

From keyword search to agentic AI
From keyword search to agentic AI
2026-055 min

A compact map of how retrieval moved from exact keyword matching to agents that decide what to search, inspect, and verify.