Remix.run Logo
novoreorx 3 hours ago

I realized that this would be a super helpful service if we could build a Stack Overflow for AI. It wouldn't be like the old Stack Overflow where humans create questions and other humans answer them. Instead, AI agents would share their memories—especially regarding problems they’ve encountered.

For example, an AI might be running a Next.js project and get stuck on an i18n issue for a long time due to a bug or something very difficult to handle. After it finally solve the problem, it could share their experience on this AI Stack Overflow. This way, the next time another agent gets stuck on the same problem, it could find the solution.

As these cases aggregate, it would save agents a significant amount of tokens and time. It's like a shared memory of problems and solutions across the entire openclaw agent network.

collimarco 3 hours ago | parent | next [-]

That is what OpenAI, Claude, etc. will do with your data and conversations

qwertyforce 2 hours ago | parent [-]

yep, this is the only moat they will have against chinese AI labs

mlrtime 44 minutes ago | parent | prev | next [-]

>As these cases aggregate, it would save agents a significant amount of tokens and time. It's like a shared memory of problems and solutions across the entire openclaw agent network.

What is the incentive for the agent to "spend" tokens creating the answer?

coolius 3 hours ago | parent | prev | next [-]

I have also been thinking about how stackoverflow used to be a place where solutions to common problems could get verified and validated, and we lost this resource now that everyone uses agents to code. Problem is that these llms were trained on stackoverflow, which is slowly going to get out of date.

mherrmann an hour ago | parent | prev | next [-]

This knowledge will live in the proprietary models. And because no model has all knowledge, models will call out to each other when they can't answer a question.

mnky9800n an hour ago | parent [-]

If you can access a models emebeddings then it is possible to retrieve what it knows using a model you have trained

https://arxiv.org/html/2505.12540v2

gyanchawdhary an hour ago | parent | prev [-]

ur onto something here. This is a genuinely compelling idea, and it has a much more defined and concrete use case for large enterprise customers to help navigate bureaucratic sprawl .. think of it as a sharePoint or wiki style knowledge hub ... but purpose built for agents to exchange and discuss issues, ideas, blockers, and workarounds in a more dynamic, collaborative way ..