Skip to content

Commit 34eae88

Browse files
committed
updated readme
1 parent f172a81 commit 34eae88

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,10 @@ Code style: `func` for pure functions, `proc` only for side effects. Versioning
217217

218218
## AI/LLM Disclosure
219219

220-
Parts of this project were developed with LLM/AI assistance. The LLLM agents helped with:
221-
- Documentation
222-
- Boilerplate and repetitive code patterns
223-
- Test scaffolding
220+
This project was developed with significant LLM involvement. I'm a systems architect by trade, not a programmer. I designed the core logic, made technical decisions and directed development, but AI/LLM tools generated most of the code.
224221

225-
All LLM-generated code was reviewed, tested, and modified by a human. The core logic,
226-
architecture decisions, and BTRFS integration are written by me.
222+
All code was reviewed, tested, and iterated on by me. The design choices (Result types over exceptions, functional patterns, safety configuration, etc) are mine. The Nim syntax is not.
223+
I'm publishing this because it works for me, not because of how it was written.
227224

228225
## License
229226

0 commit comments

Comments
 (0)