❌

Normal view

We Pinned Our Model Version to Stay Safe. The Provider Deprecated It Anyway.

18 September 2026 at 14:00

The recurring cost of production AI is not inference. It is re-qualification: the eval reruns, prompt retuning, and regression testing you owe every time a model changes under you. Here is what that tax actually covers, and how to budget for it before it surprises you.

The post We Pinned Our Model Version to Stay Safe. The Provider Deprecated It Anyway. appeared first on Towards Data Science.

When Does Graph RAG Actually Add Value? A Hands-On Experiment

17 September 2026 at 11:00

I built four AI retrieval architectures on a laptop and benchmarked them against the same set of documents and questions. Here’s what the results taught me about the trade-offs between plain RAG, graph RAG, and simply putting everything into a frontier model’s context window.

The post When Does Graph RAG Actually Add Value? A Hands-On Experiment appeared first on Towards Data Science.

How Many Labeled Examples Does a Text Classifier Actually Need? I Measured It.

15 September 2026 at 11:00

Before reaching for an LLM API on every classification problem, it's worth knowing what a decades-old baseline can already do with the labeled data you have β€” and exactly how much more data buys you.

The post How Many Labeled Examples Does a Text Classifier Actually Need? I Measured It. appeared first on Towards Data Science.

When to Use One Model and When to Use a Team of Agents

14 September 2026 at 17:52

When Codex is the right shape for the problem, when Claude Code is, and how I split 5 specialist agents between them on dense AI capacity work.

The post When to Use One Model and When to Use a Team of Agents appeared first on Towards Data Science.

Text Watermarking in Python: Catch Whoever Copies Your Writing

6 September 2026 at 14:00

AI companies quietly watermark billions of words a day. Here’s how to apply the same three families of techniques to your own writingβ€”and what real experiments reveal about which watermarks survive copy-paste, editing, and paraphrasing.

The post Text Watermarking in Python: Catch Whoever Copies Your Writing appeared first on Towards Data Science.

Disaggregation Is a Thousand-GPU Problem

4 September 2026 at 14:00

Three conditions that must hold before splitting prefill from decode pays off, and why chunked prefill is the right default below that threshold.

The post Disaggregation Is a Thousand-GPU Problem appeared first on Towards Data Science.

A RAG That Says β€œNot in This Document” Has to Show Four Kinds of Evidence

2 September 2026 at 14:00

Enterprise Document Intelligence [Vol.1 #B3] - A confident wrong answer is a bug. A bare β€œno answer” with no justification is almost as bad. Each of the four bricks has one piece of evidence to show

The post A RAG That Says β€œNot in This Document” Has to Show Four Kinds of Evidence appeared first on Towards Data Science.

Received β€” 29 August 2026 ⏭ Towards Data Science

RAG Is Not the Whole Toolkit: The NLP Techniques Real Problems Still Need

29 August 2026 at 13:00

Enterprise Document Intelligence [Vol.1 #B00] - Retrieval answers one kind of question. Classifying a request, matching free text to a reference list, reading a table, cleaning OCR noise: each has a cheaper method that works, and the engineering is knowing which one to reach for

The post RAG Is Not the Whole Toolkit: The NLP Techniques Real Problems Still Need appeared first on Towards Data Science.

Received β€” 28 August 2026 ⏭ Towards Data Science
Received β€” 25 August 2026 ⏭ Towards Data Science
❌