| ▲ | elevation 7 hours ago | |
Yesterday I generated a for-home-use-only PHP app over the weekend with a popular cli LLM product. The app met all my requirements, but the generated code was mixed. It correctly used a prepared query to avoid SQL injection. But then, instead of an obvious:
it gave me:
With additional prompting I arrived at code I was comfortable deploying, but this kind of flaw cuts into the total time-savings. | ||