I disclosed AI because I think it's important to disclose it. I also take pride in the process. Mind you, I also cite Stack Overflow answers in my code if I use it. Usually with a comment like:
// Source: https://stackoverflow.com/q/11828270
With any AI code I use, I adopted this style (at least for now):
// Note: This was generated by Claude 4.5 Sonnet (AI).
// Prompt: Do something real cool.