AI
We have used AI to proofread text, create unique features, and assist with code optimisation and problem-solving when we’ve hit a dead end. We use ChatGPT.
All code generated using AI has been thoroughly tested without AI and then fine-tuned with the help of AI.
All AI-generated code is clearly marked in the source code (see "AI code is annotated"). If a file is created entirely by AI and contains no human-written code, it is placed in directories named ai.
The AI label can be removed
Once a person has verified, possibly improved, and confirmed that the code is legitimate, fully functional and correct, the AI stamp is removed entirely.
If there is still AI-generated code remaining in the same file, it must continue to be marked as AI code (see "AI code is annotated").
AI code is annotated
AI-generated code in files that also contain human-written code must be marked with AI CODE STARTS at the start of the AI code and AI CODE ENDS at the end of the AI code.