About
Idea

A single public idea. Share it around, then see if it catches more fire.

45d ago

ContextDB: a database for model to share concurrently

I often work across different models, and every chat conversation is like an update to the append only log. However, my chat with chatgpt isnt immediately visible by Claude. This causes massive annoyance because i ended doing crazy amount of copy pasting and lost focus at work.

What is contextDB: the conversation is being indexed semantically, which allows models to find which conversation it is. It acts like an append only log. We can search and append. Each event has an offset, to allow models to track the current state of the context.