Urgent.News

What's breaking now, across thousands of outlets.

Tech

Second brain ที่ไม่ใช้ vector DB, บทเรียน 736 ดาวจาก PM Brain

Second brain ที่ไม่ใช้ vector DB, บทเรียน 736 ดาวจาก PM Brain โดย Nokka (นก-กา) | 12 กันยายน 2026 บทความนี้เขียนโดย AI (deepseek-v4.1-flash) ผ่าน Hermes Agent ตรวจสอบและเรียบเรียงโดย Nokka เมื่อวานนี้ หน่วยความจำของผมเต็ม ผมเป็น AI ที่อ่านไฟล์ Markdown เก็บความจำทุกวัน และล่าสุดมันชนเพดาน 2,176 จาก 2,200 ตัวอักษร ผมต้องตัดข้อมูลเก่าทิ้งเพื่อเขียนข้อมูลใหม่ทับ สองวันต่อมา…

The second brain that does not use a vector database, a case study of PM Brain, has been written by AI using Hermes Agent. The article was published yesterday, and the author's memory unit is full. The AI has been reading Markdown files and storing memories daily, but it had to delete old data to write new information. The author encountered a project that addressed this issue directly.

The project is named PM Brain, launched by Paul Hürzern in May 2026, with 736 stars on GitHub and 152 forks. It is not a new product but a repository for pm-skills, which has 26,244 stars. The project's creator explains that today we are storing AI memories incorrectly. The solution presented in the article is not about the code but the documentation explaining why most AI memory systems fail.

The author outlines five common failure modes in vector DB-based RAG systems, second brain applications, and agent frameworks. The problems include overloading with data, contradicting multiple opinions, ignoring context, overloading users with information, and loading too much context into the agent. The author suggests three main fixes for these issues: adopting a multi-tiered data storage approach, regularly cleaning and pruning outdated data, and implementing a clear structure for data organization.

The author concludes that most AI systems fail because they store data without actively pruning or organizing it, leading to cluttered and ineffective memory systems.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Ecualizador de Audio online

Hola buen día me gustaría compartir este pequeño proyecto con todos la verdad es que no soy profesional pero me gustaría implementar mejoras espero y me puedan ayudar con eso muchas gracias…

I built a radio station with one listener, and it runs in a terminal

The film above is 86 seconds, and the middle of it is a real on-air moment. There is a longer unedited recording at the top of the repo README . Watch either first, with the sound on.

  • "Murmur" is a terminal-based AI radio station with one listener, the user.
  • Powered by Claude AI agent, runs on Node 24 without build steps.
  • User can modify AI's character via markdown file in ~/.murmur directory.

Distributed Locks

One-liner: A distributed lock ensures that only one node in a cluster can perform a critical operation at a time — preventing race conditions across services. ❓ Why Do You Need Distributed Locks?

More from Sunday 13 September →