AI Product Bench
May 27, 2025 Β· View on GitHub
Open datasets tracking how AI systems recommend products. We're measuring consistency, documenting patterns, and sharing everything we find.
π What's Available
Consumer Products Dataset (v1.0)
We asked Google AI Mode and ChatGPT the same 132 product questions, 3 times each. The results surprised us.
Quick Stats:
- 792 AI responses across 2 models and 3 runs
- 3,806 product recommendations extracted and structured
- 132 query variations from 33 core product searches
- Complete source citations preserved
π Browse Dataset β | π View Analysis β
π Key Findings
Consistency Analysis:
- ChatGPT and Google AI Mode have a 47.3% agreement rate.
- Output drift of ChatGPT varies depending on whether it is using search retrieval.
- Business relationships play a role in ChatGPT's citation sources.
Analysis report β (https://amplifying.ai/blog/why-ai-product-recommendations-keep-changing-google-ai-mode-vs-chatgpt)
π Repository Structure
βββ experiments/
β βββ consumer-products/ # Consumer product recommendations dataset
β βββ README.md # Detailed dataset documentation
β βββ data/
β β βββ analysis/
β β β βββ analysis.json # Consistency analysis results
β β βββ products/
β β β βββ products.jsonl # 2,074 extracted products
β β βββ queries/
β β β βββ queries.jsonl # 33 query sets, 132 variations
β β βββ responses/
β β βββ chatgpt/ # 396 ChatGPT responses
β β β βββ run_1.jsonl
β β β βββ run_2.jsonl
β β β βββ run_3.jsonl
β β βββ google_ai_mode/ # 396 Google AI responses
β β βββ run_1.jsonl
β β βββ run_2.jsonl
β β βββ run_3.jsonl
β βββ tools/
β ββindex.html # Interactive visualization
βββ README.md # This file
π Tools
Interactive Dashboard
To run the visualization dashboard:
-
Clone the repository:
git clone https://github.com/amplifying-ai/ai-product-bench cd ai-product-bench -
Start a web server:
# Using http-server (install with: npm install -g http-server) http-server experiments/consumer-products/tools/ # Or using Python's built-in server cd experiments/consumer-products/tools python -m http.server 8000 # Or using any other web server of your choice -
Open in browser: Navigate to the provided local URL (typically
http://localhost:8000)
The dashboard provides interactive visualizations of the consistency analysis results from analysis.json.
π Use This Data For
- Research: Study AI behavior and consistency patterns
- Business Intelligence: Track your products' AI visibility
- Benchmarking: Compare AI model reliability
- Monitoring: Build tools to track changes over time
π€ Expand This Dataset
This is just the beginning. Help us grow:
Add More Data
- New categories: B2B software, services, travel
- More models: Claude, Perplexity, Bing
- Time series: Same queries over weeks/months
- International: Non-English queries
Share Your Analysis
- Found interesting patterns? Share them!
- Built visualizations? Add them!
- Discovered anomalies? Document them!
See our contribution guide.
π Coming Next
We're planning to add:
- B2B software recommendations dataset
- International product queries
- Historical snapshots
Want to help or have suggestions? Open an issue.
π‘ Why This Matters
AI systems increasingly influence what products people buy. Understanding their consistencyβor lack thereofβhelps:
- Consumers make informed decisions
- Businesses optimize their AI presence
- Researchers study AI behavior
- Developers build better systems
π Citation
@dataset{amplifying2025aiproductbench,
title={AI Product Bench: Consumer Products Dataset v1.0},
author={Amplifying},
year={2025},
url={https://github.com/amplifying-ai/ai-product-bench}
}
π¬ Contact
- Dataset questions: Open an issue
- Research collaboration: research@amplifying.ai
- Blog post: Our analysis
AI Product Bench is an open data initiative by Amplifying. We believe transparency in AI recommendations benefits everyone.