• HiddenLayer555@lemmy.ml
    link
    fedilink
    English
    arrow-up
    13
    ·
    2 days ago

    I personally like programming too much to ever vibe code as they say. Solving problems and organising things is why I like programming in the first place.

    • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      2
      ·
      1 day ago

      That said, there is a lot of boring code out there. For example, most UIs are basically just doing CRUD operations, and once you’ve written enough of these things it’s not really that exciting anymore.

      • Luke@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 day ago

        There are a ton of great UI libraries available, many with bindings for whatever our preferred languages are. We don’t need an LLM for any of that.

        • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
          link
          fedilink
          arrow-up
          2
          ·
          23 hours ago

          The LLM is what I use to build the specific UI using the components from these great UI libraries. There’s practically no logic involved here, it’s just handling layout for components and hooking up events. It’s fantastic to be able to take a JSON payload from an endpoint throw it at a model and get a reasonable UI in seconds.