# Using Jules (google) for Julia

**URL:** https://discourse.julialang.org/t/using-jules-google-for-julia/132166
**Category:** Offtopic
**Created:** [September 8, 2025, 9:13am UTC](https://discourse.julialang.org/t/using-jules-google-for-julia/132166 "2025-09-08T09:13:55Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![LaurentPlagne](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/laurentplagne/32/10103_2.png) [@LaurentPlagne](https://discourse.julialang.org/u/LaurentPlagne)
#### Post date: [September 8, 2025, 9:13am UTC](https://discourse.julialang.org/t/using-jules-google-for-julia/132166/1 "2025-09-08T09:13:56Z")

</div>

Hi,

I have done some experiments with google jules [https://jules.google/](https://jules.google/) (asynchronous coding agent) for Julia development. It is quite impressive and already helped me to code an interactive plotting function with PlotlyJS.jl

My advice if you want to try it are:

- Start from an existing (can be empty and generated with pkgskeleton) github Julia repo.

- Add a **configuration** file for the julia installation before starting the task

```julia-auto
curl -fsSL https://install.julialang.org | sh -s -- -y
. /home/jules/.bashrc

```

 ![image](https://global.discourse-cdn.com/julialang/original/3X/8/1/8164abd52c979c6c58746d897cc967229016a2b2.png)

One of my first task was to ask for an interactive plot for comparing 2 temporal series a and b with a slider to select the time using PlotlyJS.jl. Here is what I got:

 ![image](https://global.discourse-cdn.com/julialang/original/3X/f/3/f353811ee78af391aa2bedc261c4a060de02fdd4.png)  
and the generated function is here:

> <https://github.com/triscale-innov/LidJul.jl/blob/feature/interactive-plotting-with-slider/src/interactive_plotting.jl>

Have fun 😉

---

<div class="post-metadata">

### Author: ![LaurentPlagne](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/laurentplagne/32/10103_2.png) [@LaurentPlagne](https://discourse.julialang.org/u/LaurentPlagne)
#### Post date: [September 8, 2025, 1:21pm UTC](https://discourse.julialang.org/t/using-jules-google-for-julia/132166/2 "2025-09-08T13:21:20Z")

</div>

I have corrected the broken link to Jules in the post : thanks @Palli !

It maybe useful to emphasize that Jules is not a simple LLM coding assistant but actually test the proposed code and iterate on potential error messages on a dedicated VM (ubuntu) on google machines.

---

<div class="post-metadata">

### Author: ![henry2004y](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/henry2004y/32/9284_2.png) [@henry2004y](https://discourse.julialang.org/u/henry2004y)
#### Post date: [November 15, 2025, 4:22am UTC](https://discourse.julialang.org/t/using-jules-google-for-julia/132166/3 "2025-11-15T04:22:57Z")

</div>

Hi there! Recently I also tried Jules for the development and bug fixes for my Julia package, but running tests in Jules always went out of time so Jules simply decided to kill the testing job. Have you encountered similar issues?

As a comparison, running python package pytest is not an issue.

---

<div class="post-metadata">

### Author: ![LaurentPlagne](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/laurentplagne/32/10103_2.png) [@LaurentPlagne](https://discourse.julialang.org/u/LaurentPlagne)
#### Post date: [November 16, 2025, 8:27am UTC](https://discourse.julialang.org/t/using-jules-google-for-julia/132166/5 "2025-11-16T08:27:35Z")

</div>

> [@henry2004y](#):
>
> Have you encountered similar issues?

Yes, it is not very reliable…

---

<div class="post-metadata">

### Author: ![j\_u](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/j_u/32/219081_2.png) [@j\_u](https://discourse.julialang.org/u/j_u)
#### Post date: [November 16, 2025, 5:49pm UTC](https://discourse.julialang.org/t/using-jules-google-for-julia/132166/6 "2025-11-16T17:49:19Z")

</div>

This post was temporarily hidden by the community for possibly being off-topic, unfocused, inappropriate, or spammy.

---

<div class="post-metadata">

### Author: ![j\_u](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/j_u/32/219081_2.png) [@j\_u](https://discourse.julialang.org/u/j_u)
#### Post date: [November 17, 2025, 11:54am UTC](https://discourse.julialang.org/t/using-jules-google-for-julia/132166/7 "2025-11-17T11:54:27Z")

</div>

This post was temporarily hidden by the community for possibly being off-topic, unfocused, inappropriate, or spammy.
