• jwmgregory@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 hours ago

    i find that rust’s architecture and design decisions give the LLM quite good guardrails and kind of keep it from doing anything too wonky. the issue arises in cases like these where the rust ecosystem is quite young and documentation/instruction can be poor, even for a human developer.

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

    • MangoCats@feddit.it
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 hours 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.