Consistent Framework for flagging content as generated with AI
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3471622. --> Reported by: [yautja_cetanu](https://www.drupal.org/user/626050) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>In the <a href="https://www.drupal.org/project/ai_image_alt_text">https://www.drupal.org/project/ai_image_alt_text</a> - its possible to generate alt text for an image via AI using the AI module. One feature there that would be good is a flag that allows us to know:</p> <ul> <li>That it was generated by AI and by who</li> <li>That it was generated by AI and then edited by a human</li> <li>Perhaps the date, model and prompt used for generating it (maybe overkill)</li> </ul> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>But I wonder if this is something we should create within the AI module which would provide a consistent way of storing this information and then allow you to create a report that will show you all AI generated fields across the site. This may become more important with the EU's AI regulation.</p> <p>We could make it a module that you can turn it on or off as a setting. (The modules themselves could expose configuration for it or hardcode what they want the moduel to do).</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue