Methodology
The ATLAS v1.0 dataset relies on a fully automated privacy preserving data processing pipeline that analyzes a sample of 14,653,926 de-identified user interactions across the Gemini app, Google AI Mode, and Gemini API between April 6 and April 19, 2026.
Methodology Overview
The data preparation and classification process involves several automated steps:
- Classification and Summarization: AI interactions that have been redacted of identifying information are classified as “work” and “non-work” related using an automated classifier, and then directed into unique pipelines. These conversations are then summarized, with each pipeline focusing strictly on the facets required for its downstream classification.
- Clustering: Using Observation Clustering and Taxonomy Organisation (OCTO), a bespoke clustering and hierarchical taxonomy assignment tool developed by Google DeepMind, these summaries are grouped into semantically similar clusters. The observations in the cluster are then summarized into a cluster label tailored to downstream classification needs.
- Taxonomy Mapping and Classification: Finally, these clusters are mapped to official statistical taxonomies: the Bureau of Labor Statistics (BLS) 2024 American Time Use Survey (ATUS) Activity Lexicon for non-work interactions, and BLS 2018 Standard Occupational Classification (SOC), further broken down into occupational titles and tasks from Occupational Information Network (O*NET) Database v30.2 for work interactions. We then augment the cluster dataset with additional bespoke classifiers unrelated to official statistical taxonomies. Details about these specific annotations is presented in ATLAS report sections that rely on them.
- Validation: The pipeline’s performance was evaluated using three distinct methods: measuring pipeline accuracy on synthetic data, inter-rater agreement evaluation with and without the AI ratings, as well as human approval of AI labels. For the former, we generated a synthetic ground-truth dataset seeded from the most granular tiers of the O*NET-SOC and ATUS taxonomies and calculated the rate with which our pipeline recovered the ground truth categories.
Privacy and Data Governance
Privacy preservation is a foundational component of the ATLAS methodology, with multiple lines of privacy protection implemented at every stage of the pipeline:
- PII Redaction: Prior to any processing, extensive Data Loss Prevention (DLP) filters automatically strip from the data any Personally Identifiable Information (PII) including but not limited to contact details, financial records, government identifiers, and health information.
- Identifier Redaction: All internal log identifiers (which are already de-identified) are replaced with mathematically unlinked Universally Unique Identifiers (UUIDs) to completely obfuscate user identities and prevent data in the pipeline being linked back to broader log context.
- Summarization: Processing of underlying text of conversations is minimized, as they are first summarized individually (with the full text discarded), and individual summaries then aggregated and re-summarized again as a cluster of related interactions. At both steps summaries focus only on facets relevant to taxonomy assignment (e.g. specialized professional tools and knowledge in a particular cluster of conversations).
- Anonymization: To further protect user privacy, any cluster representing fewer than 10 unique users is automatically discarded and excluded from further analysis. For the content on this site, including visualizations and downloadable data, additional anonymization techniques are applied. To guarantee that no individual user interaction or prompt can be re-identified, all metrics are aggregated and anonymized using Google Cloud BigQuery Differential Privacy. The privacy pipeline bounds the maximum contribution of any single user, injects calibrated mathematical noise to all aggregations, and automatically suppresses small groups that do not meet privacy thresholds.
- Restricted Access: The underlying data processing is fully automated. Original conversation texts are not retained in the final ATLAS dataset, and access to the final data is tightly restricted to a small team of researchers under the oversight of internal Privacy Working Groups.
Gemini models play several essential roles throughout: summarizing conversations and clusters, extending the descriptions of taxonomy categories with additional detail, performing LLM classification for official taxonomy mappings and bespoke annotations, as well as creating synthetic datasets to validate performance.
To place our findings in context, it is helpful to note where ATLAS v1.0 differs in scope and design from the methodologies used by economic studies of AI use by Anthropic (Handa et al. 2025, Massenkoff et al, 2026) and OpenAI (e.g. Chatterji et al, 2025).
In terms of data sources, our dataset pools a larger variety and quantity of user interactions than have been previously explored together, spanning a standalone conversational AI app, an AI search experience, and a developer-facing API entry point. In terms of technical methodology, although we rely on a clustering-based taxonomy mapping process similar to Anthropic, our implementation differs considerably - for instance, by improving scalability to support a large sample size (15M), introducing recursive traversal of multiple nested statistical taxonomies (combining the SOC and O*NET classification into a single pipeline), leveraging LLM-assisted taxonomy category annotation to improve classification context, randomizing classifier options to mitigate well documented biases in LLM classification arising from option order (e.g. Pezeshkpour and Hruschka, 2023), and validating classifier performance with synthetic data.
Finally, in terms of the analytical scope of the dataset, we expand on the previously limited analysis of AI uses outside work by mapping AI interactions to an established statistical taxonomy for household time use (ATUS) and exploring multi-language adoption patterns. For work-related topics, we bring in new lenses from economic literature, such as the Autor-Thompson (2025) task expertise and routine/non-routine and manual/cognitive task characteristics.
Another innovation in ATLAS, to the best of our knowledge, is adjusting for Google app penetration differences between countries when we investigate cross-country AI adoption patterns.
Glossary
- Non-Negligible AI Use: The proportion of an occupation's tasks where AI is used by at least 25 individual users.
- Intensive AI Use: The proportion of an occupation's tasks where AI is used by at least 100 individual users.
- Full Automation: The estimated percentage of work interactions where users requested end-to-end task execution by the AI model without iterative human intervention.
- Non-Routine Cognitive: The estimated share of work interactions categorized as analytical, creative, or specialized problem-solving tasks (e.g., information retrieval, learning, coding, strategic planning, creative design).
- Major Occupation Group: High-level occupational categories (such as Business and Financial Operations Occupations) based on the US Bureau of Labor Statistics Standard Occupational Classification (SOC) 2-digit level code, representing broad sectors of the economy.
- Minor Occupation Group: Intermediate-level occupational categories (such as Business Operations Specialists) based on SOC 4-digit level code.
- Broad Occupation: Specific, detailed job classifications (such as Database and Network Administrators and Architects) based on SOC 5-digit level code.
- Share of AI Usage per Occupation Group: The relative volume of conversational AI queries associated with each occupation group per capita.
- Work vs. Non-Work Share: The estimated proportion of conversational AI interactions associated with workplace activities compared to personal life.
- Activity Group, Activity, Sub-activity: Categorization of daily non-work AI queries mapped to the American Time Use Survey (ATUS). Activity Groups form the major overarching domains (Tier 1), Activities establish the intermediate categories (Tier 2), and Sub-activities (Tier 3) break them down into specific everyday tasks and household routines.
- Conversational AI: In ATLAS v1.0, Conversational AI refers specifically to the aggregated user interactions from two consumer-facing Google surfaces: the Gemini App and Google AI Mode (AIM).
- Differential Privacy: A mathematical privacy standard that injects calibrated statistical noise into aggregate data, protecting individual user privacy while preserving macro-level economic insights.