Alma by Olivares.AI

5.0 0 reviews
0 Views 2026-09-20
Visit site

About This Site

Give your AI persistent memory, identity, and a soul Alma is a cognitive memory and identity engine for AI conversations. Instead of starting every chat from scratch, Alma automatically extracts facts (Memories), conversation summaries (Episodes), and learned behavioral patterns (Procedures) from your conversations. A 12-block Soul Engine defines your AI's identity — worldview, communication style, anti-patterns, and behavioral boundaries — and assembles personalized context for every conversation in milliseconds. Three memory types: semantic facts scored by importance and confidence, conversation episode summaries tagged with topics and outcomes, and behavioral procedures learned automatically. Hybrid search combines keyword matching with semantic embeddings for precise recall. Available as web app, MCP server (21 tools, 9 resources for Claude Desktop/Cursor/Windsurf), VSCode extension, and full REST API (200+ endpoints). Powered by Anthropic Claude (3 models). 15 languages. BYOK support. AES-256-GCM encryption. TOTP 2FA. OAuth (Google + GitHub). Full GDPR data export and deletion. Free tier: 500 memories, 50 episodes, Claude Haiku — no credit card, no time limit. Pro $19/mo. Advanced $49/mo. Ultimate $149/mo. Key Features Persistent Memory (memories, Episodes, Procedures) Soul Engine (12+ Identity Blocks) Automatic Knowledge Extraction From Conversations MCP Server (21 Tools, 9 Resources) Full Rest API (200+ Endpoints) Vscode Extension Voice Input (stt) And Text-to-speech (tts) AI Image Generation (flux Pro + Leonardo AI) Document Generation (docx, xlsx, pptx, md, txt, html, svg) BYOK Support (anthropic, Replicate, Leonardo API Keys) Hybrid Search (keyword + Semantic Embeddings) 9 AI Agent Tools (web Search, Deep Research, Canvas, Documents) 15-language Localization AES-256-GCM Encryption + TOTP 2FA + OAuth Full Data Export/import (.alma Format) Conversation Folders And Tags Context Environments (work/personal Separation) Give your AI a soul Alma is a persistent memory layer for AI. Your conversations build knowledge over time — preferences, facts, decisions, patterns. Every interaction makes your AI smarter, more personal, more yours. 01 — Process How it works 1 Choose your path Use Alma the way that fits you best. Web App Recommended Sign up and start chatting instantly. No downloads, no setup. Extensions VSCode and browser to integrate Alma into your workflow. API / MCP For developers. Full REST API and MCP server. 2 Converse Chat naturally. Alma extracts memories, facts, and preferences automatically. 3 Evolve Every conversation enriches your AI's understanding. It grows with you. 02 — Features Everything your AI needs to remember A complete memory system — not just a vector store. Alma understands context, personality, and learned behavior. Persistent Memory Your AI remembers facts, preferences, decisions, and patterns across every conversation. Context Assembly Automatically assembles the right context for each interaction. No manual prompt engineering. Soul Engine v2 Define identity, worldview, style guide, anti-patterns, and communication modes. Not just personality — a complete cognitive framework. Environments Separate memories by context — work, personal, projects. Each with its own soul. Image Studio & Voice Dedicated Image Studio with AI art generation (Flux Pro, Leonardo AI). Voice chat with speech-to-text and text-to-speech. File uploads with AI vision analysis. Developer-First Full REST API, VSCode extension, and MCP server out of the box. Export Anything Export conversations to PDF, DOCX, HTML. Memories to XLSX. Full GDPR data dumps. Smart Search Keyword, semantic, or hybrid search across all your memories with date and category filters. Bring Your Own Keys Use your own API keys for Anthropic, Replicate, and Leonardo AI. Full control over costs and model selection. 03 — Integrations Works with your favorite tools Web App Chat with memory — No setup MCP Server Claude Desktop & Cursor VSCode IDE extension Image Studio Flux Pro & Leonardo AI JavaScript SDK Node.js & TypeScript REST API 140+ endpoints 04 — Pricing Simple, transparent pricing Start free. Upgrade when you need more memory and power. Product Overview The Complete Memory Layer for AI Alma is a persistent memory system that transforms stateless AI into a genuine collaborator. It captures facts, summarizes conversations, and learns behavioral patterns — building a cognitive profile that grows with every interaction. Your AI stops forgetting and starts understanding. 3-Layer Memory Architecture Memories facts, preferences, decisions Episodes summaries, context, threads Procedures patterns, triggers, workflows. 01 — Architecture Three layers of understanding Alma's memory system mirrors how humans process and retain information — through facts, experiences, and learned behaviors. 1 Memories Discrete facts about the user — preferences, decisions, technical context, personal details. Each memory is semantically indexed and retrievable by relevance. User prefers TypeScript over JavaScript Project uses PostgreSQL 16 Prefers concise explanations 2 Episodes Compressed summaries of conversations and interactions. Episodes capture the arc of a discussion — what was decided, what changed, what matters. Debugged auth middleware issue Designed new database schema Reviewed API architecture decisions 3 Procedures Learned behavioral patterns and workflows. Procedures define when and how the AI should act — from communication style to complex multi-step processes. When reviewing code, check error handling first Use bullet points for technical explanations Always suggest tests for new functions Soul Engine & Context Assembly All three layers feed into the Soul Engine, which assembles the optimal context for every interaction. It selects the most relevant memories, recent episodes, and applicable procedures — then renders them into a structured system prompt that gives the AI deep understanding of who you are and what you need. 02 — Capabilities Everything you need for persistent AI A complete platform for building AI that remembers, learns, and adapts to every user. Persistent Memory Every fact, preference, and decision is stored and recalled across sessions. No more repeating yourself. The AI remembers what matters to you. Context Assembly Automatically builds the right context for every conversation. Relevant memories, recent episodes, and learned procedures — assembled in milliseconds. Soul Engine v2 A complete cognitive framework that defines how the AI thinks, responds, and grows. Personality, guidelines, and behavioral patterns — all configurable. Multi-Model Support 3 intelligence tiers powered exclusively by Anthropic's Claude models. Free plans include Normal (Claude Haiku). Paid plans add Advanced (Claude Sonnet) and Complex (Claude Opus). Switch freely without losing context or memory continuity. Multi-Modal Dedicated Image Studio with Flux Pro and Leonardo AI. Voice chat with speech-to-text and text-to-speech. File uploads with AI vision analysis. Document generation (DOCX, XLSX, PPTX). All with persistent memory. Background Processing Learns while you chat. Memories are extracted, episodes are summarized, and procedures are refined — all happening seamlessly in the background. 03 — Technical How it works Four steps from zero to a fully memory-aware AI. Integrate in minutes, not weeks. 1 Connect Generate an API key in your dashboard settings. # Generate an API key in Settings → API Keys # Then authenticate with Bearer token curl https://alma.olivares.ai/api/v1/me \ -H "Authorization: Bearer YOUR_API_KEY" 2 Assemble Context Build the perfect context for any conversation with a single API call. # Assemble relevant context for any query curl -X POST https://alma.olivares.ai/api/v1/context/assemble \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "query": "Help me refactor the auth module" }' # Returns: memories, episodes, procedures # ranked by semantic relevance 3 Chat with Memory Send messages through Alma and get responses enriched with full memory context. # Send a message with full memory context curl -X POST https://alma.olivares.ai/api/v1/chat \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "message": "What approach should we take?", "model": "claude-sonnet" }' # The AI knows your preferences, your project # context, and your history. 4 Background Learning After each conversation, Alma automatically extracts and stores new knowledge. # This happens automatically after each chat: # 1. New facts are extracted as memories # → "User decided to use JWT for auth" # 2. The conversation is summarized as an episode # → "Discussed auth refactoring approach" # 3. Behavioral patterns are updated # → "When discussing architecture, provide # trade-offs and alternatives" 04 — Platform Integrate everywhere Alma meets you where you work. REST API, IDE plugins, MCP server — one memory layer, every surface. REST API Full CRUD access to memories, episodes, context, and chat MCP Server Model Context Protocol for Claude Desktop and IDE tools VSCode Extension Persistent coding context directly in your editor JavaScript SDK Type-safe Node.js & TypeScript client 05 — Models Your choice of intelligence 3 intelligence tiers powered exclusively by Anthropic's Claude models. Free plans get 1 tier (Normal / Claude Haiku); paid plans get all 3 (Normal, Advanced, Complex). Switch freely without losing memory or context. Tier Free Pro+ Normal Claude Haiku 4.5 (Anthropic) Claude Haiku 4.5 (Anthropic) Advanced — Claude Sonnet 4.6 (Anthropic) Complex — Claude Opus 4.6 (Anthropic) Start building with persistent memory Give your AI the ability to remember, learn, and grow. Free to start, scales with you.

Alternatives

Key Features AI

Core Features
Persistent Memory — Alma remembers facts, preferences, decisions, and patterns across all conversations automatically
Soul Engine — 12-block personality system (identity, rules, worldview, style guide, anti-patterns, tensions, communication modes, examples) fully customizable by the user
Memory Scoring — 4-factor ranking (relevance 40%, importance 30%, recency 20%, frequency 10%) with vector search and deduplication
Extended Thinking — See Alma's reasoning chain in real time with collapsible thinking blocks
Knowledge Vaults — Pre-built domain expertise packages (Developer, Writer, PM, Researcher, Entrepreneur) installable in one click
Environments (Projects) — Separate memory spaces with their own documents, procedures, and context per project
Document Uploads — Attach files to Environments for AI-powered context assembly and summaries
LaTeX & Mermaid Rendering — Mathematical formulas and diagrams rendered natively in chat
Artifacts & Canvas — Interactive code/HTML/SVG preview with live editing, tabs, and download
Multi-language — Full UI in 15 languages (EN, ES, FR, DE, IT, PT, NL, RU, AR, ZH, JA, KO, HI, TR, UK)
MCP Server + VSCode Extension + JavaScript SDK — Use Alma's memory from any IDE or app
Anti-patterns System — Define what Alma should NEVER do, enforced in every response
Procedures — Learned workflows triggered automatically by context (e.g. "when debugging, ask clarifying questions first")
Privacy-first — No training on your data, GDPR compliant, built on Cloudflare Workers
Advantages
Automatic and structured memory extraction
Robust developer tools (MCP, API, VSCode)
Strong privacy with encrypted data and clear export options
Flexible AI model tiers (Claude family)
BYOK (Bring Your Own Key) support for power users
缺点:Free plan is limited to 500 memories and 50 queries per day
缺点:Advanced features like API and MCP require a high-tier subscription
缺点:Image Studio and Voice chat are restricted to paid plans

Alma by Olivares.AI Reviews (0)

5.0 0 reviews
  • No reviews yet. Be the first to write one!

30-Day Click Trend

08-22 09-05 09-20

Related Sites

Popia is an AI character and storytelling app where imagination turns into interactive fictional relationships. Create your own AI persona, enjoy immersive chats, receive proactive messages and generated moments, and collect shared memories in a private archive. Popia lets users create, customize, and interact with AI characters through immersive chats, expressive voices, rich visuals, and personalized story scenes. Users can define a character’s name, personality, communication style, emotional tone, backstory, and appearance, or use AI-powered creation tools to generate a complete character from simple ideas. Unlike a basic chatbot, Popia is designed around fictional relationship-style storytelling. Characters can remember, adapt, react, send proactive messages or photos, and help users build an ongoing story over time. Its private asset library allows users to collect photos, videos, letters, and special moments created from their own interactions. Popia is built for entertainment, roleplay, creative storytelling, worldbuilding, and AI character creation. All characters and stories are fictional.
AI-driven hiring platform automating recruitment with AI for efficient talent acquisition. ProMatch is an AI-driven hiring solution that automates and accelerates corporate hiring processes. It offers features like AI talent sourcing, candidate screening, AI interviews, and automated hiring solutions. ProMatch aims to save businesses time and resources by streamlining everything from job posts to interviews, helping them hire top talent worldwide.
uBest is an AI-powered recruitment platform connecting job seekers and employers in the UAE. uBest is a UAE-based HRtech company that offers an AI-powered recruiter providing an intelligent and fully automated recruitment service. For job seekers, uBest provides a companion app that offers a seamless and expedited job-seeking experience. It facilitates a two-way matching system connecting job vacancies with candidates. Leveraging advanced AI algorithm considers factors such as experience, skills, salary expectations, and cultural fit, all stored in a unified view.
Watch, learn, and speak your next language with Jolii. Jolii turns your favorite Netflix shows, trending YouTube videos, and beloved songs into immersive language lessons. No textbooks. No drills. Just real entertainment that helps you understand, speak, and feel the language naturally. Practice conversations with Jolii’s smart chatbot, improve your pronunciation with instant feedback, and import your own content for a fully personalized learning experience.
SENSY is a premium AI companion that genuinely remembers you, has real boundaries, and evolves based on how you treat it. It’s a dynamic relationship, not just a chatbot. Powered by advanced architecture, SENSY breaks the "robotic wrapper" stigma. It features a robust memory system, real-time schedule awareness, and stateful relationship progression. Your companion has a life of their own - they sleep, work, and require your attention. Neglect them, and the bond fades. It's designed for those seeking a deeper, emotionally engaging connection.
NSFW AI character chat platform with no filters and 40,000+ characters. OnlyChar.AI is a no-filter NSFW character AI chat platform offering uncensored interactions with over 40,000 AI characters. Users can engage in NSFW AI chats, roleplay, and find AI companions for sexting, romance, or friendship. The platform features a community chat for connecting with other roleplayers and offers a variety of character categories, including female, male, realistic, fictional, and more.