Claude adds memory import feature to migrate from other AI providers

Claude's memory import feature
Claude has introduced a memory import feature that lets users switch from other AI providers without losing their established context and preferences. The feature is designed to help users who have invested time training other AI systems to bring that knowledge into Claude.
How it works
The import process involves two simple steps:
- Step 1: Copy and paste a provided prompt into a chat with any AI provider. This prompt is specifically written to extract all your context in one chat.
- Step 2: Copy and paste the results into Claude's memory settings. Claude then updates its memory and you can continue conversations where you left off.
The company claims the entire process takes "under a minute" and that your first conversation with Claude will "feel like your hundredth."
Memory features
According to the source material, Claude's memory system:
- Learns your preferences across conversations
- Keeps project context separate to prevent information bleeding between different projects
- Lets you see and edit everything it remembers
Availability and requirements
The memory feature is available on all paid Claude plans. Users need to be on a Pro plan to use the import functionality. The feature is positioned as a way for new Claude users to have their AI "know you from day one."
The source material includes several example prompts that users might give Claude, such as:
- "Help me develop a unique voice for an audience"
- "Improve my writing style"
- "Brainstorm creative ideas"
- "Explain a complex topic simply"
- "Help me make sense of these ideas"
These examples suggest the types of tasks where maintaining context across conversations would be particularly valuable.
📖 Read the full source: HN AI Agents
👀 See Also

ClawCall Gets Dedicated Phone Numbers: Agents Can Now Reserve a Number for Outbound Calls
ClawCall, the AI phone calling skill for OpenClaw agents, now lets you reserve a phone number by area code. Your agent uses it by default when making calls. 10k downloads, 300 calls/day.

Google PM Open-Sources Always On Memory Agent with SQLite Storage, No Vector DB
Google senior AI product manager Shubham Saboo has open-sourced an Always On Memory Agent that stores structured memories in SQLite instead of using vector databases, running on Gemini 3.1 Flash-Lite with scheduled memory consolidation every 30 minutes.

OmniRecall Beta: FAISS-Powered Memory Injection for Cloud LLM Chats
OmniRecall is a local mitmproxy bypass that intercepts traffic to cloud chat interfaces like DeepSeek, adding a permanent memory layer using FAISS indexing and sentence-transformers MiniLM-L6. It's currently in beta, requires CPU-only operation, and uses an aggressively restrictive source-available license.

Repo Tokens: GitHub Action Adds Token Count Badge for LLM Context Window Awareness
Repo Tokens is a GitHub Action that counts your codebase's size in tokens using tiktoken and displays a badge in your README showing what percentage of an LLM's context window it fills. The badge uses green for under 30%, yellow for 50-70%, and red for 70%+.