# Reliability of AI coding tools

**URL:** https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975
**Category:** Offtopic
**Tags:** llm
**Created:** [November 17, 2025, 10:25am UTC](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975 "2025-11-17T10:25:05Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![Mikhail\_Kagalenko](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mikhail_kagalenko/32/13257_2.png) [@Mikhail\_Kagalenko](https://discourse.julialang.org/u/Mikhail_Kagalenko)
#### Post date: [November 17, 2025, 10:25am UTC](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975/1 "2025-11-17T10:25:05Z")

</div>

It is unfortunate that this package has been developed by an “AI” tool.  
The code produced in this fashion is inherently unreliable.

---

<div class="post-metadata">

### Author: ![Alex\_Tantos](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/alex_tantos/32/10636_2.png) [@Alex\_Tantos](https://discourse.julialang.org/u/Alex_Tantos)
#### Post date: [November 17, 2025, 10:32am UTC](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975/2 "2025-11-17T10:32:58Z")

</div>

Could you please elaborate on what exactly you find “inherently unreliable” in the current codebase? It would be helpful if you could point to specific parts of the implementation where you see issues or risks.  
For transparency: the package is _not_ generated entirely by an AI tool. The initial skeleton was drafted with assistance, but the design decisions, logic, and a considerable amount of the code have been written, refactored, and reviewed manually. A few of us are also in the process of integrating a clearer multiple-dispatch design for question types, which should further improve maintainability and clarity.  
Constructive, specific feedback is always appreciated. General statements without technical details, however, can easily create a misleading impression.

---

<div class="post-metadata">

### Author: ![Mikhail\_Kagalenko](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mikhail_kagalenko/32/13257_2.png) [@Mikhail\_Kagalenko](https://discourse.julialang.org/u/Mikhail_Kagalenko)
#### Post date: [November 17, 2025, 11:51am UTC](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975/3 "2025-11-17T11:51:56Z")

</div>

> [@Alex\_Tantos](#):
>
> Could you please elaborate on what exactly you find “inherently unreliable” in the current codebase?

It is a well-known fact that code and specifications hallucinated by a neural net fail in unpredictable and sometimes catastrophical ways. [This discussion](https://www.reddit.com/r/engineering/comments/1oxqh9d/young_engineers_do_not_trust_ai_at_its_word/) is just one example among others, too numerous to mention.

To quote the author of the reddit post

> When it comes to Engineering, stick to your fundamentals. Don’t take AI’s information at face value. It can literally kill someone, significantly damage your company’s reputation, significantly hurt your career, etc.

---

<div class="post-metadata">

### Author: ![liuyxpp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/liuyxpp/32/9870_2.png) [@liuyxpp](https://discourse.julialang.org/u/liuyxpp)
#### Post date: [November 17, 2025, 11:53am UTC](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975/4 "2025-11-17T11:53:40Z")

</div>

You can be more concrete. An issue or even better a PR is always welcome. Talk is cheap, show we the code!

---

<div class="post-metadata">

### Author: ![langestefan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/langestefan/32/207923_2.png) [@langestefan](https://discourse.julialang.org/u/langestefan)
#### Post date: [November 17, 2025, 2:58pm UTC](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975/5 "2025-11-17T14:58:22Z")

</div>

> [@Mikhail\_Kagalenko](#):
>
> It is a well-known fact that code and specifications hallucinated by a neural net fail in unpredictable and sometimes catastrophical ways.

But there are also plenty of examples that it can work. [Claude sucks, but it is still useful](https://www.stochasticlifestyle.com/claude-code-in-scientific-computing-experiences-maintaining-julias-sciml-infrastructure/).

---

<div class="post-metadata">

### Author: ![Mikhail\_Kagalenko](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mikhail_kagalenko/32/13257_2.png) [@Mikhail\_Kagalenko](https://discourse.julialang.org/u/Mikhail_Kagalenko)
#### Post date: [November 17, 2025, 3:36pm UTC](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975/6 "2025-11-17T15:36:39Z")

</div>

> So claude sucks. It can’t solve any hard problem.  
> But… people really underestimate the amount of open source maintenance that is not hard problems.  
> …  
> **And I don’t think it can be used for anything harder.**

Here it has been used to design a new package. I think your example rather confirms my point.

---

<div class="post-metadata">

### Author: ![langestefan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/langestefan/32/207923_2.png) [@langestefan](https://discourse.julialang.org/u/langestefan)
#### Post date: [November 17, 2025, 3:42pm UTC](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975/7 "2025-11-17T15:42:07Z")

</div>

No I don’t think so, it’s not a particularly complicated project so it’s a good usecase for AI.

---

<div class="post-metadata">

### Author: ![Alex\_Tantos](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/alex_tantos/32/10636_2.png) [@Alex\_Tantos](https://discourse.julialang.org/u/Alex_Tantos)
#### Post date: [November 17, 2025, 3:49pm UTC](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975/8 "2025-11-17T15:49:25Z")

</div>

In our case, it works beautifully. I’ve always written my own code for data analyses, but there are needs that are better addressed through a dedicated Julia package that I simply don’t have the time to fully develop myself. Over the last three months, I’ve used Claude to help prepare three separate packages (two public and one private). These are packages that most users can benefit from, and they do not carry any “high-risk” implications. On the contrary, they make Julia more attractive and approachable for a wider audience. For example, through TextAssociations.jl, I’ve been able to bring many people from the humanities, especially corpus linguistics, closer to Julia.

I see no reason why anyone should avoid using Claude or any other coding assistant. These tools are extremely valuable. The code they produce can always be reviewed, improved, monitored, and refined. Avoiding -or even worse- dismissing them does not help new users adopt the language for their use cases and it also reflects an older era and mindset.

---

<div class="post-metadata">

### Author: ![Alex\_Tantos](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/alex_tantos/32/10636_2.png) [@Alex\_Tantos](https://discourse.julialang.org/u/Alex_Tantos)
#### Post date: [November 17, 2025, 3:53pm UTC](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975/9 "2025-11-17T15:53:46Z")

</div>

As for the phrase “anything harder,” I genuinely don’t understand what it is meant to imply. What one person considers “harder” may be entirely unremarkable or irrelevant to someone else. In my opinion, there is nothing harder than modelling the inherent vagueness of natural language. Would you agree or do you even consider the ‘hardness’ of it to matter in the current context?

And I was under the impression that Julia Discourse is a space where developers and users interact constructively. If it were intended only for developers working on highly specialised, niche features of the language, I wouldn’t have a reason to participate here in the first place.

---

<div class="post-metadata">

### Author: ![Mikhail\_Kagalenko](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mikhail_kagalenko/32/13257_2.png) [@Mikhail\_Kagalenko](https://discourse.julialang.org/u/Mikhail_Kagalenko)
#### Post date: [November 17, 2025, 4:16pm UTC](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975/10 "2025-11-17T16:16:32Z")

</div>

> [@Alex\_Tantos](#):
>
> As for the phrase “anything harder,” I genuinely don’t understand what it is meant to imply

That question is answered in the very beginning of the blog post referenced by @langestefan:

> Claude can only solve simple problems that a first year undergrad can do, it can’t do anything more, it’s pretty bad.

---

<div class="post-metadata">

### Author: ![langestefan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/langestefan/32/207923_2.png) [@langestefan](https://discourse.julialang.org/u/langestefan)
#### Post date: [November 17, 2025, 4:23pm UTC](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975/11 "2025-11-17T16:23:57Z")

</div>

> [@Mikhail\_Kagalenko](#):
>
> That question is answered in the very beginning of the blog post referenced by @langestefan:
> 
> > Claude can only solve simple problems that a first year undergrad can do, it can’t do anything more, it’s pretty bad.

This is referring to numerical / scientific problems, not to coding in general.

---

<div class="post-metadata">

### Author: ![Mikhail\_Kagalenko](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mikhail_kagalenko/32/13257_2.png) [@Mikhail\_Kagalenko](https://discourse.julialang.org/u/Mikhail_Kagalenko)
#### Post date: [November 17, 2025, 7:37pm UTC](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975/12 "2025-11-17T19:37:30Z")

</div>

> [@langestefan](#):
>
> This is referring to numerical / scientific problems, not to coding in general.

Doesn’t sound like it to me:

> For people who can use it for more, it’s probably some standard Javascript or Android app that is the 20,000th version of the same thing, and yes it probably is copying code.

---

<div class="post-metadata">

### Author: ![langestefan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/langestefan/32/207923_2.png) [@langestefan](https://discourse.julialang.org/u/langestefan)
#### Post date: [November 17, 2025, 7:53pm UTC](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975/13 "2025-11-17T19:53:48Z")

</div>

Swirl.jl is the Julia version of swirl for R. So yeah it’s pretty accurate. I’d be curious if you have any concrete points of improvement. If you just hate AI on principle then this discussion isn’t very productive and then I will stop responding 🙂

---

<div class="post-metadata">

### Author: ![liuyxpp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/liuyxpp/32/9870_2.png) [@liuyxpp](https://discourse.julialang.org/u/liuyxpp)
#### Post date: [November 18, 2025, 2:00am UTC](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975/14 "2025-11-18T02:00:39Z")

</div>

> [@langestefan](#):
>
> This is referring to numerical / scientific problems, not to coding in general.

And even this claim is not true. I have used GPT5 to solve a very nasty bug of a graph isomophism problem and it works like a charm. The LLM now “understand” quite deeper about numerical problems more than anyone can think of. If you use it corrrectly (I mean give it enough guidance), it will make anything human can do possible.

---

<div class="post-metadata">

### Author: ![Mikhail\_Kagalenko](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mikhail_kagalenko/32/13257_2.png) [@Mikhail\_Kagalenko](https://discourse.julialang.org/u/Mikhail_Kagalenko)
#### Post date: [November 18, 2025, 2:45pm UTC](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975/15 "2025-11-18T14:45:45Z")

</div>

> [@Alex\_Tantos](#):
>
> Avoiding -or even worse- dismissing them does not help new users adopt the language for their use cases and it also reflects an older era and mindset.

I don’t think that the dispute regarding the value of “AI” code assistants is as settled as you claim, and dismissing contrary opinions by ad-hominem insinuations does not help your case much.

---

<div class="post-metadata">

### Author: ![Alex\_Tantos](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/alex_tantos/32/10636_2.png) [@Alex\_Tantos](https://discourse.julialang.org/u/Alex_Tantos)
#### Post date: [November 18, 2025, 3:01pm UTC](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975/16 "2025-11-18T15:01:20Z")

</div>

Thanks for the clarification. And just to be very clear from my side, there was absolutely no ad-hominem intent. My comment was about the general practice of discouraging or dismissing AI-assisted scaffolding, not about you personally.  
I also agree that the broader debate about AI-assisted coding is far from settled and I mean that in the sense of improving these tools and their outputs, not in the sense of dismissing AI coding agents altogether. There is room for progress, but progress requires engagement, not blanket rejection.  
Precisely for that reason, what actually helps is **specific, actionable critique**. But without such concrete issues, there is no meaningful basis for further discussion; we’re just debating abstractions. I’m fully open to detailed critique, but I won’t continue the discussion unless there is an actual, substantive point to address.

---

<div class="post-metadata">

### Author: ![Mikhail\_Kagalenko](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mikhail_kagalenko/32/13257_2.png) [@Mikhail\_Kagalenko](https://discourse.julialang.org/u/Mikhail_Kagalenko)
#### Post date: [November 18, 2025, 3:46pm UTC](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975/17 "2025-11-18T15:46:28Z")

</div>

> [@Alex\_Tantos](#):
>
> My comment was about the general practice of discouraging or dismissing AI-assisted scaffolding, not about you personally.

So it was an ad-hominem directed at everyone opposed to the use of “AI” tools, rather than just me? That’s good to know.

> [@Alex\_Tantos](#):
>
> I also agree that the broader debate about AI-assisted coding is far from settled and I mean that in the sense of improving these tools and their outputs, not in the sense of dismissing AI coding agents altogether.

A number of highly valued open-source projects ban “AI” coding altogether, and the debate is about wider adoption of this practice, rather than about “improving” code assistants.

---

<div class="post-metadata">

### Author: ![langestefan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/langestefan/32/207923_2.png) [@langestefan](https://discourse.julialang.org/u/langestefan)
#### Post date: [November 18, 2025, 4:16pm UTC](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975/18 "2025-11-18T16:16:58Z")

</div>

> [@Mikhail\_Kagalenko](#):
>
> A number of highly valued open-source projects ban “AI” coding altogether,

Which ones have banned AI code?

---

<div class="post-metadata">

### Author: ![Mikhail\_Kagalenko](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mikhail_kagalenko/32/13257_2.png) [@Mikhail\_Kagalenko](https://discourse.julialang.org/u/Mikhail_Kagalenko)
#### Post date: [November 18, 2025, 4:40pm UTC](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975/19 "2025-11-18T16:40:32Z")

</div>

> [@langestefan](#):
>
> Which ones have banned AI code?

Gentoo, NetBSD, QEMU

---

<div class="post-metadata">

### Author: ![langestefan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/langestefan/32/207923_2.png) [@langestefan](https://discourse.julialang.org/u/langestefan)
#### Post date: [November 18, 2025, 4:52pm UTC](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975/20 "2025-11-18T16:52:52Z")

</div>

That’s all? Meh, I expect the linux guys to be a bit more cautious. QEMU concerns seem to be only about legal aspects. Given that practically all devs are already using AI tools to assist in coding I doubt they have the means to enforce any of the bans.

[Next page](https://discourse.julialang.org/t/reliability-of-ai-coding-tools/133975.md?page=2)
