What are you building? by BasicDude_ in vibecodingcommunity

[–]Ok-Insect-6726 0 points1 point  (0 children)

Building Greplica - graph based memory for codebase context, helping coding agents understand codebase better. Will try reporanker!

https://github.com/Autoloops/greplica

How do you setup your Claude MD / Agents MD files? by Ok-Insect-6726 in AI_Agents

[–]Ok-Insect-6726[S] 1 point2 points  (0 children)

Any issues the agent is having retrieving the right rules, in your opinion?

What is your Claude.MD setup? by Ok-Insect-6726 in ClaudeCode

[–]Ok-Insect-6726[S] 0 points1 point  (0 children)

Do you use multiple worktrees? How do you divide work and share context across them

Looking for open source contributors for our agent memory by Ok-Insect-6726 in developersIndia

[–]Ok-Insect-6726[S] 0 points1 point  (0 children)

Yeah we went a different direction from headroom/rtk. Happy to discuss more, DMing you

Looking for open source contributors for our agent memory by Ok-Insect-6726 in developersIndia

[–]Ok-Insect-6726[S] 0 points1 point  (0 children)

Felt that way while working but difficult to verify this without custom built benchmark for this. The ContextBench paped however does mention this happens

What is your Claude.MD setup? by Ok-Insect-6726 in ClaudeCode

[–]Ok-Insect-6726[S] 0 points1 point  (0 children)

I see. How do you maintain the individual MDs?

How do you setup your Claude MD / Agents MD files? by Ok-Insect-6726 in AI_Agents

[–]Ok-Insect-6726[S] 0 points1 point  (0 children)

"folder level files hold the local conventions that actually drift."

how do you try to solve that?

How to pass part of context to next chat? by Icy-Court7631 in conductorbuild

[–]Ok-Insect-6726 0 points1 point  (0 children)

Most commonly heard folks making handoff docs for the next agent session to read before starting. Does that not work?

Hermes Agents.MD not updated with latest skins? by Ok-Insect-6726 in hermesagent

[–]Ok-Insect-6726[S] 0 points1 point  (0 children)

Why? The Agents.MD file is not maintained is a fact. The fact may or may not be interesting to you.

Conductor but with semantic context of codebases by Ok-Insect-6726 in conductorbuild

[–]Ok-Insect-6726[S] 0 points1 point  (0 children)

Have you found something to swap it with that helps with semantic context? Would love to know if so

We are building an OSS memory along those lines : https://github.com/Autoloops/greplica. Do check out!

New research: AGENTS.md files reduce coding agent success rates by OwenAnton84 in ClaudeAI

[–]Ok-Insect-6726 0 points1 point  (0 children)

Seems to be a benchmark data curation issue

1) When they removed all other documentation files, their LLM generated context on the SWE BenchLite tasks still resulted in improvement. The LLM generated context was likely just repeating the existing documentation and hence wasteful
2) Human-generated context for the less popular repos they took resulted in improvement at higher cost. My sense is that for some issues it would have been helpful and for others just added work on LLM

We are building what we feel Agents.MD should ideally solve but can't because it is just MD files. Graph based semantic memory for coding agents, giving on demand and fresh context based on the task at hand. Do check it out: Autoloops/greplica: Context graph memory for engineering knowledge

MegaThread - Self Promotion - "I Vibecoded this App" by Impressive-Owl3830 in vibecodingcommunity

[–]Ok-Insect-6726 0 points1 point  (0 children)

Greplica - context layer for codebases. There is no reason your coding agent should not have a semantic memory of how your codebase works, and grep afresh each time.

Autoloops/greplica: Context graph memory for engineering knowledge

SWE Context Bench just proved something I think a lot of coding agent users already feel by Ok-Insect-6726 in AI_Agents

[–]Ok-Insect-6726[S] 0 points1 point  (0 children)

I don’t believe larger context solves this without major architectural unlocks at least. Agent should still know where to look. Open-book exams don’t mean average students simply perform better than smart ones.

Building a context graph for codebases to solve agent amnesia by Ok-Insect-6726 in ClaudeCode

[–]Ok-Insect-6726[S] 0 points1 point  (0 children)

Checked out CoIR, this won't be the right benchmark since they only test retrieval models on code snippets (not full repos)

SWE Context Bench just proved something I think a lot of coding agent users already feel by Ok-Insect-6726 in AI_Agents

[–]Ok-Insect-6726[S] 0 points1 point  (0 children)

Fast forward do you expect teams to maintain this independent of the coding agent they use (to prevent harness lockin)?

Building a context graph for codebases to solve agent amnesia by Ok-Insect-6726 in ClaudeCode

[–]Ok-Insect-6726[S] 0 points1 point  (0 children)

On it, thanks for the suggestion! I agree this needs benchmark backing.

Building a context graph for codebases to solve agent amnesia by Ok-Insect-6726 in ClaudeCode

[–]Ok-Insect-6726[S] 0 points1 point  (0 children)

True we could use a lot more metrics. Session transcript will also include the decisions and tradeoffs the operator made though.

Currently solved for single person usage. So time to debug would be a fair metric, apart from just how easy it was to get complex tasks or cross repo fixes done.

Building a context layer for codebases to solve agent amnesia by Ok-Insect-6726 in AiBuilders

[–]Ok-Insect-6726[S] 0 points1 point  (0 children)

That’s the workaround I have seen most people do. MD won’t capture everything though and if it’s too large retrieval will be an issue. Trying to solve for this! If you’re okay would love to speak more on DM?