kuuhana
  • Communities
  • Multi-communities
  • Support Lemmy
  • Search
  • Login
  • Sign Up
Programmer Humor@programming.devbyfu@libranet.de
9 months

Slot Machines vs. Vibe Coding

libranet.de


RE: beige.party/users/gildilinie/s…

29
    You must log in or register to comment.

    • logi@piefed.worldEnglish
      9 months

      Yes. Except that cursor is running at a loss and so is the company running the LLM that they pass all the work on to.

        • Asetru@feddit.org
          9 months

          Nvidia making bank though.

            • cdf12345@lemmy.zip
              9 months

              Until something causes the rug pull of cancelled contracts and purchase orders

            • abbadon420@sh.itjust.works
              9 months

              It’s not about the company. It’s the investors that are making the profits. They dont care whether its making a profit or not, as long as they are making a profit themselves.

                • [deleted]@piefed.worldEnglish
                  9 months

                  How are the investors making a profit when the company is being run at a massive loss?

                  Probably selling their shares to the next grifer or something, I don’t know how the stock market casino actually works.

                    • abbadon420@sh.itjust.works
                      9 months

                      Yeah that’s basically it. They’re betting that they’re not holding the shares when the company falls. Sometimes they are actually betting the opposite

                        • luciferofastora@feddit.org
                          9 months

                          So they’re kinda gambling too, except they’re playing poker and the cards are stacked in their favour?

                        • Botzo@lemmy.world
                          9 months

                          Yes, the bubble is a pure speculation (growth) game. As long as the new shiny makes more people want in on the stock (public or private) continually, share prices grow and the company has continued runway.

                          Eventually, private equity exits with an IPO and the public gets a chance to be left holding the bag too.

                        • exu@feditown.comEnglish
                          9 months

                          OTOH OpenAI is not on the public stock market, so current investors can’t really sell their shares and there’s no way they actually raise the valuation it has.

                      • WanderingThoughts@europe.pub
                        9 months

                        Variable rewards is a very good way to get people (and animals) addicted. Vibe coding happens to operate in that area.

                        • NullPointer@programming.devEnglish
                          9 months

                          first line in any AI prompt: “do not comment on the quality of my questions”

                            • FaceDeer@fedia.io
                              9 months

                              So many of the complaints I see about LLM behaviour can be so easily solved by just adding “don’t behave this way” to the prompt. Most LLM frameworks these days let you add stuff like that to the default system prompt so you don’t even have to remember to do it.

                            • xia@lemmy.sdf.orgEnglish
                              9 months

                              I imagine that it is theoretically possible to successfully vibe-code, but probably not with a conventional project layout nor would it look much like traditional programming. Something like your interaction primarily being a “requirements list”, which gets translated into interfaces and heavy requirements tests against those interfaces, and each implementation file being disposable (regenerated) & super-self-contained, and only being able to “save” (or commit) implementations that pass the tests.

                              …and if you are building a webapp, it would not be able to touch the API layer except through operational transforms (which trigger new [major] version numbers]. Sorta like MCP.

                              Said another way, if we could make it more like a “ratchet” incrementing, and less like an out-of-control aircraft… then maybe?!?

                                • zalgotext@sh.itjust.works
                                  9 months

                                  For that to work, the people doing the vibe coding would need to be experienced and skilled at writing test suites and managing strict version control practices. Which at that point, you’re not really a vibe coder, you’re an actual software engineer. So what you’re describing is just software engineering with extra steps lol

                                    • xia@lemmy.sdf.orgEnglish
                                      9 months

                                      Well, I do have MBSE on the brain, but the idea here is more like a low-code/no-code environment with an ABSOLUTELY ENORMOUS “pit of success”… so large that even GenAI can reliably fall into it. Numbered tabs, you go left to right answering questions and fiddling with with prompts, paint-by-numbers for working software.

                                      • fu@libranet.de
                                        9 months

                                        A bunch of guys on NOSTR are claiming they vibe coded their apps. No idea if that’s true.

                                    • BeigeAgenda@lemmy.ca
                                      9 months

                                      Recently I roo-coded a node.js MVP without knowing too much about Node, but something about JS/CSS/HTML although it’s years ago I last used it.

                                      I got something working decently by:

                                      • Make a project plan and use cases
                                      • Take (very) small steps
                                      • Commit often
                                      • Throw away bad attempts
                                      • Make test cases
                                      • Hand edit from time to time, especially CSS stuff.

                                      Would I have been able to fling something together by reading some node.js guides and using stack overflow yes, would it have taken around the same time yes, but without test cases and documentation. Do I think vibe coding is the best thing since sliced bread no!

                                      • generator@lemmy.zip
                                        9 months

                                        After using opencode.ai to create some python apps and a webui, when you ask to do something you don’t know if it will fix it or break everything

                                        • downvote_hunter@midwest.socialEnglish
                                          9 months

                                          When did Rick Ruben become a vibe coder?

                                          • FaceDeer@fedia.io
                                            9 months

                                            The very first comparison fails, though. I run LLMs locally on my own computer, tokens cost me nothing.

                                              • shnizmuffin@lemmy.inbutts.lolEnglish
                                                9 months

                                                Every time I’m thirsty, I fill up my bathtub! Water costs me nothing!

                                                  • FaceDeer@fedia.io
                                                    9 months

                                                    I pay for my electricity. It uses roughly the same amount of power when I’m running an LLM as it would if I was playing a game. It’s negligible.

                                                    And contrary to all the breathless headlines about water-guzzling data centers, my computer doesn’t consume any water at all when I run an LLM.

                                                      • edinbruh@feddit.itEnglish
                                                        9 months

                                                        If you count only the cost for you, maybe it doesn’t consume water, but your toy still guzzled lakes as it was training. Plus, the hardware to run a full sized LLM is expensive, so you bragging about how it costs nothing is like a millionaire preaching to gamblers that it’s better to just be rich than try to win at the slots

                                                          • FaceDeer@fedia.io
                                                            9 months

                                                            Plus, the hardware to run a full sized LLM is expensive

                                                            It’s a regular gaming PC. Are you going to dismiss all gamers as “millionaires”?

                                                              • edinbruh@feddit.itEnglish
                                                                9 months

                                                                I specifically said “full sized”, a pc with modern gpu and more than 32gb of vram is not a regular computer that most gamers have access to. If you are running a 7B model on a gtx 1080 or even an rtx 3060, you are not running a full LLM like the ones you would get from a subscription service

                                                                  • FaceDeer@fedia.io
                                                                    9 months

                                                                    Yes, I know. You’re saying that a 32GB graphics card is millionarie hardware? You’ve got a weird view of the cost of these things.

                                                                      • edinbruh@feddit.itEnglish
                                                                        9 months

                                                                        It’s an analogy, it must be similar in principle, not in numbers. A subscription to chatgpt also costs less than what gamblers spend in slots. But whatever, I don’t care enough to argue much more

                                                                        • fu@libranet.de
                                                                          9 months

                                                                          A reminder that lemmy was developed by Marxists and is still commie heavy to this day

                                                            • HaraldvonBlauzahn@feddit.org
                                                              9 months

                                                              Damn. That sounds addictive as fuck.

                                                              Programmer Humor@programming.dev

                                                              programmer_humor@programming.dev

                                                              Subscribe from remote instance

                                                              Create post

                                                              Report community

                                                              Modlog
                                                              You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmer_humor@programming.dev

                                                              Welcome to Programmer Humor!

                                                              This is a place where you can post jokes, memes, humor, etc. related to programming!

                                                              For sharing awful code theres also Programming Horror.

                                                              Rules

                                                              • Keep content in english
                                                              • No advertisements
                                                              • Posts must be related to programming or programmer topics
                                                              Visibility: Public

                                                              This community is visible to everyone.

                                                              • 408 users / Day
                                                              • 572 users / Week
                                                              • 586 users / Month
                                                              • 14.5K users / 6 months
                                                              • 2.33K posts
                                                              • 89.9K comments
                                                              • 2 local subscribers
                                                              • 31.9K subscribers
                                                              • UI: 1.0.0-beta.0
                                                              • BE: 1.0.0-alpha.20
                                                              • Modlog
                                                              • Instances
                                                              • Docs
                                                              • Code
                                                              • join-lemmy.org