<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Corey Daley</title>
    <description>The latest articles on DEV Community by Corey Daley (@coreydaley).</description>
    <link>https://dev.to/coreydaley</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3843548%2F11a820ea-8850-4ebc-b4ac-2f688e2d116a.png</url>
      <title>DEV Community: Corey Daley</title>
      <link>https://dev.to/coreydaley</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/coreydaley"/>
    <language>en</language>
    <item>
      <title>I built Polyphon — put Claude, GPT, Gemini, and local models in the same conversation and let them respond to each other</title>
      <dc:creator>Corey Daley</dc:creator>
      <pubDate>Wed, 25 Mar 2026 17:16:14 +0000</pubDate>
      <link>https://dev.to/coreydaley/i-built-polyphon-put-claude-gpt-gemini-and-local-models-in-the-same-conversation-and-let-them-5d92</link>
      <guid>https://dev.to/coreydaley/i-built-polyphon-put-claude-gpt-gemini-and-local-models-in-the-same-conversation-and-let-them-5d92</guid>
      <description>&lt;p&gt;&lt;strong&gt;Why I built this&lt;/strong&gt;&lt;br&gt;
I kept wanting a second opinion on what one AI told me. Then a third. Then I wanted them to push back on each other.&lt;br&gt;
Polyphon is the result — a free, local-first macOS desktop app for running multiple AI voices simultaneously in one conversation.&lt;br&gt;
How it works&lt;br&gt;
You set up a session with any combination of voices:&lt;/p&gt;

&lt;p&gt;API voices — Anthropic Claude, OpenAI GPT, Google Gemini&lt;br&gt;
CLI voices — Claude Code, Codex, GitHub Copilot&lt;br&gt;
Local voices — Ollama, LM Studio, or any OpenAI-compatible endpoint&lt;/p&gt;

&lt;p&gt;You send one message. Every voice reads the full conversation history — including what the other models said — and responds. You can broadcast to all of them or @mention a specific voice to direct a question at one model while the others stay in context.&lt;br&gt;
The technical stuff&lt;br&gt;
A few things I care about that might interest this community:&lt;/p&gt;

&lt;p&gt;Local-first — no backend, no account, no telemetry. Ever.&lt;br&gt;
Encrypted at rest — sessions stored with SQLCipher (AES-256 whole-database encryption)&lt;br&gt;
Keys never leave the main process — API keys read from your shell environment, renderer makes zero network calls&lt;br&gt;
MCP server built in — Claude Code and other agents can drive Polyphon programmatically&lt;br&gt;
poly CLI — @polyphon-ai/poly on npm for terminal and CI use&lt;br&gt;
Apache 2.0 — open sourced this week&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Links&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;🌐 polyphon.ai&lt;br&gt;
🐙 github.com/polyphon-ai/polyphon&lt;/p&gt;

&lt;p&gt;Happy to answer questions about the architecture, the local model integration, or anything else.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>ai</category>
      <category>electron</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
