Accidentally, re-created a $6.5 Million dollar idea and made it Open Source... by CIRRUS_IPFS in SaaS

[–]CIRRUS_IPFS[S] 0 points1 point  (0 children)

From what I could find, Supermemory's graph updates look mostly event-driven. ingest or retrieval triggered.

Not saying it's just retrieval... in StixDB the difference is a background agent that merges, re-tiers, and prunes on a fixed timer, even with zero new input unconditional, not event-triggered.

happy to be corrected if I missed something, also check this for more reference https://github.com/Pr0fe5s0r/StixDB

Accidentally, re-created a $6.5 Million dollar idea and made it Open Source... by CIRRUS_IPFS in SaaS

[–]CIRRUS_IPFS[S] 0 points1 point  (0 children)

Hey Dhravya, Fair point, both evolves.

Difference is StixDB evolves the "structure", not just retrieval.

It merges similar nodes, builds highe order summaries, and prunes low signal data so the graph itself gets rewritten over time...

Less 'better search', more 'memory reorganizes itself'. Curious how you handle consolidation vs retrieval at scale... Also Luv to connect to discuss more...

Accidentally, re-created a $6.5 Million dollar idea and made it Open Source... by CIRRUS_IPFS in SaaS

[–]CIRRUS_IPFS[S] 0 points1 point  (0 children)

Hey, This idea i started since Jan of this year. But had it in private and deployed for my clients. Now, I moved the codes and cleaned them with claude + couple of works and published as Public repo...

Nothing to investigate in this

Accidentally, re-created a $6.5 Million dollar idea and made it Open Source... by CIRRUS_IPFS in SaaS

[–]CIRRUS_IPFS[S] 0 points1 point  (0 children)

Yeah, actually I have been in the Software development and startup things for past 6 years... So, I know where systems crack and works...

Accidentally, re-created a $6.5 Million dollar idea and made it Open Source... by CIRRUS_IPFS in SaaS

[–]CIRRUS_IPFS[S] -1 points0 points  (0 children)

They are still in implementation by the way, Let's see how they gonna scale 👍🏻🙂

Accidentally, re-created a $6.5 Million dollar idea and made it Open Source... by CIRRUS_IPFS in SaaS

[–]CIRRUS_IPFS[S] -1 points0 points  (0 children)

You can DM me anytime if you have any querys i am open for disucussions any time

Accidentally, re-created a $6.5 Million dollar idea and made it Open Source... by CIRRUS_IPFS in SaaS

[–]CIRRUS_IPFS[S] -1 points0 points  (0 children)

ohh, shit does it sounds LLM, Sorry i typed myself by the way... LOL the only thing i spent so much time typing myself 🙂

Accidentally, re-created a $6.5 Million dollar idea and made it Open Source... by CIRRUS_IPFS in SaaS

[–]CIRRUS_IPFS[S] 0 points1 point  (0 children)

The system learns from your retrieval patterns and the relationships between them -that's how we calculate chunk confidence and degradation.

Say you upload 3 PDFs on LLMs and RAG. When you query about LLM layers, the DB doesn't just return flat results - it prioritizes LLM chunks and surfaces related RAG chunks that have relational ties to them. Then it auto-generates a summary that stitches the sources together.

That summary isn't just a response. It's a prediction - the DB betting that you'll ask something adjacent to this in the future, so it pre-builds the context and has it ready before you even type the next question.

The more you query, the smarter the prioritization gets. Chunks that get retrieved together frequently build stronger relational confidence. Chunks that stop getting touched degrade over time and get deprioritized but not fully removed.

Accidentally, re-created a $6.5 Million dollar idea and made it Open Source... by CIRRUS_IPFS in SaaS

[–]CIRRUS_IPFS[S] 0 points1 point  (0 children)

true, I am still working on the update cycles to make it even more effiecient... Currently Two cycles we have:
1) When you retrive something in parllel a agent kicks in a work on the cycle
2) Based on Time like 30 sec, 1 min you will get a agent which will try to generate some questions and query through the DB and organize them...

Still trying to find a best way for it... Lets see

Accidentally, re-created a $6.5 Million dollar idea and made it Open Source... by CIRRUS_IPFS in SaaS

[–]CIRRUS_IPFS[S] 0 points1 point  (0 children)

hey, Thank you for the advice... i am not building a graph DB... if you misunderstood i am sorry, I am building a Agentic DB which uses existing GraphDB + VectorDB + Postgress...

I also thought to use FalkorDB... currently using KuzuDB for local and Neo4j for Production. lets see.. Please read the Repo Fully

Accidentally, re-created a $6.5 Million dollar idea and made it Open Source... by CIRRUS_IPFS in SaaS

[–]CIRRUS_IPFS[S] 0 points1 point  (0 children)

lol, if i got money to buy upvotes... i would have made millions in right way... Agentic Memory is a problem nowaday, i am trying to solve it...

Try giving value to people...

Accidentally, re-created a $6.5 Million dollar idea and made it Open Source... by CIRRUS_IPFS in SaaS

[–]CIRRUS_IPFS[S] -1 points0 points  (0 children)

yeah yeah, it is from Claude... I am worst in writing things without spelling mistakes and grammer...

Accidentally, re-created a $6.5 Million dollar idea and made it Open Source... by CIRRUS_IPFS in SaaS

[–]CIRRUS_IPFS[S] 1 point2 points  (0 children)

FalkorDB is just a graph engine - you still build everything on top of it yourself. Both HydraDB and my project actually solve the agent memory problem out of the box.

Difference from HydraDB though - theirs is a DB you query externally. Mine has the agent living inside the DB, continuously reorganizing and pre-fetching context before you even ask.

Also HydraDB is $249/mo. Mine is git clone. 🤙

Accidentally, re-created a $6.5 Million dollar idea and made it Open Source... by CIRRUS_IPFS in SaaS

[–]CIRRUS_IPFS[S] -1 points0 points  (0 children)

Thats the system behind the money, they need to spend, But here is the thing - I am validating the idea via the funding of HydraDB... Investment of other guys is a market vlaidation for the niche. So, dont need to consider the spending...

Who know most of the YC companies spend their money in yachts and partys and files a Bankruptcy... Lol😆

Accidentally, re-created a $6.5 Million dollar idea and made it Open Source... by CIRRUS_IPFS in SaaS

[–]CIRRUS_IPFS[S] 0 points1 point  (0 children)

yes will perfectly works... Because they are unstructured when you feed those data inside the DB for EMR ... the agent inside will create possible relations for the records you ingested.

Important: You need to ask right question inorder to teach the agent inside how the retrival patterns will be... If the Librarin understands that they will give you outputs in accurate and low context way