2026-03-08

Why AI Usage Rates Matter

Artificial intelligence is becoming more common in everyday life, education, and workplaces.
Because of this, an important statistical question is how many people actually use AI tools.

Statistics helps answer this question by measuring:

  • percentages of people using AI
  • differences between age groups
  • changes over time
  • workplace usage patterns

Using real survey data allows us to measure how quickly AI adoption is spreading across society.

Statistical Focus of This Presentation

This presentation is not only about AI itself, but also about how statistics helps us understand AI adoption.

The main statistical ideas used in this presentation are:

  • proportions
  • comparisons between groups
  • changes over time
  • interpretation of survey-based results

This makes AI usage a strong real-world example of statistics in computer science.

Data Used for the Analysis

This presentation uses three main sets of reported statistics to study AI adoption.

The graphs in the next slides focus on:

  • how AI adoption by organizations has changed over time
  • how ChatGPT usage differs across populations
  • how often employees report using AI in the workplace

These values come from survey-based research by Pew Research, Gallup, and McKinsey.

Statistical Idea: Proportions

A proportion describes the share of a group with a certain characteristic.

\[ \hat{p} = \frac{x}{n} \]

Where:

  • \(x\) = number of people or organizations reporting AI usage
  • \(n\) = total number surveyed
  • \(\hat{p}\) = sample proportion

In this presentation, percentages such as 34%, 58%, and 78% are examples of proportions.

Statistical Idea: Comparing Groups

Statistics also helps compare proportions between groups.

For example, the difference in ChatGPT usage between adults under 30 and all U.S. adults is:

\[ 58\% - 34\% = 24\% \]

This difference shows that younger adults report substantially higher AI usage.

Comparisons like this help identify which groups are adopting new technology faster.

AI Adoption by Organizations Over Time

Analysis

This graph shows that organizational AI adoption has increased significantly.
The adoption rate rises from 55% in 2023 to 72% in 2024 and then to 78% in 2025.

From a statistical perspective, this shows a clear upward trend over time.

The total increase from 2023 to 2025 is:

\[ 78\% - 55\% = 23\% \]

This trend suggests that AI is quickly becoming part of standard business operations.

Source: McKinsey State of AI Survey

ChatGPT Usage in the United States

Analysis

This chart compares ChatGPT usage among all U.S. adults and adults under 30.

The results show:

  • 34% of all adults report using ChatGPT
  • 58% of adults under 30 report using it

The difference is 24 percentage points, which is fairly large.

This indicates that younger populations are adopting AI tools faster than the overall population.

Source: Pew Research Center

Workplace AI Usage Frequency

Analysis

This interactive chart shows how often employees report using AI at work.

The results indicate:

  • 12% use AI daily
  • 26% use AI frequently
  • 50% have used AI at least once

This suggests that many workers have tried AI tools, but fewer rely on them every day.

Statistically, this means overall exposure is high, but consistent daily use is still much lower.

Source: Gallup

Example R Code Used

ggplot(org_ai, aes(x = year, y = adoption_rate)) +
  geom_line() +
  geom_point()

This example shows how R is used to create one of the visualizations in the presentation. This is the first graph that was shown. This is not the full fledged graph but it does show the general outline of the graph and how it was setup.

What the Data Shows

Looking at all three datasets together reveals several patterns:

  • AI adoption is increasing over time
  • Younger adults use AI more frequently
  • Many employees have tried AI but do not use it daily
  • Organizations are adopting AI across many business functions

Statistics helps summarize these trends and allows us to compare adoption across different groups and environments.

Conclusion

AI usage rates provide a clear example of how statistics can be applied to computer science topics.

By using survey data, proportions, comparisons, and visualizations, we can measure how widely AI tools are being adopted and how usage varies across different populations.

Overall, the data shows that AI is becoming increasingly common in organizations, among younger users, and in workplace environments.

Sources