this post was submitted on 21 Nov 2023
994 points (97.9% liked)

Technology

59292 readers
3982 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
 

Over half of all tech industry workers view AI as overrated::undefined

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 11 months ago (29 children)

Meh. Roughly 90% of what I know about baking is from chatgpt. There just wasn't a comparable resource. "Oh God the dough is too dry", "can I sub in this fat for this fat and if so how?", "if I change the bath do I have to change the score method?".

It is like I have a professional baker I can just talk to whenever. I am sure as I get better at baking I will exceed it's ability to help but I can't deny that what I have accomplished now I could not have in the same timeframe without it.

[–] [email protected] 3 points 11 months ago (3 children)

So? Are you saying you disagree with the premise of the article because chatgpt taught you how to bake? Professional tech work isn't really relatable to baking at home.

[–] [email protected] 7 points 11 months ago (1 children)

I believe the central premise was

Over half of all tech industry workers view AI as overrated::undefined

Not professional tech work. Really not sure what you want from me. I found it a useful tool and I am sorry it didn't work out for you or your application.

[–] [email protected] -2 points 11 months ago (1 children)

You're splitting hairs here I think it's fair to make the statement that tech industry workers perform professional tech work. I mean it's cool that you learned to bake but what makes you think this means you know what the skill requirements are for tech workers and how well chatgpt can cover for gaps in those skills? Your dismissive 'meh' says to me 'yea but I learned how to bake with chatgpt so I disagree with this statement'.

[–] [email protected] 0 points 11 months ago

Ok fine you win. It is completely useless. Please go win arguments elsewhere.

[–] [email protected] 4 points 11 months ago (1 children)

I completely disagree with the premise that AI is overrated. It's fucking underrated.

Sure, if you just blindly put input into ChatGPT and use the output it's not that useful. It's a tool. You need to know how to use a tool to get the most use out of it. If you know how to use it properly, then it's fucking amazing. Anyone claiming that AI can just magically work and do anything is a fraud.

The truth is that anyone who can't get practical use of it is probably ass at communicating with people. Pretend it's another engineer who's junior to you and your passing work off to them. If you can't do that, then you probably shouldn't ever progress beyond mid-level in your career.

[–] [email protected] 2 points 11 months ago (1 children)

ChatGPT has never worked well for me. Sure, it can tell you how to center a div, but for anything complex it just fails. ChatGPT is really only useful for elaborating on something. You can give it a well commented code snippet, ask it to add some simple feature to it, and it will sometimes give a correct answer. For coding, it has the same level of experience as a horde of highschool CS students.

[–] [email protected] -3 points 11 months ago (1 children)

You could not possibly be more wrong.

I'm not going to dox myself by giving proof, but I have used it to create novel, complex frameworks from scratch. Sure, it starts with my idea and guidance. But nearly 100% of the code and documentation is AI generated. Nobody has been able to tell the difference when I show it to them. We're talking engineers who became leads years ago.

If that's you're experience, then it speaks volumes about your ability to communicate. If you can lead a team and communicate requirements, then you can use AI.

[–] [email protected] 4 points 11 months ago (1 children)

Sorry that my personal experience with ChatGPT is 'wrong.' if you feel the need to insult everyone who disagrees with you, that seems like a better indication of your ability to communicate than mine. Furthermore, I think we're talking about different levels of novelty. You haven't told me the exact nature of the framework you developed, but the things I've tried to use ChatGPT for never turn out too well. I do a lot of ML research, and ChatGPT simply doesn't have the flexibility to help. I was implementing a hierarchical multiscale LSTM, and no matter what I tried ChatGPT kept getting mixed up and implementing more popular models. ChatGPT, due to the way it learns, can only reliably interpolate between the excerpts of text it's been trained on. So I don't doubt ChatGPT was useful for designing your framework, since it is likely similar to other existing frameworks, but for my needs it simply does not work.

[–] [email protected] -5 points 11 months ago (2 children)

if you feel the need to insult everyone who disagrees with you, that seems like a better indication of your ability to communicate than mine

I have spent most of my professional career trying to get engineers to unionize and fight for better wages/benefits. The vast majority are apathetic and passive. Now we have a brand new technology that won't make the profession obsolete, but will make the need for their labor obsolete. I'm personally in a safe spot. I have the portfolio and network to ensure I will have opportunities to work no matter what. But how many engineers simply do not have that? MBAs will raze this profession to the ground for short-term profits. They'll destroy every pipeline that takes in entry-level engineers and gives them a chance to grow.

As far as I know, you're just another engineer who doesn't see what's coming down the road. Pleasant speech hasn't worked to get people to wake up over the past two years, and I'm running out of patience like you're all running out of time.

since it is likely similar to other existing frameworks

And that's the problem. You claim to be in ML research, and you don't even know what your own tools and field are capable of. I haven't just made frameworks that are "copies" of a framework but in another language, or a combination of existing frameworks. GPT-3.5 and GPT-4 are capable of novel outputs when given sufficient guidance. I've gotten it to fill in architecture gaps and implement complex, recursive functions. I don't believe for a second that it's "self aware". But it's far more capable than even you realize.

I'm willing to bet that if I were in your shoes I could get at least some usable output from it for your use case.

[–] [email protected] 3 points 11 months ago* (last edited 11 months ago) (1 children)

You talk a confident, condescending game for someone who cant substatiate any of their claims lol.

EDIT: Dear lord after looking through your comments i regret enabling you. Fuck isreal, free palestine, AI is overhyped...

[–] [email protected] 0 points 11 months ago (1 children)
[–] [email protected] 2 points 11 months ago* (last edited 11 months ago) (1 children)

Let's play a little game, then. We bothe give each other descriptions of the projects we made, and we try to make the project based on what we can get out of ChatGPT? We send each other the chat log after a week or something. I'll start: the hierarchical multiscale LSTM is a stacked LSTM where the layer below returns a boundary state which will cause the layer above it to update, if it's true. the final layer is another LSTM that takes the hidden state from every layer, and returns a final hidden state as an embedding of the whole input sequence.

I can't do this myself, because that would break OpenAI's terms of service, but if you make a model that won't develop I to anything, that's fine. Now, what does your framework do?

Here's the paper I referenced while implementing it: https://arxiv.org/abs/1807.03595

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

Cool. I'll get back to you with a DM after the holidays. I'm not going to devote a week to proving a random internet stranger wrong, but I'll at least give you a few hours.

[–] [email protected] -1 points 11 months ago (1 children)

What's professional tech work when it's at home?

I don't know what that term actually is supposed to mean do they mean programming, do they mean system architecture, systems management, cyber security, what?

The term is so broad as to be meaningless, so I don't think you can necessarily say that it's any harder than baking, because we don't know what an earth we're talking about.

[–] [email protected] 0 points 11 months ago (1 children)

Professional tech work at home is professional tech work. I think to anyone who actually have careers in technology wouldn't see a distinction here. Programming is not the same as systems architecture, systems management etc. Programming is simply one of the tools you use as a software engineer. I do not think it's too broad to be meaningless and I think comparing learning to bake to software engineering is reductive and shows a lack of understanding about the requirements of the field.

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

Where does the article mention programming?

load more comments (25 replies)