Platform

AI

Wave
Agents
Amplitude MCP
AI Feedback
Agent Analytics
Early Access Program

Insights

Product Analytics
Marketing Analytics
Session Replay
Heatmaps

Action

Guides and Surveys
Feature Experimentation
Web Experimentation
Feature Management
Activation

Data

Data Governance
Integrations
Security & Privacy
Solutions
Solutions that drive business results
Deliver customer value and drive business outcomes
Amplitude Solutions →

Industry

Financial Services
B2B
Media
Healthcare
Ecommerce

Use Case

Acquisition
Retention
Monetization

Team

Product
Data
Engineering
Marketing

Size

Startups
Enterprise
Resources

Learn

Blog
Resource Library
Compare
Glossary
Explore Hub

Connect

Community
Events
Customers
Partners

Support & Services

Customer Help Center
Developer Hub
Product Updates
Academy & Training
Customer Success

Tools

Benchmarks
Prompt Library
Templates
Tracking Guides
Maturity Model
Event Taxonomy Generator
Pricing
LoginContact salesGet started

AI

WaveAgentsAmplitude MCPAI FeedbackAgent AnalyticsEarly Access Program

Insights

Product AnalyticsMarketing AnalyticsSession ReplayHeatmaps

Action

Guides and SurveysFeature ExperimentationWeb ExperimentationFeature ManagementActivation

Data

Data GovernanceIntegrationsSecurity & Privacy
Amplitude Solutions →

Industry

Financial ServicesB2BMediaHealthcareEcommerce

Use Case

AcquisitionRetentionMonetization

Team

ProductDataEngineeringMarketing

Size

StartupsEnterprise

Learn

BlogResource LibraryCompareGlossaryExplore Hub

Connect

CommunityEventsCustomersPartners

Support & Services

Customer Help CenterDeveloper HubProduct UpdatesAcademy & TrainingCustomer Success

Tools

BenchmarksPrompt LibraryTemplatesTracking GuidesMaturity ModelEvent Taxonomy Generator
LoginSign Up

How Amplitude taught AI to think like an analyst

Our AI doesn’t just find answers—it finds new questions.
Product

Dec 11, 2025

8 min read

Jacob Newman

Jacob Newman

Principal Product Manager, Amplitude

AI Thinks Like an Analyst feature

Every analyst knows what it’s like to open a dashboard, spot a spike (or drop), and dig in to figure out what happened. Most of us will segment the data a dozen different ways, checking for an explanation related to some user attributes. The next step might be to examine recent experiments or look at new releases. Like any good private investigator, analysts look at things from a zillion different angles and use each new answer to determine which question to ask next. Every move builds on information learned along the way.

Unfortunately, AI tools don’t instinctively operate this way. They are good at running a single query in isolation or a fixed flow to produce an answer. But they inherently treat analysis as a one-off request rather than an ongoing investigation. AI models don’t come trained to conduct iterative deductive reasoning based on business context. They don’t string insights together to turn small discoveries into bigger “aha” moments. AI answers often sound confident, but they can be shallow or incomplete because they don’t solve problems the way humans do.

At Amplitude, we changed that by building something completely new. We wanted to teach our system to think like an analyst, finding insights and independently determining the next question to ask. We built it right into our platform. It’s not an add-on or an expensive bonus feature. It’s a baked-in part of our standard analytics tool.

Understanding the analyst workflow

To build an analysis engine that works like an expert analyst, we realized we needed to translate human intuition into a structured process. Amplitude has more than a decade of experience working with some of the best analytics minds. We have billions of data points about how PMs and analysts analyze data to uncover insights on our platform. We put all that expertise into our platform in a way that no one else can match.

Analysts do not think in formal steps, but their work actually breaks down into a series of organized, sequential decisions. Each step has an input, an output, and a purpose, even if it feels instinctive on the surface.

Take a simple example: an analyst sees a metric move and wants to know why. Before they can determine a cause, they have to:

  1. Decide which dimensions matter
  2. Group the data by those dimensions
  3. Rank those groupings by impact or unusualness
  4. Inspect the top data points and determine if a sufficient answer can be found

That sequence is not vague at all once you write it down. It is a simple subroutine. You can give it a name, define its inputs/outputs, and call it when you need to figure out what is causing a change.

We quickly realized that almost every analyst workflow can be treated this way. We could break it down, codify it, and make it specific. That gave us the blueprint to design our system.

How Amplitude AI works under the hood

To bring this finding to life in AI, we started a central agent that works as a coordinator. Its job is to break a question into pieces, assign each piece to the right tools, collect the results, and pull everything together into a narrative that makes sense.

Here’s an overview of some of the types of tools our central agent needs to orchestrate:

  • Search tools are responsible for finding context. When the agent suspects an experiment might be relevant, it uses a search tool to fetch active experiments for the appropriate time range. When reports or data annotations made by your colleagues might matter, it looks those up too. Analysts rarely rely on isolated numbers. They always ask what else was happening at the time of an event. The system we built needs to do the same.
  • Analysis tools do the heavy lifting on the data itself. They run segmentations, detect anomalies, compare time ranges, measure lift/drop across different cohorts, etc. These tools mirror the operations analysts perform again and again, but they operate as subroutines that can be arranged according to the agent’s instructions.
  • Synthesis tools take everything that has been gathered and make sense of it. They analyze patterns, annotations, and experiments, and turn that information into hypotheses, explanations, and structured reports. They decide which potential explanations are the strongest and how to present that reasoning to a human in a way that feels trustworthy.

Amplitude has a long history of observing and understanding how real analysts talk and work. This turned into an advantage when it came to understanding the behaviors and patterns we could model. This expertise allowed us to turn typical behaviors into useful tools. We built subroutines that can execute common tasks. All of these actions became a library that our agent could arrange and use.

The resulting system does not just run queries to answer basic questions. Instead, it follows the same process a human analyst would. As a result, the answers it uncovers are as complete as the ones a human analyst would find.

Why chaining queries matters

Chaining is not a nice-to-have. It is the heart of the analysis process.

No analyst expects to be right on their first try. They start with a hypothesis. They test it. They learn something. Maybe that learning undermines the original idea. Maybe it strengthens it. Either way, it uncovers a new twist so the analyst can change what they look at next.

We wanted our system to behave in the same way. After it runs a first pass to analyze data, it shouldn’t stop. It should look at what it found and ask what to do next. If nothing interesting shows up in device type, it should move on to geography. If it notices that a spike appears only in a specific cohort, it might check whether there were experiments or campaigns targeted there. Each tool call feeds into the next, so each new discovery directs the ever-evolving analysis path.

Real-life analysis works this way. The best insights almost never come out of a single query. Instead, analysts have to combine sequential discoveries to piece together what actually happened. Our goal was to build AI that could work in the same way: exploring angles, looking for patterns, and chaining together insights to get to the truth.

Reimagining the way AI finds answers

Building something that operates like an analyst took more than a good model. It meant replicating the entire analysis process itself. We had to break down the way analysts investigate problems into clear steps that a system could follow, and then build tools to support these workflows.

Most AI tools answer one question and stop. At Amplitude, we designed our AI model to treat analysis more like a conversation, where each step informs the next. As a result, every Amplitude user doesn’t just get a quick answer; they get an expert analyst helping them out every step of the way.

Ready to use AI to transform your product?

Amplitude Agents help you understand your users more easily than ever.

Get started now
About the author
Jacob Newman

Jacob Newman

Principal Product Manager, Amplitude

More from Jacob

Jacob is a product manager at Amplitude, focused on the core analytics product. He began his career at startups in the ed-tech and recruiting space, where he learned to build products informed by data. Outside of work, you’ll find him listening to podcasts or getting lost in a sci-fi or fantasy novel.

More from Jacob
Topics

AI

Amplitude Analytics

Analytics

Engineering

Recommended Reading

article card image
Read 
Product
How to Secure AI Agent Traces Without Losing the Signal

Aug 28, 2026

7 min read

article card image
Read 
Product
Connecting agent performance to product outcomes

Aug 20, 2026

10 min read

article card image
Read 
Customers
The hidden cost of a bad AI answer

Aug 19, 2026

6 min read

article card image
Read 
Insights
Verification loops in software factories: What PMs need to know

Aug 19, 2026

11 min read

Platform
  • AI Agents
  • Agent Analytics
  • AI Feedback
  • Amplitude MCP
  • Product Analytics
  • Web Analytics
  • Feature Experimentation
  • Feature Management
  • Web Experimentation
  • Session Replay
  • Guides and Surveys
  • Activation
Compare us
  • Adobe
  • Google Analytics
  • Contentsquare
  • Fullstory
  • Heap
  • LaunchDarkly
  • Mixpanel
  • Optimizely
  • Pendo
  • PostHog
Resources
  • Resource Library
  • Blog
  • Agent Prompt Library
  • Product Updates
  • AI Early Access Program
  • Amp Champs
  • Amplitude Academy
  • Events
  • Glossary
  • Free Chart Maker
Partners & Support
  • Status
  • Contact Us
  • Customer Help Center
  • Community
  • Developer Docs
  • Partner Program
  • Partner Directory
  • Become an affiliate
Company
  • About Us
  • Careers
  • Press & News
  • Investor Relations
  • Diversity, Equity & Inclusion
View markdown
Terms of ServicePrivacy NoticeAcceptable Use PolicyLegal
EnglishJapanese (日本語)Korean (한국어)Español (LATAM)Español (Spain)Português (Brasil)Português (Portugal)FrançaisDeutsch
© 2026 Amplitude, Inc. All rights reserved. Amplitude is a registered trademark of Amplitude, Inc.
Blog
InsightsProductCompanyCustomers
Topics

101

AI

APJ

Acquisition

Adobe Analytics

Agents

Amplify

Amplitude AI

Amplitude Academy

Amplitude Activation

Amplitude Agent Analytics

Amplitude Analytics

Amplitude Audiences

Amplitude Community

Amplitude Feature Experimentation

Amplitude Full Platform

Amplitude Guides and Surveys

Amplitude Heatmaps

Amplitude Made Easy

Amplitude Session Replay

Amplitude Web Experimentation

Amplitude on Amplitude

Analytics

B2B SaaS

Behavioral Analytics

Benchmarks

Churn Analysis

Cohort Analysis

Collaboration

Consolidation

Conversion

Customer Experience

Customer Lifetime Value

Customer Support

DEI

Data

Data Governance

Data Management

Data Tables

Digital Experience Maturity

Digital Native

Digital Transformer

EMEA

Ecommerce

Employee Resource Group

Engagement

Engineering

Event Tracking

Experimentation

Feature Adoption

Financial Services

Funnel Analysis

Getting Started

Global Agent

Google Analytics

Growth

Healthcare

How I Amplitude

Implementation

Integration

Kimi

LATAM

LLM

Life at Amplitude

MCP

Machine Learning

Marketing Analytics

Media and Entertainment

Metrics

Modern Data Series

Monetization

Next Gen Builders

North Star Metric

Open-Weight AI Models

Partnerships

Personalization

Pioneer Awards

Privacy

Product 50

Product Analytics

Product Design

Product Management

Product Releases

Product Strategy

Product-Led Growth

Recap

Retention

Revenue

Startup

Tech Stack

The Ampys

Warehouse-native Amplitude