The code is AI’s.
The responsibility is mine.

I’m Casper, a software engineer by trade, freelancing in Copenhagen after 10+ years of writing code by hand. Today AI agents write the code, and they’re steered by that experience. I review every change and take responsibility for what ships.

Casper Panduro

An example project, simplified. I don’t just build what’s asked, I push back where it matters. You’re the reviewer: nothing moves on without your sign-off.

Step 01 of 4Listen

We start with the problem, not the wish list. I ask the questions that turn a good idea into a better one.

Client

We need a booking system. Right now it’s a spreadsheet and a lot of phone calls.

Agent

Transcribed the kickoff call → 12 requirements, 5 open questions.

Casper

Most of those calls are people moving a booking. What if they could just do that themselves?

pushback
Client

That would take away half our calls.

Why not just vibe code it?

Vibe coding gets you a demo. My clients need software that still works in a year. The AI is the same; the difference is the engineer in control.

Vibe codingCode by Panduro
ArchitectureWhatever the model picks, one prompt at a time.Decided by me up front, from the data model out.
Code reviewIf it runs, it ships.I read every change before it is merged.
TestsRarely, and never for the edge cases.Written with every feature, run on every change.
Security & dataHoped for.Checked by someone who knows where things break.
In a yearNobody understands it, so it gets rewritten.A codebase your team can read, own and extend.

After launch, the agents keep working.

Your software doesn’t go quiet when the project ends. Agents watch it day and night, and every change they propose comes past me before it reaches you.

Agent · Securityon watch

Safe

Code and dependencies are scanned for vulnerabilities around the clock. Fixes arrive as reviewed pull requests, not surprises.

Agent · Upkeepon watch

Up to date

Frameworks, packages and runtimes are kept current in small, tested steps — no big-bang upgrade every three years.

Agent · Improveon watch

State of the art

As the tools get better, so does your software. New patterns and performance wins are proposed as they appear.