Jules, remote coding agent from Google Labs, announces API
1–10 of 81 posts
Re: Jules, remote coding agent from Google Labs, announces API
#2Re: Jules, remote coding agent from Google Labs, announces API
#3Last week I've moved the whole infrastructure to Railway, and taught the customer to use Jules. They make their own PRs now, and Railway spins up an environment with the changes, so the customer can check it themselves. It works like 75% of the time, and when it doesn't, the customer see that it doesn't before it even reaches me. Only if they're happy with the changes, I step in to review the code and press merge. It's been a such a huge time saver so far.
Re: Jules, remote coding agent from Google Labs, announces API
#4My experience with coding agents leads me to believe using something like this will end up being more noise and work than ROI
I suppose it could be effectively the same loop I use in VS Code, but then why would I want an external tool over an integration?
Re: Jules, remote coding agent from Google Labs, announces API
#5Re: Jules, remote coding agent from Google Labs, announces API
#6I have an old Django site I'm maintaining for a long-time customer of mine. They often want to make small changes - things that are only a few lines of code, but would take an hour to just spin up the system, remind myself how it works, commit, push, update the server and all that. Last week I've moved the whole infrastructure to Railway, and taught the customer to use Jules. They make their own PRs now, and Railway…
Re: Jules, remote coding agent from Google Labs, announces API
#7Do people trust these kinds of things to effectively work async and unsupervised? My experience with coding agents leads me to believe using something like this will end up being more noise and work than ROI I suppose it could be effectively the same loop I use in VS Code, but then why would I want an external tool over an integration?
Re: Jules, remote coding agent from Google Labs, announces API
#8I have an old Django site I'm maintaining for a long-time customer of mine. They often want to make small changes - things that are only a few lines of code, but would take an hour to just spin up the system, remind myself how it works, commit, push, update the server and all that. Last week I've moved the whole infrastructure to Railway, and taught the customer to use Jules. They make their own PRs now, and Railway…
Re: Jules, remote coding agent from Google Labs, announces API
#9I have an old Django site I'm maintaining for a long-time customer of mine. They often want to make small changes - things that are only a few lines of code, but would take an hour to just spin up the system, remind myself how it works, commit, push, update the server and all that. Last week I've moved the whole infrastructure to Railway, and taught the customer to use Jules. They make their own PRs now, and Railway…
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.
Re: Jules, remote coding agent from Google Labs, announces API
#10I have an old Django site I'm maintaining for a long-time customer of mine. They often want to make small changes - things that are only a few lines of code, but would take an hour to just spin up the system, remind myself how it works, commit, push, update the server and all that. Last week I've moved the whole infrastructure to Railway, and taught the customer to use Jules. They make their own PRs now, and Railway…
I hope they don't store any user data in their app. Trusting LLMs blindly is a bad idea.