Daily News · 2 min read

Anthropic AI Updates: April 24, 2026

1. Anthropic and NEC Partner to Build Japan’s Largest AI Engineering Workforce

Anthropic. NEC becomes Anthropic’s first Japan-based global partner, with a joint plan to roll Claude out to roughly 30,000 NEC Group employees worldwide and to build industry-specific AI products for finance, manufacturing, local government, and cybersecurity. Claude Code and Claude Cowork will be embedded into NEC’s internal operations and its BluStellar Scenario consulting program, and a Center of Excellence inside NEC will train what the two companies call an “AI-native engineering organization.” The deal gives Anthropic a substantial enterprise beachhead in Japan and gives NEC a differentiated AI stack for regulated domestic customers. Source

2. Claude Adds Consumer Connectors for Everyday Life

Anthropic. Anthropic shipped a new batch of connectors aimed at personal (not enterprise) workflows, extending Claude’s reach into services people actually use day to day. The release is positioned as a deliberate move to make Claude a daily driver for tasks outside of work, rather than a tool that only pays off inside a company’s SSO-gated stack. Source

3. Claude Managed Agents Get Built-In Memory

Anthropic. Managed Agents — Anthropic’s hosted runtime for long-running Claude agents — gained first-class memory, so an agent can retain context across sessions without customers hand-rolling a vector store or key-value cache. The feature is a direct response to the most common piece of glue code teams were writing on top of Managed Agents, and it closes some of the gap with OpenAI’s Workspace Agents launch from earlier in the week. Source

4. Claude Code v2.1.118 Adds Vim Visual Modes, Custom Themes, and MCP Hooks

Anthropic. The Claude Code v2.1.118 release adds several features that tighten its integration with both editors and the wider MCP ecosystem. Vim users get full visual (v) and visual-line (V) modes with operator support; hooks can now invoke MCP tools directly via type: 'mcp_tool'; and a new DISABLE_UPDATES environment variable lets locked-down environments block every update path rather than just the autoupdater. WSL installs can now inherit Windows-side managed settings through a wslInheritsWindowsSettings policy key, and users can maintain named custom themes under ~/.claude/themes/. Source