this post was submitted on 21 Feb 2024
54 points (89.7% liked)

Asklemmy

43328 readers
1479 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

Do chatgpt or other language models help you code more efficiently and faster? Is it worth spending your money for it?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] xilliah@beehaw.org 3 points 6 months ago* (last edited 6 months ago)

Hmm well for research it can give me good pointers, when I am going into a new field.

For actual coding it's mostly useless for the moment. It's not trained to be productive, so it doesn't know what to focus on and tends to be overly verbose. Its internal model of what's going on is also quite shaky.

It feels like working with clay, I have to somehow get the code the llm generates into the shape I need. But it's like looking at a movie at super slow mo, and the clay is too wet and keeps falling apart.

Furthermore, it cannot handle anything more than relatively low complexity code. Sure it can give you a function for drawing a circle. But architecture and code smell are things it doesn't understand.

So after using it for a year I must say that I don't use it for actual coding. I use it mostly to get an overview of fields I'm not that much into. For example lately I've looked into quantum field theory again, and Rust for the first time. I know it spouts a lot of nonsense but I can still get the gist of it.

Still relying on good ol Bessie ๐Ÿง