1 points pcwelder | 1 comments | | HN request time: 0.204s | source

I have been using this custom gpt that I wrote to develop code on autopilot mode for a while now. Write code -> fix type issues -> write code on a loop.

All on chatgpt.com webapp without any API access requirement so it's free.

It has full shell access and can write files.

I was initially hesitant to run it locally outside VM, but now I believe that if the project is version controlled, it's very hard for anything bad to happen.

What could go wrong? ;)