• jsomae@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    5 months ago

    I’m impressed you can make strides with Rust with AI. I am in a similar boat, except I’ve found LLMs are terrible with Rust.

    • MangoCats@feddit.it
      link
      fedilink
      English
      arrow-up
      3
      ·
      5 months ago

      I was 0/6 on various trials of AI for Rust over the past 6 months, then I caught a success. Turns out, I was asking it to use a difficult library - I can’t make the thing I want work in that library either (library docs say it’s possible, but…) when I posed a more open ended request without specifying the library to use, it succeeded - after a fashion. It will give you code with cargo build errors, I copy-paste the error back to it like “address: <pasted error message>” and a bit more than half of the time it is able to respond with a working fix.

        • MangoCats@feddit.it
          link
          fedilink
          English
          arrow-up
          2
          ·
          4 months ago

          i think rust actually is quite well suited to agentic development workflows, it just needs to mature more.

          I agree. The agents also need to mature more to handle multi-level structures - work on a collection of smaller modules to get a larger system with more functionality. I can see the path forward for those tools, but the ones I have access to definitely aren’t there yet.