Open-source TUI tool sends the same prompt to multiple AIs at once

A developer got tired of copy-pasting the same prompt into three AI terminals one by one, so they built a tool that does it all at once. You type your prompt once and it races to all connected AIs simultaneously, showing the responses side by side. It was open-sourced today.

Anyone who uses more than one AI tool — say ChatGPT, Claude, and Gemini — knows the tedium of pasting the same question into each one separately. This developer solved that by building a TUI (a text-based app that runs in the terminal) that broadcasts a single prompt to multiple AIs at the same time and displays all the responses in parallel. The practical benefit is instant comparison: you can see which AI gives the clearest, most useful answer for a given task without switching tabs or windows. For solo developers and makers who routinely pit AI tools against each other to pick the best output, this cuts a repetitive chore down to a single keystroke.

Key points

  • Type a prompt once and it's sent to all your AI tools simultaneously
  • Responses appear side by side so you can instantly compare quality
  • Runs in the terminal (TUI) — no heavy app to install
  • Fully open-source and free to use or modify
  • Cuts out the repetitive copy-paste workflow for multi-AI users

Quick term guide

prompt
Text instructions you give to an AI tool.
terminal
A text-based way to use a computer by typing commands.
responses
An OpenAI API feature for creating and handling model answers.
open-sourced
The code has been made public so others can inspect, use, or contribute to it.
open-source
Software whose code is shared publicly so others can inspect, use, or change it.
developers
Developers are people who build software, apps, or websites.
AI tools
Software that can help create text, code, images, or other work.
workflow
A repeatable set of steps for getting a task done.
Read original