# Is AI risky for engineering work?

**URL:** https://discourse.julialang.org/t/is-ai-risky-for-engineering-work/118280
**Category:** Offtopic
**Created:** [August 16, 2024, 3:12pm UTC](https://discourse.julialang.org/t/is-ai-risky-for-engineering-work/118280 "2024-08-16T15:12:59Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![PetrKryslUCSD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petrkryslucsd/32/215825_2.png) [@PetrKryslUCSD](https://discourse.julialang.org/u/PetrKryslUCSD)
#### Post date: [August 16, 2024, 3:12pm UTC](https://discourse.julialang.org/t/is-ai-risky-for-engineering-work/118280/1 "2024-08-16T15:12:59Z")

</div>

> **[What are the risks of using AI in engineering? - Engineering.com](https://www.engineering.com/what-are-the-risks-of-using-ai-in-engineering/)**
>
> New technologies mean new pitfalls. Here are the three biggest hazards of using AI in engineering.

I have seen these aspects already. For instance, I give students a multiple-choice exam. A couple of students got in touch after the exam: they thought my answers were not correct because AI was giving them different answers (and, obviously, they believed it).

---

<div class="post-metadata">

### Author: ![yvikhlya](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/yvikhlya/32/3753_2.png) [@yvikhlya](https://discourse.julialang.org/u/yvikhlya)
#### Post date: [August 16, 2024, 3:33pm UTC](https://discourse.julialang.org/t/is-ai-risky-for-engineering-work/118280/2 "2024-08-16T15:33:54Z")

</div>

> [@PetrKryslUCSD](#):
>
> A couple of students got in touch after the exam: they thought my answers were not correct because AI was giving them different answers (and, obviously, they believed it).

You should teach them how to verify their answers.

---

<div class="post-metadata">

### Author: ![PetrKryslUCSD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petrkryslucsd/32/215825_2.png) [@PetrKryslUCSD](https://discourse.julialang.org/u/PetrKryslUCSD)
#### Post date: [August 16, 2024, 3:35pm UTC](https://discourse.julialang.org/t/is-ai-risky-for-engineering-work/118280/3 "2024-08-16T15:35:59Z")

</div>

Evidently. My point is: they believed LLM even _after seeing_ the instructor-supplied correct answer.

---

<div class="post-metadata">

### Author: ![tom-plaa](https://avatars.discourse-cdn.com/v4/letter/t/d26b3c/32.png) [@tom-plaa](https://discourse.julialang.org/u/tom-plaa)
#### Post date: [August 16, 2024, 5:23pm UTC](https://discourse.julialang.org/t/is-ai-risky-for-engineering-work/118280/4 "2024-08-16T17:23:42Z")

</div>

IMO, I think the problem might be intellectual laziness and not really about LLM’s. There might be a tendency to convince ourselves that someone that sounds/acts authoritative is likely correct because it saves us energy.

I use LLM’s a good deal as efficiency tools, but the amount of stupidity they spout on (by human standards) simple tasks, coupled with their trademark authoritative tone, makes me wonder how huge inaccuracies are getting included in production systems because we are too lazy to verify everything 100%.

I think there may be some similarities with blindly trusting answers from stack exchange; in the most extreme scenario even trusting everything we see on papers without trying to replicate it on at least a very basic level. Unfortunately I have had many instances where weeks of work were wasted because we just trusted results on a paper without trying to verify them before applying them (analytically or numerically).

However, the fact that many non-experts would rather believe the LLM results over demonstrable ones is disconcerting. I would say this is a matter of emotional trust above everything else. Something is making people feel more inclined to trust a result by an LLM. It might be the fallacy of “this is the super advanced AI company that has taken the world by storm, there’s no way their chatbot can be wrong”.
