From 6445df4d2f8ca5f2b241c1d1b7909c50cc451173 Mon Sep 17 00:00:00 2001 From: IlyaZar Date: Mon, 6 Jul 2026 16:06:12 +0200 Subject: [PATCH] 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 --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0375e073a..b46ec3138 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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