It's actually the turn for copy n' paste to be the king in programming. Here me out, there are couple reasons for that • Library was the previous medium reducing complexity, bringing better DX. You know what, it actually still brings more complex code based. But as libraries are designed to cover various usecases, it has its own complexity • Copied and pasted code reduces complexity of the matter, while bringing even more performance because, well, abstract layers got removed, options got removed, you use what you need • So, why now? Because, AI now works brillantly on the local scope, you don't need to know it all to have a complete code Refs: trust me bro, but • look at how booming was @shadcn/ui • or build model of @golang (where actually all code got pulled) Is that just my take?