
What product studio setup actually means
When people search for product studio setup, they usually mean one of two things: how to structure a small team so it can move from idea to shipped product repeatedly, or how to organize the internal processes - research, design, build, measure - so each new product doesn't start from zero. Both readings matter, and neither is solved by picking a tool stack. The setup is really a set of decisions about how much certainty you require before you commit resources, and how you keep that discipline consistent as you add more products.
A useful way to frame it: a product studio setup is the repeatable scaffolding that lets a small team turn a narrow, well-defined problem into working software without re-inventing its process every time. That scaffolding includes how problems get selected, how prototypes get tested, what counts as 'ready to ship', and how success gets measured after release. None of this requires elaborate tooling. It requires clear agreements written down and followed.
Start from problem clarity, not from a product idea
A common failure mode is starting with an idea for a product rather than a clearly stated problem. Problem clarity means you can state, in a sentence or two, who has the problem, when it shows up, and what a bad outcome currently looks like for them. If a team cannot do this without hedging, the studio setup should treat that as a blocker, not a detail to fill in during design.
This matters more in a studio context than in a single-product company, because a studio evaluates several problem candidates at once. Without a shared bar for what counts as a clear problem statement, teams drift toward building whatever is technically interesting or whatever a stakeholder mentioned last. A simple written test - can this be explained to someone outside the team in under a minute, with a specific example - filters out a surprising number of ideas before any code is written.
It's also worth distinguishing a real problem from a solution in disguise. 'We need a dashboard' is a solution; 'operators lose an hour a day reconciling numbers across two systems' is a problem. Studios that keep this distinction visible in their intake process spend less time building features nobody asked for.
Sequencing from proof of concept to MVP to shipped product
One of the more concrete parts of a product studio setup is deciding what stage of validation you're actually in, because the right next step differs sharply depending on the answer. A proof of concept exists to answer a narrow technical or feasibility question - can this even be built the way we imagine - and it is not meant to be shown to real users as a product. A minimum viable product, by contrast, is meant to be used by real people to test whether the underlying problem and solution direction are worth continued investment. Conflating the two is a frequent source of wasted effort: teams either over-invest in a proof of concept as if it were shippable, or under-invest in an MVP by treating it as disposable.
Getting this sequencing right is less about following a fixed template and more about being honest at each stage about what question you're trying to answer. If the open question is technical feasibility, build the smallest thing that answers it and stop. If the open question is 'do people want this enough to use it repeatedly,' you need something usable enough to generate that signal, even if it's narrow in scope.
A studio setup benefits from writing this sequencing down as a lightweight checklist rather than relying on individual judgment each time, since judgment tends to erode under deadline pressure. The checklist doesn't need to be rigid; it needs to force the question 'what are we trying to learn right now' before resources are committed to the next stage.
Worked example: sequencing a small internal tool
Here is a hypothetical, for illustration only, of how this sequencing might play out in practice. Imagine a small team notices that customer support agents manually copy ticket data into a spreadsheet every morning, and this takes roughly 40 minutes a day. The problem statement would be: support agents lose meaningful daily time to manual data transfer that could be automated, and errors from manual copying occasionally cause downstream reporting mistakes.
A proof of concept in this hypothetical might be a short script that pulls ticket data via an API and writes it to a spreadsheet format, tested by one engineer against a handful of sample tickets, purely to confirm the data can be extracted reliably. If that works, an MVP might be a small internal web page that two or three agents use for a week instead of their manual process, with a plan to ask them directly whether it saved time and where it broke. Only after that signal is positive would the team consider building a fuller internal tool with proper access controls, error handling, and support for edge cases.
The point of this example is not the specific tool but the discipline: each stage answers one question, and the team resists building the 'nice' version until the narrower version has actually earned it.
Keeping interfaces accessible and outcomes measurable
A studio setup that ships small, testable releases still needs to hold two other principles alongside speed: accessibility and measurability. Accessible interfaces are not a late-stage polish item; decisions made early, like color contrast, keyboard navigation, and clear labeling, are far cheaper to get right from the first testable version than to retrofit once a product has real users depending on specific interaction patterns.
Measurable outcomes means defining, before release, what would count as evidence that the product is useful. This doesn't require sophisticated analytics. It requires a small number of specific things you'll look at afterward - did the target users complete the task, did they come back, did they report the original problem going away - decided before the release goes out, not invented afterward to justify the outcome.
Setting these expectations at the studio level, rather than leaving each product team to reinvent them, keeps quality consistent even as new products get added. It also keeps the studio honest with itself: a product that ships small but has no defined measure of usefulness has skipped a step, not saved one.
Where responsible automation and studio limits fit in
Automation is often part of the appeal of a lean product studio setup - it lets a small team support more products without a proportional increase in headcount. But responsible automation means using it where it clearly reduces manual, repetitive work without hiding decisions that a person should be making, especially around anything that affects users' data, money, or access.
IVRYN, an independent product studio based in Paris, works across a small portfolio of separately scoped products, and its public position is that focused products get researched, designed, shipped and improved incrementally rather than through inflated claims about outcomes. That framing is relevant here mainly as a boundary: this article describes general practices for setting up a product studio, not a report on any specific product's performance, adoption, or results, because no first-party study or measured outcome is being claimed.
Readers applying any of this to their own team should treat it as a starting structure to adapt, not a fixed formula. The right cadence, the right definition of 'small release,' and the right measurement will vary by team size, market, and how much uncertainty the underlying problem carries.
Frequently asked questions
What is the difference between a proof of concept and an MVP in a product studio setup?
A proof of concept answers a narrow feasibility question, usually technical, and isn't meant to be used by real customers. An MVP is a usable version built specifically to test whether real users want the underlying solution enough to justify further investment. Treating one as if it were the other tends to waste either engineering effort or user trust.
How small should a first release be when setting up a new product?
Small enough to answer one specific open question - a technical feasibility question or a user-demand question - without trying to also validate pricing, scale, or long-term retention at the same time. If a release is trying to prove more than one thing at once, it's usually a sign the scope should be cut further.
Does a product studio need dedicated tooling to run this kind of setup?
No. The core of a workable studio setup is a shared, written agreement on how problems are chosen, what counts as validated at each stage, and how success will be measured after release. Tooling can support this process, but the discipline comes from the agreements, not the software used to track them.
Sources and further reading
These resources provide the wider reference frame. Product statements on this page are limited to the public information provided by IVRYN.