Consensus multiple AI system

So I use Shadow workspace and YOLO mode and it seems to be working quite well I’ve designed a gift branching strategy and some other things that I don’t really want to share here to have a pretty much almost autonomous and so far I think pretty accurate. Claude 3.5 sonnet model is quite good but I’m wondering are you ever going to enable the possibility for any code written anything done by AI to be passed through a consensus system where you have Gemini chat GPT or openai and Claude and maybe others you know checking each other’s answers and then I guess that this is kind of more like a agentic workflow in a way or is cursor and I open source is this something we can build on our own in the back end?

You already can do this, i have this running where all plans are discussed with 4o before continuing. Can use the OpenAi API for that, but build in would be pretty nice too.

How do you stream the coding suggestions over to OpenAI? Because with Yolo mode and Shadow Workspace I think only Claude 3.5 Sonnet is available as the model.

You can write a simple script that uses OpenAis API, then let cursor use it and submit its changes for a second opinion for example.

1 Like