Viewing profile — julesrms
julesrms
HN member- Joined
- Tue, Sep 11, 2012, 5:37 PM UTC
- HN karma
- 378
- Public activity
- 121 items
- HN profile
- View on Hacker News ↗
About julesrms
No profile information was provided.
Recent public activity
-
comment
Comment #48926441
Connecting to juggler remotely from a browser is baked into its whole architecture! The entire GUI is identical in the desktop app or browser, local or remote. So I'm not really su…
-
comment
Comment #48920112
(oh, and I should mention: The next build will have a generic openAI provider, which might actually be exactly what you need)
-
comment
Comment #48920029
Oh, I'm fully expecting people to ask for all kinds of weird custom providers, and they're easy to add. For launch I just focused on getting the provider API solid, and implementin…
-
comment
Comment #48920000
ACP hadn't crossed my radar before some people mentioned it here, but it's an easy add to make juggler an ACP client - I'll do that in the next couple of days
-
comment
Comment #48919935
Well, it's good to have the choice of whether to edit the document and break the cache, or not. Ta for the heads-up, I'll tweak the website!
-
comment
Comment #48919891
Mainly claude opus, with some fable for special occasions. And GPT5.6 is also good. But this stuff changes all the time.
-
comment
Comment #48919174
Excellent. The audio dev industry is a really nice community!
-
comment
Comment #48918267
Well, once the LLMs are better and faster at writing code than the humans, coding by hand becomes a hobby rather than a job.. I guess personally I spend just over 100/month on LLM …
-
comment
Comment #48917222
FYI I've got a plan for this now, I'll make it fallback to using node/bun as its javascript engine if GTK isn't available. So watch out for the next release if this is a showstoppe…
-
comment
Comment #48917122
yeah, sounds like your network's in a muddle somehow
-
comment
Comment #48916739
Hmm, if you spot anywhere you think the app could be more helpful in diagnosing the problem let me know..
-
comment
Comment #48916709
Yeah, if you edit then you do blow the cache. Where I've found editing to be the most useful is e.g. when I've had a long task that got a bit rambling and digressed, and then I go …
-
comment
Comment #48916696
Originally I allowed the LLM to decide whether a subthread inherits the parent context, but had to back out of that one. I found quite expensively that if the parent context includ…
-
comment
Comment #48916659
Yeah, someone else reported that and I've got a (hopeful!) fix coming in the next release..
-
comment
Comment #48916655
A thinking level setting is already in my TODO list top ten!
-
comment
Comment #48912888
Yes, definitely considering that kind of angle to it. It's all evolving, I've only really been properly dogfooding in it for a couple of months, so still working out best practices…
-
comment
Comment #48912718
The default mode it uses for approving LLM tools is already read-only - it has a quite complicated (but conservative) bash parser that tries to let things that are definitely read-…
-
comment
Comment #48911548
TBH I've found myself using juggler's tabs like a kanban board. It'll certainly let multiple people share the same live session, so that tab list would act pretty much like a live …
-
comment
Comment #48911223
As this post gradually sinks downwards on the HN front page, I'd just like to say thanks to everyone who've made all the lovely comments, it's great to get some feedback to show I …
-
comment
Comment #48910993
No, it talks directly to the GPT API, it doesn't control the codex app in any way. I've kind of followed the claude model where you have to give it a project folder, and at the mom…
-
comment
Comment #48910856
I've mainly used the tree stuff when tackling a large plan - tell the LLM to do things using sub-threads, so the parent gets the summaries and orchestrates them. But TBH for most s…
-
comment
Comment #48910801
It does! It'll automatically detect and use the claude CLI. That's my main daily driver. [edit] sorry - misread your post. It basically does the exact same thing that the Agent SDK…
-
comment
Comment #48910620
I'll try to live up to the 'competent' bit!
-
comment
Comment #48910375
Totally. I spent a long time on the architecture of this thing, must have redesigned in 10 times to evolve it to this point. It was a really interesting challenge, but seems kind o…
-
comment
Comment #48910111
It's in my list of things to add next! (Though you can run it inside a sandbox tool of course)