Productive, Not Knowledgeable — On LLMs, Learning, and the Bitter Taste of Convenience

Productive, Not Knowledgeable — On LLMs, Learning, and the Bitter Taste of Convenience

In the Phaedrus, Socrates tells a story about the Egyptian god Theuth, inventor of writing, who brings his gift to King Thamus and asks him to distribute it to the people. Thamus refuses to be impressed. Writing, he says, will not improve memory but replace it: people will stop exercising the internal discipline of recollection and instead rely on external marks made by someone else’s hand. They will seem wise without being wise, “filled with the conceit of wisdom instead of real wisdom.” It is, as far as the historical record goes, the oldest surviving complaint against a technology for knowing things — and it is aimed, with uncanny precision, at exactly the anxiety now circulating about large language models. …

Why Learn the Unix Shell — Bash, Zsh, Fish, and the Interface That Runs the World

Why Learn the Unix Shell — Bash, Zsh, Fish, and the Interface That Runs the World

The Unix shell is not the best tool for every job. But it is the most portable standard we have. When an LLM is asked to reason, it writes bash. When a container starts, it runs a shell script. When a CI pipeline executes, it runs shell commands. When a server boots, init runs a shell. The shell is not elegant—it is ubiquitous. And ubiquity, in systems engineering, is a kind of elegance. …

Neural Networks and LLMs: Analogies for Mortals

Neural Networks and LLMs: Analogies for Mortals

Neural networks are abstract. The math is dense. The scale is incomprehensible — billions of parameters, trillions of multiplications per second. But the principles are not abstract. They are built on deep patterns that show up everywhere: in orchestras, in conversations, in flocks of birds, in forests, in the way a jazz musician improvises. The goal is not to make you a machine learning engineer. The goal is to make the thing thinkable — to see that when you talk to an LLM, you are not communicating with an alien intelligence. You are interacting with something that works on principles you already understand. …