logoalt Hacker News

ctothyesterday at 4:40 PM1 replyview on HN

> TL;DR: AI assisted coding, when used responsibly, is not banned, however one-shotting something via vibe-coding and hosting it as a complete project, is.

On Tuesday I was working on my Braille 'N Speak emulator[0], an ancient Z180-based accessible notetaker for the blind. I wanted a z180 emulation library that wasn't z180-emu (GPL) and that I could use on the web via wasm, on my phone, and would have a Python binding.

Of course, this is a perfect sort of job for an agent with a verification loop, so I went off and researched if there were any standard conformance suites for z80/z180. Turns out there are a ton! I wired up my verification loops, fired off /goal, and sat back. Now, I have my library[1].

Was "AI assisted coding" "used responsibly?"

Should this sort of thing be allowed? Why or why not?

[0]: https://github.com/ctoth/qns

[1]: https://github.com/ctoth/z-core


Replies

invictatiyesterday at 5:13 PM

It's about control. It's always been about control. The moderators of this project would happily throw you under the bus if you ever in any way displeased them while being an AI user.

show 1 reply