Skip to content

AI MVP development for companies in Germany

AI MVP development puts the first version of your AI product in front of real users: a product in which a model such as Claude does the main job, for example reading an order or answering a customer. I write the concept with you, drawing on more than twenty years of product development, and build the first version with the coding agents Claude and Codex. I take on freelance engagements, remote from Frankfurt, with on-site days in Frankfurt Rhine-Main. Let's talk about your needs in a free 30-minute video call.

Portrait of Michael Wutzke, Freelance AI MVP Developer in Germany
Michael Wutzke, Freelance AI MVP Developer in Germany

What I take care of for your AI product

  • Experience with product concepts

    For more than twenty years I have written concepts for digital products and helped build them, from order funnels in online shops to portals for life insurers. In an AI product I start with the user's task and choose the model last.

  • Concept and code by one person

    I write the concept and build the first version myself. Nothing gets lost between the author of a concept and a developer who reads it months later.

  • Coding agents under written rules

    I write the code with Claude and Codex under rules and checks in your repository. In a client's platform this work has produced more than 300 RESTful API endpoints and more than 8,000 commits.

  • Answers checked by a script

    A model can answer well in a demo and fail on your cases. A script runs your test cases before each release and shows whether a change made an answer worse.

  • Access to your systems

    Through an API or an MCP server the model reads what your product needs, with the rights you set. I teach building MCP servers at Claude Hacker House.

  • A model your data rules allow

    The model in your product can be Claude or ChatGPT through an API, or an open-weight model on your own server. The code keeps it behind one interface, so a later switch touches one part.

What an AI MVP is

An AI MVP is the first version of a product in which an AI model does the main job for the user, such as sorting a support request or drafting an offer. Real users work with it on their own cases, and your company sees whether they keep using it.

The risk sits in the answers. A product can work on each screen and still fail because the model gets one case in ten wrong. The first version of an AI product therefore needs parts that a plain MVP does without, and the table below lists them.

What a wrong answer costs your user

Before I build, the concept settles what happens when the model is wrong. The answer decides how much a person checks in the first version.

  1. The model drafts a text that the user edits before sending it. A wrong answer costs a minute of editing, so the model can write freely.
  2. The model answers a customer. A wrong answer leaves your company, so your staff read the answer first and release it.
  3. The model changes data, for example an order in your ERP. The first version only prepares the change, and a person confirms it outside the chat.

A first version can start at the first level and move on once the test cases show that the model holds.

The concept comes first

The concept settles who uses the product, which task the AI takes on for them, which screens lead there and what the first version leaves out. We do this work together before the first line of code exists.

I have written concepts for digital products for more than twenty years. They include more than 20 corporate websites, shopping carts and order funnels with PayPal, WorldPay and Amazon Pay, and portals that present figures of life insurers such as profit sharing and solvency ratios, which I worked out directly with the chief actuary. In 2022 I wrote the concept of a real-time market data product and took it to its first institutional customers. Because I have also programmed products like these, my concept already plans what the build needs. I challenge other people’s concepts and plans and give reasons for my view.

For your AI product the concept contains:

  • the users and their task, described with real cases from your business
  • the information architecture: which content and functions the product has and where a user finds them
  • the screens of the main task, as a sketch or a clickable prototype
  • the AI task with example answers, and the point at which a person checks them
  • the data rules and the limits of the first version
  • a roadmap for the versions after the first

How I build it with Claude and Codex

An AI MVP has two kinds of AI in it, and I keep them apart. The coding agents Claude and Codex write the code of the product. The model inside the product answers your users, and your data rules decide which model that is.

The coding agents work under rules written into your repository, and hooks block what a rule forbids, such as a push to the production branch. The same rules bind human developers, so your team or a later vendor continues in the same repository. Details: AI agents under the same rules as humans.

In my client work an AI agent once did its job correctly and reported a wrong count, and since then a separate script measures each result. In your product the script runs the test cases before each release. When a new version of the prompt fixes one case and breaks two others, the script shows it before your users see it.

The parts of an AI MVP

What the first version of an AI product needs, and what it leaves for later. Bring the table to our call, and we mark what applies to your product.

PartWhat the first version needsWhat it leaves out
The AI taskOne task the model does for the user, described with example cases and their right answersA second AI task
The modelA cloud model through its API under a business contract, or an open-weight model on your server, behind one interface in the codeA model trained on your data
InstructionsThe prompt and the example cases, kept in the repository and versioned like codeAn editor in which staff change the prompt
Test casesCases from your business with answers written by your staff, run by a script before each releaseA dashboard of scores over time
Human checkA person reads or confirms where a wrong answer would reach a customer or change dataAutomatic sending
FeedbackA button with which users flag a wrong answer, with the case stored for reviewPrompt changes made by the product itself
Data rulesThe data that goes to the model, agreed with your data protection officerPersonal data where the task works without it
Running costsThe cost of each request logged, with a monthly ceilingRouting between several models to save cost
The product around itA web app with a sign-in, the screens of the main job, an imprint and a privacy noticeNative apps for the App Store and Google Play

The test cases decide the most. Without right answers written in advance, nobody can tell whether a new version of the prompt is better or worse.

Who I am

I am Michael Wutzke from Frankfurt, with more than twenty years in IT and media. As an advisor I support product concepts, MVP development and technical roadmaps. At Policen Direkt I programmed the front end of a contract management portal in Angular and connected it to an existing CRM system. At the Frankfurt-based company Blocksize Capital I was Head of Decentralized Finance and Node Operations, then CIO. Today I build software with Claude and Codex for a client, and at Claude Hacker House I teach building MCP servers. I am also interested in open-source AI models that a company runs on its own servers. Details: Career stages.

How an engagement runs

  1. Free video call

    In 30 minutes we talk about your product idea, its users and the task the AI should do for them.

  2. Assessment together

    We look at sample cases from your business and decide what a person checks. If nobody knows yet whether a model can do the task, a proof of concept comes first.

  3. Quote and order

    The assessment ends with a quote. The work starts when you accept it.

  4. Concept

    I write the concept with the screens, the AI task with its example answers and the data rules, and you approve it before I build.

  5. Build

    I build on a development system with Claude and Codex. You try each stage on a test address, and the test cases run before each release.

  6. First users

    A first group of users works with the product on real cases. The answers they flag as wrong go into the test cases.

  7. Next version or handover

    You decide what the next version adds. I continue, or your team takes over the code, the prompts and the test cases.

Questions companies ask

How is an AI MVP different from an AI proof of concept?

A proof of concept tests one AI task on your data before a budget is set, and ends with a measured result. An AI MVP builds a product around that task and puts it in front of real users. When the task is new to your company, the test comes first.

Which AI model does the product use?

The one your contracts and your data protection officer allow: Claude or ChatGPT through an API under a business contract, or an open-weight model on a server you control. The page Self-hosted LLMs such as DeepSeek covers the last case.

Do you train a model on our data?

No. I build on existing models and give them your cases as examples and context. Training a model of your own is the work of an ML engineer.

What drives the cost of an AI MVP?

The quote follows the assessment and depends on the screens of the main job and on how much a person checks. The model adds running costs per request, so the first version logs them and stops at a monthly ceiling you set.

Do we get a mobile app?

A web app is the quicker first version: users open it in the browser of a phone or a laptop and install nothing. A native app for the App Store or Google Play can follow once the first users show what they use.

Which engagements do you take on?

Freelance engagements for the concept, the build or both, part time or full time. I work remote from Frankfurt, with on-site days in Frankfurt Rhine-Main or at your company elsewhere in Germany.

Details on the work behind this page

Your AI MVP developer in Germany

I am Michael Wutzke, a freelance AI MVP developer in Germany, based in Frankfurt. In a free 30-minute video call we talk about your AI product idea and your needs, and you learn which task the AI should do in the first version and where a person checks its answers.

Portrait of Michael Wutzke, Freelance AI MVP Developer in Germany

Searches this page answers

  • AI MVP development
  • AI MVP development services
  • AI MVP development cost
  • AI MVP developer
  • AI powered MVP development
  • AI powered MVP development services
  • AI assisted MVP development
  • AI tools for MVP development
  • AI POC and MVP development services
  • build MVP with AI
  • build your MVP with AI
  • make MVP with AI
  • create MVP with AI
  • AI product development
  • AI product development services
  • AI product development company
  • AI product development process
  • AI product development lifecycle
  • AI product development roadmap
  • AI assisted product development
  • AI driven product development
  • AI app development
  • AI app development services
  • AI app development company
  • AI app development cost
  • AI app development workflow
  • AI powered app development
  • AI powered app development company
  • AI application development
  • AI application development services
  • AI application development lifecycle
  • custom AI application development company
  • AI software development services
  • custom AI software development services
  • generative AI software development services
  • build an AI app
  • build an AI application
  • AI app developer freelancer
  • hire AI app developers