From cb16a4a2596d756f6fab34a5b850875b9ff9cea1 Mon Sep 17 00:00:00 2001 From: Bausager Date: Thu, 18 Jun 2026 13:43:32 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f18b3ed..6e210a2 100644 --- a/README.md +++ b/README.md @@ -40,4 +40,10 @@ This project is built with limited resources, questionable confidence, and a des If you improve something, collaboration is very welcome. Contributions are especially appreciated when they preserve the main goal of the project: readable, portable, dependency-light numerical code that can be understood and changed. -PANIC is not meant to be perfect. It is meant to be open, inspectable, and improvable. \ No newline at end of file +PANIC is not meant to be perfect. It is meant to be open, inspectable, and improvable. + +## Use of LLM assistance + +LLMs may be used in a limited capacity during the development of PANIC, mostly for brainstorming, documentation, review ideas, and exploring possible implementation approaches. + +Any LLM-assisted output should be reviewed, tested, and understood before being included. PANIC is intended to be readable, inspectable, and built from first principles, so LLM assistance is treated as a tool for support rather than a source of authority. \ No newline at end of file