(no title)
rand17 | 2 months ago
Around me devs are beginning to warm up to the idea, that they are not coders (and neither should I be), but "prompt engineers". When I take too much time on a task, when I can't solve a problem with a push of a button, when I muse about copilot hallucinations in my PR - someone usually comes helpfully to tell me, I need better prompting skills. Have you tried this expression? Have you tried more context? Have you tried with this copy pasted magical formula?
No creative worker in human history was so overjoyed to devalue his or her work and knowledge in such haste.
mittensc|2 months ago
I remember learning C++ with something like valgrind. I would write stupid code, validate, fix stupid issues.
Others before me learned the harder way.
With LLMs right now I'm learning frontend by just generating the UIs I want.
I'm getting the code/mocks and experimenting.
It's bad code, i will need to adjust, but it helps immensely as a starting point same as valgrind helped in the past.
Trying to learn via searching for info just doesn't work as well with all the flood of spam.
rand17|2 months ago
Two more things. Bad code (in work, in reality, not in a hobby project) is rarely converted into good code. And the last one: in my twenty plus years of being a dev, this is the first year job offers simply just dried up. With bad code being good enough (hey, it compiles! it mostly works!), hopefully you and I will be the lucky few to still be in the business five years later.