Using Jules (google) for Julia

Hi,

I have done some experiments with google jules 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

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

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:


and the generated function is here:

Have fun :wink:

9 Likes

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.

1 Like