Show HN: Juggler – an open-source GUI coding agent, by the creator of JUCE
31–40 of 128 posts
Re: Show HN: Juggler – an open-source GUI coding agent, by the creator of JUCE
#32``` LLM error: POST "https://api.deepseek.com/v1/chat/completions": 400 Bad Request {"message":"The `reasoning_content` in the thinking mode must be passed back to the API.","type":"invalid_request_error","param":null,"code":"invalid_request_error"} ```
I'm unsure about putting my Anthropic key in there as I've lost track of what they ban you for or whether that eats money from outside of my subscription.
Oooh, and nicer support for codefences would be good.
Re: Show HN: Juggler – an open-source GUI coding agent, by the creator of JUCE
#33This looks really interesting and a unique take on the AI agent orchestration. I think we need a bunch of experiments in this area as it's clear we are entering a new paradigm and the tools for it are lacking. The session tree in particular has merits. I've got my own attempt with OrcaBot (short for orchestration of bots). It's also been a 6 month solo build experiment. I'm not trying to plug.. just that I'm also nec…
However I see all those people out there trying to build these huge agent orchestration schemes, and if juggler's extension system can do that (or could be made to do that with a few tweaks) I'd be really interested in helping that to happen
Re: Show HN: Juggler – an open-source GUI coding agent, by the creator of JUCE
#34Hey Jules! This looks awesome, excited to check it out :) Hope you're doing well! Tom
Re: Show HN: Juggler – an open-source GUI coding agent, by the creator of JUCE
#35~~edit~~
wait, are you doing that? Love JUCE btw
Re: Show HN: Juggler – an open-source GUI coding agent, by the creator of JUCE
#36Having now given it a quick spin, I like the UI concept and could definitely see myself working with this. I ran into a bug(?) almost immediately though, I hooked up Deepseek 4 Pro, gave it a small task and got this ``` LLM error: POST " https://api.deepseek.com/v1/chat/completions ": 400 Bad Request {"message":"The `reasoning_content` in the thinking mode must be passed back to the API.","type":"invalid_request_erro…
Re: Show HN: Juggler – an open-source GUI coding agent, by the creator of JUCE
#37@julesrms thank you for lending more credibility to the idea that agent conversations need to be natively branching. It's crazy that we're almost 3 years in on this LLM joyride and we still don't have the ability to do, like, reddit/slack-style "aside" convo threads. ~~edit~~ wait, are you doing that? Love JUCE btw
Re: Show HN: Juggler – an open-source GUI coding agent, by the creator of JUCE
#38This looks really interesting and a unique take on the AI agent orchestration. I think we need a bunch of experiments in this area as it's clear we are entering a new paradigm and the tools for it are lacking. The session tree in particular has merits. I've got my own attempt with OrcaBot (short for orchestration of bots). It's also been a 6 month solo build experiment. I'm not trying to plug.. just that I'm also nec…
TBH I'm not coming from the same angle as all the gas-town fever-dream agent swarming stuff. I'm much more on the hands-on coding side, I tend to do one thing at a time and still do the git commits myself. So that's the UX I'm dogfooding.. However I see all those people out there trying to build these huge agent orchestration schemes, and if juggler's extension system can do that (or could be made to do that with a f…
But with regard to Juggler and orchestration, have you seen "claude agents" (started in the terminal as claude agents instead of just claude). I ask because your tree like approach has similarities to how claude agents manages claude agents/subagents doing tasks with the ability to drill down in to each at a time which is why for me its not such a leap from what you already have.
Re: Show HN: Juggler – an open-source GUI coding agent, by the creator of JUCE
#39ACP support would be a big deal and would make this a real contender for me. It looks super nice, but the idea of re-writing my Pi plugins is a real blocker. I’m generally happy with my agent and want to keep that, but I do think the UI could be better and this looks like a neat step that way.
Cheers, I'll put ACP on my list of things to investigate
Re: Show HN: Juggler – an open-source GUI coding agent, by the creator of JUCE
#40ACP support would be a big deal and would make this a real contender for me. It looks super nice, but the idea of re-writing my Pi plugins is a real blocker. I’m generally happy with my agent and want to keep that, but I do think the UI could be better and this looks like a neat step that way.