2026-07-10

What does a software engineer actually do? A guide for people who hire them

A software engineer's real job is making decisions that keep software working over time: what to build, what not to build, how pieces should fit together, and what will break under growth. Writing code is the visible part, maybe a third of the work. The rest is understanding the problem, designing the system, reviewing what exists, and preventing the failures you never see because they were prevented.

Coding versus engineering

Anyone, and now any AI, can produce code that works once, on the happy path, in a demo. Engineering is what makes it still work when a user does something strange, when traffic multiplies, when the payment provider is slow, when two people edit the same record at once. The AI era has made this distinction visible to everyone: the code got cheap, and suddenly the market discovered that the code was never the expensive part. The judgment was.

What you are actually paying for at the senior level

Why this matters more, not less, with AI

AI coding tools are extraordinary accelerators of the typing third of the job. They do none of the deciding two thirds, and when unsupervised they actively create work for it: security rules loosened to make errors disappear, schemas drifting with every session, dependencies added casually. The teams getting the most out of AI are pairing it with engineering judgment: the agent produces, the engineer directs and audits. The teams getting hurt are the ones who mistook production speed for engineering.

How to tell if you need one

You need an engineer, not more code, when: the same bug keeps returning, changes in one place break another, you are afraid to deploy, your app slows as users grow, or nobody can explain how the system actually works anymore. All five are judgment deficits, not typing deficits.

What to look for when hiring

Ask candidates or contractors to explain a past failure and what they changed because of it. Engineers talk about causes and tradeoffs. Coders talk about tools. Both have their place, but when your business depends on the software staying up, you are buying the judgment.

We are senior engineers who audit, fix, and build software for companies and founders. If you are deciding whether you need one, a first conversation is free.

Learn more

Related answers