You are browsing as a guest. Sign up (or log in) to start making projects!

Third Brain

  • 3 Devlogs
  • 3 Total hours

I'm building an agent that remembers.

Open comments for this post

58m 27s logged

It turns out I’ve been building a retreival augmented generation system for AI all along.

I did this without even realizing it was called that!

Since last time, I’ve hooked up a text-embedding engine to turn text into vectors.

Next, I did some math to calculate cosine similarity between the vectors so I can see how similar these vectors are. I also added some helper functions to help retrieve the vectors that are similar enough and only take the top K (5) values.

I hooked this all up to the command line chat!

It still doesn’t seem to remember properly though… I’m going to spend some time to debug this.

0
0
3
Open comments for this post

39m 25s logged

I made a conversation with the AI call!

Instead of relying on AI, I’m forcing myself to read documentation to go slow (instead of having everything done for me).

0
0
3
Open comments for this post

1h 10m 26s logged

The first hour was a little bit of experimenting and planning.

I made some AI calls myself and also sketched a simple architectural diagram.

0
0
2

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…