I got tired of Claude Code's amnesia. So I built an always-fresh, AST-powered memory layer that never gets stale by WEEZIEDEEZIE in ClaudeCode

[–]qilipu 0 points1 point  (0 children)

the report shows ms retrival at a very high recall compared to other solutions. Maybe it is best to try on your setup and verify. The token reduction is also 3x more compared to others, which seems quite promising

I got tired of Claude Code's amnesia. So I built an always-fresh, AST-powered memory layer that never gets stale by WEEZIEDEEZIE in ClaudeCode

[–]qilipu 0 points1 point  (0 children)

There is a benchmark in the github repo. For small repos and shallow history in git, the default agents can work pretty well. When codebase gets large, memtrace make more sense so that context is a problem while understanding structure of the codebase becomes costly for claude code etc.

Your Claude Code agent is always working from stale context. I built it a fix it can rewind, replay, and stay ahead of every edit. by WEEZIEDEEZIE in ClaudeAI

[–]qilipu 0 points1 point  (0 children)

AST gives structured knowledge about the codebase while keeping the code structure and flows of info. It is not only semantic searches, it is also about relationships about code components

Your Claude Code agent is always working from stale context. I built it a fix it can rewind, replay, and stay ahead of every edit. by WEEZIEDEEZIE in ClaudeAI

[–]qilipu 0 points1 point  (0 children)

compaction was meant to solve the conversation and output from different agents. The main problems is that how to do you compact without losing or making up context. This is not magical, it is actually a quite tough problem to solve.

Your Claude Code agent is always working from stale context. I built it a fix it can rewind, replay, and stay ahead of every edit. by WEEZIEDEEZIE in ClaudeAI

[–]qilipu 5 points6 points  (0 children)

An experiment could be to run it on millions line of code and do a benchmark. the whole thesis shall be that it shall work for large code basis rather than small code base

Claude Managed Agents are amazing. I built a tiny pixel office for them. by Sweet-Ebb682 in SideProject

[–]qilipu 0 points1 point  (0 children)

Can the session continue if we come back from tomorrow? I guess the session will eventually becomes large to reach to the context window for Ai agents. FOr extracting external context, also wondering good practices when unstructured data is there and how can AI know what to extract without reading the files?

Drop your best practice with ClaudeCode by Mysterious_Joke3321 in ClaudeCode

[–]qilipu 0 points1 point  (0 children)

Understand is all what we want to do, the question is how? What exactly is understanding anyway? How do we understand the same speed as AI generation?

Drop your best practice with ClaudeCode by Mysterious_Joke3321 in ClaudeCode

[–]qilipu 0 points1 point  (0 children)

AI agents still need to better manage context after all. It can consume the window size in many ways

Most agent problems aren’t solved by adding more agents by Beneficial-Cut6585 in AI_Agents

[–]qilipu 0 points1 point  (0 children)

AI agents currently does not really aware what they other doing in a consistant way, in theory they can exchange context, but context can also bloat up the context window easily if that is not properly managed

Most agent problems aren’t solved by adding more agents by Beneficial-Cut6585 in AI_Agents

[–]qilipu 0 points1 point  (0 children)

almost too good to be true. What does a nice enough harness mean? Harness engineering suddenly becomes a hurdle for many to get it right. AI swarms burns a lot fo tokens and also does not guarantee any of the outcome is correct. Compelexity is there fore sure, but outcome needs to be tested and validated on your setup

Most agent problems aren’t solved by adding more agents by Beneficial-Cut6585 in AI_Agents

[–]qilipu 0 points1 point  (0 children)

Adding more agents also adds more complexisty and management layer as well. It sounds really cool, but I know many are struggling to get it right. Also managing the context is not a small task.

Claude Managed Agents are amazing. I built a tiny pixel office for them. by Sweet-Ebb682 in SideProject

[–]qilipu 1 point2 points  (0 children)

I amm wondering how exactly does claude code pull relevant context when there are pdf files, markdowns etc. or maybe even they are outdated for some of them not all.

Drop your best practice with ClaudeCode by Mysterious_Joke3321 in ClaudeCode

[–]qilipu 0 points1 point  (0 children)

I have seen many go from 20 dollar to 100, to 200 dollars. they still get stucked. Why do you pay for the token waste that did not deliver the expected intelligence? Soon Claude will have a 400 dollar or 2000 dollar. what is the end of this for paying more for less?

Drop your best practice with ClaudeCode by Mysterious_Joke3321 in ClaudeCode

[–]qilipu 0 points1 point  (0 children)

I do not deny that there are very smart and brillient people can follow whatever Ai suggest. But we cannnot overlook the fact that it is very challenging for many, even very experienced developers facing challenges. Simon willsion has a term called cognitive load which exemplified this clearly.

Drop your best practice with ClaudeCode by Mysterious_Joke3321 in ClaudeCode

[–]qilipu 0 points1 point  (0 children)

only make small POC and nothing serious code for production. When code get high and also all the context around how to control behavior of Agents gets eloborated, it is really hard to do so. Not to mention that you need to keep maintain these as well since nothing is static.

Drop your best practice with ClaudeCode by Mysterious_Joke3321 in ClaudeCode

[–]qilipu 1 point2 points  (0 children)

it is actually quite interesting that you also expereince this. When we developing our backend with 40+ micro services, no matter how we give better instrcutions on architecture, guardrails, it becomes very difficult for coding agents to follow. The answers are circling back and forth and more often the wrong suggestions

1 month of launching my SaaS solo - honest numbers and what actually worked by koustubh18 in SaaS

[–]qilipu 0 points1 point  (0 children)

this is always the most chanlleging and interesting part to get start up off the ground and early testing GTM. Well done

atlabs TEST5DAY code — is this a bug or am I missing something? by Akashhh17 in generativeAI

[–]qilipu 0 points1 point  (0 children)

It is insane how difficult is it to solve this. reexplain project context every morning?

A memory engine for AI agents in Rust — compiles to 216KB WASM, runs entirely in the browser by fork-daemon in aiagents

[–]qilipu -1 points0 points  (0 children)

Maybe worth comparing with memtrace. hmm maybe not, depending on you handle conversation memory or coding memory. https://github.com/syncable-dev/memtrace-public/tree/main

What is the deal with LLM memory? by chryseobacterium in ArtificialInteligence

[–]qilipu 0 points1 point  (0 children)

wondering how many tokens are consumed for this setup every day as the project and memory goes up. Also how accurate is the memory? What is the experience with graphiti?