Juan David Gómez

74 posts

Juan David Gómez

Juan David Gómez

@juandastic

FullStack Developer, passionate about technology, startups, and building products

Medellín, Colombia เข้าร่วม Mart 2019
238 กำลังติดตาม32 ผู้ติดตาม
Juan David Gómez
Juan David Gómez@juandastic·
You can't ask "find the most connected entity and give me all its facts" if the facts live in a different store than the structure. I'm calling this "context blindness" and for a personal companion it matters more than retrieval scores.
English
1
0
0
10
Juan David Gómez
Juan David Gómez@juandastic·
I benchmarked @zep_ai vs @mem0ai to find out if I was over-engineering my AI companion's memory. Both solve fact extraction, deduplication, and contradiction handling. But they store data in fundamentally different ways.
English
1
0
1
32
Juan David Gómez
Juan David Gómez@juandastic·
@dfect I think it is actually very clever. The website is not the product you will use daily; it should not be usable, it has to be memorable, and it definitely achieves that
English
0
0
0
29
Santiago Zavala
Santiago Zavala@dfect·
Creating an account with Posthog for the first time, the website made me feel all kind of different feelings. A) It's too many options and things B) I like it, it's geeky C) It's funny I don't know if i like it or I hate it.
Santiago Zavala tweet mediaSantiago Zavala tweet media
English
2
1
12
730
Juan David Gómez
Juan David Gómez@juandastic·
@BrendanFalk I am not looking for a new job, but the idea is so good that it makes me want to apply just to challenge myself with this approach
English
0
0
1
23
Brendan Falk
Brendan Falk@BrendanFalk·
I believe we've found the best AI-native coding interview We call it the “Composer 1 interview” Candidates get 1 hour to build a real, medium-sized project live The only constraint: they have to use Cursor’s Composer 1 model
English
122
46
1.8K
292.8K
Juan David Gómez
Juan David Gómez@juandastic·
@VexrailHQ Building for AI is the new "luxury" side project. Back in the day, you could launch a cool idea for free and just let it live. Now, with AI costs, monetization isn't a choice; it’s a survival tactic. This is a clever way to keep projects sustainable without breaking the bank.
English
0
0
0
8
Juan David Gómez
Juan David Gómez@juandastic·
@meta_alchemist I had a chance to use Graphiti for my side project and it is great and really useful, could be expensive since turning text into graph consume tokens but for the rigth problem it make sense and it is worth. I post my experience in case someone is interested
English
0
0
0
26
Meta Alchemist
Meta Alchemist@meta_alchemist·
AI normally sucks at memory retrieval both you and your AI hate that Here are the top 10 open source AI memory layers > free > open source > with lots of GitHub stars > and some even funded by YC You can use them to make your agents, claude, codex, and openclaw much smarter Also, tips on what each memory is good at, how to combine them, and get even more out of them are all in the article. These are much better than just memory md files, and will make a huge difference in your workflow! Give your agents life with them:
Meta Alchemist tweet media
Meta Alchemist@meta_alchemist

x.com/i/article/2029…

English
24
26
264
37.9K
Juan David Gómez
Juan David Gómez@juandastic·
@ThePracticalDev The magic of building a product that someone uses is watching how your code evolves and behaves over time and taking care of it like a garden. Software is not a static thing; it is alive, and it evolves with your users. This article is just an example of how it looks in real life
English
0
0
0
20
Juan David Gómez รีทวีตแล้ว
DEV Community
DEV Community@ThePracticalDev·
Context windows are expensive resources. This dev demonstrates how to tame a 120k token prompt by implementing a deterministic GraphRAG approach for more efficient memory scaling. { author: @juandastic } dev.to/juandastic/sca…
English
1
2
6
2.1K
Juan David Gómez
Juan David Gómez@juandastic·
To get those details back, I built Deterministic GraphRAG. I hate Agent tool-calling (adds 3-5s latency). Instead, a straight-line Hybrid Search runs in <1s. It checks what's already in the prompt and only injects missing facts. Zero redundancy.
English
1
0
0
24
Juan David Gómez
Juan David Gómez@juandastic·
1 Million token context windows are a luxury, not an architecture. My AI side-project hit a wall when the system prompt bloated to 120,000 tokens per message. Here is how I fixed it using a Knowledge Graph, a "Waterfill" budget, and Agentless GraphRAG. 🧵👇
English
1
0
1
25
Juan David Gómez
Juan David Gómez@juandastic·
@the_shujaa @convex Congratulations on the new sales. You indeed have a robust proposal for memory, and the convex integration makes it more interesting
English
1
0
0
17
Humans
Humans@the_shujaa·
@convex I have not even posted on any platform yet except a reply I made here on twitter which got zero likes or bookmarks. I guess time to start advertising now.
English
1
0
0
52
Humans
Humans@the_shujaa·
😮😮Is this normal made two Teams sale on memcity.dev a Rag and memory component running entirely on @convex I have done zero marketing whatsoever am just scared broo🙆‍♂️🙆‍♂️. If you have made a purchase DM I help you with integration and any bug fixes.
Humans tweet media
English
1
0
0
81
Juan David Gómez
Juan David Gómez@juandastic·
@waynesutton @the_shujaa Great project, I was also experimenting with RagGraphs and Convex, definitely a powerful combination for a great UX and robust Memory solution
English
0
0
0
25
Wayne Sutton
Wayne Sutton@waynesutton·
memcity by @the_shujaa AI Memory for Convex Apps. Vector search, knowledge graph, episodic memory, and a production-grade 16-step RAG pipeline. memcity.dev
English
3
0
5
514
Wayne Sutton
Wayne Sutton@waynesutton·
A look at what people are building with @convex this week.
Wayne Sutton tweet media
English
7
1
67
6.1K
Juan David Gómez รีทวีตแล้ว
DEV Community
DEV Community@ThePracticalDev·
Congrats to our top 7 authors this week! 🏆 @dannwaneri, @madsstoumann, Julien Avezou, Peter Mulligan, Prithwish Nath, Vivek V, and @juandastic. This week's lineup features a CSS recreation of a Pantone color deck, a self-hosted Google Trends alternative using DuckDB, and much more. dev.to/devteam/top-7-…
English
0
2
5
1.1K
Juan David Gómez
Juan David Gómez@juandastic·
Hey @GustyCube, I just saw your project on a @theo stream. I am also interested in the same problem. I experimented with Graphs, aiming to solve the same deep memory problem. I posted something about it in case you are interested. I will definitely go check Membrane to know more
Bennett Schwartz | GustyCube@GustyCube

I’ve been working on Membrane, a selective learning and memory substrate for long lived agents. The focus is on revisable knowledge, competence learning, and trust aware retrieval instead of append only memory. I think this kind of layer could fit naturally with agent systems like OpenClaw that are aiming for longer lived architectures. github.com/GustyCube/memb… @steipete

English
0
0
0
23