Let's dig into some vibe code
Let's scrutinize some vibe code that promises to change the world or whatever. We'll review and analyze this code using static analysis. Vib-OS–World's First Vibecoded AI Operating System A YouTube...

Source: DEV Community
Let's scrutinize some vibe code that promises to change the world or whatever. We'll review and analyze this code using static analysis. Vib-OS–World's First Vibecoded AI Operating System A YouTuber known as Tirimid reviewed Vib-OS—an OS written entirely using AI. As a result, he discovered that the OS couldn't even run DOOM or connect to the internet. I decided to take a look as well. So, I looked through the code and ran the PVS-Studio static analyzer. The project is quite small, actually. An "OS" is just a fancy term here. Let's calculate the size. First, I removed third-party elements, such as files that didn't contain "vibeos," "vibcode," or "vib-os". Next, I removed resources represented as arrays: unsigned char doom1_wad[] = { 0x49, 0x57, 0x41, 0x44, 0xf0, 0x04, 0x00, 0x00, 0xb4, 0xb7, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x1f, 0x17, 0x0b, 0x17, 0x0f, 0x07, 0x4b, 0x4b, 0x4b, 0xff, 0xff, 0xff, 0x1b, 0x1b, 0x1b, 0x13, 0x13, 0x13, 0x0b, 0x0b, 0x0b, .... I ended up with about 110 files con