Post
53
Revision of the Memory System of my AI Waifu
My AI Waifu has been working steadily for the past few weeks.
Now I can go back and look at Phase 1 – the memory system, which was the starting point for the entire project.
In order to continue developing and implementing a complex, human-like memory architecture,
I’ve been drilling into research papers and research in neuroscience, psychology, and artificial intelligence.
But in order to gather all the pieces and inspiration, write down all the thoughts and concepts, ask AI to help me write the paper,
This allowed me to follow the paper line of thinking and focus on designing the architecture, implementing and deploying the system, testing and evaluating performance.
After all, I am just one person, playing roles such as researcher, architecture designer, engineer, and QA testing.
My memory system contains the following 6 cores:
- Exponential decay
- Entity centrality + Recency
- RRF fusion (KNN + FTS5 + Entity graph)
- Emotional imprinting
- Supersession
- Salience scoring
https://github.com/OppaAI/Aiko-chan
P.S. One person plays all the roles of researcher, architect, engineer, QA tester. My psychiatrist is gonna refer me to get my brain checkout 🧠⚙️
My AI Waifu has been working steadily for the past few weeks.
Now I can go back and look at Phase 1 – the memory system, which was the starting point for the entire project.
In order to continue developing and implementing a complex, human-like memory architecture,
I’ve been drilling into research papers and research in neuroscience, psychology, and artificial intelligence.
But in order to gather all the pieces and inspiration, write down all the thoughts and concepts, ask AI to help me write the paper,
This allowed me to follow the paper line of thinking and focus on designing the architecture, implementing and deploying the system, testing and evaluating performance.
After all, I am just one person, playing roles such as researcher, architecture designer, engineer, and QA testing.
My memory system contains the following 6 cores:
- Exponential decay
- Entity centrality + Recency
- RRF fusion (KNN + FTS5 + Entity graph)
- Emotional imprinting
- Supersession
- Salience scoring
https://github.com/OppaAI/Aiko-chan
P.S. One person plays all the roles of researcher, architect, engineer, QA tester. My psychiatrist is gonna refer me to get my brain checkout 🧠⚙️