In theory, agentic coding could lead to a lot of new contributors to the Julia ecosystem. In practice, Julia's startup cost makes it awkward to use with agents, as they favor calling julia -e over using persistent background sessions.
To circumvent this issue, a bunch of tools have been developed, which can be broadly split into CLI and MCP tools:
Which approach should be favored remains a topic of debate, and the field is moving quickly.
MoJuWo should give people pointers on how to utilize agentic coding, as most of this information is currently split over multiple discourse threads.
In theory, agentic coding could lead to a lot of new contributors to the Julia ecosystem. In practice, Julia's startup cost makes it awkward to use with agents, as they favor calling
julia -eover using persistent background sessions.To circumvent this issue, a bunch of tools have been developed, which can be broadly split into CLI and MCP tools:
Which approach should be favored remains a topic of debate, and the field is moving quickly.
MoJuWo should give people pointers on how to utilize agentic coding, as most of this information is currently split over multiple discourse threads.