this post was submitted on 25 Aug 2024
1 points (100.0% liked)

Technology

61227 readers
4082 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 other!
  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
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] slimarev92@lemmy.world 0 points 5 months ago (3 children)

If that's true, how come there isn't a single serious project written exclusively or mostly be an LLM? There isn't a single library or remotely original application made with Claude or Gemini. Not one.

[–] woodgen@lemm.ee 0 points 5 months ago

Lets wait for any LLM do a single sucessful MR on Github first before starting a project on its own. Not aware of any.

[–] Hawk@lemmynsfw.com 0 points 5 months ago (1 children)

My last employer had many internal tools that were fine.

They had only a moderate amount of oversight.

I had to find a new job, I'm actually thinking of walking away from software development now that there are so few jobs :(

It sucks but there's no sense pretending this won't have a large impact on the job landscape.

[–] slimarev92@lemmy.world 0 points 5 months ago (1 children)

What did these tools do? I don't see any LLm being used to creating anything working from scratch, without the human propmter doing most of the heavy lifting.

[–] Hawk@lemmynsfw.com 0 points 5 months ago (1 children)

Mostly internal data cleaning stuff, close etc, which I accept is less in scope than you're original comment.

[–] jeeva@lemmy.world 0 points 5 months ago (1 children)

The things you are describing sound like if-statement levels of automation, GitHub Actions with preprogrammed responses rather than LLM whatever.

If you're worrying about being replaced by that... Go find the code, read it, and feel better.

[–] Hawk@lemmynsfw.com 0 points 5 months ago (1 children)

The code was non trivial and relatively sophisticated. It performed statistical analysis on ingested data and the approach taken was statistically sound.

I was replaced by that. So was my colleague.

The job market is exceptionally tough right now and a large part of that is certainly llms.

I think taking people with statistical training out of the equation is quite dangerous, but it's happening. In my area, everybody doing applied mathematics, statistics or analysis has been laid off.

In saying that, the produced program was quite good.

[–] jeeva@lemmy.world 0 points 5 months ago

Certainly sounds more interesting than my original read of it! Sorry about that, I was grumpy.

[–] utopiah@lemmy.world 0 points 5 months ago

there isn’t a single serious project written exclusively or mostly by an LLM? There isn’t a single library or remotely original application

IMHO "original" here is the key. Finding yet another clone of a Web framework ported from one language to another in order to push online a basic CMS slightly faster, I can imagine this. In fact I even bet that LLM, because they manipulate words in languages and that code can be safely (even thought not cheaply) tested within containers, could be an interesting solution for that.

... but that is NOT really creating value for anyone, unless that person is technically very savvy and thus able to leverage why a framework in a language over another creates new opportunities (say safety, performances, etc). So... for somebody who is not that savvy, "just" relying on the numerous existing already existing open-source providing exactly the value they expect, there is no incentive to re-invent.

For anything that is genuinely original, i.e something that is not a port to another architecture, a translation to another language, a slight optimization, but rather something that need just a bit of reasoning and evaluating against the value created, I'm very skeptical, even less so while pouring less resources EVEN with a radical drop in costs.