“I can get the right configuration. I just lose the deal while waiting for it.” I hear versions of this every week. Sales wants speed and clarity. Operations wants correctness. Both are right. The problem is we ask one system to do both jobs at once.
Most teams try one of two moves: make the quoting tool conversational, or force AI to behave like a rules engine. Both paths look promising in a demo. Both fail in production. Not because the tech is bad, but because the jobs are different.
Conversation persuades. Validation protects. Stop making one pretend to be the other.
The Hidden Cost of Mixing Conversation and Validation
When you merge discovery, reasoning, configuration, and pricing into a single workflow, you force trade-offs you don’t see until adoption stalls.
Blend conversation into a CPQ UI and you end up with long forms, conditional questions, and branching logic that’s fragile to maintain. Reps feel interrogated by the system. They click through to the end where the rules finally run. If it fails validation, they backtrack. That’s your lost time.
Push AI to be deterministic and you get the opposite pain. The language model speaks fluently, but every edge case requires a guardrail. You add retrieval. Then more rules. Then approval stoppers. In the end you’ve rebuilt a worse CPQ with extra steps and no guarantees.
This is the quiet failure pattern I see in global programs. The system doesn’t collapse. It just gets bypassed. Reps park quotes in drafts, ask an expert on Slack, and paste the answer back. Governance calls it “exceptions.” Sales calls it “how we actually sell.”
CPQ doesn’t fail loudly. It fails quietly - through workarounds.
Analysts have been clear on the buyer side too. Gartner and McKinsey both highlight that B2B buyers prefer self-directed digital journeys and clear explanations over forms and meetings. That doesn’t mean remove humans; it means remove friction.
A Two-Layer CPQ Architecture That Actually Scales
The fix isn’t to replace your CPQ with AI, or bolt AI onto forms. It’s to separate understanding from truth and let each do its best work.
Layer 1: The Understanding Layer (AI)
This is where conversation lives. Emails, chat, call summaries, and internal notes. It’s the place to reason about trade-offs, ask clarifying questions, compare options, and explain why one path fits better than another.
- Natural language discovery: capture intent, constraints, and preferences in plain language.
- Context assembly: pull relevant snippets from specs, PDFs, catalogs, and prior quotes.
- Explanation engine: translate complexity into decisions the buyer understands.
It doesn’t guarantee correctness. It doesn’t issue orders. It prepares a candidate solution the rep and customer can understand and debate.
Layer 2: The Truth Layer (CPQ/ERP)
This is where validation and pricing live. Constraint solving, compatibility, approvals, BOM generation, and final pricing. It’s deterministic, testable, and governed.
- Configuration constraints: only allow valid combinations.
- Pricing accuracy: apply lists, discounts, and approvals with auditability.
- Order integrity: produce what manufacturing and service can fulfill.
It doesn’t argue. It proves. When the Understanding Layer proposes a solution, the Truth Layer validates and prices it - returning explicit reasons if something doesn’t fit.
One layer persuades and explores. The other verifies and commits.
Why is this possible now? Because we finally have the ingredients to keep the jobs separate without fragmenting the workflow:
- Modern language models that can reason across documents and conversations, if you feed them scoped, relevant context.
- Mature CPQ and ERP rule stacks that are already the system of record for configuration and pricing.
- Lightweight integration patterns: send a candidate configuration to CPQ, receive validation results and prices, and push explanations back into the conversation.
In this architecture, AI doesn’t replace your CPQ. It reduces the number of times a human must touch it by arriving with better inputs and by turning validation results into clear, human explanations.
Operating Rules and First Moves
Rules
1) Keep conversation upstream of validation. Don’t launch straight into forms. Start with natural language discovery. Let AI collect needs, constraints, and preferences in the language the buyer uses. Then translate to a candidate configuration for validation. Example: a rep chats through “we need 12 stations, outdoor rated, 380V, minimal field wiring,” and the system proposes a starter configuration before anyone hits a CPQ screen.
2) Treat validation results as explainable feedback, not errors. When the Truth Layer rejects something, return explanations that a customer understands. “Outdoor rating and 380V with minimal wiring requires enclosure class X. That conflicts with the selected frame.” This turns a dead end into a guided next step. Anti-pattern: the Red Error Wall - a generic “invalid configuration” message that sends reps back to guesswork.
3) Compact the sales model. Your engineering model is too detailed for sales conversations. Define a sales-facing vocabulary: 10-20 decisive distinctions that drive choices. Example: “washdown vs spraydown,” “indoor controlled vs harsh outdoor,” “throughput tier,” “serviceability preference.” Make these the handles your Understanding Layer uses. It’s easier to reason with a compact language than a thousand SKUs.
4) Make truth callable, not embedded. Don’t replicate your rules in the AI layer. Call the CPQ/ERP. Pass structured candidate inputs. Receive determinations and prices. Cache with intent awareness so repeated checks are fast, but always defer authority to the Truth Layer.
5) Instrument for learning. Track what the AI proposes, what the CPQ accepts, and where reps intervene. Patterns of rejection show missing constraints or confusing distinctions. Patterns of manual price edits indicate misaligned pricing rules. Feed these into a weekly change loop.
Every rule you add is a tax on future change. Make them testable and minimal.
First moves this quarter
Start with one product family and five decisive questions. Identify the small set of distinctions that most influence configuration and price. Teach the Understanding Layer to ask only those first. You’ll get 80% direction with 20% of the questions.
Wire a thin integration. Build a simple API path: candidate configuration in, validity and price out. No full rewrite. No new UX. Keep the Truth Layer as-is; let conversation happen in email or chat to start.
Turn validations into reasons. For the top 10 failure cases, write human explanations. Don’t wait for perfect autogenerated text. Give the rep language they can paste into an email today. Measure conversation length and quote turnaround afterward.
Set a weekly triage. Review three things: where the AI asked the wrong question, where validation failed repeatedly, and where reps still called an expert. Fix one in each bucket. Publish the change log. Make improvement visible.
What happens when you do this? Time-to-first-valid configuration drops because discovery becomes useful. Fewer loops to engineering because conflicts are explained, not hidden. Training time for new reps goes down because the system carries the reasoning weight.
Who wins? Teams that separate jobs, collapse steps, and make explanations first-class citizens. Who drifts? Teams that keep adding fields to compensate for missing reasoning, or teams that script AI until it’s indistinguishable from forms.
This isn’t about features. It’s about where work happens. Put exploration where humans and AI excel. Put guarantees where rules do.
The fastest quoting process is the one sales trusts.
You don’t need a moonshot to start. Pick one product, one integration, and one weekly loop. In a month, you’ll know if your quotes got faster and your conversations clearer. If they didn’t, you’ll have the data to change the rules - not the tool.
In complex sales, speed comes from removing rework, not pushing harder. Separate truth from understanding and the rework has nowhere to hide.




