Talk
Intermediate
First Talk

No Reflection, No Insight: Why Open-Source AI Agents Need Meta-Memory

Rejected

Session Description

Open-source AI agents today can store and recall information using RAG, tools etc. But the problem is that they don’t know what they’ve forgotten.

They can’t check if a memory is missing, outdated, or wrong. They don’t reflect. This talk introduces a missing piece in agent design: meta-memory, which is memory about memory.

In 15 minutes, I’ll cover:

  • What meta-memory is and why open-source agents need it

  • Real examples of agents hallucinating or repeating due to missing memory checks

  • How to add basic meta-memory using Valkey, Postgres, Qdrant

  • A simple open-source pattern for confidence tracking and gap detection

We should move beyond recall and build agents that know what they don’t know, using the FOSS tools we already have.

Key Takeaways

  • The key limitation in today’s OSS agent memory

  • What meta-memory enables: confidence, awareness, fewer mistakes

  • How to build a basic meta-memory layer in your stack

  • A simple OSS blueprint you can implement today

References

Session Categories

Technology architecture
Engineering practice - productivity, debugging
Which track are you applying for?
Main track

Speakers

Archit Singh
Senior Software Engineer
https://www.linkedin.com/in/archit15singh/
Archit Singh

Reviews

25 %
Approvability
1
Approvals
3
Rejections
0
Not Sure

The linked github repo consists of a .gitignore, a LICENSE and a README.md, created on June 14. Can't see anything that backs your session proposal in any way.

Reviewer #1
Rejected

I think it makes for a good AI-Tech talk. But I feel FOSS relevance is less on it.

Reviewer #2
Rejected

The repo is empty, it would have made sense if there was a blog covering the concept shared by the speaker - meta-memory.

Reviewer #3
Rejected

While the topic is interesting for an AI conference, it lacks a strong connection to FOSS. A major concern was that the linked repository was empty, which failed to provide any material to support the claims made in the proposal. For future submissions, please ensure your talk is closely tied to a FOSS project and that any linked materials are substantive and relevant to your proposal.

Reviewer #4
Approved