AI Engineer
December 16, 2025

Your Support Team Should Ship Code – Lisa Orr, Zapier

Zapier, a company built on thousands of third-party API integrations, faces "app erosion"—constant changes that create reliability issues and a backlog of support tickets. Lisa Orr, a product manager at Zapier, details how they're tackling this by empowering their support team to ship code, leveraging AI-driven orchestration to transform a traditional cost center into a proactive, code-generating force.

The Erosion Problem & Support's Edge

  • “At Zapier, we have over 8,000 integrations built on third-party APIs, and they are constantly changing, which I'm now thinking of as app erosion. API changes and deprecations impact us and create reliability issues.”
  • The Shifting Sands: Zapier's core product relies on thousands of external APIs. These APIs constantly evolve, causing "app erosion" – a steady stream of bugs and reliability issues.
  • Support's Superpowers: Support teams are uniquely positioned to fix these issues. They are closest to customer pain, possess fresh, real-time context (logs, user reports), and are best at validating solutions against actual user needs.
  • The Bottleneck: Traditionally, support triages bugs, then hands them to engineering. This creates delays and context loss, especially for high-volume, low-complexity fixes.

AI-Powered Orchestration for Workflow

  • “One big discovery we had is how much time is spent gathering the context, going to the third-party API docs, even crawling the internet looking for information about a bug that's emerging... This is something we knew we needed to solve for.”
  • Context is King: A major time sink for engineers and support is gathering context from disparate sources (API docs, internal logs, web) to diagnose bugs.
  • Agent-Driven Workflow: Zapier's "Scout Agent" orchestrates various internal tools, automatically gathering context, diagnosing issues (using LLMs), generating code, and creating merge requests. This embeds directly into existing IDEs (like Cursor) and CI/CD pipelines.
  • Pragmatic AI: Not every tool uses an LLM. While diagnosis leverages LLMs to curate context, a test case finder uses simpler search queries, demonstrating a practical approach to AI application.

Transformative Impact

  • “40% of support team's app fixes are being generated by Scout. This is resulting in, for some of our support team, it's doubling their velocity from one to two tickets per week... to now shipping three to four with the help of Scout.”
  • Doubled Velocity: Scout Agent now generates 40% of support's app fixes, doubling individual support velocity from 1-2 fixes per week to 3-4.
  • Engineering Focus: Engineering teams can now focus on complex problems, as the high-volume "app erosion" fixes are handled by support.
  • Career Pathing: The program creates a direct path for support team members to transition into engineering roles, fostering internal talent development.

Key Takeaways:

  • Strategic Implication: Companies integrating AI-driven code generation into non-engineering roles will see significant efficiency gains and improved product reliability.
  • Builder/Investor Note: Focus on building AI tools that deeply embed into existing workflows. Orchestration of multiple AI tools into an agent-like system is key for adoption and value.
  • The "So What?": The next 6-12 months will see a redefinition of "support" from reactive reporting to proactive, code-shipping problem-solving, unlocking new talent pools and accelerating development cycles.

Podcast Link: Link

Zapier transforms its support function into a code-shipping powerhouse, leveraging AI to automate bug fixes and redefine developer workflows.

The "App Erosion" Crisis at Zapier

  • Zapier, with over 8,000 integrations built on third-party APIs, faces constant "app erosion"—API changes and deprecations that create reliability issues. This continuous degradation leads to a backlog crisis, impacting customer experience and increasing churn.
  • Zapier's 14-year history means some integrations are equally old, requiring constant maintenance.
  • API changes and deprecations generate a relentless stream of bugs.
  • The support team's ticket volume outpaced their capacity, necessitating a new approach.
  • Lisa Orr states, "Tickets were coming in faster than we could handle them, creating integration reliability issues, poor customer experience, even churn."

Experiment 1: Empowering Support to Ship Code

  • Zapier initiated a two-year experiment to shift its support team from mere triage to active bug fixing. This move addressed a critical need and capitalized on support members' aspirations for engineering roles.
  • App erosion represented a major source of bugs flowing from support to engineering.
  • Many support team members unofficially maintained apps and sought engineering experience.
  • Initial guardrails included focusing on four target apps and requiring engineering review for all support-generated merge requests.
  • Orr notes, "Unofficially many support members were already helping to maintain our apps."

Experiment 2: AI-Driven Context and Codegen (Project Scout)

  • Parallel to empowering support, Zapier launched "Project Scout" to investigate how AI-powered code generation (codegen) could accelerate app erosion solutions. The initial focus was on automating context gathering.
  • Discovery revealed significant time spent by engineers and support gathering context from API docs, internal logs, and external sources.
  • Zapier built APIs, some utilizing Large Language Models (LLMs) for diagnosis and context curation, others for tasks like unit test generation.
  • Early challenges included low adoption of a web-based "playground" tool because it required engineers to leave their primary workflow.
  • Orr explains, "One big discovery we had is how much time is spent gathering the context going to the third-party API docs, even crawling the internet looking for information about a bug."

Embedding Tools and Orchestrating AI Agents

  • Zapier recognized that tool embedding was crucial for adoption. The company integrated its AI tools directly into developer workflows, leading to the creation of "Scout Agent" for end-to-end bug resolution.
  • The "diagnosis" API, which curated context for support, became a "support darling" after being embedded directly into their Jira ticket creation process via a Zapier integration.
  • The launch of Zapier's internal "MCP" (likely a platform for embedding tools) and external tools like Cursor (an AI-powered IDE) allowed deeper integration of Scout's APIs into engineers' workflows.
  • Challenges persisted with tool runtime (diagnosis was slow) and scattered adoption across a suite of tools.
  • Zapier shifted focus to "Scout Agent," an orchestration layer that combines diagnosis with codegen to produce merge requests automatically.
  • Orr emphasizes, "Embedding tools is the key to usage as we find out."

Scout Agent's Impact and Support's Superpowers

  • Scout Agent now directly processes support issues, categorizes them, assesses fixability, and generates merge requests. This system significantly boosts support velocity and allows engineering to focus on complex problems.
  • Support submits an issue to Scout Agent, which categorizes it, assesses fixability, and generates a merge request.
  • Support reviews and tests the generated merge request, requesting adjustments via chat in GitLab, which triggers another pipeline run.
  • The process is orchestrated by Zapier's internal "Zaps" and utilizes GitLab CI/CD pipelines, integrating Scout MCP tools and Cursor SDK.
  • Scout Agent currently generates 40% of support team app fixes, doubling individual support member velocity from 1-2 to 3-4 tickets per week.
  • Support teams possess three "superpowers": proximity to customer pain (fresh context), real-time troubleshooting, and superior validation capabilities.
  • Orr asserts, "40% of support team's app fixes are being generated by Scout. So we're doing more of the work on behalf of the support team."

Investor & Researcher Alpha

  • AI-Driven Developer Tooling: The success of Scout Agent highlights the immediate value of AI orchestration layers that integrate existing tools (LLMs, IDEs, CI/CD) into seamless workflows. Capital will flow to platforms that reduce context switching and automate multi-step development processes.
  • Shifting Talent Dynamics: The program demonstrates a viable path for upskilling non-traditional roles (e.g., support) into code contributors via AI assistance. This suggests a future where AI democratizes coding, expanding the talent pool for technical roles.
  • Internal AI Agent Adoption: Zapier's journey from individual APIs to an orchestrated agent provides a blueprint for enterprises building internal AI solutions. Focus on embedding and end-to-end workflow automation drives adoption and measurable impact.

Strategic Conclusion

Zapier's Scout Agent proves that empowering support teams with AI-driven code generation dramatically improves operational efficiency and product reliability. The next step for the industry involves widespread adoption of AI agents to automate routine development tasks, enabling specialized teams to contribute code directly and focus engineering talent on complex innovation.

Others You May Like