Skip to content

dodo477/symbolic-forgetting-memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Symbolic Forgetting Memory

This is a personal side project exploring a cognitive architecture idea for AI systems:
"What if forgetting wasn't deletion, but symbolic compression?"

Inspired by human memory systems β€” where unused data is compressed into abstract, long-term storage and later retrieved via pattern-matching or associative cues β€” this project attempts to:

  • Compress low-usage data into symbolic or vector-based representations
  • Store them in a modular "archive"
  • Retrieve them on-demand via pattern similarity (a kind of cognitive "ping")
  • Prototype a memory system that balances relevance, precision, and cognitive scalability

🧠 Why?

Modern LLMs have no real memory β€” only token limits, context windows, and caching.
This project asks:

What would a cognitively plausible, AGI-scalable memory layer look like?

It is:

  • A learning path (I’m re-learning Python through this)
  • A conceptual sandbox (expect experiments and missteps)
  • A potential early-stage contribution to AGI memory design

🚧 Status

  • 🧱 Repo structure initialized
  • 🧠 Concept and architecture sketched
  • ⌨️ Early code and notebooks being prototyped
  • 🚧 Memory strength scoring system next

πŸ“‚ Planned Structure

  • /theory/ ← Core concepts & architecture
  • /experiments/ ← Prototypes, test cases,
  • /src/ ← Actual implementation code (modules)
  • /notes/ ← Loose thoughts, logs, brainstorms
  • /data/ ← Mock or sample data (small, cleaned)

πŸ“¬ Contact

If you find the idea interesting, feel free to open an issue or discussion β€” or just lurk.

This project is experimental, messy, and exploratory by design. I’m building it in public to think clearly and improve over time.


πŸ“„ License

MIT β€” feel free to use or fork, just credit the original idea.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages