Jules is going to simply be another vendor locked walled garden play.
Jules, remote coding agent from Google Labs, announces API
11–20 of 81 posts
Re: Jules, remote coding agent from Google Labs, announces API
#12It’s a shame Google picked the wrong system design for Jules. Claude Code’s system design is clearly superior at this point. Jules is going to simply be another vendor locked walled garden play.
Re: Jules, remote coding agent from Google Labs, announces API
#13Re: Jules, remote coding agent from Google Labs, announces API
#14It’s a shame Google picked the wrong system design for Jules. Claude Code’s system design is clearly superior at this point. Jules is going to simply be another vendor locked walled garden play.
It was pretty rough at launch but has gotten a lot better. So has Claude code though, so I’ve never really switched over.
Re: Jules, remote coding agent from Google Labs, announces API
#15It’s a shame Google picked the wrong system design for Jules. Claude Code’s system design is clearly superior at this point. Jules is going to simply be another vendor locked walled garden play.
A good Jules comparison would be OpenAI Codex.
For a Claude Code Google equivalent there’s Gemini Code Assist CLI
Re: Jules, remote coding agent from Google Labs, announces API
#16Video here: https://www.youtube.com/watch?v=RIjz9w77h1Q
Re: Jules, remote coding agent from Google Labs, announces API
#17Also, why the heck are Google's offerings so fragmented?! We have `gemini`, `jules`, and we also have two sets of different Gemini APIs (one is more limited than the other), and no API is entirely OpenAI-compatible.
Come on Google...
Re: Jules, remote coding agent from Google Labs, announces API
#18It’s a shame Google picked the wrong system design for Jules. Claude Code’s system design is clearly superior at this point. Jules is going to simply be another vendor locked walled garden play.
Re: Jules, remote coding agent from Google Labs, announces API
#19It’s a shame Google picked the wrong system design for Jules. Claude Code’s system design is clearly superior at this point. Jules is going to simply be another vendor locked walled garden play.
I fail to see how comparing Jules to Claude Code is relevant. They’re completely different. A good Jules comparison would be OpenAI Codex. For a Claude Code Google equivalent there’s Gemini Code Assist CLI
Re: Jules, remote coding agent from Google Labs, announces API
#20Earlier quoted context omitted.
How expensive are the API charges? Seems like it might be a bit too easy for a customer to rack up a big bill testing out minor changes if things weren't configured correctly.
There is a free plan with 15 tasks/sessions. It doesn’t count tokens AFAIK. There would obviously be a runtime limit of some sorts for sure. But it’s not the same as API keys and token situation
I haven't tried Jules in a couple weeks, but the UI/UX had a lot of issues such as not being given any progress updates for very long times. The worst thing was not being able to see what it was doing and correct it: you only see the state of files (without a usable diff viewer, WTF) at the last point that the agent decided to show you anything (the last time it completed a todo list item I think, and I couldn't get it to update the state when asked, though it will send a PR if you ask), and gemini-2.5-pro can often try really stupid things as it tries to debug. I've also been impressed at its debugging abilities a number of times.
Still, I found Jules far more usable than Gemini CLI (free tier), where Gemini just constantly stops for no reason and needs to be told to continue, and I exhausted the usage limit in minutes.
Aside from the unlimited free tier, probably the best part of Jules are its automated code reviews. Once, I was writing up some extensive comments on its code and then unexpectedly a code review was dropped in the conversation which gave exactly the same feedback I was writing. Unfortunately if it never reaches the point of submitting for review, it doesn't get an automated review. It does often ask for feedback before it's done, which is nice. So probably I needed to prompt better.