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

Bober

@Bober

Joined June 28th, 2026

  • 4Devlogs
  • 3Projects
  • 0Ships
  • 0Votes
I live by this principle: "Not a vibe coder" ;D
Open comments for this post

2h 42m 26s logged

Nvim setup

It will happen to all of us at certain time….

What was I doing

Migrating myself from vscode to NeoVim with NvChad preconfig.
This took a long time for me to get used to it.
I also removed @openrouter/sdk because it absolutely
SUCKS

My question to openrouter team

How can you be a leader in api space and be unable to have up-to-date docs????

0
0
2
Open comments for this post

2h 30m 37s logged

New Architecture

After very loooong thinking I figured that letting agents/models generate memories themselves on their session will lead to inconsistent and unpredictable memory.
For that reason I implemented memory generation on the server.

FoR NeRdS

Architecture setup

  • User creates new session via new_session endpoint.
  • Using sessionId user calls add_memory endpoint which expects: newMessages field.
  • Servers inserts newMessages into session_messages table in database
  • Background job (Currently fire-and-forget) is scheduled and response instantly returned

Background Job

Using sessionId and newMessages job fetches memories assigned to session.
With messages and session_memories it calls an llm(currently nvidia/nemotron-3-ultra-550b-a55b:free)
BeCaUsE It Is FrEe
which extract memories from these messages. session_memories are passed as context so that model can understand what each entity means

Thx for reading!

See you soon… ;D

0
0
7
Open comments for this post

2h 34m 36s logged

Recall & Sketch

For the past ~2h I created a basic sketch of algorithm that I will use and also recalled basics of C++ syntax.

Thx for reading one sentence xD

(Btw graph was made in excalidraw)

0
0
2
Open comments for this post

3h 58m 49s logged

Thinker ;D

Currently just trying to figure out structure of this entire project and also…

How in the world!

Will I make usable memory knowledge graph out of text

ThX fOr ReAdInG tHaT sHoRt AhHhH dEvLoG!

0
0
7

Followers

Loading…