
Playbook
Tasteful Skills
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.
Intercom set an explicit goal to double engineering throughput in one year — and says it hit 2x PR throughput in less than 12 months. Brian Scanlan says the company tracked “code changes per R&D person” as the main metric and saw the inflection after standardizing on Claude Code in December and rolling it out in January.
The big move wasn’t just buying copilots — it was treating AI adoption as an org change program with hard expectations. Intercom updated job descriptions so that not adopting AI means “not meeting expectations,” staffed a full-time 2x team, and reinforced the push through hackathons, immersion days, and constant executive repetition.
Intercom picked one agent platform on purpose, even though employees were already using Cursor, Copilot, and Augment. Scanlan compares multi-tool AI sprawl to multi-cloud: you miss the compounding benefits of a shared platform, so they went all-in on Claude Code and optimized it deeply for Intercom’s environment.
Their core idea is to make Claude act like a senior engineer across the whole company, not just autocomplete code. That meant connecting it to everything an engineer can access, teaching it Intercom-specific Rails conventions, security rules, and architecture, and building internal skills, hooks, and plugins so it can debug, plan, test, and review code.
The most memorable example was a security incident Claude handled in about 2 minutes instead of 20. Scanlan dropped the agent into a Slack channel about accidentally exposed Snowflake table metadata, and it automatically invoked an internal data-breach skill, analyzed the files, judged the case innocuous, and laid out next steps without being explicitly told how.
Intercom says AI is now reshaping bottlenecks, quality, and compliance — not just speed. About 17.6% of PRs are auto-approved through heavily tested review agents, the company says this still satisfies SOC 2, ISO 27001, and HIPAA requirements, defect backlogs are getting cleared faster, and Stanford researchers reportedly found code quality rising on their metrics.
Scanlan opens by positioning Intercom as a 15-year-old Irish-American B2B SaaS company that “pivoted to be an AI company the weekend that ChatGPT came out.” He runs through the receipts fast: 1,400 people across Dublin, London, Berlin, San Francisco, Chicago, and Sydney; AI support agent Finn with 8,000+ customers; revenue approaching $100 million; and roughly 2 million resolutions a week.
As a senior principal engineer on Intercom’s platform group, Scanlan frames the company’s culture around shipping quickly and iteratively. By mid-last year, the team felt tools like GitHub Copilot, Cursor, and Augment were helpful but still too marginal, so they set a blunt goal: double engineering throughput in a year, measured primarily by code changes per R&D person.
This wasn’t pitched as a side experiment. Intercom updated job descriptions so that failing to adopt AI means you’re “not meeting expectations,” and leadership kept repeating the message “over and over and over” across every forum. They also celebrated wins publicly, ran hackathons and AI immersion days, and put a growing full-time “2x” team behind the work instead of just telling hundreds of engineers to figure it out alone.
Scanlan says platform choice mattered less than platform commitment. Intercom chose Claude Code because, in his view, spreading work across too many agents is like going multi-cloud too early: you lose the compounding benefits of a single optimized system. Their ambition was to make Claude behave like a senior engineer at Intercom, with access to the same tools, guardrails, context, and environment as a trusted human developer.
A huge part of the work was encoding company-specific knowledge: Rails conventions, React patterns, testing standards, architecture, and security rules built up over 15 years. Scanlan says they packaged that context into skills, guidance, hooks, and internal plugins, then pushed those tools aggressively to employee laptops — even bypassing normal update flows because managing installs at scale was “like trying to install Python.”
One of his strongest principles is to stop micromanaging the model. Instead of saying “run this skill,” he wants people to describe the problem and let the agent choose what capabilities to invoke. His favorite example: during a security incident involving Snowflake table metadata in a public GitHub repo, he simply asked Claude Code to join the Slack channel and investigate; it found and used the right internal breach-analysis skill on its own, finished in two minutes, and saved him the usual 20 minutes of policy-checking drudgery.
After deciding to go all-in in December and rolling out in January, Intercom saw what Scanlan calls “wild inflection points.” The company claims it reached 2x PR throughput in under a year, and now the limiting factor is increasingly code review — which they’re also automating, with 17.6% of PRs already auto-approved through carefully backtested workflows and agent reviewers.
Scanlan argues this shift is improving more than speed. Defects are getting closed faster, some teams are pushing toward “backlog zero,” and Stanford researchers working with Intercom have reportedly seen code quality rise on their metrics. He ends on a broader note: Claude Code has spread beyond engineering, the company’s CI briefly melted under the load, and even single-person product experiments — where one person acts as PM, designer, and builder with agents — are starting to feel real.
Share
Keep Reading
The Weekly Echo. The inbox-shaped summary of what mattered.
New editorials announced here.

Playbook
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.

Playbook
Learn how tasteful prompting helps you move beyond generic AI output by shaping context, style, and judgment from the start.

Playbook
OpenAI shipped /goal for the Codex CLI. It turns a prompt into a persisted, self-continuing contract.