Updated Dec. 19, 2025

Polling on AI Usage

Our first wave of polling Americans about their AI usage.

Pollster

Epoch AI, in collaboration with Blue Rose Research

Fielded

November 25 – December 3, 2025

Sample

5,660 US adults

Method

Online survey; weighted by Blue Rose Research to represent registered US voters

Data

Download this data · CC-BY

The following questions were asked of the 3,382 participants who said they had used an AI service in the past week

This question was asked of the 3,382 participants who said they had used an AI service in the past week.

This question was asked of the 3,382 participants who said they had used an AI service in the past week.

This question was asked of the 3,382 participants who said they had used an AI service in the past week.

This question was asked of the 3,382 participants who said they had used an AI service in the past week.

More about this dataset

Documentation

This polling was conducted by Blue Rose Research from November 25th to December 3rd, with a sample size of 5,660. Some questions were asked only of the 3,382 participants who said they had used an AI service in the past week. The results have been corrected by Blue Rose Research to represent the behavior of registered voters, who make up more than 70% of US citizens. The full text of each option is available by clicking on the bars in the graphs above.

The uncertainty intervals in the graphs are Wald intervals at 90% confidence. This means that, for each percentage \(p\)​ based on a sample of size \(n\), we compute an interval of

\(p\pm 1.645\cdot \sqrt{\frac{p(1−p)}{n}}\)

where 1.645 is the 90% two-sided critical value from the standard normal distribution. Informally: if we repeated the same survey with many more people under the exact same conditions, selected in the exact same way, there is at least a 90% chance that the resulting score would fall within the interval we provide.

We include additional polling questions and results from Blue Rose Research done prior to our collaboration in the data available for download, also corrected by Blue Rose to represent the behavior of registered voters. This data is presented chronologically and is separate from the charts above, with polling conducted in two phases: from June to July 2025 and again from November 25th to December 3rd.

Downloads

Citations

Epoch AI’s data is free to use, distribute, and reproduce provided the source and authors are credited under the Creative Commons Attribution license.

Citation

Epoch AI, 'Polling on AI Usage: Blue Rose Research (2025)'. Published online at epoch.ai. Retrieved from 'https://epoch.ai/data/polling/blue-rose-2025' [online resource]. Accessed 6 Aug 2026.

BibTeX Citation

@misc{EpochAIPollingBlueRose2025, title = {{Polling on AI Usage: Blue Rose Research (2025)}}, author = {{Epoch AI}}, year = {2025}, month = {12}, url = {https://epoch.ai/data/polling/blue-rose-2025}, note = {Accessed: 6 Aug 2026} }

Python Import

import pandas as pd data_url = 'https://epoch.ai/data/polling/polling_on_ai_usage_dec_2025.csv' # "keep_default_na=False" prevents "None" from being parsed as NaN df = pd.read_csv(data_url, keep_default_na=False)