So, this seems to go wrong?

So I asked for a new feature in my code and this time I kept an eye to the code changes. And while AI Studio was changing the code, I saw this:

Inside the generated code, it seems it included instructions as plain-text with all kinds of instructions. Not the instructions I had given it, but instructions the AI had provided itself. And while it would later delete these instructions again to replace it with code, I feel as if this can cause issues with the code generation process as it might not clean it all properly again. Thus, code might just break at this point or instructions are left behind.

In this case, these instructions are placed after the code, so it went okay. But does it seriously have to include these instructions in code files? It seems so shaky to me.