Intercom Just Got Killed. Don’t Pay a Subscription Anymore

By corbin

Share:

Here's a detailed summary of the YouTube video transcript:

Key Concepts

  • Help Center Mitigation: Using a help center to reduce customer support emails.
  • AI-Powered Development: Leveraging AI agents and prompts to build complex features like help centers.
  • Prompt Engineering: Crafting effective prompts to guide AI in generating desired outputs.
  • Intercom: A commercial customer messaging platform that provides help center functionality, used as a benchmark.
  • "Ask Plan Method": A framework for AI development involving understanding the app, planning, and building.
  • AI Agents/Builders: Specialized AI tools (like Sonnet 4.5 and Composer) that execute plans and build code.
  • Breadcrumbs: Navigation elements in a help center that show the user's path.
  • Hallucination Mitigation: AI's ability to indicate when it lacks information rather than fabricating it.
  • Democratizing Development: The overarching mission to make software development more accessible.

Building an AI-Powered Help Center to Mitigate Customer Emails

This video demonstrates a method to create a functional help center for a platform with a large user base, significantly reducing the volume of customer support emails. The presenter highlights that this capability, previously a costly feature offered by platforms like Intercom, can now be built with a single AI prompt.

The Problem: Email Overload and Costly Solutions

The presenter starts by addressing the common issue of being overwhelmed with customer emails, especially for platforms with thousands of users. He points out that answering every email individually is time-consuming and inefficient. He then introduces the concept of a help center as a solution, noting that similar functionalities used to be expensive, citing Intercom as an example. Intercom, a multi-million or even billion-dollar company, offers plug-and-play article features for help centers, which the presenter's own software company, BumpUps, previously used at a cost of around $40-$50 per month. The goal is to replicate this functionality without incurring such costs.

The Solution: AI-Driven Help Center Creation

The core of the video is a step-by-step process for building a help center using AI, specifically mentioning Sonnet 4.5 and Composer as the AI models involved.

Step 1: Gathering Inspiration and Assets

  1. Screenshotting Existing Help Centers: The first step involves identifying a help center layout that the user likes and taking screenshots. The presenter uses his own platform, BumpUps, as an example, but emphasizes that any help center (e.g., Apple, OpenAI) can be used as inspiration.
    • Screenshots taken:
      • Top layer of the help center.
      • Categories within the help center (e.g., FAQ).
      • Individual articles (e.g., "Can I use Bumps for free?").
      • Related articles sections.
  2. Deleting Existing Placeholder Content: The presenter demonstrates deleting existing help center files within his project to start fresh, which results in broken links and errors, highlighting the need for a clean build.

Step 2: Understanding the "Ask Plan Method"

The presenter outlines a framework for AI development, referred to as the "ask plan method," which involves:

  1. Understanding the App: The AI needs to comprehend what the user's application does.
  2. Planning: The AI creates a structured plan for building the feature.
  3. Building: The AI executes the plan to generate the code.

Step 3: The Initial Prompt and AI Understanding

The presenter initiates the process with a prompt that includes the gathered screenshots and instructions:

  • "I need to create a help center."
  • "I want it to look like the images I attached."
  • "Make it look like Intercom."
  • "Have good structure for folders, for articles, layout, etc."
  • Crucially: "First, understand my app. I want you to understand what my app actually does."
  • Hallucination Mitigation: "If there is an article you're not sure about, I don't want it to hallucinate. Just give me a nice little emoji."

The AI (Sonnet 4.5) is expected to first understand the app and then proceed to the planning stage. The presenter notes that the AI automatically identifies the need to go to the public folder and recognizes components like Help center header and Help center footer.

Step 4: The Planning Stage with Interactive Questions

The AI then enters the planning stage, asking relevant questions in a multiple-choice format (A, B, C) to refine the help center's functionality. The user selects their preferences:

  • Article Content Management: The presenter chooses "markdown files" for storing article content.
  • Search Functionality: He opts for "full featured search with fuzzy matching."
  • Routing Structure: He prefers help-center over help and notes the potential use of category ID and article ID (likely the article title).
  • Link Placement: He chooses to place help center links in the "footer only."

For any questions the user is unsure about, the presenter suggests a direct approach: "I'm not sure yet. Just do all you know and make the articles you know you can make." This prevents the AI from hallucinating and allows it to proceed with its best judgment.

Step 5: The Building Stage and "One-Shot" Execution

Once the plan is finalized, the presenter moves to the "builder" stage, using Composer. He emphasizes the speed and efficiency of this process, stating that what would have taken him weeks to code manually (3 weeks, with meticulous attention to detail like semicolons and brackets) can now be achieved in a "one-shot" by the AI.

  • Error Handling: The presenter acknowledges that errors can occur during the build process (e.g., a "7 to-dos" error). However, he advises not to stress about them, as AI can handle them, and errors are a normal part of development. He demonstrates reloading the page to resolve the issue.

Step 6: The Resulting Help Center

After the build is complete and errors are addressed, the presenter showcases the generated help center:

  • Navigation: The help center is accessible from the footer.
  • Structure: It includes a header, footer, and organized sections.
  • Breadcrumbs: The help center features breadcrumbs for easy navigation within articles.
  • Search Functionality: A working search bar is implemented, capable of finding specific terms like "hay bales."
  • Platform Specificity: The search is context-aware, not requiring the user to write out full platform names.
  • Hallucination Indicator: When the AI is unsure about information, it displays a large emoji, prompting the user to fill in the details, preventing misinformation.

Key Arguments and Perspectives

  • Democratization of Development: The presenter's core mission is to "democratize developing," making complex software features accessible to everyone, not just experienced developers or well-funded companies.
  • AI's Rapid Advancement: He expresses shock at how quickly AI models have advanced, enabling the creation of sophisticated features like a full help center with a single prompt.
  • Cost Savings: The primary benefit highlighted is the elimination of subscription costs for services like Intercom, saving significant money.
  • Efficiency: AI drastically reduces development time and effort compared to traditional manual coding.
  • Empowerment: The process empowers users to build essential platform features without needing extensive coding knowledge or large budgets.

Notable Quotes

  • "If your platform has thousands and thousands of users, let me show you one way you can mitigate customer emails because I don't have time to answer all those emails."
  • "What you're witnessing right now used to cost money. There is a multi-million maybe billion... It's called Intercom."
  • "I don't want to pay. So, how do we not pay?"
  • "Don't over complicate prompts. I mean, look how viby this prompt was."
  • "This stuff's a lot simpler than it used to be. Back in my day, I used to have to type this by hand."
  • "This thing oneshot it. What are we talking about? We're in a new age."
  • "It's even giving me the relevant structuring. Nice. It even knows to go to the public folder. I didn't even tell it to go to the public folder. This thing is too smart."
  • "I made a post about this like two weeks ago on my X. So, make sure you follow me on X. This stuff's just legendary."
  • "I'm going to give out a formal apologies to the intercom team and the intercom company. This might have been information that you wanted to keep secret."
  • "My mission. What's your mission, Corbin? Democratize developing. I'm coming for everyone."
  • "We got an error. Who cares? We just cop you." (New saying introduced)
  • "Don't stress about it. Okay? You see an error like that, let the AI handle it."
  • "Oh my gosh, just beautiful."
  • "That just about does it, y'all. Obviously, when it comes to that, you are 90% the way there."

Technical Terms and Concepts Explained

  • Help Center: A dedicated section on a website or platform that provides users with information, FAQs, guides, and support resources.
  • Mitigate: To reduce the severity, seriousness, or painfulness of something. In this context, reducing the number of customer emails.
  • Prompt: A set of instructions given to an AI model to generate a specific output.
  • Intercom: A popular customer communication platform offering chat, email, and help center features.
  • BumpUps: The presenter's own software company, used as an example.
  • Screenshot: A digital image of what is displayed on a computer screen.
  • Plug-and-play: A feature or system that is easy to install and use without complex configuration.
  • AI Agents: Advanced AI systems designed to perform specific tasks or a series of tasks autonomously.
  • Sonnet 4.5: A specific AI model mentioned for its planning capabilities.
  • Composer: A specific AI model mentioned for its building capabilities.
  • Ask Plan Method: A structured approach to AI development involving understanding, planning, and building.
  • Hallucinate (AI context): When an AI model generates false or nonsensical information.
  • Public Folder: A common directory in web development projects where static assets like images and HTML files are stored.
  • Components: Reusable parts of a user interface or code.
  • Fuzzy Matching: A technique used in search to find strings that are approximately equal to a given string, allowing for misspellings or variations.
  • Routing Structure: The way URLs are organized and mapped to specific content or pages within an application.
  • Breadcrumbs: A secondary navigation system that reveals the user's location in a website or application.
  • UI Elements: User Interface elements, which are the visual components of a software application that users interact with.

Logical Connections Between Sections

The video flows logically from identifying a problem (email overload, costly solutions) to presenting a novel, AI-driven solution. The process is broken down into manageable steps: gathering inspiration, understanding the AI's methodology ("Ask Plan"), crafting the initial prompt, engaging in the interactive planning phase, and finally, the automated building process. The demonstration of the final product directly addresses the initial problem, showcasing how the AI-generated help center effectively mitigates emails and saves costs. The presenter also connects the current capabilities to past development challenges, emphasizing the significant leap forward.

Data, Research Findings, or Statistics

  • Cost of Intercom: Mentioned as approximately $40-$50 per month.
  • Development Time Comparison: Manual coding of a help center estimated at 3 weeks, versus an AI "one-shot."
  • Company Valuation: Intercom is described as a "multi-million maybe billion" dollar company.

Conclusion/Synthesis

The video presents a powerful and actionable method for small teams and individuals to build a functional and aesthetically pleasing help center using AI. By leveraging AI agents and a structured prompt engineering approach, users can replicate expensive commercial solutions like Intercom at virtually no cost. The process emphasizes efficiency, accessibility, and the democratization of development, allowing users to significantly reduce customer support overhead and focus on core product development. While acknowledging potential errors, the presenter advocates for an iterative and forgiving approach to AI-assisted development, highlighting its transformative potential.

Chat with this Video

AI-Powered

Load the transcript when you're ready to chat so the initial page stays lighter.

Ready to summarize another video?

Summarize YouTube Video