@rysiek Once I tried to roleplay with ChatGPT discussing its CHIP8 emulator project implementation.
ChatGPT presented a sensible although not the best approach in my opinion until I started asking why OOP. At one point ChatGPT proposed that each pixel of the monochromatic display could be represented by an object aggregated in line objects aggregated in display object... Intelligent my ass, it simply mixed oop fundamentals and CHIP8 specs without any regard for what they are.