A Book by Rasmus Bornhoft Schlunsen
Engineering in the Age of AI Agents
March 2026
"For twenty years, being a software engineer meant one thing: you open an editor, you write code, you ship it. That loop is breaking."
"The craft isn't dying. It's molting. The outer shell -- the keystrokes, the syntax, the boilerplate -- is falling away. But the animal underneath? The part that knows what to build and why? That part is more alive than ever."
The spectrum of AI assistance in software engineering:
"You're Tom Cruise. The agent is Dustin Hoffman."
Click to reveal
Breaking down complex tasks into steps. Understanding dependencies, ordering work, and deciding what to do first.
Click to reveal
Reading files, running commands, calling APIs, writing code. The agent's hands in the real world.
Click to reveal
Running code, seeing errors, fixing them, and trying again. The observe-adjust loop that makes agents powerful.
Agent expands beyond the task, refactoring code you didn't ask it to touch.
Fix: Small, focused prompts. One task at a time.
Agent invents function signatures or library methods that don't exist.
Fix: Always run tests. Pin dependency docs in context.
Agent presents wrong answers with certainty. No hedging, no doubt.
Fix: Verify everything. Trust but verify.
Agent forgets earlier instructions as the conversation grows long.
Fix: Fresh sessions. Project rules files. Keep context lean.
Clovr Code Terminal (CCT) — practicing what I preach
"The best way to learn agentic engineering is to build agentic tooling."clovrlabs/clovr-code-terminal
"You're the captain. The crew is disposable. The ship is not."