• boonhet@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    0
    ·
    5 days ago

    Vibe coders will ask the AI to write everything in Rust, memory usage will be reasonably low

    The people writing everything in Electron are gonna have a fun time with their users though.

      • leanleft@lemmy.ml
        link
        fedilink
        English
        arrow-up
        0
        ·
        5 days ago

        low-level compilers can output very ugly-looking assembly. he probably did this and then used LLM to super-optimize it. may be perfomant, but id guess that theres a risk that its unsafe.

        • Sylvartas@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          4 days ago

          Who cares about ugly-looking assembly ? No one’s gonna actually look at it, that’s, like, the whole point of C. And I really doubt the plagiarism machine can somehow do better than a compiler. I’m gonna look this up

          Edit : is it this one ? https://arxiv.org/html/2505.11480v1

        • enumerator4829@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          0
          ·
          4 days ago

          Yes, but why write C when we can let the LLM write assembly directly? Compilers are unnecessary bloat we don’t have a need for with modern technology.

          • zbyte64@awful.systems
            link
            fedilink
            English
            arrow-up
            0
            ·
            3 days ago

            Putting aside assembly code gets compiled as well, the bottle neck is always validation of these systems. Making the systems more opaque makes the already difficult task of ensuring it works even harder.