this post was submitted on 13 Jun 2023
20 points (100.0% liked)

sdfpubnix

1430 readers
1 users here now

Fans of SDF

founded 2 years ago
MODERATORS
SDF
you are viewing a single comment's thread
view the rest of the comments
[–] zkxs 4 points 2 years ago* (last edited 2 years ago) (6 children)

Wow, this is just what I've been looking for without even realizing it. A lot of my friends who are newer to the world of programming are very excited by this new wave of generative AI, particularly ChatGPT and GitHub Copilot. Conversely, I personally have a lot of misgivings about AI programming sort of half-formed in my mind. I've been programming for a while now (although I'm sure relative to all the SDF veterans I'm still pretty new to the game) and I can't bring myself to believe that prodding ChatGPT into a reasonable output is more efficient than just writing the code yourself... and then I start to worry that perhaps I'm biased. As they say, "It is difficult to get a man to understand something, when his salary depends upon his not understanding it".

Anyways, your headline alone is a better argument against the merits of AI programming than anything I was able to come up with, so going into it I knew the post would be a good read. And I wasn't disappointed: you've provided me with a much better framework to discuss generative AI with folks moving forward. Thanks for writing this!

[–] CanadaPlus 2 points 2 years ago (2 children)

It's true, but all programs start as natural language at least partly. Clients tell developers what they want, the developers then translate that into something that makes actual sense and is close enough to the request to make the clients happy.

[–] emr 1 points 2 years ago (1 children)

Indeed, it's the job of the programmer to understand that natural language and use it to design a program. The lack of understanding is one thing that worries me about LLMs writing programs.

[–] CanadaPlus 2 points 2 years ago* (last edited 2 years ago)

Like the article mentions, it's only good at boilerplate code at the moment, and can't really do architecture very well. I guess that's why it's "Github Copilot" and not "Github Pilot".

Going forward, who knows? We fundamentally don't understand why LLMs work.

load more comments (3 replies)