Prompt engineering product consultant

Your prompts are product code that nobody reviews, versions, or tests. I bring engineering discipline to the layer where your AI product actually lives.

In most AI products, the prompt layer is where the product actually lives — it encodes the voice, the rules, the guardrails, the output contract. And in most companies, that layer is a pile of strings in the codebase, last edited by whoever was debugging at 2am, with no version history, no tests, and no way to know whether yesterday's tweak broke last month's fix. Prompt engineering as a product discipline means fixing exactly that.

Prompts are specs — treat them like it

Running WisOwl AI's agentic systems taught me to treat prompts the way engineers treat code, because the failure modes are identical: regressions, drift, silent breakage on dependency updates (a model version bump is a dependency update). The practices that made our recruiter agents dependable enough for 15+ recruiter partnerships:

  • A golden dataset per prompt. Every production prompt has a suite of input cases with expected-output criteria. Change the prompt, run the suite, see what broke — before users do.
  • Versioning with rollback. Prompts live in version control with change logs. When quality drops, "what changed?" takes one command to answer instead of one week of archaeology.
  • Structured output contracts. Downstream code should consume schemas, not vibes. Designing the output contract — and the retry/repair path when the model violates it — is half the reliability story.
  • Model-migration testing. New model versions change behavior in unannounced ways. The eval suite is what makes a model upgrade a decision instead of a gamble.

What an engagement looks like

Two to four weeks, typically: audit your existing prompt layer, build golden datasets for the prompts that carry revenue, set up versioning and a lightweight eval pipeline your team runs in CI, and rewrite the two or three prompts causing the most support tickets — with your engineers pairing, so the discipline stays after I go. As a product manager by trade (a decade of it, from CaaStle's $30–50M ARR portfolio to my own companies), I connect all of this to the metric it exists to serve: fewer bad outputs reaching users, measured, not vibed.

Frequently asked questions

Is prompt engineering still relevant as models get better?
The fiddly tricks age out; the discipline doesn't. Better models still need output contracts, eval suites, and versioning — exactly as better compilers didn't end code review. The job is shifting from wording hacks to specification quality, which favors product thinkers.
Who should own prompts — engineering or product?
Jointly, with clear seams: product owns intent, rules, and quality criteria (the spec); engineering owns integration, contracts, and the eval pipeline. The disasters happen when prompts are nobody's job — which is the default state I'm usually hired to fix.
How do we measure prompt quality objectively?
Task-specific evals: exact checks where outputs are structured, rubric or model-graded scoring where they're open-ended, always against a versioned golden dataset. Fifty well-chosen cases catch most regressions; the discipline of running them catches the rest.
Can you train our team instead of doing it for us?
That's the preferred shape — I build the first eval suite and versioning setup with your team on your real prompts, then hand over a working system plus the habits. Prompt ops only works as an owned internal practice.

Related pages

Let's talk about what you're building.

Always happy to chat with founders, builders, and growth operators. 30-minute introductory call. No agenda needed.

Professionalize your prompts