Anthropic AI Updates: June 2, 2026
1. Anthropic Confidentially Submits Draft S-1 to the SEC
Anthropic. On June 1, 2026, Anthropic announced it had confidentially submitted a draft S-1 registration statement to the U.S. Securities and Exchange Commission, signaling a potential initial public offering. The company noted that the number of shares and offering price have not yet been set, and that proceeding with the IPO will depend on market conditions and other factors. The filing follows Anthropic’s $65B Series H raise at a $965B post-money valuation announced on May 28. Source
2. Claude Code v2.1.160 Adds Security Prompts for Sensitive Config Files
Anthropic. Claude Code v2.1.160, tagged June 2, 2026, introduces confirmation dialogs before writing to shell startup files (.zshenv, .zlogin, .bash_login) and Git config directories, guarding against unintended command-execution side effects. The release also adds safeguards in acceptEdits mode to prompt before modifying build-tool config files that grant code execution (e.g., .npmrc, .bazelrc), streamlines file reading so a single-file grep satisfies read-before-edit requirements, and renames the dynamic workflow trigger keyword from “workflow” to “ultracode” with violet highlighting. Source