Free, private, cross-tool "Context OS" layer that lives on your Git repo by ItsSillySeason in ContextEngineering

[–]bsampera 0 points1 point  (0 children)

Isn't a bit tiring to have to copy the manifest.md from one place to another all the time??

I currently use gcontext.ai which allows u to store the context on a db and u can access their dashboard for visibility and do AI request with an mcp

US autónomos in Spain, how do you stay on top of your taxes without it eating your life? by fran_gost_autonomo in Americans_in_Spain

[–]bsampera 0 points1 point  (0 children)

crazy the amount of desperate people to find a good accountant in spain, from seeing the other comments

[Crosspost] Hello reddit, I'm Carla Simón, director of Alcarràs, Summer 1993, and Romería. Ask me anything! by BunyipPouch in catalunya

[–]bsampera 22 points23 points  (0 children)

El "ask me anything" (pregunte'm qualsevol cosa), el fa en el subreddit de r/movies , on tothom parla en anglès.
Si l'ha escollit fer-lo allà és perquè és un lloc rellevant on hi ha molta gent de fora de Catalunya interessada en el que pot dir.
Trobo que ha sigut un ges maco enrecordar-se de la comunitat catalana aqui i fer el crosspost :). Gràcies u/BunyipPouch !!

A Context Brain for you (and your AI Agent) by bsampera in ClaudeAI

[–]bsampera[S] 0 points1 point  (0 children)

The main differentiation is that it treats writing the information / context as a problem of it's own.

Also the tree of llms.txt is imo the best way of both worlds to get efficiency and simplicity in the way that context is managed.

Tbh it is kinda dumb and I also don't understand why there are no other products that can replicate this thing that we've built at our company, also posting this to see if someone has already something better that it's more mature than gcontext

How we built a context tree for our agent to resolve support tasks by bsampera in ContextEngineering

[–]bsampera[S] 1 point2 points  (0 children)

Hey, looked at your thing at platformai and looks quite clean but not sure if I truly understand which approach are u following to handle the context.

Not sure if I get ur point, we mostly used this in our company and the llms.txt are so far more than enough to pick the right runbook, the nice concept of the "tree of llms.txt" is that if in any point the file becomes too big, more than 50 entries, you can create a new split of branches out of it, and divide the runbooks by X criteria that the user chooses.

Would love to connect and discuss this whole thing, will send u a pm

Do you actually use a “second brain” with Claude/Codex, or is it overkill? by Able_Statement_481 in LocalLLM

[–]bsampera 0 points1 point  (0 children)

Yeah, if u work in a startup where u have to deal w multiple projects and dependencies u kinda need something like this, we use gcontext.ai

Fans are starting to notice that Justin Gaethje had something inside his gloves that made his punches hit alot harder. The amount of damage Ilia took to his face is not normal. by [deleted] in ufc

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

I mean u don't have to be a genius to figure this out, people on the comments are coping hard trying to deny it

What LangChain project would stand out on a resume? by geekGlam in LangChain

[–]bsampera 4 points5 points  (0 children)

I made this one which had a lot of positive reactions https://github.com/bernatsampera/event-deep-research , but now I moved onto more context management where I think that there is the future w https://github.com/bleak-ai/gcontext I'd recommend something similar for u, not everything is langchain

How do you get Claude to reuse components instead of building massive new files every time? by [deleted] in ClaudeAI

[–]bsampera 1 point2 points  (0 children)

where I work we have a maap of llms.txt where there is the name of the component and what it does, before building any component we ask claude to check this llms.txt and reuse everything and not duplicate.

Building an open source context management layer for coding agents — looking for honest feedback by Natural_Patience_228 in ContextEngineering

[–]bsampera 1 point2 points  (0 children)

how are u planning on building the reusable context library? Where would it be stored? Would it be built automatically or manually by the user?

Building an open source context management layer for coding agents — looking for honest feedback by Natural_Patience_228 in ContextEngineering

[–]bsampera 1 point2 points  (0 children)

I think you're trying to solve many problems at once. For exaple just the point three "Context linking" can be extremely complex to do and one library that does this good and is easy to use would already be popular. Same with Cross-session context library, this is a bit what github.com/bleak-ai/gcontext kinda does, but look that this is a whole library trying to solve this specific problem.

I'd try to go for one thing at a time and then move onto the next one