docs: highlight llm usage note

its two paragraphs, so this might deserve a seperate lvl 3 header given
that the bottom paragraphs are shorter, and lvl 3 as well

also its worth highlighting a bit more
This commit is contained in:
IlyaZar
2026-07-06 16:06:12 +02:00
parent 1069803681
commit 6445df4d2f

View File

@@ -23,7 +23,9 @@ for good reason.
## Code Changes
Note: submitting LLM ("AI") generated code is strongly discouraged, as such
### LLM ("AI") and coding agents
**Note:** submitting LLM ("AI") generated code is strongly discouraged, as such
code is often (subtly) incorrect or overcomplicated (for example: unnecessarily
pulling in extra libraries for functionality already covered by existing
libraries). It also often makes unrelated changes that increase the risk of