

It’s easy to slop together the 10 Billionth remake of Pacman, Minesweeper, Kanban board, ToDo list, etc.
Actually making something innovative, unique, interesting, and useful is tough. It requires skill, knowledge, creativity, and passion to keep at it long after the high of vibe coding your first solitaire game fades away.
If LLMs are blockchain 2.0, then Vibe coding is its NFT fad. Just a way to take advantage of useful idiots who think being a software engineer consists of typing code all day as fast as possible.







MIT is the most popular Open Source Permissive license. It’s permissive vs Copyleft like the GPL, meaning it doesn’t require the same license to modifications/forks. That means new contributions to MIT licensed code can be made closed source at any time, which is why it’s so popular in the Silicon Valley corporate Open Source space.
Companies love having the ability to start out Open Source so that can rapidly develop and get free code contributions from the community, then when their application gets super popular and deeply integrated, they change the license to something more restrictive to lock in customers/vendors/users and start getting more money.
That’s why some folks in the FOSS community don’t like it. It’s still better than straight up proprietary licenses, because the old MIT version can still be forked and remain open if there is a large enough community around it, (this happened a few years ago with Terraform and Open Tofu). Best though to just start out with a Copyleft license like the GPL.