Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Programming
  3. Any opinions on "vibe coding"?

Any opinions on "vibe coding"?

Scheduled Pinned Locked Moved Programming
programming
39 Posts 31 Posters 80 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K [email protected]

    I've seen this term thrown around a lot lately and I just wanted to read your opinion on the matter. I feel like I'm going insane.

    Vibe coding is essentially asking AI to do the whole coding process, and then checking the code for errors and bugs (optional).

    F This user is from outside of this forum
    F This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #9

    Based on my experience of AI coding I think this will only work for simple/common tasks, like writing a Python script download a CSV file and convert it to JSON.

    As soon as you get anywhere that isn't all over the internet it starts to bullshit.

    But if you're working in a domain it's decent at, why not? I found in those cases fixing the AI's mistakes can be faster than writing it myself. Actually often I find it useful for helping me decide how I want to write code because the AI does something dumb, and I go "no I obviously don't want it like that"...

    1 Reply Last reply
    0
    • J [email protected]

      Seems like a recipe for subtle bugs and unmaintainable systems. Also those Eloi from the time machine, where they don't know how anything works anymore.

      Management is probably salivating at the idea of firing all those expensive engineers that tell them stuff like "you can't draw three red lines all perpendicular in yellow ink"

      I'm also reminded of that ai-for-music guy that was like "No one likes making art!". Soulless husk.

      spartanatreyu@programming.devS This user is from outside of this forum
      spartanatreyu@programming.devS This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #10

      ^ this

      Using AI leads to code churn and code churn is bad for the health of the project.

      If you can't keep the code comprehensible and maintainable then you end up with a worse off product where either everything breaks all the time, or the time it takes to release each new feature becomes exponentially longer, or all of your programmers become burnt out and no one wants to touch the thing.

      You just get to the point where you have to stop and start the project all over again, while the whole time people are screaming for the thing that was promised to them back at the start.

      It's exactly the same thing that happens when western managers try to outsource to "cheap" programming labor overseas, it always ends up costing more, taking longer, and ending in disaster

      1 Reply Last reply
      0
      • J [email protected]

        Seems like a recipe for subtle bugs and unmaintainable systems. Also those Eloi from the time machine, where they don't know how anything works anymore.

        Management is probably salivating at the idea of firing all those expensive engineers that tell them stuff like "you can't draw three red lines all perpendicular in yellow ink"

        I'm also reminded of that ai-for-music guy that was like "No one likes making art!". Soulless husk.

        T This user is from outside of this forum
        T This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #11

        1 Reply Last reply
        0
        • K [email protected]

          I've seen this term thrown around a lot lately and I just wanted to read your opinion on the matter. I feel like I'm going insane.

          Vibe coding is essentially asking AI to do the whole coding process, and then checking the code for errors and bugs (optional).

          R This user is from outside of this forum
          R This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #12

          Nah. I only used AI as a last resort, and in my case, it has worked out. I cannot see myself using AI for codes again.

          1 Reply Last reply
          0
          • K [email protected]

            I've seen this term thrown around a lot lately and I just wanted to read your opinion on the matter. I feel like I'm going insane.

            Vibe coding is essentially asking AI to do the whole coding process, and then checking the code for errors and bugs (optional).

            kolanaki@pawb.socialK This user is from outside of this forum
            kolanaki@pawb.socialK This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #13

            If it wasn't for the fact that even an AI trained on only factually correct data can conflagrate those data points into entirely novel data that may no longer be factually accurate, I wouldn't mind use AI tools for this or much of anything.

            But they can literally just combine everything they know to create something that appears normal and correct, while being absolutely fucked. I feel like using AI to generate code would just give you more work and waste time, because you'll still need to fucking verify that it didn't just output a bunch of unusable bullshit.

            K 1 Reply Last reply
            0
            • K [email protected]

              I've seen this term thrown around a lot lately and I just wanted to read your opinion on the matter. I feel like I'm going insane.

              Vibe coding is essentially asking AI to do the whole coding process, and then checking the code for errors and bugs (optional).

              ? Offline
              ? Offline
              Guest
              wrote on last edited by
              #14

              This seems like a game you'd do with other programmers, lol.

              I can understand using AI to write some potentially verbose or syntactically hell lines to save time and headaches.

              The whole coding process? No. 😭

              H 1 Reply Last reply
              0
              • K [email protected]

                I've seen this term thrown around a lot lately and I just wanted to read your opinion on the matter. I feel like I'm going insane.

                Vibe coding is essentially asking AI to do the whole coding process, and then checking the code for errors and bugs (optional).

                J This user is from outside of this forum
                J This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #15

                Nearly every time I ask ChatGPT a question about a well established tech stack, it's responses are erroneous to the point of being useless. It frequently provides examples using fabricated, non-existent functionality and the code samples are awful.

                What's the point in getting AI to write code that I'm just going to have to completely rewrite?

                mynameisrichard@lemmy.mlM H footfaults@lemmygrad.mlF 3 Replies Last reply
                0
                • kolanaki@pawb.socialK [email protected]

                  If it wasn't for the fact that even an AI trained on only factually correct data can conflagrate those data points into entirely novel data that may no longer be factually accurate, I wouldn't mind use AI tools for this or much of anything.

                  But they can literally just combine everything they know to create something that appears normal and correct, while being absolutely fucked. I feel like using AI to generate code would just give you more work and waste time, because you'll still need to fucking verify that it didn't just output a bunch of unusable bullshit.

                  K This user is from outside of this forum
                  K This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #16

                  Completely agree. My coworkers spend more time prompting and trying to get useful text from ChatGPT and then fixing that text than the time it'd take them to actually write the thing in the first place. It's nonsense.

                  1 Reply Last reply
                  0
                  • J [email protected]

                    Seems like a recipe for subtle bugs and unmaintainable systems. Also those Eloi from the time machine, where they don't know how anything works anymore.

                    Management is probably salivating at the idea of firing all those expensive engineers that tell them stuff like "you can't draw three red lines all perpendicular in yellow ink"

                    I'm also reminded of that ai-for-music guy that was like "No one likes making art!". Soulless husk.

                    K This user is from outside of this forum
                    K This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #17

                    I agree with you.

                    The reason I wrote this post in the first place was because I heard people I respect a lot at work talk about this as being the future of programming. Also the CEO has acknowledged this and is actively riding the "vibe-coding" train.

                    I'm tired of these "get rich quick the easy way" buzz-words and ideas, and the hustle culture that perpetuates them.

                    1 Reply Last reply
                    0
                    • K [email protected]

                      I've seen this term thrown around a lot lately and I just wanted to read your opinion on the matter. I feel like I'm going insane.

                      Vibe coding is essentially asking AI to do the whole coding process, and then checking the code for errors and bugs (optional).

                      M This user is from outside of this forum
                      M This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #18

                      That's a bad vibe if I've ever seen one.

                      1 Reply Last reply
                      0
                      • J [email protected]

                        Nearly every time I ask ChatGPT a question about a well established tech stack, it's responses are erroneous to the point of being useless. It frequently provides examples using fabricated, non-existent functionality and the code samples are awful.

                        What's the point in getting AI to write code that I'm just going to have to completely rewrite?

                        mynameisrichard@lemmy.mlM This user is from outside of this forum
                        mynameisrichard@lemmy.mlM This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #19

                        But it's AI

                        1 Reply Last reply
                        0
                        • ? Guest

                          Once companies recognize the full extent of their technical debt, they will likely need to hire a substantial number of highly experienced software engineers to address the issues, many of which stem from over-reliance on copying and pasting outputs from large language models.

                          gammagames@beehaw.orgG This user is from outside of this forum
                          gammagames@beehaw.orgG This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #20

                          A new post-LLM coding opportunity: turd polishing

                          1 Reply Last reply
                          0
                          • K [email protected]

                            I've seen this term thrown around a lot lately and I just wanted to read your opinion on the matter. I feel like I'm going insane.

                            Vibe coding is essentially asking AI to do the whole coding process, and then checking the code for errors and bugs (optional).

                            undercoverulrikhd@programming.devU This user is from outside of this forum
                            undercoverulrikhd@programming.devU This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #21

                            So you mean debugging then?

                            1 Reply Last reply
                            0
                            • ? Guest

                              This seems like a game you'd do with other programmers, lol.

                              I can understand using AI to write some potentially verbose or syntactically hell lines to save time and headaches.

                              The whole coding process? No. 😭

                              H This user is from outside of this forum
                              H This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #22

                              You can save time at the cost of headaches, or you can save headaches at the cost of time. You cannot save both time and headaches, you can at most defer the time and the headaches until the next time you have to touch the code, but the time doubles and the headaches triple.

                              ? 1 Reply Last reply
                              0
                              • K [email protected]

                                I've seen this term thrown around a lot lately and I just wanted to read your opinion on the matter. I feel like I'm going insane.

                                Vibe coding is essentially asking AI to do the whole coding process, and then checking the code for errors and bugs (optional).

                                T This user is from outside of this forum
                                T This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #23

                                For personal projects, I don't really care what you do. If someone who doesn't know how to write a line of code asks an LLM to generate a simple program for them to use on their own, that doesn't really bother me. Just don't ask me to look at the code, and definitely don't ask me to use the tool.

                                1 Reply Last reply
                                0
                                • J [email protected]

                                  Nearly every time I ask ChatGPT a question about a well established tech stack, it's responses are erroneous to the point of being useless. It frequently provides examples using fabricated, non-existent functionality and the code samples are awful.

                                  What's the point in getting AI to write code that I'm just going to have to completely rewrite?

                                  H This user is from outside of this forum
                                  H This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #24

                                  There's one valid use-case for LLMs: when you have writer's block, it can help to have something resembling an end product instead of a blank page. Sadly, this doesn't really work for programming, because incorrect code is simply worse than no code at all. Every line of code is a potential bug and every line of incorrect code is a guaranteed bug.

                                  I use an LLM with great success to write bad fanfiction though.

                                  1 Reply Last reply
                                  0
                                  • K [email protected]

                                    I've seen this term thrown around a lot lately and I just wanted to read your opinion on the matter. I feel like I'm going insane.

                                    Vibe coding is essentially asking AI to do the whole coding process, and then checking the code for errors and bugs (optional).

                                    O This user is from outside of this forum
                                    O This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #25

                                    We should let these twits enjoy their shit on twitter. The AI hype is just like the crypto hype, it'll fade.

                                    The name vibe coding sounds like a drunk evening with friends getting an MVP off the ground, but nothing more.

                                    Anti Commercial-AI license

                                    1 Reply Last reply
                                    0
                                    • S [email protected]

                                      If you don't write a single line then you aren't coding

                                      ? Offline
                                      ? Offline
                                      Guest
                                      wrote on last edited by
                                      #26

                                      Yup, sure, but this is basically a "no true scotsman" argument, which isn't at all what the "AI" hype is about.

                                      Put yourself in the shoes of some naive corporate exec. You want the software to get made, but you don't want to pay for it. To you, people (especially experts like programmers) are an expense. You'd very much like to skip that pesky part and go straight from an idea to the product. This is what the "AI" hype is largely about.

                                      "AI" companies are trying to set up a narrative, in which programmers can be replaced with LLMs. Execs don't care whether you're coding or not - they care about expenses and profits, and they know a team of programmers is more expensive than an OpenAI subscription.

                                      S 1 Reply Last reply
                                      0
                                      • ? Guest

                                        Yup, sure, but this is basically a "no true scotsman" argument, which isn't at all what the "AI" hype is about.

                                        Put yourself in the shoes of some naive corporate exec. You want the software to get made, but you don't want to pay for it. To you, people (especially experts like programmers) are an expense. You'd very much like to skip that pesky part and go straight from an idea to the product. This is what the "AI" hype is largely about.

                                        "AI" companies are trying to set up a narrative, in which programmers can be replaced with LLMs. Execs don't care whether you're coding or not - they care about expenses and profits, and they know a team of programmers is more expensive than an OpenAI subscription.

                                        S This user is from outside of this forum
                                        S This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #27

                                        I don't want to be put in the shoes of a greedy corporate exec but i can put myself in the shoes of a non developer wanting to create an app for his own need, so i understand why some people may need AI for that. I'm ok with that but that is not coding

                                        1 Reply Last reply
                                        0
                                        • K [email protected]

                                          I've seen this term thrown around a lot lately and I just wanted to read your opinion on the matter. I feel like I'm going insane.

                                          Vibe coding is essentially asking AI to do the whole coding process, and then checking the code for errors and bugs (optional).

                                          A This user is from outside of this forum
                                          A This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #28

                                          As an experiment / as a bit of a gag, I tried using Claude 3.7 Sonnet with Cline to write some simple cryptography code in Rust - use ECDHE to establish an ephemeral symmetric key, and then use AES256-GCM (with a counter in the nonce) to encrypt packets from client->server and server->client, using off-the-shelf RustCrypto libraries.

                                          It got the interface right, but it got some details really wrong:

                                          • It stored way more information than it needed in the structure tracking state, some of it very sensitive.
                                          • It repeatedly converted back and forth between byte arrays and the proper types unnecessarily - reducing type safety and making things slower.
                                          • Instead of using type safe enums it defined integer constants for no good reason.
                                          • It logged information about failures as variable length strings, creating a possible timing side channel attack.
                                          • Despite having a 96 bit nonce to work with (-1 bit to identify client->server and server->client), it used a 32 bit integer to represent the sequence number.
                                          • And it "helpfully" used wrapping_add to increment the 32 sequence number! For those who don't know much Rust and/or much cryptography: the golden rule of using ciphers like GCM is that you must never ever re-use the same nonce for the same key (otherwise you leak the XOR of the two messages). wrapping_add explicitly means when you get up to the maximum number (and remember, it's only 32 bits, so there's only about 4.3 billion numbers) it silently wraps back to 0. The secure implementation would be to explicitly fail if you go past the maximum size for the integer before attempting to encrypt / decrypt - and the smart choice would be to use at least 64 bits.
                                          • It also rolled its own bespoke hash-based key extension function instead of using HKDF (which was available right there in the library, and callable with far less code than it generated).

                                          To be fair, I didn't really expect it to work well. Some kind of security auditor agent that does a pass over all the output might be able to find some of the issues, and pass it back to another agent to correct - which could make vibe coding more secure (to be proven).

                                          But right now, I'd not put "vibe coded" output into production without someone going over it manually with a fine-toothed comb looking for security and stability issues.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups