this post was submitted on 25 Aug 2024
328 points (92.5% liked)

Technology

59374 readers
7248 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -5 points 2 months ago (5 children)

While I do understand all of the scepticism in this thread, I have to say that I am personally amazed by GitHub Copilot.

I am just ramping up in a new company working on web development with Angular and Spring Boot. Even though I have 0 experience with this and have a background in python and C++, I got productive extremely quickly thanks to Copilot. Of course it does not work without flaws and you still need programming knowledge to wirte proper prompts and fix smaller issues in the resulting code. But without it I would be much further behind. It was even able to fix some issues in the html just based on a description of the issue I am observing in the webpage.

I do not think it will replace all programmers, but I do think it will replace some low level programmers who did repetitive tasks as the good programmers are extremely accelerated by only having to type subsets of what was needed before.

[–] [email protected] 12 points 2 months ago* (last edited 2 months ago) (2 children)

The thing about co-pilot is if you don't do anything with it, it just sits there.

You can't give it a prompt, you actually have to code stuff. It is a more advanced version of autocomplete. Now admittedly, it can write very large chunks of boilerplate code, which is extremely helpful, but it can't code the entire app, and it can't work with natural language prompts, at all.

Technically that makes chatGPT, (It really needs a better name) a more capable coder than copilot.

[–] [email protected] 1 points 2 months ago

You can definitely 'chat' with copilot, like other llms as well as the inline editor auto complete.

load more comments (1 replies)
load more comments (3 replies)