Story

Show HN: I built a desktop app combining Claude, GPT, Gemini with local Ollama

tsunamayo Sunday, March 01, 2026

I built a desktop app (PyQt6, Windows) that orchestrates multiple AI models in a 3-phase pipeline:

Phase 1 – A cloud LLM (Claude/GPT/Gemini) decomposes the prompt into structured sub-tasks Phase 2 – Local Ollama models process each sub-task (free, private, runs on your GPU) Phase 3 – The cloud LLM integrates the results into a coherent final answer

The motivation: cloud APIs are great at reasoning and structure but cost money. Local Ollama models are free but sometimes inconsistent. The pipeline lets you use each where it's strongest.

Also includes: - FastAPI + React web UI (accessible from LAN/mobile) - SQLite chat history - ChromaDB-based RAG - Discord webhook notifications

Stack: Python, PyQt6, FastAPI, React, Ollama, Anthropic/OpenAI/Google APIs. MIT license.

Summary
The article discusses the development of Helix AI Studio, an open-source platform that allows users to build and deploy AI models. It highlights the platform's features, including its user-friendly interface, support for various AI frameworks, and the ability to manage the entire AI model lifecycle.
1 0
Summary
github.com
Visit article Read on Hacker News