Get the latest tech news
Notes on the new Claude analysis JavaScript code execution tool
Anthropic released a new feature for their Claude.ai consumer-facing chat bot interface today which they’re calling “the analysis tool”. It’s their answer to OpenAI’s ChatGPT Code Interpreter mode: Claude can …
It’s implemented as a tool called repl, and you can prompt Claude like this to reveal some of the custom instructions that are used to drive it: The analysis tool has access to a fs.readFile() function that can read data from files you have shared with your Claude conversation. A further limitation of the analysis tool is that any files you upload to it are currently added to the Claude context.
Or read this on Hacker News