<?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: Jakub Horak</title>
    <description>The latest articles on DEV Community by Jakub Horak (@jakub_horak_807428833533a).</description>
    <link>https://dev.to/jakub_horak_807428833533a</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%2F3904646%2F268b5e86-fcd7-4e2d-8495-5fffde7657ee.png</url>
      <title>DEV Community: Jakub Horak</title>
      <link>https://dev.to/jakub_horak_807428833533a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jakub_horak_807428833533a"/>
    <language>en</language>
    <item>
      <title>I got tired of having 4 AI agents in 4 terminal windows, so I built this</title>
      <dc:creator>Jakub Horak</dc:creator>
      <pubDate>Wed, 29 Apr 2026 15:42:45 +0000</pubDate>
      <link>https://dev.to/jakub_horak_807428833533a/i-got-tired-of-having-4-ai-agents-in-4-terminal-windows-so-i-built-this-2m9</link>
      <guid>https://dev.to/jakub_horak_807428833533a/i-got-tired-of-having-4-ai-agents-in-4-terminal-windows-so-i-built-this-2m9</guid>
      <description>&lt;p&gt;For the last few months I've been using Claude Code, Copilot CLI and Codex pretty much daily. Sometimes Aider too. And the workflow was always the same mess: open a terminal, run one agent,&lt;br&gt;
   open another terminal, run another, lose track of which window is which, miss a "[y/N]" prompt for half an hour because it was buried behind something else.&lt;/p&gt;

&lt;p&gt;At some point I gave up and built my own thing for it. It's called &lt;strong&gt;Flowyble Studio&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://studio.flowyble.com" rel="noopener noreferrer"&gt;https://studio.flowyble.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftbsf7s6nfql7sbsfydjc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftbsf7s6nfql7sbsfydjc.png" alt=" " width="800" height="597"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's basically a desktop app that runs all your AI coding agents in one window, in a split layout, per project. You pick a folder, pick which agents you want, and they all start side by&lt;br&gt;&lt;br&gt;
  side. When you switch to another project, that's a different tab with its own panels and its own state.&lt;/p&gt;

&lt;p&gt;A few things I cared about while building it:&lt;/p&gt;

&lt;p&gt;The agent activity sidebar. Every panel reports if its agent is active, idle, waiting for input, or errored. This is the feature I actually use the most, because the real productivity&lt;br&gt;&lt;br&gt;
  killer with multi-agent workflows isn't speed, it's missing the moment one of them stalls on a confirmation prompt.&lt;/p&gt;

&lt;p&gt;Sessions just persist. Close the app, reopen it tomorrow, your tabs and layouts are still there. Sounds boring but every other terminal setup I tried lost state somewhere.&lt;/p&gt;

&lt;p&gt;Drag and drop on panels. I went through three layout systems before landing on a binary split tree where you can grab any panel and drop it left/right/top/bottom of any other one. Feels&lt;br&gt;&lt;br&gt;
  obvious in hindsight.&lt;/p&gt;

&lt;p&gt;It also does Git status in a sidebar, build/run for .NET, Python, Node, Go, Java and Rust, and voice input through Whisper if you're into that. There's some custom-agent stuff too if you&lt;br&gt;&lt;br&gt;
  want to plug in something that isn't on the built-in list.&lt;/p&gt;

&lt;p&gt;Stack-wise it's Avalonia on .NET 10, with WebView2 hosting xterm.js for the actual terminals, and Windows ConPTY underneath. One self-contained binary, no installer drama.&lt;/p&gt;

&lt;p&gt;Free. No account. No usage limits. I'm not monetizing it right now and I don't have plans to put it behind a paywall. Windows 10+ and Linux x64 (AppImage), Mac is on the maybe pile.        &lt;/p&gt;

&lt;p&gt;If any of this sounds useful, grab it here: &lt;a href="https://studio.flowyble.com" rel="noopener noreferrer"&gt;https://studio.flowyble.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd genuinely love feedback. Especially from anyone running 3+ agents at once, because that's where I designed the whole thing for and I'm sure I missed cases. Comments are open.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>terminal</category>
      <category>cli</category>
    </item>
  </channel>
</rss>
