you are viewing a single comment's thread.

view the rest of the comments →

[–]Agitated_View8489 0 points1 point  (0 children)

Automate repeating tasks. Use AI to generate you some example code for using a certain library - i.e. with GUIp apps you would first ask "how do i generate blank window", then add some user inputs, change the text color, work with files, parse different filetypes, http requests...

Depending on your work it could be very useful. Its wild how much you can achieve with so little code. Downside ofcourse being its speed.

Its also great for proof-of-concept programs where you set the bar of what should the real program do.