Cortex – 本地优先的人工智能记忆引擎,在LoCoMo上超越Mem0,支持加密,免费使用。

1作者: gambletan大约 17 小时前原帖
嗨,HN,我创建Cortex是因为我厌倦了那些将你最私密数据发送到他人服务器的AI记忆解决方案。 Cortex是一个四层记忆引擎(情节性 → 语义性 → 程序性),完全在你的设备上运行。采用纯Rust编写,体积为3.8MB,数据摄取时间为62微秒。 LoCoMo基准测试:整体得分73.7%,在所有四个类别中超过了Mem0(66.9%)。 通过你自己的iCloud/GDrive/Dropbox进行AES-256-GCM加密同步。 GitHub链接:[https://github.com/gambletan/cortex](https://github.com/gambletan/cortex)
查看原文
Hi HN, I built Cortex because I got tired of AI memory solutions that send your most personal data to someone else&#x27;s server.<p><pre><code> Cortex is a 4-tier memory engine (episodic → semantic → procedural) that runs 100% on your device. Pure Rust, 3.8MB, 62µs ingest. LoCoMo benchmark: 73.7% overall, beating Mem0 (66.9%) on all 4 categories. AES-256-GCM encrypted sync via your own iCloud&#x2F;GDrive&#x2F;Dropbox. GitHub: https:&#x2F;&#x2F;github.com&#x2F;gambletan&#x2F;cortex</code></pre>