Skip to content

Commit bf3c8d7

Browse files
Aepleteip618
andauthored
Add AI assistance command (#1470)
* Add AI assistance command * keep it simple --------- Co-authored-by: eip <36315290+eip618@users.noreply.github.com>
1 parent e5a07bb commit bf3c8d7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Why you shouldn't use AI for modding assistance
3+
help-desc: Why not to use AI for modding assistance
4+
aliases: ai,aihelp,chatgpt
5+
color: A84300
6+
---
7+
8+
- LLMs (such as ChatGPT, Gemini, Google AI, etc) don't
9+
actually understand the information they are working
10+
with, and are frequently wrong.
11+
- The information these LLMs pull from the internet
12+
is often critically wrong or unorganized, which
13+
can lead to problems up to and including bricks.
14+
- LLMs also have frequent problems with making
15+
things up so that they always have an answer for
16+
everything. Made up advice is bad advice.

0 commit comments

Comments
 (0)