Series
Under the Hood
How the technology actually works — deep dives into the systems we use every day.
Under the Hood · The AI Field Guide
How LLMs Actually Work
Tokens, transformers, attention, and the training pipeline: what large language models actually do when they 'predict the next token', why they hallucinate, and why they're so good at code.
Read articleUnder the Hood · The AI Field Guide
To LLMs… and Beyond!
LLMs are one corner of a much larger field. Diffusion models, reasoning models, multimodal systems, open-weight vs closed — what they are, how they differ, and how to choose.
Read articleUnder the Hood · Time
What Time Is It?
The hour on your phone is a fragile compromise between the sun and politics. Sundials, shipwrecks, railway time, DST, and the volunteer-maintained database that keeps the world's clocks roughly honest.
Read articleUnder the Hood · Time
What Day Is It?
The date next to the time on your phone is its own kind of fragile. Calendars argue with the moon, the sun, and each other; whole days have been deleted by decree; and the year number on your screen depends on which monk's arithmetic your ancestors trusted.
Read articleUnder the Hood · Time
Ticks or Tocks?
A second used to be a fraction of the day. Now it's defined by the vibrations of a caesium atom -- and even that might not be precise enough. From quartz watches to optical lattice clocks, the story of how we learned to count time.
Read articleUnder the Hood · The AI Field Guide
The Other Transformers
BERT and T5 are transformers too, but they aren't trying to be ChatGPT. They're trying to be the boring layer underneath -- classifiers, embeddings, structured transformations -- and they're often a better answer than an LLM.
Read articleUnder the Hood · Time
Time Is Weirder Than You Think
Time doesn't flow at the same rate everywhere. It slows near massive objects, dilates at high speeds, and might not 'flow' at all. From GPS corrections to black holes, the physics that makes time strange.
Read articleUnder the Hood · The AI Field Guide
The Reranker You Didn't Know You Needed
RAG explanations stop at 'embed the query, look up the nearest documents, hand them to the LLM.' That's the demo. In production, there's a second pass between the lookup and the LLM, and it's the one that actually makes retrieval work.
Read articleUnder the Hood · Time
Does Time Even Exist?
The arrow of time isn't in the equations. "Now" isn't a location. The most fundamental theories of physics may contain no time variable at all. A tour of the foundations, from the block universe to the holographic principle.
Read articleUnder the Hood · The AI Field Guide
After the Transformer
Transformers have ruled language modelling for nearly a decade. They have a known weakness, and several research lines are trying to replace them. Mamba, RWKV, RetNet, Hyena, diffusion-for-text -- what they are, what they fix, and which ones are likely to matter.
Read articleUnder the Hood · Time
Can You Turn Back Time?
General relativity permits time loops. Quantum mechanics hints that the future can influence the past. Hawking threw a party for time travellers and nobody came. The physics of time travel is stranger, and more serious, than science fiction suggests.
Read articleUnder the Hood · The AI Field Guide
Before the Transformer
n-grams. HMMs. CRFs. The language models and sequence taggers that ran the internet before deep learning, and that quietly still do, in autocomplete, spam filters, biomedical NER, speech recognition. What they are, why they still ship, and when they're the correct answer.
Read articleUnder the Hood · Time
The Clock Inside You
Your body has its own clock, and it doesn't care about UTC. It runs on light, adenosine, and a cluster of 20,000 neurons behind your eyes. Jet lag, shift work, larks and owls -- the biology of time is a different machine from the physics, and it keeps its own hours.
Read articleUnder the Hood
A Gentle Guide to Typography: From Chisels to Character Sets
A warm, thorough walk through the world of typography, from hand-carved letters and Gutenberg's press to fonts, glyphs, kerning, serifs, and Unicode. Everything you wanted to know about how written language gets its shape.
Read articleUnder the Hood · The AI Field Guide
The Boring Baseline That Wins
TF-IDF, logistic regression, naive Bayes, k-means, LDA. The fifty lines of scikit-learn that beat your fancy model on the small problem you actually have. Why these baselines still win, and why the correct starting point in 2026 is often the same as it was in 2006.
Read article