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.

License: MIT Dataset: Available Responses: 792

πŸ“Š 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:

  1. Clone the repository:

    git clone https://github.com/amplifying-ai/ai-product-bench
    cd ai-product-bench
    
  2. 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
    
  3. 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


AI Product Bench is an open data initiative by Amplifying. We believe transparency in AI recommendations benefits everyone.