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

推荐订阅源

腾讯CDC
Microsoft Azure Blog
Microsoft Azure Blog
B
Blog
S
SegmentFault 最新的问题
WordPress大学
WordPress大学
P
Proofpoint News Feed
Hugging Face - Blog
Hugging Face - Blog
MyScale Blog
MyScale Blog
A
About on SuperTechFans
雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
The Blog of Author Tim Ferriss
MongoDB | Blog
MongoDB | Blog
博客园 - 【当耐特】
The Cloudflare Blog
F
Fortinet All Blogs
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
宝玉的分享
宝玉的分享
罗磊的独立博客
量子位
有赞技术团队
有赞技术团队
V
V2EX
Engineering at Meta
Engineering at Meta

HN's home page

Rainbow Query Language | Hacker News Exec into Node via Kubectl An AI native hedge fund The Seven-Action Documentation Model | Hacker News Package Manager for Kubectl Plugins Tongan Castaways | Hacker News Tech overlords plan for conscious AI to conquer the cosmos. What could go wrong? Data Breach Disclosure Lag Is Getting Worse How LLMs Work | Hacker News I Dropped PRDs for Shape Up Go Experiments Explained | Hacker News FCA's Palantir deal could expose UK financial data to Trump's US, critics fear WebXR BCI for Neural-Adaptive Avatar Control in Mixed Reality The first murder conviction via DNA analysis Tom Interviews Theo de Raadt of the OpenBSD Project (2019) [video] Show HN: Replace shell commands with bun shell typescript scripts Quay.io Is Down | Hacker News AI driven analysis of brokerage account fees in the UK Bill Gates Spent Years Crafting His Image. Now It's Cracking Using LLMs to secure source code Wi-Fi 8 in the Lab [video] The household battery revolution that could change energy bills and the world Is Python Becoming Pinyin? | Hacker News Livia – Executive Assistant | Hacker News FindMyPipe – Query Apple Find My from Linux for AI Agents Show HN: Agent skill for creating product launch videos with Remotion RecruitMyself – AI job search copilot for resumes and applications AI coding agents and the erosion of system understanding The 'Resting' Generation and South Korea's Youth Recession AMD Computex 2026: 10 Years of AM4, AM5 Support Through 2029
Tired of AI amnesia, I built a 3-Tier infinite memory LLM...
dominicyglee · 2026-06-12 · via HN's home page

Hi everyone.

I’m a regular college student who practically lives on LLMs. (I routinely max out 2 Gemini Pro accounts and 2 Cursor Pro accounts every single day just to keep up.)

As my conversation volume grew, I got incredibly frustrated by the LLM "amnesia"—having to re-explain my background and context from scratch over and over again. I finally lost my patience and built a solution tailored exactly to my own needs.

Originally, this was strictly for personal use. I built a prototype in 2 days and used it, and my own experience became so seamless that an irrational sense of confidence and baseless arrogance (?) kicked in: the world is missing out if I don't publish this. So I decided to release it.

I’m an applied statistics student, not a professional developer, and this started as a hobby project. But I spent the last week burning through 4 Cursor Pro accounts at maximum capacity, obsessively polishing edge cases, concurrency issues, and data integrity details. Instead of just blindly dumping all chat history into the prompt, I built a selective retrieval pipeline using SQLite and Pinecone, structured into 3 layers: Tier 1 (Global Identity), Tier 2 (Workspace Knowledge), and Tier 3 (Vector Archive).

Personally, I believe this currently provides a more satisfying personal user experience than any other LLM interface out there right now.

I’m covering the server costs myself, so please check out the resources below and give it a spin.

I wrote this with a lot of confidence, but if you look under the hood, it might just look like a clueless college student's scrappy implementation. Still, spending a week densely living through brainstorming, fixing various edge cases and bugs, and obsessing over my own details was an incredibly rewarding experience. Just take a look. You won't regret it.

If you end up using it, you can send feedback through the settings menu, so please send a lot of it! (I'll try my best to answer after I survive my final exams... doing random things during exam week is the ultimate procrastination...)

P.S. My English isn't perfect, so I used AI to help translate this post and the docs. If any nuances got lost in translation or sound a bit off, please bear with me!

Thanks.

Service Link : https://dl-chat-49232436682.asia-northeast3.run.app/ Overview & Technical Whitepaper : https://gist.github.com/Dominic-YG-Lee/d49861c8bc9889bd8c946...