new feature
30 articles about new feature in AI news
Meta Enters the AI Shopping Arena: How Meta AI's New Feature Could Reshape E-Commerce
Meta is testing an AI-powered shopping research tool within its Meta AI chatbot, directly challenging similar features from OpenAI's ChatGPT and Google's Gemini. The feature provides users with curated product carousels, complete with brand details, pricing, and explanations for recommendations.
AI Disruption Accelerates: How Claude's New Feature Decimated a Startup Overnight
An AI startup founder reports their business was devastated overnight when Anthropic's Claude released a competing feature, causing their close rate to plummet from 70% to 20%. This incident highlights the accelerating pace of AI disruption and platform risk for startups building on top of AI models.
Microsoft Windows 11 Insider Program Splits into Experimental and Beta Channels
Microsoft is restructuring its Windows 11 Insider Program, splitting it into new Experimental and Beta channels. This change aims to accelerate the testing and feedback cycle for new features, particularly AI-driven ones.
Kimi Launches 'Kimi Slides' AI Presentation Tool, Claims 5-Minute Investor Deck Creation
Moonshot AI's Kimi chatbot has launched a new feature called Kimi Slides that generates investor-ready presentations from messy notes in 5 minutes, positioning itself against professional design services.
Anthropic's Claude AI Now Generates Interactive Charts and Diagrams in Real-Time
Anthropic has released a new feature for Claude AI that enables the generation of interactive charts and diagrams directly within chat conversations. This represents a significant advancement in AI's ability to visualize data and explain complex concepts dynamically.
Deferred is Better: A New Framework for CTR Prediction Tackles Feature Heterogeneity
A new research paper proposes MGDIN, a CTR prediction model that defers the interaction of sparse features to improve accuracy. It addresses the core problem of feature heterogeneity, where dense and sparse features are treated differently. This is a foundational improvement for any recommendation or ranking system.
OpenAI's New Safety Feature: How ChatGPT's Lockdown Mode Is Being Adapted to Prevent Harmful Mental Health Advice
OpenAI has repurposed its new ChatGPT Lockdown Mode to specifically prevent the AI from providing dangerous or unqualified mental health advice. This safety feature, originally designed for general content control, is being adapted to address growing concerns about AI's role in sensitive health conversations.
Claude Code's New Channels Feature: How to Run Persistent AI Agents in Your Terminal
Claude Code now supports persistent 'Channels' via MCP, letting you run long-lived AI agents that work asynchronously on tasks like monitoring logs or building features.
Anthropic's Rapid Feature Implementation from Open-Source Research Highlights New AI Development Paradigm
Anthropic's Claude team demonstrates rapid feature implementation by learning from open-source projects like OpenClaw, suggesting AI-powered coding teams can operate with fundamentally different development cycles.
Evolving Demonstration Optimization: A New Framework for LLM-Driven Feature Transformation
Researchers propose a novel framework that uses reinforcement learning and an evolving experience library to optimize LLM prompts for feature transformation tasks. The method outperforms classical and static LLM approaches on tabular data benchmarks.
Redis Launches 'Redis Feature Form,' an Enterprise Feature Store for
Redis announced the launch of Redis Feature Form, a new enterprise feature store designed to manage and serve machine learning features in production. This move positions Redis to compete in the critical MLOps infrastructure layer, helping companies operationalize AI models more reliably.
ChatGPT App Code Hints at Upcoming Image Feature Announcement
A developer found new strings in the ChatGPT app's code referencing an 'image announcement,' signaling a likely upcoming feature reveal from OpenAI.
How to Use Claude Code's Subagent Feature for Isolated Task Execution
Claude Code's new subagent feature lets you run isolated tasks in separate interpreter sessions, preventing context pollution and improving reliability.
Fortress Framework Prunes Unstable Features, Boosts Rec Stability by CV
Fortress prunes temporally unstable features in rec models via historical snapshots, improving CV and PR-AUC in offline tests.
Qwen3.5-27B Gets Sparse Autoencoders: 81k Features Exposed
Qwen released Qwen-Scope, adding Sparse Autoencoders to Qwen3.5-27B, exposing 81k features across 64 layers for steerable inference.
How Intercom Ships AI Features 10x Faster with Claude Code and Rails
Intercom developers share battle-tested workflows for using Claude Code inside a large Rails codebase to build AI-first features rapidly.
Claude AI Adds Meal Planning Feature, Aims at Nutritionist Market
Anthropic's Claude AI assistant has been updated to create detailed weekly meal plans tailored to user-defined nutrition targets. This feature expansion moves Claude into the health and wellness productivity space, competing with specialized apps.
Free 'finance-skills' Tool Adds Bloomberg Terminal-Like Features to Claude
An open-source tool called 'finance-skills' allows Claude to access real-time financial data and analysis, replicating key features of the expensive Bloomberg Terminal platform for free.
Anthropic's Claude Desktop Apps Gain Windows Support for Computer Use Feature
Anthropic has released Windows versions of Claude Code Desktop and Claude Cowork, bringing the 'computer use' feature—which allows the AI to interact with files and applications on a user's computer—to the platform. This follows the macOS release and marks a key step in Anthropic's desktop strategy.
Anthropic's 'Auto-dream' Feature for Claude Code Automatically Compacts and Indexes Project Memory
A potentially unreleased Claude Code feature called 'Auto-dream' uses a background subagent to periodically review, consolidate, and index project memory, keeping the main MEMORY.md file short and durable.
Meta's V-JEPA 2.1 Achieves +20% Robotic Grasp Success with Dense Feature Learning from 1M+ Hours of Video
Meta researchers released V-JEPA 2.1, a video self-supervised learning model that learns dense spatial-temporal features from over 1 million hours of video. The approach improves robotic grasp success by ~20% over previous methods by forcing the model to understand precise object positions and movements.
Claude Desktop Gains 'Use My Computer' Feature for Direct App and Browser Control
Anthropic's Claude Desktop app now includes an experimental 'Use My Computer' feature that allows Claude AI to directly interact with local applications, browsers, and files when explicitly enabled by users.
ChatGPT Launches 'Library' Feature: Persistent Document Storage Across Conversations with 512MB File Limits
OpenAI introduces ChatGPT Library, a persistent storage system that saves uploaded files (PDFs, docs, images) at the account level for reuse across different chats. The feature is rolling out to Plus, Team, and Enterprise users with specific file size and token limits.
CodeRabbit Launches 'Planner' Feature to Shift AI Coding from Implementation to Architecture Validation
CodeRabbit launched Planner, a feature that generates structured implementation plans from descriptions and context before code is written. It aims to move architectural debates from PR reviews to the planning phase, working with multiple AI coding tools.
Why AI Products Need a Data Strategy, Not Just a Feature Strategy
A core argument that building AI products requires designing systems to continuously gather and learn from data about their own failures, not just implementing features. This shifts product design from a logic-first to a learning-first paradigm.
Anthropic's Auto-Fix Feature Aims to Revolutionize AI Debugging for Developers
Anthropic has unveiled a research preview feature called Auto-Fix for Claude, designed to automatically correct errors in AI-generated code. This development addresses a persistent pain point for developers working with large language models.
MedFeat: How AI is Revolutionizing Medical Feature Engineering with Model-Aware Intelligence
Researchers have developed MedFeat, an innovative framework that combines large language models with clinical expertise to create smarter features for medical predictions. Unlike traditional approaches, MedFeat incorporates model awareness and explainability to generate features that improve accuracy and generalization across healthcare settings.
Anthropic's Memory Transfer Feature Escalates AI Personalization Race
Anthropic has launched a memory feature allowing users to transfer context and preferences from other AI tools directly into Claude. This enables seamless continuation of conversations with retained context across platforms, available to all paid subscribers.
How Claude Code's New Auto-Memory and Remote Control Features Stack Up Against OpenClaw
Claude Code has rapidly added auto-memory and remote session control, but understanding their practical limits is key to using them effectively.
How Claude Code's New Context Import Feature Eliminates Manual File Uploads
Claude Code now lets you import entire project contexts automatically, eliminating manual file uploads and making Claude instantly aware of your codebase structure.