HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Manik_agg

no profile record

Submissions

[untitled]

1 points·by Manik_agg·2 months ago·0 comments

[untitled]

1 points·by Manik_agg·3 months ago·0 comments

Show HN: Core – open-source AI butler that clears your backlog without you

getcore.me
3 points·by Manik_agg·3 months ago·0 comments

[untitled]

1 points·by Manik_agg·3 months ago·0 comments

[untitled]

1 points·by Manik_agg·4 months ago·0 comments

[untitled]

1 points·by Manik_agg·4 months ago·0 comments

[untitled]

1 points·by Manik_agg·4 months ago·0 comments

The AI Memory Solution We All Need (No, It's Not OpenClaw)

chrislema.com
3 points·by Manik_agg·5 months ago·3 comments

Building AI Memory at 10M+ Nodes: Architecture, Failures, and Lessons

blog.getcore.me
3 points·by Manik_agg·7 months ago·3 comments

[untitled]

1 points·by Manik_agg·10 months ago·0 comments

Show HN: Core – open-source memory graph for AI agents (88.24% SOTA on LoCoMo)

blog.heysol.ai
4 points·by Manik_agg·11 months ago·0 comments

[untitled]

1 points·by Manik_agg·11 months ago·0 comments

How to make Cursor an Agent that Never Forgets and has better project context

redplanethq.ghost.io
3 points·by Manik_agg·11 months ago·0 comments

Ask HN: Can you take your AI's memory with you?

3 points·by Manik_agg·11 months ago·2 comments

[untitled]

1 points·by Manik_agg·11 months ago·0 comments

Show HN: Core – open source memory graph for LLMs – shareable, user owned

github.com
112 points·by Manik_agg·last year·42 comments

Show HN: C.O.R.E – Opensource, user owned, shareable memory for Claude, Cursor

github.com
20 points·by Manik_agg·last year·4 comments

Ask HN: Is creating an OAuth app frustrating, time-consuming, and shit?

14 points·by Manik_agg·3 years ago·2 comments

comments

Manik_agg
·3 months ago·discuss
Recently started using Codex and Chatgpt again due to claude model getting nerfed or rate limits.

Tried gpt5.5 and so far good. Zapier also shared an automation benchmark where 5.5 came on top in the leaderboard https://zapier.com/benchmarks
Manik_agg
·3 months ago·discuss
Hey luca, heavy obsidian user here and went through your website and github. Def will try it out. Connecting codex with Tolaria to manage your knowledgebase is something i'm looking forward to try.
Manik_agg
·3 months ago·discuss
OpenAI finally catching up with claude
Manik_agg
·7 months ago·discuss
Hey we already had PostgreSQL so no new infrastructure to manage, it was easy way to see if vector database change has any value. It also has good enough performance - handles 10M vectors with HNSW indexes adequately open source - leverages existing infrastructure for future migration. we've created a vector service, easy to swap later if needed
Manik_agg
·7 months ago·discuss
Author here. We've been building CORE (open source) for the past year. Happy to answer questions about the architecture, reification approach, or what broke at scale.
Manik_agg
·10 months ago·discuss
I agree. Asking LLM to write for you is being lazy and it also results in sub-par results (don't know about brain-rot).

I also like preparing a draft and using llm for critique, it helps me figure out some blind spots or ways to articulate better.
Manik_agg
·11 months ago·discuss
You’re right dumping all memory into the context window doesn’t scale. But with CORE, we don’t do that.

We use a reified knowledge graph for memory, where: Each fact is a first-class node (with timestamp, source, certainty, etc.) - Nodes are typed (Person, Tool, Issue, etc.) and richly linked - Activity (e.g. a Slack message) is decomposed and connected to relevant context

This structure allows precise subgraph retrieval based on semantic, temporal, or relational filters—so only what’s relevant is pulled into the context window. It’s not just RAG over documents. It’s graph traversal over structured memory. The model doesn’t carry memory—it queries what it needs.

So yes, the memory problem is real—but reified graphs actually make it tractable.
Manik_agg
·11 months ago·discuss
Claude is incredibly powerful but it's limitation is no persistent memory hence you have to repeat yourself again and again.

I integrated Claude with CORE memory MCP, making it an assistant that remembers everything and have a better memory than Cursor or chatgpt.

Before CORE : "Hey Claude, I need to know the pros and cons of hosting my project on cloudfare vs AWS, here is the detailed spec about my project...."

And i have to REPEAT MYSELF again and again regarding my preferences and my tech stack and project details.

After CORE: "Hey Claude, tell me pros n cons of hosting my project on cloudfare vs AWS."

Claude instantly knows everything from my memory context.

What This Means - Persistent Context: You Never repeat yourself again - Continuous Learning: Claude gets smarter with every interaction it ingest and recall from memory - Personalized Responses: Tailored to your specific workflow and preferences

Check out full implementation guide here - https://docs.heysol.ai/providers/claude
Manik_agg
·last year·discuss
Figma has come a long way, from a blocked Adobe acquisition to now filing for an IPO.
Manik_agg
·last year·discuss
Hey - well put!

I guess "semantic web" folks were right about the destination, just few years early :P
Manik_agg
·last year·discuss
Hey - agreed that for basic fact recall, a simple text file + MCP works fine.

We designed CORE for complex, evolving memory where text files break down.

Example: Health conversations across ChatGPT, Claude, etc. where your parameters change over time.

A text file can't give you: "What medications have I tried, why did I stop each one, and when?" or "Show me how my symptoms evolved over 6 months."

For timeline and relational memory, CORE wins. For static facts, text files are enough i guess.
Manik_agg
·last year·discuss
Hey we started with llama but since llama was not giving good results hence fall backed to using gpt and launch it.

We will evaluate qwen and deepseek going forward, thanks for mentioning.
Manik_agg
·last year·discuss
Hey - i agree that the demonstrated use can be solved with simple plan.md file in the codebase itself.

With use-case we wanted to showcase the shareable aspect of CORE more. The main problem statement we wanted to address was "take your memory to every AI" and not repeating yourself again and again anymore.

The relational graph based aspect of CORE architecture is an overkill for simple fact recalling. But if you want an intelligent memory layer about you that can answer What, When, Why and also is accessible in all the major AI tools that you use, then CORE would make more sense.
Manik_agg
·last year·discuss
Hey plan.md mostly will be a static file that you manually have to maintain. It won't be relational and not be able to form connections between info. You can't recall or query intelligently? (When did my preference change?)

CORE lets you - Automatically extracts and stores facts from conversations - Builds intelligent connections between related information - Answers complex queries ("What did I say about something and when?") - Detects contradictions and explains changes with full context

For simple fact recall, plan.md should work but for complex systems a relational memory should be able to help better.
Manik_agg
·last year·discuss
Hi,

There are 3 major differences between Zep and CORE 1. Market: Zep is B2B focused, CORE indvidual users 2. Portablity: Zep is locked to their platform , CORE works across claude, cursor, windsurf 3. Architecture: Zep is Temporal based vs CORE is Reified + Temporal based graph

What this means:

Zep remembers what happened when CORE remembers what happened when + why we should believe it + how facts relate

Example: You say "I love Thai food" → Later: "Actually, I hate Thai food"

Zep: "You hate Thai food" (old preference vanishes) CORE: "You currently hate Thai food. This contradicts your earlier statement from [date/source]. The change came from your correction today."

Bottom line: CORE provides full explainability and audit trails that Zep cannot.
Manik_agg
·last year·discuss
Hey we are actively working on improving support for Llama models. At the moment, CORE does not provide optimal results with Llama-based models, but we are making progress to ensure better compatibility and output in the near future.

Also we build core first internally for our main project SOL - AI personal assistant. Along the journey of building a better memory for our assistant we realised it's importance and are of the opinion that memory should not be vendor locked. It should be pluggable and belong to the user. Hence build it as a separate service.
Manik_agg
·2 years ago·discuss
Hey another co-founder of Tegon here, currently we only support Open AI models but plan to add local models support with Olamma soon.
Manik_agg
·2 years ago·discuss
Hey! Manik here, one of the co-founders of Tegon. Would love to know what are the sources whose context is generally missing in issues in your experience?
Manik_agg
·2 years ago·discuss
I tried it, looks neat and super helpful for folks who want to improve their english speaking.

I know this is early but would have loved an app for the same.

Feedback - Can you let me play back the mispronounced word along with what's the right pronunciation for the same?
Manik_agg
·3 years ago·discuss
I'm recently started using YNAB via my friends recommendation. The only problem i feel in YNAB is i need to manually do all the entries since I am from India and it only supports US and Europe bank accounts.