🏒 Lucian Marin It seems LLMs are good only at translating from one programming language to another, from one framework to another when inputs and outputs are so well defined. It helped me translate HTML views to API endpoints for Subreply, helped me translate vanilla JavaScript to React, PHP note taking to Python for my personal website. Everything else is slopware at best. You have to manually rewrite what LLMs produce to achieve high quality maintainable code. I had to delete at least 4 projects that were produced only with LLMs because for every new prompt the code will become even more sloppy and unmaintainable.
Login or register your account to reply