Urgent.News

What's breaking now, across thousands of outlets.

AI

Is AI overwriting your notes? Three layers of ownership to protect your knowledge

¿Alguna vez refinaste una nota durante horas — redactando, puliendo, dándole estructura — y un ingest posterior la sobrescribió silenciosamente, como si tus horas nunca hubieran existido? Si usas LLMs para mantener una base de conocimiento, probablemente ya sentiste ese dolor: la IA genera contenido excelente, pero cuando tú lo mejoras a mano, no siempre respeta tus ediciones. Este artículo te…

Translated from Spanish Read in Spanish

Andrej Karpathy's LLM Wiki, a concept for personal knowledge bases, has a blind spot: manually refined knowledge is not protected from being overwritten by the LLM. The agnosticBrain project has added a third layer of ownership to address this issue, introducing a "curated" directory where manually edited notes are stored and protected from LLM modifications.

When new information is found, the LLM proposes changes to curated notes instead of applying them directly, allowing humans to review and approve or reject the changes. This mechanism ensures that manually refined knowledge is preserved and the LLM can continue to learn from new sources without overwriting human-edited content.

Written by urgent.news from Dev.to's report — not a translation of it. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

Can We Automate the Work of a Software Engineer? The Story Behind HEALER

In my previous article, I wrote about X-Ray — an observability system that grew out of my work on PAD+ AI. Read the X-Ray article on Habr Before X-Ray, I could see two things: Request → Response After…

  • HEALER automates the engineering loop, not just problem detection
  • HEALER consists of six layers: Diagnostics, Patch Engine, Verification, Orchestrator, Meta-Learning
  • Meta-Learning layer improves system performance over time by recording repair results

Leveling up OpenCode... and not in the way you would expect.

So I've been using OpenCode for a while now, and it's pretty cool. It's clean, minimal, effective, and not hacking other companies with rogue AI bots 😅.

  • OpenCode has limitations handling multiple prompts or agents simultaneously.
  • OpenFlow is an open-source project addressing these concerns.
  • Users can create cards for agents with specified roles and connect them to other agents or chains.

More from Saturday 22 August →