| | 133 | === 6. Keep good documentation |
| | 134 | |
| | 135 | |
| | 136 | **6.1 Keep track of prompts used to get desired results (for personal reproducibility)** |
| | 137 | |
| | 138 | |
| | 139 | **6.2 Keep documentation of the code generated by AI** |
| | 140 | |
| | 141 | Document parts of code that was written by AI, along with its purpose and the rationale behind the underlying method. |
| | 142 | |
| | 143 | |
| | 144 | **6.3 Keep Record of the tools used and their versions. ** |
| | 145 | |
| | 146 | Write down the tools and the versions by adding a section like 'software dependencies", as a part of the documentation file. |
| | 147 | |