From fb4543214bcf637d39a346d1a2197a90abc62be7 Mon Sep 17 00:00:00 2001 From: Bausager Date: Thu, 18 Jun 2026 13:44:36 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e210a2..c1dfccd 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ PANIC is not meant to be perfect. It is meant to be open, inspectable, and impro ## 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. +Large language models may be used in a limited capacity during the development of PANIC, mainly for brainstorming, documentation drafts, code review ideas, naming, structure discussions, and exploring 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 +LLM-generated suggestions are not treated as authoritative. Code, algorithms, numerical methods, and design decisions should be reviewed, tested, and understood before being included in the project. + +The goal of PANIC is to build a readable and inspectable numerical codebase. Any use of LLM assistance should support that goal, not replace understanding, verification, or careful implementation. \ No newline at end of file