How to Evaluate an AI Use Case

A practical framework for deciding whether an AI project is worth pursuing, what shape it should take, and how to avoid expensive pilots.

March 16, 2026 · 8 min · Michelle

AI Evaluation, Monitoring, and Incident Response for Production Systems

How to evaluate, monitor, and respond to failures in production AI systems so quality, safety, and governance remain active after launch.

March 16, 2026 · 6 min · Michelle
Cover image

Correct to Select: Choosing OCR Without Ground Truth

TL;DR for operators A team has a new collection of forms, receipts, exam papers, or clinical notes and must choose an OCR engine before paying to transcribe the collection. A fixed benchmark winner is not enough: in the paper’s evaluation, no single OCR engine consistently leads across datasets and languages. That creates a practical sequencing problem. The best engine depends on the documents, but directly measuring which engine is best normally requires the ground-truth labels the team is trying to avoid creating before selection. ...

August 11, 2026 · 8 min · Zelina
Cover image

The Model Saw Every Scene. The System Had to Remember the Story.

TL;DR for operators A scene-by-scene assistant can describe every clip fluently while quietly forgetting who the characters are, how they relate, or why an earlier event matters now. StoryTeller addresses that continuity problem without task-specific training by keeping a persistent record of recurring characters and carrying forward only narrative facts that have been checked against the video.1 ...

August 2, 2026 · 8 min · Zelina
Cover image

The Smart Chunker Did Not Earn Its Keep

TL;DR for operators RAG teams often want to believe that a smarter chunking method will rescue messy document retrieval. It is a tidy belief. It is also the sort of tidy belief that tends to become a budget line. The paper behind this article tests that belief in a small, practical setting: thirteen academic theses, ten questions per thesis, three chunking strategies, and a self-hosted RAG stack constrained by 16 GiB of VRAM.1 The strategies are familiar: fixed-size chunks, recursive format-aware chunks, and cluster-based semantic chunks. The expensive-sounding one, cluster-based semantic chunking, does not consistently win. ...

July 9, 2026 · 16 min · Zelina
Cover image

The Robot Needs a Shift Supervisor

TL;DR for operators Robots do not fail only because their “brain” is too small. They fail because the system asks the wrong component to do the wrong job, at the wrong time, with the wrong view of the scene, and then acts surprised when the banana does not land in the bowl. Shocking, yes. ...

July 3, 2026 · 24 min · Zelina
Cover image

Stop Scaling the Wrong Thing

TL;DR for operators Most AI performance failures are not solved by scaling the most visible knob. Three recent papers make the same uncomfortable point from different angles. A controlled image-classification study finds that more data gives more stable generalization gains than simply increasing model complexity, while added visual priors help only when the architecture can use them.1 A document parsing benchmark shows that frontier VLMs and specialized parsers still fail on expert documents with dense layouts, formulas, tables, music notation, rotation, and long-document reading order.2 A LoRA optimization paper argues that adapter performance is often limited not by rank alone, but by a mis-scaled LoRA scaling factor, usually treated as a small implementation detail because apparently we needed another reminder that details run the building.3 ...

June 29, 2026 · 14 min · Zelina
Cover image

The Model Is Not the Medical System

TL;DR for operators Health AI does not fail only because the model is weak. It fails because the model learned the wrong context, explained the wrong thing, protected the wrong boundary, retrieved the wrong evidence, or performed beautifully in the one language where the evaluation happened to be convenient. Two recent arXiv papers make that point from opposite ends of the same operational chain. One builds an explainable, privacy-aware framework for detecting career-related depression and anxiety among university students, using structured student data, facial-behavior features, multimodal fusion, label smoothing, federated learning, and attribution methods.1 The other builds MMed-Bench-IR, a multilingual medical information retrieval benchmark designed to test cross-lingual medical alignment, concept discrimination, and evidence retrieval across six languages and three tasks.2 ...

June 27, 2026 · 17 min · Zelina
Cover image

The White Coat Is Not the Treatment

TL;DR for operators Belmadani et al. study a question every serious enterprise LLM team eventually meets after the prototype stops looking magical: which adaptation bill is actually worth paying?1 In French medical question answering, they compare continual pretraining (CPT), supervised fine-tuning (SFT), and CPT followed by SFT across Gemma, Mistral, and Llama-family models, with general, instruction-tuned, and medical initializations. ...

June 27, 2026 · 20 min · Zelina
Cover image

Think Twice, Halt Once

TL;DR for operators The current enterprise mistake is treating “reasoning” as a personality trait of a model. It is not. It is a process: decompose the task, inspect the evidence, decide what matters, test counterarguments, synthesize a position, and stop before the machine starts producing beautifully cited nonsense. Two recent papers expose that process from opposite ends. Hedge-Bench defines a realistic demand signal: open-ended financial reasoning tasks derived from hedge fund analyst work, graded against expert analytical moves and source-grounded claims.1 It finds that frontier agents remain weak on this kind of work, with the best model achieving only a limited perfect-score rate and with stronger exploration often bringing more hallucination along for the ride. Delightful. The junior analyst has read the filings, opened the spreadsheet, and still occasionally invents the economy. ...

June 26, 2026 · 18 min · Zelina