
Do you write legible, well indented code, with comments (jus cause you like it, or want to), or do you take time to make your code well-structured like it's a tutorial for yourself, or just because you enjoy writing software.
I did the same thing, by writing a neural network from scratch (GitHub), people say it looks like coded by an LLM. well, maybe the main python file cause of lack of time (that too only matplotlib functions), but the NN class python file was somn which I wrote by following a playlist online, even with a few changes of my own. But its showing up as AI-written on many checking sites? why so?? if yes, does the NN python file really look AI-written? how do you write code? could you show me?