惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

小众软件
小众软件
量子位
阮一峰的网络日志
阮一峰的网络日志
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
美团技术团队
J
Java Code Geeks
Apple Machine Learning Research
Apple Machine Learning Research
腾讯CDC
V
Visual Studio Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
IT之家
IT之家
博客园 - 【当耐特】
L
LangChain Blog
A
About on SuperTechFans
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
N
Netflix TechBlog - Medium
博客园_首页
WordPress大学
WordPress大学
博客园 - Franky
Engineering at Meta
Engineering at Meta
C
Check Point Blog
aimingoo的专栏
aimingoo的专栏
M
MIT News - Artificial intelligence

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Eidetic Works Pro is live: persistent memory for your AI ...
Nucleus OS · 2026-06-19 · via DEV Community

Nucleus OS

I just shipped Pro tier for Eidetic Works. Here's what's in it, who I built it for, and why I'm shipping three tiers ($29 / $99 / $299) instead of a single plan.


What problem does this actually solve?

You're running Claude Code. You have two or three sessions open across different parts of the codebase. Session 2 doesn't know what Session 1 decided. You end up re-explaining the same architecture decisions to the same model you already talked to yesterday.

This is the context-drift problem. It doesn't come from the model being bad. It comes from each session starting with no memory of what came before.

nucleus_ask — the MCP tool at the center of Pro — lets any agent call into your shared engram store and pull context that persists across sessions, across tools, and across machines.


What's in Pro

Managed R2 sync. Your engrams live in SQLite on your machine. Pro backs them to a Cloudflare R2 bucket with zero config. Your keys, your bucket — I'm not storing your AI history on my infrastructure.

nucleus_ask recall. The MCP primitive your agents use to query the shared store. One call, structured results. Wire it into your MCP config once and every session gets recall.

Customer dashboard. Sync health, engram counts, last-seen surfaces. Not glamorous. Just the visibility you need to confirm it's working.

Email support. Direct line. Not a help-center chatbot.

60-second restore. New machine. One command. Full engram history back, including decisions from six months ago that your codebase assumes you remember.


Three tiers

  • Pro $29/mo — single seat. Managed sync, recall MCP, dashboard, email support.
  • Pro+ $99/mo — 3 seats. Same features, team-shared engram store.
  • Team $299/mo — 10 seats. Same features at team scale. Priority support.

All three live at eidetic.works/pricing right now. Stripe checkout, monthly billing, cancel anytime.


Who I built it for

Devs running Claude Code seriously. If you use it daily, you're accumulating context that the next session can't access. That's the gap Pro closes.

Cursor and Windsurf power users who want recall that survives a project switch or a context-window flush.

Small teams where two people use different AI tools but need shared context. One person on Claude Code, one on Cursor — nucleus_ask lets both pull from the same store.


What's actually shipped (not vaporware)

nucleus-mcp 1.13.2 is live on PyPI right now. nucleus_ask, recall_activity, and recent_engrams are all in 1.13.2. Install, point at your daemon, wire your MCP config.

The OAuth arbitrage pattern is running in production at oauth.nucleusos.dev. If you haven't seen it — I wrote about the shim pattern here. Anthropic Max plan OAuth as a shared API surface, zero per-token cost for qualified setups. It's the same infra that powers Pro's daemon coordination.

Pro is a billing tier on top of substrate that's already running. I'm not shipping a waitlist — I'm shipping a checkout.


The governance angle

This is the part most "AI memory" tools skip.

Your agent coordination context should not live inside any single vendor's cloud. Lock-in on AI tooling is bad enough. Lock-in on the memory layer that coordinates your AI tooling is worse.

Pro's sync is your Cloudflare R2 bucket, your API keys. I hold none of it. The engram format is open SQLite. You can export everything as NDJSON any time via GET /export. The Pro subscription pays for managed worker infra and support, not for access to your own data.

This is not a differentiator claim. It's a design constraint I'm not willing to drop for growth.


What's not in Pro yet

No hosted daemon — your machine runs the daemon. I don't want to be in the business of hosting compute for something designed to be local-first.

No cross-org engram sharing — by design. Governance first.

I'll add surface area as real usage patterns surface. Early adopters will shape the roadmap.


How to get started

eidetic.works/pricing — checkout for any of the three tiers.

If you're already running nucleus-mcp, upgrade to 1.13.2 from PyPI. nucleus_ask is there now. The Pro tier unlocks managed sync and the dashboard on top.

If you're new: install the daemon (pip install nucleus-mcp), run eideticd -init, configure your MCP client, then upgrade to Pro once you've confirmed recall is working locally. Don't buy Pro until you've seen local recall work first — that's the foundation.


Building this in public. Numbers, failures, and what breaks first — all of it goes on @nucleusos.