Data Science Briefing #330

Issue #330

August 5, 2026

Announcements

Put your old Mac to work serving a local LLM.

Running a language model on your own hardware costs nothing per token, works on a plane, and never sends your code elsewhere. On Apple Silicon it's fast too — unified memory is a large part of why Mac Minis are back-ordered for weeks. This post covers the whole path: install llama.cpp, pull a GGUF, and serve it over an OpenAI-compatible endpoint on localhost.

The second half is what lasts. Open the GGUF, read its structure, and turn that into real judgment about quantization: what Q4_K_M actually encodes, and how to add up weights, KV cache, and buffers to know whether a model fits in RAM before you download it.

👉 Self hosting LLMs with Llama.cpp

Check it out and Subscribe so you don't miss another post.


Book of the Week

On May 11, 1997, Kasparov resigned game six against Deep Blue and lost the match 3.5 to 2.5. "Deep Thinking", written with M. Greengard, is his report from the losing side, twenty years on. The history alone earns the cover price. Claude Shannon's 1950 paper split chess programs into brute-force searchers and human-style selectors. Brute force won, and that choice shaped fifty years of AI. Deep Blue searched 200 million positions per second. Kasparov weighed about two, and still forced a deciding game. His verdict stings. Chess was the fruit fly of AI research, and the field bred very fast fruit flies that taught us little about thinking.

Anyone who builds models will recognize the arguments. Type A versus Type B is the scaling debate of its era. Do you add compute, or do you add structure? Chess picked compute, and it worked. Then comes the part today's commentary skips. In a 2005 freestyle tournament, two amateurs with three ordinary PCs beat grandmasters paired with supercomputers. Kasparov's lesson still travels. A weak human plus a machine plus a better process beats a strong machine alone. Swap in a model, an eval pipeline, and a reviewer, and he is describing an ML team in 2026. Chess itself grew after the machines won, and engines became the standard training tool.

Two warnings before you buy. The book holds no math and no implementation detail, so anyone who has written a minimax routine will skim pages. It went to print in May 2017, seven months before AlphaZero and years before ChatGPT, so the machine-creativity claims read like a first draft. The IBM score-settling runs long too. Read it anyway. Machines absorb the calculable part of a job, and the people who thrive move up to strategy and process. Kasparov lived that shift first and wrote it down, in 300 pages that read in a weekend. The people building the next Deep Blue deserve to hear from the first world champion a machine took down.

Deep Thinking

Deep Thinking


Links of the Week
  1. 1. Ten advances in mathematics and theoretical computer science [openai.com]
  2. 2. Is AI Reasoning Right for the Wrong Reasons? [quantamagazine.org]
  3. 3. Statistical tests without the traps [stochastic.blog]
  4. 4. Onchain Atlas [onchainatlas.org]
  5. 5. Harness Engineering for Self-Improvement [lilianweng.github.io]
  6. 6. Discovering cryptographic weaknesses with Claude [anthropic.com]
  7. 7. How a 99-year-old mathematician unraveled a century-old braid mystery [scientificamerican.com]
  8. 8. Our position on open-weights models [anthropic.com]

Papers of the Week
Video of the Week

CrewAI RAG Deep Dive

CrewAI RAG Deep Dive

All our videos are also available in our YouTube playlist.


Enjoy the newsletter?

Forward it to a friend, or subscribe to get it straight to your inbox.

Subscribe Free
← Back to Newsletter

Subscribe to get our latest content by email.
    We won't send you spam. Unsubscribe at any time.