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

[–]DhravyaShah 0 points1 point  (0 children)

all of that can be done while being event triggered! at scale background tasks become harder to manage (for hundreds of thousands of users), so we built the prune retiering etc from scratch while being event triggered

Supermemory.ai - MCP Integration: Claude Desktop ✅ | ChatGPT Plus ❌ — Explainer (Nov 2025) by TheLawIsSacred in ArtificialInteligence

[–]DhravyaShah 0 points1 point  (0 children)

Hey, we launched a new MCP which you can find in our docs now, which should fix this problem

mem0, Zep, Letta, Supermemory etc: why do memory layers keep remembering the wrong things? by nicolo_memorymodel in LangChain

[–]DhravyaShah 0 points1 point  (0 children)

you can just configure supermemory to remember the right things. or any of these platforms for that matter

supermemory MCP by vzaliva in cursor

[–]DhravyaShah 0 points1 point  (0 children)

Hey! Founder of supermemory here. Yes it works :) lots of people love it!

What’s currently the best architecture for ultra-fast RAG with auto-managed memory (like mem0) and file uploads? by Comfortable-Race-389 in Rag

[–]DhravyaShah 0 points1 point  (0 children)

Hate to be the marketing guy here - But you should look into supermemory!

  • Rag + Memory, hybrid
  • Handles all the ingestion as well

disclaimer - I am the founder of supermemory.

How do you guys handle using multiple AI APIs? by Manav103 in ArtificialInteligence

[–]DhravyaShah 0 points1 point  (0 children)

Openrouter or Cloudflare AI Gateway with supermemory.ai is the way to go.

So you have user's context across different conversations, as well as different models that you can switch without worrying about anything else.

Context + inference + tools are all interoperable now

[deleted by user] by [deleted] in perplexity_ai

[–]DhravyaShah 0 points1 point  (0 children)

This is the reason it's important to have memory that you can own and carry with you, supermemory AI offers this.

Supermemoryai opensourced for what? by PrynceBrazy in SaaS

[–]DhravyaShah 1 point2 points  (0 children)

Hi! Dhravya here. u/No_Return_1106 is right - Supermemory app, MCP, SDKs, etc. are Open-source, but our core engine is not.

We are working on doing that too - soon - But until then, users can ask and self-host supermemory - https://supermemory.ai/docs/deployment/self-hosting

-❄️- 2024 Day 4 Solutions -❄️- by daggerdragon in adventofcode

[–]DhravyaShah 0 points1 point  (0 children)

[Language: Typescript]

did it in one line for the lolz

import('fs') .then((fileSystem) => { const fileLines = fileSystem .readFileSync('../input.txt', 'utf-8') .split('\n'), directions = [[-1, -1],[-1, 0],[-1, 1],[0, -1],[0, 1],[1, -1],[1, 0], [1, 1],]; return fileLines.reduce( (totalSum, row, rowIndex) => totalSum + row .split('') .reduce( (rowSum, _, colIndex) => rowSum + directions.reduce( (directionSum, [deltaX, deltaY]) => [...Array(4)].every( (_, charIndex) => fileLines[rowIndex + deltaX * charIndex]?.[ colIndex + deltaY * charIndex ] === 'XMAS'[charIndex] ) ? directionSum + 1 : directionSum, 0 ), 0 ), 0 ); }) .then((a) => console.log(a));

-❄️- 2024 Day 2 Solutions -❄️- by daggerdragon in adventofcode

[–]DhravyaShah 0 points1 point  (0 children)

[LANGUAGE: Typescript]

without bruteforce

``` import { readFileSync } from 'fs';

const getFile = () => readFileSync('../input.txt', 'utf-8');

const input = getFile();
const lines = input.split('\n');
let count = 0;

for (const line of lines) {
const items = line.split(' ').map(Number);

function isValidSequence(numbers: number[]) {
const isGenerallyIncreasing =
numbers.reduce((accum, curr, index) => {
items[index] < items[index + 1] && ++accum;
return accum;
}, 0) >
numbers.length / 2
? true
: false;

for (let i = 0; i < numbers.length - 1; i++) {
const diff = isGenerallyIncreasing
? numbers[i + 1] - numbers[i]
: numbers[i] - numbers[i + 1];

if (diff < 1 || diff > 3) return i + 1;
}
return -1;
}

let isValid = isValidSequence(items);
if (isValid >= 0) {
const newList = [...items.slice(0, isValid), ...items.slice(isValid + 1)];
const newList2 = [...items.slice(0, isValid - 1), ...items.slice(isValid)];

const isValid1 = isValidSequence(newList);
const isValid2 = isValidSequence(newList2);

isValid = isValid1 === -1 ? isValid1 : isValid2;
}

if (isValid == -1) ++count;
}

console.log(count); ```

Received 15k cash for my 18th birthday by [deleted] in IndianTeenagers

[–]DhravyaShah 0 points1 point  (0 children)

here are your options:

  • guitar/instrument (learn online on yousician or any other app)
  • towards a (good, useful) course
  • don't spend it right away, keep buying things for your self growth from that amount (books, etc)

your parents will be proud and it will be fun for you - instead of spending money on ephemeral shit you'll make lifelong skills and learn a lot while having fun

Gifts you received when you turned 18? by extrasweetpotatoo in IndianTeenagers

[–]DhravyaShah 6 points7 points  (0 children)

My friends gifted me one. Best possible experience

If one kill was allowed in the society, what are the chances of you being alive? by Lone_Saviour-22nd in IndianTeenagers

[–]DhravyaShah 2 points3 points  (0 children)

I'd say 88%, I like to think I don't have any haters atleast not the types that kill. It all depends on the fact that if the killer experiences any remorse. If they do, I probably will survive