Anthropic launches an analysis tool to help Claude write and run JavaScript code, perform calculations, and analyze data from files, in preview
the analysis tool! Claude can now write and run JavaScript to analyze CSVs, and then visualize the results with an Artifact. Check it out! https://www.anthropic.com/... Tibor Blaho / @btibor91 : Anthropic has introduced a JavaScript-based analysis tool in Claude that allows users to process and analyze data directly within conversations through code execution [image] Ani Mohan / @ani_c_mohan : Use Claude for data analysis via the Analysis Tool! It's especially great at making accurate charts using Artifacts from CSV uploads. Was awesome to get this out with the team. Near / @nearcyan : new claude analysis tool, asked for a chart of his emotions today [image] Simon Willison / @simonw : The new tool is called “repl” - you can ask Claude this: “Show me the full description of the repl function” It's tricky to get the whole thing though since it includes examples of invocations that sometimes get executed! Here's what I have so far: https://gist.github.com/... [image] Simon Willison / @simonw : Claude just got Code Interpreter! You can upload files to it and it writes and then executes JavaScript against them, which can tie into its existing Artifacts feature https://x.com/... Alex Albert / @alexalbert__ : Claude can now write and run code to perform calculations and analyze data from CSVs using our new analysis tool. After the analysis, it can render interactive visualizations as Artifacts. [video] @cto_junior : Interesting that they chose JS for this instead of Python Is it due to already supporting JS runtime for artifacts? OR Does it actually provide any advantages? I doubt that [image] Sam Mcallister / @sammcallister : need to count the number of letters in a fruit? fear no more. I can confirm that there are 3 occurrences of the letter “r” in “strawberry”. Our analysis included: Converting each letter to binary Creating a virtual letter processing pipeline Maintaining a letter registry with [image] Chris Wright / @cmwsays : Watch my 2min demo of the Claude AI model controlling my own computer. This tech is barely 48hrs old but Fifty Five and Five are helping our clients master it today. AI agents that really work are so very very nearly here. https://www.loom.com/... #ai #claude [image] Forums: r/technews : Anthropic's AI can now run and write code r/singularity : Introducing the analysis tool in Claude.ai r/ClaudeAI : Introducing the analysis tool in Claude.ai
Context & Ripple Effects
Claude’s Artifacts feature had already positioned the assistant as a place to generate interactive, prompt-built applications. Adding file analysis and executable JavaScript connects that output layer to a more complete data-workflow loop: upload, calculate, inspect, and visualize.
The move also foreshadows Anthropic’s later expansion into agentic coding through Claude Code and task-specific capabilities through Claude Skills. It matters because Claude is being extended from conversational generation toward work that requires tools and repeatable execution.
First-order effects
- Claude users can analyze uploaded CSVs and perform calculations inside a conversation, rather than relying solely on prose responses or moving immediately to a separate coding environment.
- Anthropic can turn the results into interactive Artifact visualizations, making data analysis and presentation part of the same Claude workflow.
Second-order effects
- The feature raises the baseline for AI assistants aimed at knowledge workers: competitors will be pressured to combine file access, code execution, and usable visual output rather than offer these as disconnected features.
- For users, the value of Claude shifts toward completing a small analytical task end to end; trust in the generated calculations and charts becomes a more consequential product consideration.
Third-order effects
- If this pattern continues, the assistant interface could become an agentic work surface where analysis, lightweight software creation, and reporting converge, reducing handoffs among chat, notebooks, and visualization tools.
- The differentiator may increasingly be the reliability and controllability of tool-using workflows—not just model responses—as vendors package execution abilities into reusable task systems.
The trend: This is one data point in the shift from chat-based AI answers to workflow-native assistants that can execute, inspect, and present work within a single interface.