upvote
lol. any of them - literally just ONE - could have a full blown UI so that you wouldn't have to build projects using a command line like it's 1985. or maybe one of them could just invest in packaging custom html elements, instead of assuming I'm going to use one of a handful of unnecessary "component" libraries, or assuming that I won't be using components at all.

there's plenty of places for these tools to go, but none of them have any appetite to go there. likely because people already have something that's so "good enough" that they don't even bother looking for what "could be better". obviously exacerbated by the management class of development outfits deciding that developers shouldn't actually touch the codebase anymore, in lieu of LLMs doing the actual lifting, so they're building out all kinds of chicanerous nonsense to satisfy "agents". and that doesn't necessarily make things more difficult for devs, but that seems to be the trend. forcing your LLM to comply with tortured and arcane concatenations of character-perfect strings is so much easier than having it navigate anything like a filthy human. so the practical result is less accommodating stuff for humans and more accommodating stuff for robots.

all of which is to say: I disagree. I think there's things they could meaningfully achieve for humans. And I think they are deeply uninterested in doing those things.

reply
So long, and thanks for all the fish.
reply
I think this frames the tools too narrowly.

If Vite, Bun and uv were just "make builds faster" projects, then maybe the returns are diminishing. But the acquisitions by Cloudflare, Anthropic and OpenAI suggest this layer is becoming more strategic, not less.

These tools sit in the software supply chain: dependency resolution, project structure, tests, builds, runtimes, deployment paths and increasingly AI-agent execution loops. They define the default path for building software, and they are where AI-generated code gets tested against real dependencies, builds, tests and deployment constraints.

So I don’t think they’ve achieved all they meaningfully can. The value is shifting from raw build speed to control over the workflow layer where software is assembled.

reply