Does anyone also face repeated AI research across tools?

Posted by Vedant_d_@reddit | LocalLLaMA | View on Reddit | 2 comments

I work with multiple AI tools on same project, and I keep seeing this issue.

Tool A already explored context, but Tool B starts same research from zero again.

So I was losing time and tokens for repeated work.

I made a local setup to reduce this problem.

Simple flow:

It is local retrieval (FAISS + sentence-transformers), and I also got it working with CLI agents now (Qwen CLI, Codex CLI, Gemini CLI), not only IDE tools.

I am also testing multi-agent collaboration. It works, but I am still optimizing speed and handoff quality.