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. …

July 2, 2026 · 5 min · 1015 words · Gonzalo Contento
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. …

June 16, 2026 · 9 min · 1728 words · Gonzalo Contento