Building & Selling AI

AI Customer Support Variance

Last updated 2026-07-31

What's new

2026-07-31
  • Forward-deployed engineering (working closely with customers to solve problems) started as a way to ensure software stability (DevOps) and data integration (combining different data sources) for companies like Palantir (a data analysis company).
  • The term "forward-deployed engineering" has become too broad and vague, but it's still considered a hot job in AI (artificial intelligence).
  • A new discipline called agent engineering (AI systems that perform tasks for users) has emerged, with harness engineering (managing and coordinating AI agents) as a subset.
  • The speaker argues that everyone is essentially a forward-deployed engineer, working directly with customers and AI tools to solve problems.
2026-07-28
  • AI is replacing jobs by helping people work faster, not by replacing humans directly, so learning to use AI tools (like Claude Coder, a tool that does tasks for companies) can help you stay ahead.
  • New "agentic" AI (AI that can act on its own to reach goals) is different from old automation because it can figure out and do steps to complete tasks without constant human input.
  • Tools like Claude Coder (a version of Claude chat that works with your local files) can help you organize and work with your files, like pictures, Excel sheets, and Word docs, making it more powerful than regular AI chat.
  • You can set goals for agentic AI, and it will keep working until the goal is met, like analyzing your YouTube videos and giving you insights.
2026-07-25
  • To reach $100K/month, focus on selling a $1K/month offer to 100 people, balancing effort and feasibility.
  • People spend money on time-saving solutions, money-making opportunities, or status symbols, so tailor your product or service to one of these.
  • Use the Ikigai (a Japanese philosophy) framework to find the sweet spot between what you love, what you're good at, what the world needs, and what people will pay for.
  • Start with a service business, but package it like a product to avoid selling just your hours and to create something scalable.
2026-07-22
  • AI agents (computer programs that use AI to do tasks) might give different answers to the same question, which can cause trust issues, like when a security AI (a computer program that uses AI to help with security) can't consistently decide if an alert is a real threat or a false alarm.
  • This inconsistency often happens with answers that are on the "boundary" or "gray zone," where even humans might disagree, like a hotel review that's both positive and negative, or a security alert that's not clearly a threat.
  • To fix this, companies need to figure out where these "boundary" cases are and decide what they want the AI to do with them, based on their specific needs and preferences.
2026-07-19
  • Thinking Machines Lab, a startup led by former OpenAI CTO Mira Murati, released a new AI model called Inkling, which is a large, open model designed to handle text, images, audio, and video.
  • Inkling is a "mixture of experts" transformer (a type of AI model) with 975 billion total parameters, but only around 41 billion activate for a typical prompt, making it faster and cheaper to run.
  • Unlike other AI models that focus on specific tasks, Inkling is a generalist, meaning it's designed to perform well across a wide range of tasks, including reasoning, coding, and following instructions.
  • Inkling is fully open, meaning anyone can download and use it for free, and it's designed to be efficient, matching the performance of other models while using fewer resources.
2026-07-16
  • Companies are realizing that one person using AI can do the work of three to five people, leading to layoffs and a shift in corporate work, with those who know how to use AI getting ahead.
  • The AI automation market has grown to around $130 billion, but companies are now looking to solve their AI problems in-house instead of hiring external agencies.
  • The real value in AI is not just in building things, but in knowing what to build, which requires human judgment, taste, and the ability to solve ambiguity.
  • The role of an in-house AI consultant is becoming more valuable, as they are the ones who figure out what problems to point AI at and build the necessary automations to handle those tasks.
2026-07-13
  • AI (Artificial Intelligence) tools are making it easier for non-technical people to build solutions, like having a team of smart interns helping you solve problems.
  • AI is changing the way business teams, like sales and marketing, work by making them more like builders, not just users of tools like spreadsheets and PowerPoint.
  • AI is helping businesses understand their data better, making it more reliable and useful for decision-making.
  • AI is also helping to solve real business problems, like understanding how a business is doing and making sure data is accurate and trusted.
2026-07-10
  • An AI agent (a tool that automates tasks) is like a folder containing instructions (what to do), connections to other systems (like email or accounting software), and a trigger (when to start).
  • Unlike a chatbot (which just answers questions), an agent does work for you, like sending reminder emails to clients who haven't paid their invoices.
  • Agents are most useful for recurring tasks, and you can trigger them manually, by a schedule, or by an event.
  • You can build agents using existing AI tools like ChatGPT or Claude (AI programs you might already use).
2026-07-07
  • After launching an AI agent (a program that can perform tasks autonomously), monitoring its performance and improving it is crucial, but often overlooked, as real-world interactions can reveal unexpected issues.
  • Traditional testing methods, like unit tests (checking individual parts of the code) or simulated conversations, can't predict all real-world scenarios, as users interact with AI in unpredictable ways.
  • AI agents can sometimes appear to work fine but may have hidden issues, such as using incorrect tools or providing inaccurate information, which only become apparent through real-world use.
  • Logs (records of the agent's actions and outputs) are essential for understanding and improving AI performance, but analyzing them requires sophisticated reasoning to distinguish real problems from minor issues.
2026-07-04
  • **Agents are like AI workers**: They're not just tools (like SaaS - software you pay for monthly online), but do specific jobs for you, like handling calls or managing schedules.
  • **Focus on jobs with paychecks**: Look for tasks businesses already pay people or agencies to do, like handling customer calls or booking appointments.
  • **Pick the right tasks**: Choose jobs that happen often, have a clear end, use existing software, need some human-like judgment, and where the business feels the loss if not done.
  • **Start small**: Pick one area (like restaurants or home services) and list 20 annoying jobs people complain about, then score them to find the best fit for your AI agent.
2026-07-01
  • Google DeepMind is already planning for Artificial Super Intelligence (ASI) (AI smarter than all humans combined), not just Artificial General Intelligence (AGI) (AI as smart as a typical human).
  • They predict that AGI could lead to ASI through scaling (bigger, better AI models) or algorithmic shifts (new AI architectures or training methods).
  • AI is advancing so fast that researchers are now writing papers with instructions for AI to summarize them, assuming AI will read them instead of humans.
  • The paper also discusses a theoretical "universal AI" (AIXI), the ultimate limit of AI intelligence, which we can approach but never truly reach.
2026-06-28
  • OpenAI's recent report shows they use AI agents (specialized AI tools for specific tasks) 99% of the time, not chatbots (general AI conversation tools like ChatGPT), with Codex (OpenAI's advanced AI agent) being their primary tool.
  • OpenAI employees have unlimited access to advanced AI models (like GPT 5.6 or 5.7), which are more capable than publicly available versions (like GPT 5.5).
  • To become AI-native, companies should remove four roadblocks: easy employee access to AI tools, AI access to real work and systems, AI permissions to take action, and sharing AI capabilities across teams.
  • Companies should invest in AI tools, providing all employees with strong access and minimal usage restraints to reduce friction and maximize AI benefits.
2026-06-19
  • AI tasks can be sorted into categories like prediction (guessing outcomes), classification (sorting items into groups), regression (estimating numbers), and anomaly detection (finding odd patterns).
  • For text, use Natural Language Processing (NLP, understanding human language) and for images, use Computer Vision (understanding pictures), often with deep learning (complex pattern recognition).
  • AWS offers specific tools for different tasks: Amazon Comprehend (text meaning), Amazon Transcribe (speech to text), Amazon Polly (text to speech), and Amazon Rekognition (image understanding).
  • Choose simple rules or code over complex AI when exact results are needed, and opt for managed services (pre-built AI tools) over custom models (building your own AI) for most tasks.
2026-06-13
  • AI isn't always wrong when it makes mistakes; sometimes it's due to preferences, carryover from past conversations, or outdated information (variation).
  • A "real miss" is when AI is objectively wrong, like missing key info from a document, and you can fix this by asking AI to tell you when it can't find something.
  • "Preferences" happen when AI's output is correct but doesn't match your style, like writing too formally; you can fix this by sharing examples of your preferred style.
  • "Carryover" errors occur when AI remembers old instructions from a long conversation; you can prevent this by starting new chats for different tasks.
2026-06-10
  • Arize AI (a company that helps businesses use AI effectively) introduces tools for observability (tracking what your AI is doing) and evaluation (measuring how well it's performing), focusing on agents (AI programs that can perform tasks) and harnesses (systems that manage these agents).
  • They use open telemetry (a standard for tracking software performance) to create traces (records of what the AI does) and spans (detailed breakdowns of those actions), helping businesses understand and improve their AI systems.
  • Arize AX (a product by Arize AI) provides distributional views (overall patterns) of AI agent paths (the different ways an AI can complete a task), helping identify issues like latency (delays) and incorrect task sequences.
  • They also discuss trajectory evals (assessing different paths an AI takes), which can reveal problems like dependencies (when one task must happen before another) that the AI might miss.
2026-06-07
  • **Focus on real work, not just fun**: Rich people use AI for serious tasks, like selling or running their business 24/7, not just for fun or impressive outputs.
  • **Identify your bottleneck**: Before buying AI tools, figure out the biggest problem in your business (the bottleneck) that, if solved, would increase revenue.
  • **Use AI for leads and sales**: AI can generate leads, automate follow-ups, and qualify prospects, freeing you up to focus on closing deals.
  • **Try specific AI tools**: Tools like Manness, Claude Code, Apex, Your Atlas, and Revieo can help with prospecting, qualifying, and personalizing messages to potential buyers.
2026-06-03
  • Most dangerous AI errors sound almost right—correct stats but false claims buried in clear writing, hard to spot unless you know the details.
  • Only use this detailed audit for high-stakes decisions: contracts, investments, proposals where wrong information costs you serious money, legal trouble, or brand damage.
  • Run four separate AI conversations: finish your draft, extract claims, check them against source documents, rewrite. Each step uses fresh AI to prevent bias (accumulated prejudice).
  • Advanced users swap AI tools (like Claude and ChatGPT—different AI assistants) for each step, since each has unique strengths and catches different mistakes.

Key points

What it is

  • AI Customer Support Variance is the inconsistency in AI responses to similar customer questions, which can frustrate users and destroy trust.
  • It's a major issue because businesses need reliable AI to build trust and achieve measurable outcomes, like reducing customer support workload.
  • Variance is tricky because people who benefit most from AI are also more likely to worry about its unreliability.

How to use it

  • Adjust the AI's response style to control variance: "same" mimics past responses, "completely" avoids similarity, and "different" balances reliability with natural variation.
  • Set the variance level in your AI workflow's "response style" parameter before running the agent.
  • Test each setting on real requests in a development environment to find the best balance between consistency and customer satisfaction.

Watch out for

  • Don't optimize for the wrong metric, like speed over actually helping customers.
  • Treat your first AI version as a proof of concept and plan for ongoing refinement.
  • Avoid jumping into hyper-specific niches too early; start with a loose direction and adapt based on real results.

Tools named

  • Klarna (an AI agent that handles customer conversations)

Lesson 1: What is AI Customer Support Variance and why it matters

AI Customer Support Variance is the difference between how an AI handles customer questions across different situations, and it matters because inconsistency destroys trust. When an AI helper gives one answer to a billing question but a different answer to the same question asked another way, customers get frustrated. The content shows that reliability is a major tension: 37% of users say AI "gets things wrong too often," while 22% say it helps them decide. That gap is variance in action.

For AI development, reducing variance is critical because businesses don't buy intelligence—they buy "paid outcomes" like consistent content that builds trust. The material states that 95% of generative AI pilots fail to deliver measurable profit impact, and 88% of proofs of concept never reach production. High variance in responses is a key reason: if an AI cannot reliably cut customer support workload by 60% or automate onboarding consistently, the solution fails.

What makes variance tricky is the "light and shade" pattern Anthropic found: the people who benefit most from AI are three times more likely to worry about depending on it. Lawyers reported the highest rates of experiencing both better decisions and unreliability. So as a developer, you must test your AI on edge cases repeatedly until it gives the same correct answer every time. Use historical context from your business to narrow the model's behavior. If you cannot control variance, you are building a tool, not a solution. And businesses pay for solutions that remove uncertainty, not for clever but unpredictable models.

Sources

Lesson 2: How to use AI Customer Support Variance: step-by-step

To use AI Customer Support Variance, you adjust how similarly the AI responds to past cases. Choose from three settings: "same," "completely," or "different." Each produces different results.

First, "same" makes the AI mimic past successful responses almost exactly. If a client earlier got a refund for a defective HVAC part, "same" will generate nearly identical language for the next such case. This ensures consistency but can sound robotic.

Second, "completely" forces the AI to avoid any similarity to previous replies. For the same refund scenario, the AI might start with a question like "Can you describe the issue from scratch?" instead of offering a refund directly. This feels fresh but risks confusing customers who expect standard procedures.

Third, "different" is a middle option. The AI draws from past patterns but rewrites phrasing and structure. For the HVAC refund, it might say: "I see you reported a faulty component. Let’s verify your receipt, then I’ll process a replacement." This balances reliability with natural variation.

To set variance, open your AI workflow (the automated steps your agent follows) and locate the "response style" parameter. Select your preference before running the agent. For example, an HVAC support agent set to "different" will handle a "system won’t cool" complaint by rephrasing troubleshooting steps each time, while "same" repeats the exact checklist. "Completely" invents new approaches, like asking for diagnostic codes first.

Test each setting on real requests in a development environment (a safe test area) to track which variance reduces customer frustration and keeps replies accurate.

Sources

Lesson 3: Best practices and pitfalls

When building AI customer support, the same technology can produce completely different results depending on how you design it. The biggest pitfall is optimizing for the wrong metric. Klarna deployed an AI agent that handled 2.3 million conversations in its first month, dropped resolution time from 11 minutes to two minutes, replaced 700 human agents, and saved $60 million. Every dashboard metric looked amazing. But customer satisfaction slipped because the AI optimized speed over actually helping people. Nuanced problems got generic responses. The AI was so efficient at closing tickets, it prioritized closing over solving.

The mistake is treating speed as the only goal. Best practice is to engineer your AI for customer satisfaction, not just ticket closure. This means building in checks that catch nuanced problems and route them to humans, rather than letting the AI force a generic answer. Another pitfall is assuming your first version is final. Every first delivery should be treated as iteration one (a proof of concept). You don't know what you don't know until the AI operates in the real world. Plan for bugs, small changes, and ongoing refinement.

Finally, don't chase every lead. Many AI pilots fail because teams jump into hyper-specific niches too early. Start with a loose direction — like "help small businesses automate boring tasks" — not "AI for dental clinics in Georgia losing time with onboarding." This flexibility lets you adapt based on real results rather than locking yourself into a failing strategy. The same tooling delivers completely different outcomes depending on whether you design for speed, for satisfaction, or for rigid early assumptions.

Sources