|
|
|
|
|
by ctoth
5 days ago
|
|
> 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 |
|