Add release_2026_06_26

#23
.gitattributes CHANGED
@@ -66,3 +66,5 @@ release_2026_01_15/**/*.json filter=lfs diff=lfs merge=lfs -text
66
  release_2026_01_15/**/*.pdf filter=lfs diff=lfs merge=lfs -text
67
  release_2026_03_24/data/aei_raw_1p_api_2026-02-05_to_2026-02-12.csv filter=lfs diff=lfs merge=lfs -text
68
  release_2026_03_24/data/aei_raw_claude_ai_2026-02-05_to_2026-02-12.csv filter=lfs diff=lfs merge=lfs -text
 
 
 
66
  release_2026_01_15/**/*.pdf filter=lfs diff=lfs merge=lfs -text
67
  release_2026_03_24/data/aei_raw_1p_api_2026-02-05_to_2026-02-12.csv filter=lfs diff=lfs merge=lfs -text
68
  release_2026_03_24/data/aei_raw_claude_ai_2026-02-05_to_2026-02-12.csv filter=lfs diff=lfs merge=lfs -text
69
+ release_2026_06_26/data/aei_1p_api_2026-06-26.csv filter=lfs diff=lfs merge=lfs -text
70
+ release_2026_06_26/data/aei_claude_ai_2026-06-26.csv filter=lfs diff=lfs merge=lfs -text
release_2026_06_26/data/aei_1p_api_2026-06-26.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62197f003e001945ad130c2f26f5e07f3fda45ff41644df91444b04fd524a19f
3
+ size 77282477
release_2026_06_26/data/aei_claude_ai_2026-06-26.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f974b358bce0e5a8417510c61da4342234cd0de9d9d0b62acf4c6dbcf8ec7b68
3
+ size 219174671
release_2026_06_26/data_documentation.md ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Anthropic Economic Index Data Documentation
2
+
3
+ This documentation outlines the data files, schema, and variables for this release of the Anthropic Economic Index. The core dataset contains Claude usage metrics aggregated by geography and analysis dimensions (categories) on a calendar-month basis. This release includes data for April and May 2026, with future release schedules to be announced.
4
+
5
+ ## Source Files
6
+
7
+ | File | `source_id` | Description | Breakdowns by Geography |
8
+ | :---- | :---- | :---- | :---- |
9
+ | `aei_claude_ai_<date>.csv` | `claude_ai` | Claude chat and Cowork (Free, Pro, and Max plans) | global, country, subregion |
10
+ | `aei_1p_api_<date>.csv` | `1p_api` | Anthropic 1P API calls, excluding Claude Code. | global only |
11
+
12
+ ## Data Schema
13
+
14
+ Each row represents one metric value for a specific geography and category combination.
15
+
16
+ | Column | Type | Description |
17
+ | :---- | :---- | :---- |
18
+ | `date_start` | date | Start of data collection period (inclusive) |
19
+ | `date_end` | date | End of data collection period (exclusive). |
20
+ | `geo_id` | string | `GLOBAL`, an ISO 3166-1 alpha-3 country code, or an ISO 3166-2 subregion code. |
21
+ | `geo_level` | string | `global`, `country`, or `subregion`. |
22
+ | `category_name` | string | Analysis dimension (see Categories below) |
23
+ | `hierarchy_level` | int | Hierarchy depth within the category. 0 is the most granular level. |
24
+ | `metric_id` | string | Metric name (see supported metrics below) |
25
+ | `value` | float | The published value, rounded to two decimal places. |
26
+ | `node_name` | string | Specific entity within the category |
27
+ | `node_external_id` | string | Source identifier for the node: O\*NET element ID, SOC code, or request-topic UUID. |
28
+
29
+ ## Categories
30
+
31
+ | `category_name` | Description | Level 0 (leaf) | Level 1 | Level 2 | Level 3 |
32
+ | :---- | :---- | :---- | :---- | :---- | :---- |
33
+ | `overall` | All conversations combined, with no topic or task breakdown. | Overall | — | — | — |
34
+ | `onet` | Work activities defined by the U.S. Department of Labor's O\*NET database. | Task | Detailed Work Activity (DWA) | Intermediate Work Activity (IWA) | Generalized Work Activity (GWA) |
35
+ | `request` | What requests users make to Claude, grouped into a topic hierarchy. | Detailed | Minor | Major | — |
36
+ | `soc_occupation` | Occupations from the U.S. Bureau of Labor Statistics' Standard Occupational Classification. | Detailed Occupation | Major Group | — | — |
37
+
38
+ ## Metric Availability
39
+
40
+ | Source | Geography | Overall | O\*NET | Request | SOC | Metrics Included |
41
+ | :---- | :---- | :---: | :---: | :---: | :---: | :---- |
42
+ | `claude_ai` | Global | ✓ | ✓ | ✓ | ✓ | All Metrics |
43
+ | `claude_ai` | Country | ✓ | — | — | — | All Metrics |
44
+ | `claude_ai` | Country | — | ✓ | ✓ | ✓ | `pct` |
45
+ | `claude_ai` | Country | — | GWA | Major | Major Group | All Metrics |
46
+ | `claude_ai` | Subregion | ✓ | — | — | — | All Metrics |
47
+ | `claude_ai` | Subregion | — | ✓ | ✓ | ✓ | `pct` |
48
+ | `1p_api` | Global | ✓ | ✓ | ✓ | ✓ | All Metrics |
49
+
50
+ A cell is only published if it meets both the aggregation thresholds and the geography sample floor for the given row. The geography sample floor is the minimum number of sampled conversations a geography must have in a period to publish metrics for the breakdowns defined in that row. `usage_per_capita_index` at the subregion grain is published only for US states. A missing row means the cell was not published, not necessarily that the value is zero.
51
+
52
+ ## Metrics
53
+
54
+ | `metric_id` | Unit | Description |
55
+ | :---- | :---- | :---- |
56
+ | `usage_pct` | percent | Percentage of total usage (relative to parent geography: global for countries, parent country for subregions). |
57
+ | `usage_per_capita_index` | index | Anthropic Usage Index - Usage share divided by working-age (15-64) population share. 1.0 means proportional to population. Countries and US states only. |
58
+ | `pct` | percent | Percentage of the geography's total in this category node. |
59
+ | `multitasking_pct` | percent | Multitasking status assigned to `yes` (the conversation involves more than one distinct task). |
60
+ | `human_only_ability_pct` | percent | Human-only ability status assigned to `yes` (a human could complete the task without AI assistance). |
61
+ | `ai_autonomy_mean` | 1-5 scale | Mean degree of AI autonomy in task completion. |
62
+ | `ai_education_years_mean` | years | Mean estimated equivalent years of AI "education" demonstrated. |
63
+ | `human_education_years_mean` | years | Mean estimated years of human education required for the task. |
64
+ | `human_only_time_mean` | hours | Mean estimated time for a human to complete the task without AI. |
65
+ | `human_with_ai_time_mean` | minutes | Mean estimated time for a human to complete the task with AI assistance. |
66
+ | `use_case_work_pct` | percent | Use case category assigned to `work`. |
67
+ | `use_case_personal_pct` | percent | Use case category assigned to `personal`. |
68
+ | `use_case_coursework_pct` | percent | Use case category assigned to `coursework`. |
69
+ | `collaboration_bucket_automation_pct` | percent | Human-AI collaboration bucket assigned to `automation`. |
70
+ | `collaboration_bucket_augmentation_pct` | percent | Human-AI collaboration bucket assigned to `augmentation`. |
71
+ | `collaboration_directive_pct` | percent | Human-AI collaboration pattern assigned to `directive`. |
72
+ | `collaboration_feedback_loop_pct` | percent | Human-AI collaboration pattern assigned to `feedback_loop`. |
73
+ | `collaboration_task_iteration_pct` | percent | Human-AI collaboration pattern assigned to `task_iteration`. |
74
+ | `collaboration_learning_pct` | percent | Human-AI collaboration pattern assigned to `learning`. |
75
+ | `collaboration_validation_pct` | percent | Human-AI collaboration pattern assigned to `validation`. |
76
+ | `collaboration_none_pct` | percent | Human-AI collaboration pattern assigned to `none`. |
77
+ | `artifact_{label}_pct` | percent | Artifact type assigned to `{label}`, defined as the most prominent concrete output Claude produced. One metric per label (see Artifact labels below). |
78
+
79
+ ## License
80
+
81
+ Data released under CC-BY.
82
+
83
+ ## Contact
84
+
85
+ For press inquiries, contact press@anthropic.com. For all other questions, reach out to econ-research@anthropic.com.
86
+
87
+ ## Citation
88
+
89
+ ```
90
+ @online{anthropic2026aeiv6,
91
+ author = {Maxim Massenkoff and Eva Lyubich and Szymon Sacher and Zoe Hitzig and Shaoyi Zhang and Ryan Heller and Peter McCrory},
92
+ title = {Anthropic Economic Index report: Cadences},
93
+ date = {2026-06-26},
94
+ year = {2026},
95
+ url = {https://www.anthropic.com/research/economic-index-june-2026-report},
96
+ }
97
+ ```
98
+
99
+ ## Artifact Labels
100
+
101
+ | | | | |
102
+ | :---- | :---- | :---- | :---- |
103
+ | `academic_paper_or_thesis` | `advice_or_recommendation` | `analysis_or_summary` | `app_or_website` |
104
+ | `audio_or_music` | `blog_or_article` | `chart_or_visualization` | `code_fix_or_debug` |
105
+ | `config_or_infra` | `creative_writing` | `data_or_spreadsheet` | `document_or_report` |
106
+ | `educational_material` | `email_or_message` | `explanation_or_answer` | `game_or_interactive` |
107
+ | `idea_or_brainstorm` | `image_or_graphic` | `marketing_or_social_content` | `math_or_calculation` |
108
+ | `ml_or_ai_system` | `none` | `other` | `plan_or_strategy` |
109
+ | `presentation_or_slides` | `recipe_or_meal_plan` | `resume_or_job_application` | `script_or_snippet` |
110
+ | `sql_or_database_query` | `translation` | `ui_or_design_mockup` | `video_or_animation` |