From Chat to Workflow: How Well Turns Conversations Into Automated Pipelines

Maxime Champoux8 min read

n8n just raised $20M for workflow automation. Make.com has 500,000 users building automated pipelines. Zapier processes billions of tasks per month. All three require you to learn their interface, understand their abstractions, and drag boxes across a canvas before a single automation runs.

What if the workflow came from a conversation instead?

That question drives one of the most consequential features we're building at Well. Not because automation is new. Because the gap between knowing what you want automated and actually automating it has never been solved for small businesses.

The Thirty-Time Problem

Our co-founder Maxime describes it simply: "Show me overdue invoices." A business owner types that into Well on a Monday morning. The AI pulls the data, formats a clean summary, delivers it. Job done.

Except the same person types the same request next Monday. And the Monday after that. And thirty Mondays later, they're still typing the same sentence to get the same report.

Every workflow automation tool in the market would tell this person to go build a Zap, create a scenario, or configure a flow. Open a different app. Learn a different interface. Map triggers to actions. Test. Debug. Deploy.

Most small business owners never do this. Not because they're unsophisticated. Because they're busy running a business and the cost of learning an automation tool exceeds the cost of just asking again.

So they keep asking. The same questions, the same reports, the same checks. Repetition disguised as productivity.

Conversations Already Contain the Blueprint

Here's what we noticed when we studied how people interact with Well's AI assistant. Patterns emerge within days. A restaurant owner checks yesterday's revenue every morning before 9 AM. An e-commerce operator asks about low-stock items on Tuesdays. A consultant requests outstanding invoice summaries on the first of each month.

These aren't random queries. They're workflows that haven't been formalized yet. The conversation history itself is a blueprint for automation. The trigger is the timing pattern. The action is the query. The output format is whatever the user accepted without asking for changes.

Traditional automation tools require you to translate this blueprint into their language. Drag a trigger block, connect it to a data source, pipe the result through a formatter, route it to a destination. You're doing the translation work that the system already has enough information to do itself.

Well's approach inverts this entirely. The system observes the pattern and proposes the automation.

"You've asked for overdue invoices every Monday for the past month. Want me to send this report automatically every Monday at 8 AM?"

One confirmation. The workflow exists. No canvas. No blocks. No configuration UI.

Three Tiers of Tasks

Not every workflow starts at full automation, and it shouldn't. We designed Well's task system with three tiers that reflect how trust builds between a business owner and an AI system.

User-created tasks are explicit. You tell the AI: "Remind me to follow up with Dupont SA if they haven't paid by Friday." The AI creates a task, sets the trigger, and executes the follow-up. You stay in control. You defined the what, when, and how.

AI-suggested tasks emerge from patterns. The system notices you check cash flow every Wednesday and proposes creating an automated check. You approve or dismiss. The AI identified the workflow; you decided whether to activate it. This is where most of the value lives for small businesses, because it surfaces automations people didn't know they needed.

Fully automated tasks run without prompting. These are the workflows that proved reliable over time. The Monday invoice report that's been running for eight weeks without a single edit. The low-stock alert that triggers purchasing workflows. The monthly reconciliation summary that lands in your inbox on the first of the month. They graduated from suggested to autonomous because they earned trust through consistency.

This progression matters. Jumping straight to full automation frightens users. Starting with suggestions and letting them graduate builds confidence that the system understands their business.

Smart MCP Mapping: Picking the Right Tool

A workflow is only as useful as its ability to actually do things. When Well's AI determines that an automated pipeline needs to fetch bank transactions, generate a report, or send a notification, it needs to call the right service through the right connector.

This is where MCP (Model Context Protocol) mapping becomes critical. Well integrates with banks, accounting tools, payment processors, CRMs, and communication platforms through MCP connectors. Each connector exposes specific capabilities. The challenge isn't having connectors. It's selecting the right one for each step in a workflow.

When a user says "alert me when any client is 15 days past due," the system needs to decompose that into: check invoice due dates (accounting connector), compare against payment records (banking connector), identify gaps (internal logic), and send notification (messaging connector). Smart mapping selects the right connector for each step, handles authentication, manages rate limits, and routes errors.

For traditional workflow tools, this mapping is the user's job. You pick the Stripe block, configure the QuickBooks block, wire them together. For Well, the mapping is inferred from the intent. The user said what they want. The system figures out which tools to chain together.

This isn't magic. It's constrained by available connectors and sometimes the system gets it wrong. When it does, the user corrects it in conversation: "No, use the bank feed, not the accounting software for that balance." The correction improves future mapping. The conversation is the debugging tool.

Why Workflow From Chat Changes the Economics

The workflow automation market is large and growing. But penetration among businesses with fewer than 50 employees remains surprisingly low. Not because small businesses don't have repetitive processes. Because the setup cost of traditional automation exceeds the pain of manual repetition for any single workflow.

Chat-based workflow creation changes this equation in two ways.

First, discovery cost drops to zero. You don't need to audit your processes, identify automation candidates, and prioritize them. The system observes your behavior and surfaces the candidates. The business owner who never would have opened Make.com gets automation proposed in the tool they already use daily.

Second, creation cost drops to one sentence. "Yes, automate that" is the entire configuration step. No canvas. No mapping. No testing environment. The conversation history serves as both the specification and the test case. If the AI has been answering the query correctly for a month, the automated version will produce the same output.

The result is that small businesses can accumulate dozens of lightweight automations over months of normal usage. None individually required a "let's set up automation" project. Each one saved a few minutes per week. Together, they compound into hours reclaimed and, more importantly, into a system that proactively manages the business instead of waiting to be asked.

What This Doesn't Solve (Yet)

We're building this incrementally, and honesty about limitations matters.

Complex multi-step workflows with conditional branching remain hard to express in conversation. "If the invoice is over 5,000 euros, route to me for approval; otherwise, auto-send a reminder" works. A twenty-step process with parallel branches and error handling does not. For those, dedicated workflow tools like n8n remain better suited.

Cross-system workflows that require deep integration logic (custom API transformations, data format conversions, webhook chains) aren't something a chat interface handles well today. We're expanding MCP connector depth continuously, but a conversation isn't a replacement for a proper integration platform when the integration itself is the hard part.

And adoption depends on conversation volume. A user who rarely chats with the AI won't generate enough patterns for the system to suggest automations. The feature rewards engagement, which means its value correlates with how much you already use Well for daily decisions.

The Sticky Layer

There's a strategic reality that makes workflow-from-chat compelling beyond the product benefits. Once a business has thirty automated workflows running through Well, each one tuned to their specific patterns, terminology, and timing, the switching cost becomes enormous.

It's not data lock-in. The data is yours and portable. It's context lock-in. Another platform doesn't know that "the Dupont account" means invoice #4521, that your fiscal year starts in April, or that your Monday report should exclude intercompany transactions. Rebuilding that context from scratch in a new tool means re-teaching every workflow.

This is the moat that pure automation tools can't replicate. They have your workflow definitions. They don't have your conversational context, your corrections, your preferences, your business vocabulary. Well has all of it because the conversation is the workflow builder.

Every Monday morning report that runs automatically is another thread binding the product to the business. Not through contractual lock-in. Through accumulated understanding that took months to build and would take months to recreate.

The Conversation That Keeps Working

The gap in the market isn't automation capability. Zapier, Make, and n8n are excellent at what they do. The gap is automation accessibility. The vast majority of small businesses have workflows trapped in their daily habits, invisible because nobody formalized them.

Well's bet is that the best automation interface is no interface at all. Just a conversation that learns, proposes, and eventually runs on its own. The business owner keeps talking to their AI. The AI keeps getting better at anticipating what they need. And one day, the owner realizes they haven't typed "show me overdue invoices" in months.

Because the system already knows.

Maxime Champoux, CEO & co-founder, Well

Maxime Champoux

CEO & co-founder, Well

Maxime is the CEO and co-founder of Well. He built Well to rebuild finance around AI-native data, not spreadsheets.

LinkedIn

Ready to automate your financial workflows?