From 0c559d01f25034d09af6c89d024cc15e0216d180 Mon Sep 17 00:00:00 2001 From: aria Date: Sat, 14 Jun 2025 04:09:47 +1000 Subject: [PATCH] docs(README): add small note about AI use --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ea6f25b..bd74021 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,14 @@ This project draws inspiration from: The goal is to provide similar professional-grade video analysis capabilities for the open-source community. +## Note on AI use + +The use of AI in this project is minor and just an experiment, all major design decisions and functionality are heavily worked on by humans! + +I do hope for future AI tools with ethical models to be avaliable and verifiable in the future! + +The testing phase for Claude's coding agent in this repo is finished and it shall not contribute more to the code at the current time. + ## License SPDX-License-Identifier: MIT OR Apache-2.0