logoalt Hacker News

dvrptoday at 6:00 AM3 repliesview on HN

As suspected, this project was possible, in part, because of LLM models. I have also been exploring in using LLMs for Gameboy Color testing.

There is something quite ironic about old hardware becoming increasingly useful due to current developments in AI research. I wonder about the repercussions of this.


Replies

armada651today at 6:23 AM

As AI companies buy up the supply of hardware, we'll be increasingly dependent on obsolete hardware. So it's a good solution for the problem it created.

SyneRydertoday at 6:59 AM

Before anyone gets the impression that the whole thing was done by AI (like I did), it seems this wasn't vibe coded, more AI-assisted:

"Generative AI (Large Language Models) have been used for research and debugging help in the course of this project. Small amounts of boilerplate code have also been written by LLM (C++ class and interface definitions). I do not intend to make this a "Vibe Coded" project. Pull requests automatically generated by a LLM tool will not be accepted."

grishkatoday at 8:12 AM

AI did not enable anything in this project. According to the readme, it was only used a tiny bit. It would've been possible 100% without AI.

In fact, I had this exact idea on my list of potential future projects for a while so I could teach myself more low-level programming. I avoid AI like the plague in everything I work on, and I still very much considered it doable.

show 1 reply