Built a multi-AI search tool. No login, No data collection. Looking for feedback
▲ 13 r/AIToolsPromptWorkflow+4 crossposts

Built a multi-AI search tool. No login, No data collection. Looking for feedback

I made a meta-search engine that sends one query to multiple AI services in parallel and synthesizes their answers so you can see where they agree and where they diverge. No login required and no data collected. Looking for your honest feedback.

Problem I solved

I’ve been doing the same dumb workflow for months: same prompt, three tabs, then I sit there comparing answers like I’m fact-checking three opinion columns.

Each AI is good at different things. Perplexity cites well. Gemini is fresh. ChatGPT reasons through messy questions. Grok catches stuff on X before it hits the news. But they also fail in different ways. If you only use one, you’re basically betting on a single columnist who might be brilliant, biased, or confidently wrong.

Perplexity’s Model Council is a step in the right direction, but it’s still one product. What I wanted was cross-vendor: one query, multiple services, see where they agree and where they don’t.

My solution

Still early, but the idea is simple: for anything that actually matters. For research, purchases, health questions, one model isn’t enough. You want consensus and conflict visible, not smoothed into one confident paragraph.

I made a search layer above the chatbots. You ask once; it hits ChatGPT, Gemini, Perplexity, Grok, and others in parallel, then synthesizes the results instead of hiding disagreements.

The hard part isn’t “another chatbot.” It’s that these aren’t static web pages you can crawl. So the backend uses browser agents to interact with them in real time. More orchestration than classic search indexing.

Curious if anyone else is doing this multi-tab reconciliation manually, or if you’ve found something that already solves it.

Here is my extension: Qorpus
Visit the homepage: qorpus.ai

u/Ok_Difference2586 — 14 days ago
▲ 9 r/browserextensions+1 crossposts

Why I don't have any users? Plz help

I made a browser extension that works as a harness for using LLMs during web browsing. I spent a lot of time building features that I thought would be useful (at least for me, it boosts my productivity). But after several months, I see my user count stuck at 15 (with 10 users are my friends whom I personally reached out to use my extension). I only have one organic user who uses my extension a lot. What am I missing here? Am I doing something wrong? This is my first extension project. Please help :(

Here is my extension: Qorpus Extension . I made a homepage for it too (qorpus.ai). Before anyone judges, it's not a vibe-code slop. I coded the extension myself. I implemented many of the optimizations like MFU cache from scratch. I did use AI tools though (mainly for the cosmetic styling like the homepage, CSS code etc.) This is why its a bit painful to see no user growth. Will be grateful for any feedback or suggestions you have.

u/Ok_Difference2586 — 1 month ago
▲ 4 r/OpenSourceAI+2 crossposts

Hi everyone, I have been trying to efficiently monitor and diagnose system issues. Heavy coding tools (or harnesses) are overkill for this and they suffer from bloated contexts and tools that make them token hungry and not suitable to use with small models. So I made a TUI just for the terminal for tasks related to the system OS (packages/ errors /disk-space / monitoring system etc.). It has a full agentic loop and optimized for small models.

Key features are

  • System Context: Full awareness of the host OS (paths, services, and environment) for the question or task
  • Terminal-first workflow: Natively works with the terminal. You can execute terminal commands directly from TUI and the model will have the context
  • Built-in SafeGuards: A safeguard system that only allows read operations so the model can't mess up anything. (This is what I saw missing in many tools)
  • Phone messaging: Can be operated via external devices like phones. So you can manage your system easily.
  • Optimized: Efficient tools for compact output. Saves tokens and keeps context window small. Auto Context compression inside agentic loop
  • Lightweight and fast: Small footprint and responsive UI. Runs natively on terminal.
  • Small-model friendly: Works with models under ~10B parameters. Tested with Qwen3.5:9B and Gamma4:E4B models ( these are models I could run locally)
  • Works for any model provider as long as there is a "chat/completion" API
  • Fully open-source.

  

Check it out here: ShellClaw Github and leave some feedback. Its open source so feel free to contribute to the project

https://i.redd.it/eek9wx45fdzg1.gif

reddit.com
u/Ok_Difference2586 — 2 months ago
▲ 2 r/browserextensions+1 crossposts

Hey everyone, I’ve been struggling with using the AI services (there are so many now. ChatGPT, Gemini, Grok etc) for my research tasks... constantly jumping between tabs and copy-pasting context. I was spending more time managing tabs and contexts than actually getting results. So, I built a browser extension that turns the entire browser into a single AI agent hub. It was fun to make, but I am now looking for some actual feedback.

Here are the key features:

  • Parallel Chat: You query Gemini, GPT, Perplexity, and Grok simultaneously in one view. If you continue the conversation, it updates all the service tabs in parallel. One main chat controls everything. So it's like you will be talking to all of them at the same time and will get one unified conversation. Reduces copy-paste and you get one unified conversation (the tabs will be there as sources so you can jump back anytime).

https://i.redd.it/fni1gdw1vczg1.gif

  • Native Writing tool & "Diff" Support: It provides an autocomplete/writing tool in any text field on websites. I added a diff format so you can see exactly what the AI wants to change and pick/choose which edits to accept (kind of like a GitHub PR).

https://i.redd.it/5npef59avczg1.gif

  • Across Tab Contexts: You can add multiple active tabs or local PDFs as context for a single prompt. Saves time to copy-paste things from tabs.
  • Sub-Agents: Subagents for each tab so it can run multiple tasks in the background while you are working on other tabs

https://i.redd.it/3gfeiz4ivczg1.gif

  • Chat Sessions: Session system so you can jump back into the task with relevant tabs and the conversation quickly

I want to make a good harness for web browsing. It uses fixed API for now (for free), I am preparing an open platform release so everyone can use their own local models or API services. It does not collect any data.

Here is the link to the extension: Qorpus Chrome Extension

I’m looking for some honest feedback:

  • Is this actually useful, or just an overkill passion project?
  • What would make you actually switch from your current workflow to something like this?
  • Any features I can add that can be valuable?
reddit.com
u/Ok_Difference2586 — 2 months ago