Towards Data Science

· Towards Data Science

2 min read Original article ↗
  • Understanding Codex hooks

  • Enterprise Document Intelligence [Vol.1 #M3] – The ten positions the series argues from, and the…

Latest

  • Most LLM inference runtimes have no idea a physical deadline exists. This one refuses admission…

  • Speculative decoding can turn underused CPU compute into faster token generation, without changing the model’s…

  • AI agents don’t just have a context problem—they have a context typing problem. When instructions,…

  • From Kaplan-Meier curves to hazard ratios with runnable Python Code throughout

  • Enterprise Document Intelligence [Vol.1 #14D] – The index lists what the case type demands before…

  • 28 debugging experiments reveal that AI struggles less with complexity than with missing information.

  • Photo by Towfiqu barbhuiya on Unsplash

    Turning a demo agent into something that can keep real booking data

  • Enterprise Document Intelligence [Vol.1 #14B] – No shared fields means no index to build. One…

  • LoRA fine-tuning solved our under-labeling problem. Whether it makes sense for you depends on three…

Editor’s Picks

  • A walkthrough of and the maths behind using low-capacity networks to acquire fine-grained scoring when…

  • A production account of scaling an enterprise integration pipeline from 500 to 8,000 events per…

  • Photo by Elena Mozhvilo on Unsplash

    People can accept tradeoffs when they see value — but if they don’t, what happens?

  • 5 principles that determine whether an agent system succeeds in production, explained through one I…

  • Three generations of auto scaling

    How autonomous agents broke two decades of capacity planning — and what to build instead

  • Here’s how to be the Data Scientist who thrives in a world where coding is…

  • Can a language model do live adversarial level design? Yes, emphasis on the adversarial part

  • Image inputs and structured outputs with Gemma 4 and Ollama

  • Not all Python data libraries are created equal!

The Variable Newsletter

  • Authors can now benefit from updated earning tiers and a higher article cap

  • Sorting through the good, bad, and ambiguous aspects of vibe coding

Deep Dives

  • AI systems should not automate a decision simply because they can provide a prediction. A…

  • Learning about Farkas’ lemma and how it can inform Benders decomposition to learn from infeasibility,…

  • Improve your proficiency with Claude Code.

  • Why retrieval quality should be a property of the system, not of the question’s wording?…

  • I answered the same 12 questions twiche: RAG vs. 1M token context window in Kimi K3

    A controlled comparison of a top-5 RAG pipeline and a full 127,000 token prompt on…

  • Conceptual overview and walkthrough of a solution approach in Python