Why are we buying hardware for a problem the operating system handles?Operating systems like Unix have had multi-user isolation since the 1970s.
A skill is a packaged set of instructions that gets injected into a context when it is relevant. In its simplest form, it is a SKILL.md file.
Harness.is everything in an AI agent that is not the model itself.:"If you're not the model, you're the harness."
tmux is a terminal multiplexer built for humans managing remote servers. It splits a terminal into panes, keeps sessions alive across disconnections, and…
When I built clive , the core insight was deceptively simple: don't give the agent a list of tools. Give it an environment.An API is a call-response…
In 2000, the music industry had a problem it misdiagnosed. Napster was stealing albums. The fix was obvious: stop the theft, protect the bundle.
There's a recurring theme in AI engineering that never gets old: the "dumb" approach beating the sophisticated one.
In February 2026, we pointed a browser-embedded AI agent at a demo e-commerce store and asked it to buy a laptop stand.
A team at the Y Combinator Agents hackathon recently ran an experiment. They spun up a few GCP instances, started Claude Code in infinite loops, and went…
When Claude Code executes a tool, it typically works like this: call a function, wait for the result, process it, call the next function.