OpenAI Launches Personal Finance Tools Inside ChatGPT
OpenAI has launched personal finance tools for ChatGPT Pro users in the U.S., allowing account connections through Plaid for spending analysis, portfolio tracking, and financial planning.
A KV cache, or key-value cache, speeds up autoregressive transformer inference by storing attention information calculated for tokens that have already been processed. Without the cache, the model would recompute those keys and values each time it generates another token. Reusing them reduces repeated work and improves response latency, especially for long prompts and outputs. The tradeoff is memory: cache size grows with sequence length, batch size, layer count, and model dimensions. Production systems manage this cost with paging, quantization, eviction, prompt caching, and request scheduling. KV caching changes inference efficiency, not the model’s learned knowledge, and cached data must be protected when prompts contain sensitive information.
OpenAI has launched personal finance tools for ChatGPT Pro users in the U.S., allowing account connections through Plaid for spending analysis, portfolio tracking, and financial planning.
More than 45,000 Samsung workers are threatening an 18-day strike over bonus disparities tied to the AI chip boom. The dispute risks disrupting global semiconductor supply chains and deepening tensions inside Samsung’s chip business.
Anthropic and PwC have expanded their strategic partnership to deploy Claude across PwC’s global workforce and enterprise clients. The alliance focuses on AI agents, finance transformation, and enterprise automation across regulated industries.
More than 50 researchers and engineers have reportedly left Elon Musk’s SpaceXAI since February following the merger of SpaceX and xAI.
OpenAI has added Codex support to the ChatGPT mobile app, allowing users to manage coding agents and long-running development tasks from iOS and Android devices.
OpenAI has renewed calls for an international AI oversight body modeled after the IAEA ahead of the Trump-Xi summit in Beijing. The proposal would place the U.S. at the center of global AI governance while including China in cross-border safety coordination.
Security researchers used Anthropic’s Claude Mythos Preview to help identify vulnerabilities and develop a macOS privilege escalation exploit targeting Apple’s M5 silicon.
Mistral AI is developing a cybersecurity-focused AI model for European banks as institutions seek alternatives to restricted U.S. systems like Anthropic’s Mythos.
Notion has introduced a developer platform that expands its AI agent capabilities with workflow orchestration, external integrations, and custom code execution.
Anthropic has introduced Agent View for Claude Code, allowing developers to manage multiple AI coding agents from a single interface. The update also adds a continuous execution mode that lets Claude work uninterrupted until a task is completed.