nowfound

AI · January 21, 2025

CW

Chat with multiple LLMs: o1-high-effort, Sonnet 3.5, GPT-4o, and more

Hello HN! I was fed up switching between multiple UIs to ask GPT, Claude, etc… the same question and comparing the answers. So I built a way to ask multiple models the same question efficiently by having the LLM compare the responses and only show you new and valuable information from the 2nd model. This way you still get a fast response as normal from the 1st model, but also get any added value provided by the 2nd model. Initially I built my own UI to use this, but stumbled upon Open WebUI (formerly Ollama WebUI) which is fantastic, but is made more for local access to LLMs. So I talked to…

Visit polychat.coAlternativestop 22% of January 2025

In plain words

PolyChat lets users query multiple large language models simultaneously—such as o1, Sonnet 3.5, and GPT-4o—from a single interface. Rather than switching between different UIs and manually comparing responses, the tool sends the same question to multiple models and uses an LLM to highlight only the new or valuable information from subsequent responses. Built on Open WebUI with security improvements including XSRF and CORS fixes, it's designed for users who regularly compare outputs across different AI services.

written from the facts on this page · September 2026

From the sources

In the maker’s words, at launch

Hello HN! I was fed up switching between multiple UIs to ask GPT, Claude, etc… the same question and comparing the answers. So I built a way to ask multiple models the same question efficiently by having the LLM compare the responses and only show you new and valuable information from the 2nd model. This way you still get a fast response as normal from the 1st model, but also get any added value provided by the 2nd model. Initially I built my own UI to use this, but stumbled upon Open WebUI (formerly Ollama WebUI) which is fantastic, but is made more for local access to LLMs. So I talked to its creator, Timothy Baek, and he mentioned that security needed to be shored up before production deployment. I did some scans with semgrep, and fixed some XSRF and CORS issues along with making sure the JWT tokens, passwords, etc… were secure. This was in addition to other folks' amazing security contributions. So now we build on Open WebUI! oss ftw After launching privately a month or so ago and posting a few reddit links, I have about 100 users. We also just got access to the o1 API and provide o1-high, medium, and low effort. o1 high effort is able to solve coding problems that only o1 pro can also solve, though pro can go further and has better formatting, o1 high effort is a nice option if you don't want to fork over $200&#x2F;mo. https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;OpenAI&#x2F;comments&#x2F;1i0r867&#x2F;comment&#x2F;m70... You can use o1 for free in PolyChat, which is the only place I've seen you can do so. You can also ask multiple models the same question and stream the answers simultaneously side by side. https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;ly5ZPh8 And you can have multiple chats going simultaneously and they will continue in the background and notify you when they're done. Another cool feature that makes long chats way easier to navigate is the overview (three dots on top right of chat) https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;PoB1phT We give you full control, unlike most providers, to change the system prompt, temperature, etc.. in the chat settings in the "Controls" on the top right. The formatting for code outputs and inputs is fantastic, using codemirror, and you can run code in the code blocks if it's python or JS using in-browser runtimes. You can also share chats within polychat where other logged in users can see them: e.g. https:&#x2F;&#x2F;polychat.co&#x2F;s&#x2F;ec163812-9323-4cb5-a429-7ddeaf3572c3 Or you can share it publicly to the OpenWeb UI community https:&#x2F;&#x2F;openwebui.com&#x2F;c&#x2F;crizcraig&#x2F;e1b2fff9-30a3-4ee7-8eed-b2... Finally we allow you to search and organize your chats into folders which makes finding things super fast! Infra: My custom backend that combines models and does things Open WebUI doesn't handle like token tracking is written in FastAPI and uses LiteLLM for easily accessing different model APIs. I host everything on GCP using Cloud Run for the backend and use PostGres for Open WebUI's db, along with BigQuery and Firestore for my FastAPI app's db. Pricing: Our pricing makes it cheap to access top models. It's free at first, then we offer subscription tiers starting at $5&#x2F;mo which allots about ~1 million tokens per month, enough for most people. But unlike Claude's UI for example, we don't shut you down with rate limits, but rather let heavy users upgrade beyond to $10, $20, $40, $80, etc... We also suggest a plan based on how quickly you used your free tokens, so you have an idea upfront of the monthly cost before you buy. And you can upgrade or downgrade at any time. Thanks Show HN <3

Does the same job

all alternatives →
  • IB
    I built a free in-browser Llama 3 chatbot powered by WebGPU2024 · github.com · ▲547

    I spent the last few days building out a nicer ChatGPT-like interface to use Mistral 7B and Llama 3 fully within a browser (no deps and installs). I’ve used the WebLLM project by MLC AI for a while to interact with LLMs in the browser when handling sensitive data but I found their UI quite lacking for serious use so I built a much better interface around WebLLM. I’ve been using it as a therapist and coach. And it’s wonderful knowing that my personal information never leaves my local computer. Should work on Desktop with Chrome or Edge. Other browsers are adding WebGPU support as well - see…

  • IM
    I made an app to use local AI as daily driver2024 · recurse.chat · ▲637

    Hi Hackers, Excited to share a macOS app I've been working on: https:&#x2F;&#x2F;recurse.chat&#x2F; for chatting with local AI. While it's amazing that you can run AI models locally quite easily these days (through llama.cpp &#x2F; llamafile &#x2F; ollama &#x2F; llm CLI etc.), I missed feature complete chat interfaces. Tools like LMStudio are super powerful, but there's a learning curve to it. I'd like to hit a middleground of simplicity and customizability for advanced users. Here's what separates RecurseChat out from similar apps: - UX designed for you to use local AI as a daily driver.…

  • Chatgot2023 · ▲214

    Chat freely, got every AI assistants here for you

  • Dolly2023 · ▲113

    Democratizing the magic of ChatGPT with open models

  • IB
    In-Browser Graph RAG with Kuzu-WASM and WebLLM2025 · blog.kuzudb.com · ▲158

    We show the potential of modern, embedded graph databases in the browser by demonstrating a fully in-browser chatbot that can perform Graph RAG using Kuzu (the graph database we're building) and WebLLM, a popular in-browser inference engine for LLMs. The post retrieves from the graph via a Text-to-Cypher pipeline that translates a user question into a Cypher query, and the LLM uses the retrieved results to synthesize a response. As LLMs get better, and WebGPU and Wasm64 become more widely adopted, we expect to be able to do more and more in the browser in combination with LLMs, so a lot of…

  • IB
    I built an LLM chat app because we shouldn't need 10 AI subscriptions2025 · prismharmony.com · ▲58

    I'm lost between ChatGPT vs Claude vs Gemini... which subscriptions to take? With Cursor and all these specific AI tools, I just wanted one simple chat app where I can use any model and pay only when I use it. Couldn't find one, so I built one. Pay only for what you use. Your prompts and docs, knowledge bases work with every model - no more copy-pasting between apps. Started as a personal project, but thought someone else might benefit from this too. https:&#x2F;&#x2F;prismharmony.com&#x2F;chat What do you think?

More ai this month

the category →
  • I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes&#x2F;sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.

    AI · 17d ago · simedw.com

  • Astute585

    Automate your B2B brand going viral, with new media creators

    AI · 19d ago · company-app.joinastute.com

  • Grok Bot547

    AI teammates that you can give real work to

    AI · 26d ago · x.ai

  • Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens&#x2F;sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens&#x2F;sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…

    AI · 27d ago · cactuscompute.com

  • Monid475

    One wallet, every paid tool your agent needs

    AI · 7d ago · monid.ai

  • Turn website visitors into qualified pipeline

    AI · 20d ago · clarasdr.ai

Launched alongside, January 2025

the whole month →
  • IM

    Hello! I'm Byran. I spent the past ~6 months engineering a laptop from scratch. It's fully open-source on GH at: https:&#x2F;&#x2F;github.com&#x2F;Hello9999901&#x2F;laptop

    Dev tools · 2025 · byran.ee

  • TI

    I realized that the PDF engines of modern desktop browsers (PDFium and PDF.js) support JavaScript with enough I&#x2F;O primitives to make a basic game like Tetris. It was a bit tricky to find a union of features that work in both engines, but in the end it turns out that showing&#x2F;hiding annotation "fields" works well to make monochrome pixels, and keyboard input can be achieved by typing in a text input box. All in all it's quite janky but a nice reminder of how general purpose PDF scripting can be. The linked PDF is all ASCII so you can just open it in a text editor, or have a look at…

    Life & fun · 2025 · th0mas.nl

  • 21st.dev1,211

    Github + Pinterest to make your AI websites look beautiful

    Dev tools · 2025 · 21st.dev

  • Stay in flow by blocking distracting apps and websites

    Work · 2025 · raycast.com

  • Create lifelike, personalized AI avatars from text prompts

    AI · 2025 · jogg.ai

  • Turn Figma designs into full stack apps with AI

    Dev tools · 2025 · figma.com