Migrated over from Hazzard@lemm.ee

  • 0 Posts
  • 4 Comments
Joined 4 months ago
cake
Cake day: June 28th, 2025

help-circle
  • Hazzard@lemmy.ziptoToday I Learned@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    12
    ·
    edit-2
    2 months ago

    Honestly, I’m a bit relieved that OpenAI is at least trying to intervene here. When I heard they backtracked and re-released 4o, alarm bells went off for me that they were going to give in and just rake in profit off this type of dangerous AI addiction. Sounds like at least some of that original non-profit “managing the future of AI” concern is still there, if obviously far less than I’d like.




  • Ugh, this is what our legacy product has. Microservices that literally cannot be scaled, because they rely on internal state, and are also all deployed on the same machine.

    Trying to do things like just updating python versions is a nightmare, because you have to do all the work 4 or 5 times.

    Want to implement a linter? Hope you want to do it several times. And all for zero microservice benefits. I hate it.