We almost split the product in two
- Contribution
- Design strategy and team leadership
- Team
- Product Design, Research, AI, Platform, Security, and UI
- Timeframe
- 2024–present
- Outcome
- 9 out of 10 customers who built an agent build 5 or more. Monthly usage grew 28x in one year.
A standalone SKU promised a simpler path to market
In 2024, Workato planned to enter the agentic market with a standalone SKU, separate from its orchestration platform.
The logic was reasonable. A separate product would be easier to explain, package, and sell. It would also be easier for Customer Success and the wider business to learn, support, and bring to market.
Beginning in August, the design team explored how to divide the experience. The deeper we went, the less convincing the split became.
Building a capable agent required access to workflows, connections, data tables, reusable schemas, APIs, environments, security, and governance. None of these were optional dependencies. In fact, they were the source of every agent's power.
Basic tasks would require people to leave the agent product, enter the orchestration platform, create or update an asset, and then return. Creating product boundaries would simplify the sales story while making the experience harder to understand.
Workato could build agents that could act, not just answer
In 2024, most AI products treated an agent as something to talk with.
We believed we had a different advantage. Our platform was already connected to the systems where business work happened. Workflows could act across those systems, follow defined rules, expose errors, and leave an audit trail.
That gave us a compelling product model:
- An agent decides what needs to happen.
- Workato workflows execute that decision predictably.
- Enterprise controls keep the result visible and governed.
Each agent had a job description, knowledge it could draw on, and skills it could invoke. A skill could be an existing Workato workflow coordinating several systems in a reliable sequence.
An order-management agent, for example, could investigate a delayed order by checking the CRM, reviewing warehouse inventory, contacting the shipping provider, and notifying the account team. The agent decided when to invoke the skill. The workflow controlled how the work was performed.
We weren't simply adding AI to a fixed workflow. We were giving agents reliable capabilities they could choose among. Separating Agent Studio from those capabilities would remove the very thing that made the product different.
Design helped change the company strategy
By early 2025, the design team had enough evidence to show that the split was producing a weaker product.
At our March sales kickoff, design partnered with product and engineering leaders to present a shared case to the executive team. We showed where the proposed boundary broke important tasks, where platform constraints forced people to switch contexts, and why a standalone product would lose the capabilities that differentiated Workato.
The proposal to keep the products separate was reversed.
This was a major win for the experience, but it created a difficult delivery problem. We'd spent months designing and engineering toward the split. Now we had to bring the product back together before our user conference in August.
We shipped the foundation, then confronted the seams
By June, the teams had brought the agent capabilities back into the main platform. The release worked, but it didn't yet feel like one product.
Knowledge, skills, testing, configuration, and governance lived in different tabs. The necessary capabilities were present, but the interface didn't explain how they worked together. The effort required to split and reunify the platform was still visible in the experience.
With two months left before the user conference, I advocated for a cohesive experience pass.
I first tried to build support from the bottom up with the engineering team responsible for the release. The proposal met heavy resistance. The team had already reworked the product under intense time pressure, and another substantial change felt unrealistic.
When that approach stalled, I changed tactics. I escalated the decision to our CPO, who is accountable for design, product and engineering. I made the case that cohesion had to be a release requirement. Once we had that alignment, the design team partnered directly with engineering to reduce the scope and cost of the changes.
By August, we had an Agent Studio experience that brought the essential pieces into a shared model.
Learning from customers shaped what came next
After launch, research became an ongoing part of how we developed Agent Studio. We studied first-time builders, mature teams, competitive products, and customers running agents in production.
An early study with a major observability company gave us a clear initial signal. Participants described Workato as the most complicated agent platform they had evaluated. Their proof of concept took three weeks when they expected roughly one. Nontechnical partners couldn't participate without help, and even experienced builders struggled with terms such as "Genies," "agents," "skills," and "tools."
The finding was uncomfortable but useful. We had brought powerful capabilities together without making that power understandable.
We treated the study as a starting point. Over the next year, our research team followed builders through interviews with advanced users, follow-ups with mature and dissatisfied customers, a competitive study, and rolling research on Genies. We compared those findings with usage data, sales calls, product planning, and internal reports.
Four problems appeared repeatedly:
- Job descriptions had become living operational documents. But our editor still treated them as one-time prompts. Mature builders kept copies in Git, XML, spreadsheets, and text files because they couldn't version or restore changes in the product. Security teams saw the same risk: one edit could change an agent's behavior with no way to roll it back. Dozens of paying customers had job descriptions longer than 25,000 characters, collectively representing eight figures in ARR.
- Agents were still black boxes. Builders struggled to understand why an agent produced a result or where it had failed. In production, teams sometimes removed agents from use or debugged them by hand because the product couldn't explain what had happened. Some builders received different answers to the same numerical task and stopped trusting the agent for work they could verify with a calculator.
- Workato's vocabulary kept getting harder to follow. Builders repeatedly stumbled over "Genie" versus "agent" and "skills" versus "tools." The problem wasn't confined to beginners. Experienced customers and sales teams also had to translate the product's language.
- Mature builders had moved beyond a simple build experience. As customers gained experience, their needs spread in different directions. They asked for versioning, deployment pipelines, evaluation frameworks, runtime support, governance across environments, better observability, and clearer guidance for orchestrating several agents. They also needed help deciding when to use agentic behavior instead of a deterministic workflow.
These findings were also evidence that customers were progressing. They were moving beyond early experiments, building more sophisticated agents, and putting them into production. As their practices matured, their requirements evolved. Our product now needed to evolve with them.
Research shaped the roadmap at two levels.
First, it showed us where the existing build-experience created unnecessary work. The platform had the right capabilities, but it still asked people to manage too many concepts, destinations, and interruptions.
For example, creating a skill makes the problem clear. A builder has to leave Agent Studio, navigate to the recipe editor, create the workflow, and then return to the original agent.
We began an in-context editing initiative to remove that interruption. A builder can now open the skill editor inside Agent Studio, create or modify a workflow, and return to the agent without losing their place. We applied the same principle to knowledge and other supporting assets. This helps the platform keep its power, but people no longer need to understand its entire information architecture before completing one task.
Second, research showed us what customers needed as their agents became more important to the business. We shipped or expanded:
- A unified AI Hub
- Enterprise context management
- Bring-your-own-model support
- Conversation permissions
- Guardrails and evaluation capabilities
Longer-running findings are continuing to shape the roadmap. Prompt versioning has already entered active product planning. Observability, evaluation, deployment, governance, and multi-agent orchestration have become a part of the broader design problem.
Not every finding has produced an immediate feature, nor should it. The value of ongoing research is that it helps us recognize each new stage of customer maturity and design for what they will need next.
The market has still not settled on what an agent is
Our original model treats an agent as an independent decision-maker with deterministic workflows available as skills.
As N8N has grown in popularity, it has established a different model in customers' minds: an agent as part of a visible flow that combines AI decisions with deterministic steps. However, it recently introduced an agent as a separate entity. Even though N8N popularized one definition, it is now making room for another.
Our research reflects the same ambiguity. Some customers write prompts tens of thousands of characters long to force an agent through a precise sequence. Others build chains of agents without clear product guidance. They want the flexibility of AI in some parts of a process and explicit control in others.
Our definition is intellectually consistent, but it leaves little room for these emerging patterns. In 2026, we are redesigning the builder around a flow model that can hold deterministic steps, agent decisions, human review, and collaboration between agents in one understandable structure.
Designing the control plane around the agent
As agents become more capable, their interface can't stop at the builder.
We're exploring how organizations can:
- Register agents created inside and outside Workato
- Connect them through protocols such as A2A
- Apply policy and governance from a shared control plane
- Route model use through an enterprise AI gateway
- Understand cost, performance, and risk
- Evaluate whether agents are meeting defined business goals
My role
I set the product and design direction across this work, represented the experience in executive decisions, and coordinated design across teams responsible for AI, Platform, Security, and the core interface.
Designers and researchers owned the detailed flows, prototypes, and studies. My role was to give the team a clear model to work from, critique the consequential decisions, maintain the quality bar across product boundaries, and remove organizational obstacles when the experience required a change in direction.
The most important decisions I led were:
- Building the cross-functional case that reversed the proposed product split
- Establishing a unified experience as a launch requirement
- Establishing ongoing research across levels of builder maturity
- Ensuring difficult research findings change the roadmap
- Starting the in-context editing initiative
- Reframing the agent builder as customer needs and the market evolved
Adoption is growing deeper, not just wider
Customers are building repeatedly, and usage is growing faster than creation.
Most builders are moving beyond their first experiment
Among customers with Agent Studio access, 78% have built at least one Genie and 71% have built five or more. Put another way, nine out of ten customers who start building go on to create at least five Genies. More than half of enabled customers have active conversations taking place.
Depth of adoption among customers with Agent Studio access.
Usage is accelerating faster than creation
From July 2025 to June 2026, monthly Genie creation grew 5.2 times, while monthly run-credit consumption grew about 28 times over the same period. Usage is growing much faster than the number of agents, showing that customers are moving from experimentation toward deeper, repeated use.
Indexed to the starting month (1×), July 2025 to June 2026
Growth in Agent Studio building and usage.

