A simple python utility that opens 4 Chrome browsers and tiles them on your screen. Your "Consensus" screen is on the bottom left where you type your search phrase in. 
You have Google, Bing and DuckDuckGo loaded in the other browsers. And yes, you can also log-into these services. 

Upon submission, the app will TYPE the search phrase(s) into the other 3 browser's and into the search engines' boxes. Not just pull a URL with them, playwright will actually type the phrase in and submit, so it's like a human typed them in - avoiding a possible block from the search engines. 

Once all 3 returned the results, it's passed to your local AI LLM model for a quick summary writing and selecting the "best result" of everything returned. 

You can still use any of the additional browser windows with the results intact. 

I always wanted this utility for myself and I ended up testing Grok 4.5's python knowledge while making this. Open source, on GitHub. Enjoy, improve, share!

Idea: someone could add an image search option to this!?