The Code Mercenary
Notes from the hired hand
No. 01

Treat your engineers as creatives

28 October 2025· ≈ 2 min read ·engineering, culture

I came to software from . It taught me one thing early and I have never managed to unlearn it.

You are making something either way. Software just comes with more rules about how.

Predictability has a price

Treat engineers like checklist machines and you buy predictability. You pay for it with invention.

Every clean interface, every system that holds up under load, started as somebody's idea. The craft is shaping that idea into a form other people can live with. You cannot task manage that into existence. You can only leave room for it.

Freedom needs a frame

The answer is not chaos. Creativity needs freedom, and it needs judgement about what to do with what it finds. That is what guardrails are for.

Good guardrails are . They focus attention, keep things safe, and let people learn faster.

So hand the work over with the frame attached:

  • The problem, sharpened. Who the user is, what hurts, why now.
  • The context. Constraints, trade-offs, the systems next door, what was tried before.
  • Success as an outcome you can measure, not an output you can count.
  • The guardrails. Security, privacy, compliance, the performance budget.
  • The horizon. When it is due, and when you will look at it again.

Then stop. If you are naming classes and functions in a requirement, you have described the path when you meant to describe the hill.

A process tight enough to treat every variance as a failure will never hear about the good ones.

The part that is closer to art

Engineering runs on science. The excellence is closer to art.

The engineers I trust care how a thing feels to use, not only whether it passes. They notice the details the rest of us walk past. Their systems work, and they are also clear, and you can feel that a person was there. The best work does not only solve the problem. You remember it.

Give people context and room and they build past the brief. Overprescribe, and you get exactly what you asked for.

Nothing more.

Are your engineers artists, or plumbers?