The asteroid currently hitting front end web development
spiros
22 points
7 comments
September 01, 2026
Related Discussions
Found 5 related stories in 56.0ms across 5,215 title embeddings via pgvector HNSW
- The asteroid currently hitting front end web development g4k · 12 pts · August 24, 2026 · 100% similar
- Only 90s Web Developers Remember This (2014 downbad_ · 13 pts · July 14, 2026 · 50% similar
- Neo Radar: A browser-based orbital mechanics engine with 41k real asteroids daviazpen · 56 pts · July 22, 2026 · 47% similar
- HTML over WebSockets: real-time SPAs with barely any JavaScript redbell · 175 pts · August 12, 2026 · 45% similar
- Every fucking website: 2026 edition nerdypepper · 62 pts · August 14, 2026 · 43% similar
Discussion Highlights (5 comments)
bayarearefugee
> The asteroid currently hitting front end web development ...is the same asteroid currently hitting all forms of knowledge work and even more theoretical pursuits (math research, etc). Different sets of people are just noticing/reacting to the impact at different speeds, but we are all standing in it.
znnajdla
One major point of disagreement: LLMs are not necessarily better at writing React because they have seen a lot of React. In fact, some benchmarks which ask the question: “which languages are LLMs better at” often show that LLMs excel at certain rare esoteric languages like Elixir, and can often solve more benchmarks problems when they write Elixir compared to more popular languages like Python. Even though the LLM has been trained on way more Python. So what makes LLMs better at a certain programming language isn’t how many examples it has seen. Frontier models can write very good code in a new programming language it has seen for the very first time, just from a good spec. The real question here is: what features of a programming language make it a good language for Large Language Models? And how would you design a framework that’s not meant to be written or read by humans, only AI? That is a very interesting question to me. I theorize that LLMs are good at writing Elixir because it doesn’t have OOP concepts that require abstract models “in your head” (the LLM doesn’t have a head) and physical world metaphors that only humans have experience with. Instead Elixir’s primary tool is “pattern matching”, which works on literal text patterns instead of abstractions, and that’s what makes LLMs good at it. The question “what features of a language make it good for AI” is very interesting to me and I foresee a lot more research in this area.
mediumsmart
98% of current front end web development deserves to be hit by an asteroid, not sure that LLMs can deliver though.
Varelion
LLMs are a disease. Why would I ever open information to the public now -- short of a poison well?
bigbuppo
Stop trying to recreate the desktop experience in the browser. If you want a desktop experience in the browser then simply deliver a desktop application through webassembly. Problem solved. End users really don't care. Things are the way they are because designers are just sniffing their own farts.