this post was submitted on 25 Aug 2024
323 points (92.4% liked)

Technology

58125 readers
4471 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
[–] echodot@feddit.uk 12 points 3 weeks ago* (last edited 3 weeks 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.

[–] floofloof@lemmy.ca 3 points 3 weeks ago* (last edited 3 weeks ago)

GitHub Copilot does chat like ChatGPT, and writes code based on a prompt. I have decades of experience programming and I use it a lot. It gives me starting points, boilerplate and examples. It won't build a whole application with no coding work from the human.

[–] fuzzzerd@programming.dev 1 points 3 weeks ago

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