this post was submitted on 07 Apr 2024
339 points (93.1% liked)

Technology

58173 readers
3410 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
[–] Ragnarok314159@sopuli.xyz 10 points 5 months ago (2 children)

Do you think AI for programmers will be like CAD was for drafters? It didn’t eliminate the position, but allows fewer people to do more work.

[–] misspacific@lemmy.blahaj.zone 10 points 5 months ago

this is pretty much what i think, yeah.

a lot of programming/software design is already kinda that anyway. it's a bunch of people who were educated on computer science principles, data structures, mathematicians, and data analytics/stats who write code to specs to solve very specific tool problems for very specific subsets of workers, and who maintain/update legacy code written decades ago.

now, yeah, a lot things are coded from scratch, but even then, you're referencing libraries of code written by someone awhile ago to solve this problem or serve this purpose or do thing, output thing. that's where LLMs shine, imo.

[–] rottingleaf@lemmy.zip 1 points 5 months ago

No. More high-level languages with less abstraction leakage are like CAD for drafters. Not "AI".

I personally would want such tools to be more visual and more like systems, not algorithms.

Like interconnected nodes in a control system. Like PureData for music, or like LabView. Maybe more powerful and general-purpose.