I didn’t ask for this and neither did you. I didn’t ask for a robot to consume every blog post and piece of code I ever wrote and parrot it back so that some hack could make money off o…
Totally fair question. One of my go-to examples is for a lot of data visualization stuff, just having an LLM spit out basic graphs with the parameters in the function call. Same with mock-ups of basic user interfaces. I’m not a front-end person at all, and I usually want something basic and routine (but still time consuming), like CRUD or something, so just prompting for that and getting a reasonably decent product is a helpful time saver.
For anything more than basic stuff, I don’t think I’ve ever gotten more than a single small function that I then verify line by line.
Totally fair question. One of my go-to examples is for a lot of data visualization stuff, just having an LLM spit out basic graphs with the parameters in the function call. Same with mock-ups of basic user interfaces. I’m not a front-end person at all, and I usually want something basic and routine (but still time consuming), like CRUD or something, so just prompting for that and getting a reasonably decent product is a helpful time saver.
For anything more than basic stuff, I don’t think I’ve ever gotten more than a single small function that I then verify line by line.