Notes from the front of AI customer support.

Practical writing on building, deploying, and scaling AI agents that talk to real customers, from the team that ships them. No takes on AGI. Plenty on grounding, citations, and the cost of being wrong.

7 things support, CS, and product teams are doing with Brainfish MCP and Claude
Posts Apr 29, 2026 6 min read

7 things support, CS, and product teams are doing with Brainfish MCP and Claude

Filter

Latest writing.

Fresh takes, build notes, and customer stories.

How to Build an AI Knowledge Base

How to Build an AI Knowledge Base

Most teams build an AI knowledge base backwards. They connect an existing help centre to an AI tool, watch the demo perform well, ship it, and then watch it quietly fail over the following months as the product evolves and the knowledge doesn't. Tickets rise. Confidence scores drop. The team blames the AI model. The model isn't the problem. The knowledge infrastructure is. Building an AI knowledge base that actually works in production, not just in demos, requires a different approach than building a traditional help centre. This guide walks through each step.

What Is an AI Agent Knowledge Base?

What Is an AI Agent Knowledge Base?

What Is an AI Agent Knowledge Base? Quick answer: An AI agent knowledge base is a structured, machine-readable repository that an AI agent queries in real time to answer questions and execute tasks. It differs from a traditional knowledge base in that it is designed for programmatic retrieval — not human browsing — and must stay automatically current as the underlying product changes.AI agents are only as good as the knowledge they can access. Build a flawed knowledge base and your AI agent hallucinates, misroutes, or confidently answers the wrong question. Build a strong one, and your agent resolves issues end-to-end without human intervention.

Retrieval Observability: Seeing the Full Chain Behind Every AI Answer

Retrieval Observability: Seeing the Full Chain Behind Every AI Answer

TL;DR: Retrieval observability means seeing the entire chain of how an AI system retrieved and ranked information before generating an answer not just the final output. Without it, debugging a wrong AI answer is like debugging a SQL query by only looking at the UI result. The solution: trace every retrieval decision, make answers deterministically reproducible, and expose confidence scores so you're asking the right question, what did the model retrieve? not just what did it say?

The Hidden Cost of RAG Maintenance: When Knowledge Pipeline Work Consumes Your Sprint

TL;DR: Most teams building RAG systems spend 20–30% of sprint capacity on knowledge pipeline maintenance — connector updates, doc syncing, accuracy regression testing — instead of building their actual product. For a senior engineer at $200–250k/yr fully loaded, that's $40–75k annually in pure maintenance overhead before you count the accuracy failures downstream. Auto-updating knowledge layers eliminate this tax entirely, freeing your team to focus on what they should be building.

AI Knowledge Base: The Ultimate Guide for 2026

AI Knowledge Base: The Ultimate Guide for 2026

Brainfish’s 2026 guide explains what an AI knowledge base is, how it differs from a traditional knowledge base, and how to build one that reduces hallucinations and improves self‑serve support. An AI knowledge base is the knowledge layer under chatbots and agents: it ingests information from help centers, tickets, Slack, and release notes; structures it into AI‑ready semantic chunks with metadata and embeddings; and serves grounded answers via retrieval‑augmented generation (RAG) with feedback loops and analytics.

Why 'We Need More Training' Is Killing Your Sales Performance — And How AI Enablement Fixes the Real Problem

Why 'We Need More Training' Is Killing Your Sales Performance — And How AI Enablement Fixes the Real Problem

*The modern enablement engine isn't about producing more content. It's about delivering trusted knowledge at the exact moment it matters.* Sales leaders say it constantly: *"We need more training."* It's the go-to response when pipeline misses, demos bomb, reps struggle with basic objections. It feels controllable. You can schedule it, measure it, point to it in a QBR.

The Knowledge Layer API: How to Point Your RAG Pipeline at Clean, Current Knowledge

TL;DR: Your RAG pipeline's accuracy problem isn't retrieval — it's knowledge quality. A knowledge layer API sits between your retriever and source documents, auto-syncing fragmented sources (Confluence, Notion, Slack, Drive), detecting conflicts before they reach the model, and eliminating the custom connector maintenance that kills most teams. Point your LangChain retriever at a clean endpoint instead of managing five broken pipelines.

How to Improve First Contact Resolution in Complex SaaS Enterprise Support

How to Improve First Contact Resolution in Complex SaaS Enterprise Support

First contact resolution in enterprise SaaS rarely fails because of poor macros—it fails because of missing context. This article breaks down why FCR breaks in modular B2B products and introduces an operational workflow that unifies knowledge, segments by persona and account configuration, and delivers context-aware support responses that reduce reopen rates and escalations.

Operational Context for AI: Why AI Fails in Production Brainfish Webinar Recap

Operational Context for AI: Why AI Fails in Production Brainfish Webinar Recap

AI adoption is moving fast, but trust drops when answers come from stale, conflicting, or unowned knowledge. Docs alone rarely capture the judgment and edge cases teams rely on day to day, so “operational context” needs to be captured and kept current. A knowledge layer makes that practical by continuously updating sources, resolving contradictions, and turning messy inputs into something teams can actually depend on.

Compliance-Grade AI: How High-Governance Teams Pilot Without Risk

Compliance-Grade AI: How High-Governance Teams Pilot Without Risk

If you’ve ever watched a two-week AI pilot take three months to approve, you’re not alone. For high-governance teams, innovation doesn’t fail from lack of interest (because AI is interesting!). It fails from lack of proof. Discover how CX leaders are launching “zero-blast-radius” pilots that win over legal, security, and IT while unlocking measurable ROI with Brainfish’s compliance-grade AI.

Why Teams Use Slack as Documentation (And the Hidden Cost)

Why Teams Use Slack as Documentation (And the Hidden Cost)

Your company has perfect documentation for every customer scenario. It's just trapped in 847 Gong recordings that nobody will ever watch. Every company runs on two documentation systems: the expensive, unused official one, and the real one buried in Slack threads, Gong recordings, and that one person's head. While companies waste months trying to "fix their documentation first" before adding AI, smart teams are flipping the script - using AI to extract the perfect documentation that already exists in their sales demos, customer calls, and team conversations, turning hundreds of trapped hours into instant, searchable knowledge.

The Hidden Cost of Manual Product Education When You Have 5,000 Guides

The Hidden Cost of Manual Product Education When You Have 5,000 Guides

See how a Series A marketplace startup was drowning in the classic growth paradox: pushing daily product releases while their success team operated at 120% capacity, walking 5,000 guides through features one-by-one because traditional documentation couldn't keep pace. Their breakthrough came when they discovered that a single 10-minute product walkthrough could instantly generate 15-20 detailed help articles with embedded video snippets—transforming weeks of manual documentation into minutes of automated knowledge creation.

Brainfish Raises $10M to Define the Future of Customer Support with Ambient AI

Brainfish Raises $10M to Define the Future of Customer Support with Ambient AI

Customer support teams are stuck in an endless cycle of reacting to the same problems while product teams build features in the dark, waiting for frustrated users to tell them what's wrong. What if instead of handling tickets after users get stuck, your product could prevent those problems from happening in the first place? Brainfish's $6.4M funding round is proof that ambient AI can transform how companies think about customer experience entirely, moving from reactive support to proactive prevention that makes products naturally easier to use.

We Asked a Veteran CX Leader What's Wrong with AI Support Today. Her Answer Surprised Us.

We Asked a Veteran CX Leader What's Wrong with AI Support Today. Her Answer Surprised Us.

Looking to cut through the AI hype and understand what customer experience leaders actually need? Our conversation with veteran CX leader Lauren Volpe, CCXP, reveals a stark disconnect between what vendors are selling and what frontline teams are experiencing. While conferences overflow with "revolutionary" AI solutions promising ticket deflection, CX leaders are struggling with overlooked fundamentals like legacy system integration and change management.

Beyond 7 Steps: How API Actions Automates L2 Support Tasks Without Expanding Your Team

Beyond 7 Steps: How API Actions Automates L2 Support Tasks Without Expanding Your Team

Your users don't want instructions—they want results. Research shows support teams handle an average of 21 tickets daily, many getting stuck in the cycle of repetitive explanations while users abandon complex tasks halfway through. But what if there was a better way? Brainfish API Actions bridges this "execution gap" by connecting directly to your systems to complete tasks for users, not just explain them.

Ambient AI Agents are the Future of CX and Support

Ambient AI Agents are the Future of CX and Support

AI in customer support is evolving beyond reactive chatbots to ambient intelligence that works proactively in the background, observing user behavior and providing help exactly when needed — without being asked. Like a modern video game that learns and adapts to your play style, this new paradigm makes products naturally intuitive while dramatically improving metrics from self-service rates to NPS scores.

Help Doc Debt: 80% of Knowledge Bases are Out of Date

Help Doc Debt: 80% of Knowledge Bases are Out of Date

Did you know only 1 in 5 companies rate their knowledge base as "very accurate"? SaaS leaders are drowning in help doc debt, spending up to 8.5% of revenue maintaining help content that fails to serve users effectively. This article unpacks the hidden costs of outdated documentation, showing how traditional knowledge bases create frustrating "context breaks" and erode user trust. Discover how self-generating knowledge bases are transforming support by automatically creating accurate content based on real user behavior—delivering ROI through reduced support costs, improved NPS, and faster onboarding.

The Chatbot Graveyard: Why Most Self-Service Fails (And How to Fix It)

The Chatbot Graveyard: Why Most Self-Service Fails (And How to Fix It)

‍90% ticket deflection!" The sales rep proclaimed proudly, not realizing that number was a glaring red flag. When you're drowning in support tickets, that kind of automation sounds like salvation, but if your AI is handling that many tickets, you probably have a bigger problem on your hands. The uncomfortable truth is that most chatbots are failing (spectacularly) and turning products into digital mazes that frustrate users and make everyone a little more skeptical about AI in customer support. - Daniel Kimber, CEO, Brainfish

Beyond Deflection: How AI Actually Helps Support Teams Work Smarter

Beyond Deflection: How AI Actually Helps Support Teams Work Smarter

90% ticket deflection!" sounds impressive, until you realize it's missing the point entirely. In our race to reduce support tickets with AI, we've forgotten what actually makes customer support valuable in B2B – helping users get important work done. We've watched this play out in companies everywhere, and the most successful ones aren't focused on deflecting tickets at all. They're using AI to understand why their power users rarely need help in the first place, creating experiences so natural that support becomes almost invisible. - Daniel Kimber, CEO, Brainfish

The Silent 96%: What Your Users Never Tell Support

The Silent 96%: What Your Users Never Tell Support

Ever notice how users who actually complain are just the tip of the iceberg? For every person who reaches out to support, 25 others are quietly giving up, finding messy workarounds, or worse...deciding your product isn't worth the hassle. The real kicker is that these silent struggles leave traces like that shiny new feature everyone seemed excited about but mysteriously stopped using. Thing is, we've been so focused on deflecting support tickets that we're missing these quiet signals of users slowly drifting away.

Want to see this in your stack?

Bring 10 of your trickiest tickets, we'll show you the answer Brainfish would have shipped.