Google's AI Coding Assistant Jules Has "Graduated"! How Will It Change Your Coding World?
Just a few months ago, Google’s AI coding assistant, Jules, was just a beta. Now, it’s officially launched, bringing a brand-new asynchronous work mode, a clearer privacy policy, and flexible pricing plans. This isn’t just another AI tool; it could be a whole new development philosophy.
If you’re a developer, you know the feeling: the project deadline is looming, but you still have piles of code to fix, update, or refactor. How great would it be to have a capable assistant at a time like this? For the past few months, an AI coding assistant from Google named Jules has been causing quite a stir in the developer community.
Just this week, Kath Korevec, Director of Product at Google Labs, excitedly announced on the social media platform X: Jules has officially graduated from its beta phase!
This isn’t just a product status update; behind it lies a new development model that may be quietly arriving.
Wait, What Makes Jules Different from Other AI Tools?
You might be thinking, “Another AI coding tool?”
To be honest, there are quite a few AI-assisted tools on the market, but Jules’s core philosophy is very different. Its biggest highlight is its asynchronous agent architecture.
Sounds technical, right? Let me explain with a simple analogy.
Most AI coding tools are like a “synchronous” partner by your side. You write a line, it suggests a line; you ask a question, it answers immediately. You have to keep your eyes on the screen and interact with it.
But Jules is more like an “asynchronous” intern you’ve hired who can work independently. You can assign it a task, like “update all the dependencies of this old project to the latest version and fix all the resulting errors.” And then what? Then you can close your computer, grab a coffee, or focus on more creative parts of your work. When you come back a few hours later, Jules has already quietly completed the work on a cloud VM and may have even created a GitHub Pull Request for you.
This is the magic of asynchronicity—it’s not “assisting” you by your side, but “working for you” in the background.
From Beta to Official Release, How Much Has Jules Grown?
It’s only been a few short months from the public preview in May to now, and Jules has already “graduated,” thanks to the contributions of thousands of developers in the community. According to Kath, the team received a massive amount of feedback and made hundreds of UI and quality updates to significantly improve the tool’s stability.
To thank these early testers, Google generously offered three months of Google Pro service. A very sincere gesture.
With the official launch, Jules also brings several key updates:
- Environment Snapshots: This feature is super cool. Jules can now save your project’s dependencies and installation scripts as a “snapshot.” The next time you run a similar task, you won’t have to set up the environment from scratch, greatly improving execution speed and consistency, especially for complex projects.
- Deeper GitHub Integration: Jules can now integrate more seamlessly with GitHub Issues and automatically open Pull Requests, making the entire development workflow smoother.
- Support for Empty Repositories: Initially, Jules required an existing codebase to work, but the team quickly realized that many people wanted to start a new project from scratch. Now, that’s no problem!
Alright, Let’s Get to the Point: How Much Does It Cost?
There’s no such thing as a free lunch, especially in the computationally expensive field of AI. With the official launch, Jules has also introduced a new pricing plan:
- Starter Tier (Free): Provides a quota of 15 independent tasks and 3 concurrent tasks per day.
- AI Pro Plan: $19.99 per month, offering 5 times the usage quota.
- Ultra Plan: $124.99 per month, offering 20 times the usage quota.
You might notice that the free quota has been significantly reduced from 60 tasks per day during the beta period to 15. Kath explained that this is based on “real usage data” collected over the past few months. A quota of 15 tasks is enough for developers to evaluate whether Jules is a good fit for their actual projects, while also allowing Google to provide the service more sustainably.
Let’s Talk About Privacy. Is My Code Safe?
This is definitely the biggest concern for every developer. Google has also updated its privacy policy to make the terms clearer.
In short:
- Public Repositories: Your code may be used to train AI models (data settings default to not training on public repositories, you can enable it yourself).
- Private Repositories: Your code will not be used to train AI models.
Kath emphasized that this is mainly in response to community feedback to make the policy clearer, and the actual training practices have not changed.
What Are Developers Using Jules For?
During the beta period, the team observed some interesting usage patterns. In addition to normal development tasks, many people were using Jules to “fix” code generated by other AI tools (so-called “vibe-driven development” tools) or to expand these experimental projects into something more production-ready.
Another unexpected trend is that more and more people are starting to use Jules on their mobile phones. Although there isn’t a dedicated app yet, the web version’s experience has already made mobile development an emerging use case.
What’s Next? Any More Surprises?
The story of Jules is just beginning. Google is already pushing hard internally to use the tool in more projects.
And, judging from Kath’s post on X, it seems there’s something new called “Stitch” on the horizon. She left a teaser: “Oh, you thought Jules was the only thing shipping this week? Stay tuned for updates on Stitch!” This certainly builds anticipation.
In conclusion, Jules is not just another AI coding assistant. It represents a shift in work philosophy—from “human-computer collaboration” to “task delegation.” Are you willing to try handing over some of your work to this AI intern to free up your time and energy? This revolution in development models may be coming faster than we think.