• neon_nova@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 months ago

    People always talk about it in relation to programmers, but what about us non-programmers that have been able to code things only becuase of chatgpt?

    I have some python, sysadmin, and computer security knowledge. I actually obtained the security+ cert a few years ago.

    I do not work in tech anymore, and chatgpt has helped me so much, by basically coding stuff for me to do random work tasks that I was either unqualified to do or didn;t have the time to do.

    • Asswardbackaddict@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      8 months ago

      I’m working on a physics project, and my simulator suits my purposes and produces reliable results. And I learned a teeny bit about coding building it.

    • HarryOru@lemmy.zip
      link
      fedilink
      arrow-up
      0
      ·
      8 months ago

      That’s perfectly fine though. And I say that as a professional dev. The problem is when people assume you can actually build an entire software/service architecture of any complexity just through vibe coding.

      Currently LLMs are great for helping me pick out the curtains or even to help me assemble some furniture, but I would NEVER let them build the entire house, if that makes sense.

      • neon_nova@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        0
        ·
        8 months ago

        Sure, I get it. Once my business is in a more profitable place I’ll bring someone on to fix up the code, but for now it’s more than enough.

        • MangoCats@feddit.it
          link
          fedilink
          English
          arrow-up
          1
          ·
          8 months ago

          Once my business is in a more profitable place I’ll bring someone on to fix up the code

          AKA: technical debt. I actually approve of this approach when you’re testing the market and don’t have any paying customers. Where it gets ugly is when customers start placing trust in your product, trust that might be costly if your code fails, and management doesn’t budget the resources to actually fix up the code. I was very glad to leave the place that was doing this…

    • jaupsinluggies@feddit.ukBanned
      link
      fedilink
      arrow-up
      0
      ·
      8 months ago

      What’s the largest program, in line count (wc -l will be close enough, or open the file in Notepad++ and scroll to the end), that you’ve created this way?