Insurance companies compete viciously with each other on price. Have you not seen their ads? If one could offer significantly cheaper insurance through some mechanism like that they definitely would.
My wife used the $20 claude.ai and Claude Code (the latter at my prompting) to vibe-code an educational game to help our five-year-old with phonics and basic math.
She noticed that she was constantly hitting token limits and that tweaking or adding new functionality was difficult. She realized that everything was in index.html, and she scrolled through it, and it was clear to her that there was a bunch of duplicated functionality.
So she embarked on a quest to refactor the application, move stuff from code to config, standardize where the code looks for assets, etc. She did all this successfully - she's not hitting token limits anymore and adding new features seems to go more smoothly - without ever knowing a lick of JS.
She's a UX consultant so she has lots of coding-adjacent skills, and talks to developers enough that she understands the code / content division well.
What would you call what she's doing (she still calls it vibe coding)?
[0] https://asteriskmag.com/issues/07/want-growth-kill-small-bus...
The sample dataset explicitly excluded 'athletes', so would exclude people that _are_ outrunning a bad diet. We know that a little weekly jog around the park doesn't mean you can eat a cheesecake every day, but anyone who has done extensive 'athletic' physical activity knows that if you don't up your calorie intake that you will lose weight. The study does not conclude, at all, that you cannot outrun a bad diet. Instead, it suggests "that dietary intake plays a far greater role than reduced energy expenditure in obesity related to economic development."
Edit: My point is specifically not about running. I am merely pointing out that if you read the study you will find that it is more of a study on economic development, and not really useful for personal or localised health advice. It observes that economically developed population groups may be more sedentary, but do not expend significantly more energy - so a hunter-gatherer picking berries all day does not burn significantly more energy than an office worker (at least not enough to explain why the office worker is obese). Therefore, the link between economic development and obesity is likely related to food (dietary intake) than daily activity.
Not for me. Say I have a new app and I want it to have a left nav. I could write my own styles with tailwind or...I could just put a .menu on there and gets all the sensible defaults for padding, spacing, font size, background colors, etc.
But having done that, I'll still want to edit the specific padding, spacing, fonts, and background color of the menu to suit my needs. Plus there's...the whole rest of the site, not all of which is made up of DaisyUI components. So I will be wanting Tailwind for all that for the regular reasons one wants Tailwind.
Most opinions of this man exists in a vacuum space isolated from the real world software industry. Building an OS from scratch is one of those examples.
It’s never seems like there’s a significant reason behind them other than………”I made dat :P”