Earlier quoted context omitted.
> Well, "frontend development" means a million different things, but LLMs are very good at flexbox and grid (and I'm not). This is my #1 complaint about how people talk about LLM productivity If you aren't good at something you are not qualified to say that LLMs are good at it
LLMs are good enough to solve my problems with flexbox. I gave a LLM a small self-contained flexbox-puzzle which I couldn't solve, and it solved it. The CSS it produced did the thing I asked. > If you aren't good at something you are not qualified to say that LLMs are good at it Hard disagree: Even if you aren't good at writing a function like `List (Maybe a) -> List a`, you can easily say whether the LLM suggestion…
Career Advice in 2025
181–185 of 185 posts
Re: Career Advice in 2025
#182Earlier quoted context omitted.
Genuine question: why do you think LLMs will be able to handle frontend development in a way they won’t be able to handle backend development? I assume you’re talking about real companies, not toy projects or websites for restaurants or whatever.
Frontend (IMHO) tends to be simpler than BE systems, because FE is literally a single device, and often a single git repo. BE requires a lot more context around microservices, database, reverse-proxy, api-design, etc. A signal that makes me correct is the number of BE vs FE at a big company.
I think it's a bit like Squarespace. The lowest possible tiers of developers will be replaced. Anything complex enough to be beyond the scope of a hobbyist isn't able to be replaced with an LLM.
Re: Career Advice in 2025
#183Earlier quoted context omitted.
> Well, "frontend development" means a million different things, but LLMs are very good at flexbox and grid (and I'm not). This is my #1 complaint about how people talk about LLM productivity If you aren't good at something you are not qualified to say that LLMs are good at it
LLMs are good enough to solve my problems with flexbox. I gave a LLM a small self-contained flexbox-puzzle which I couldn't solve, and it solved it. The CSS it produced did the thing I asked. > If you aren't good at something you are not qualified to say that LLMs are good at it Hard disagree: Even if you aren't good at writing a function like `List (Maybe a) -> List a`, you can easily say whether the LLM suggestion…
This doesn't follow at all, maybe you just really suck.
It is entirely possible that a game AI that you find impossible to beat is trivial to beat for almost anyone with more experience than you have
Yes, there are chess engines that can beat the best chess players
However, most people couldn't possibly tell the difference between playing against the best chess engine in the world or a novice difficulty chess AI, because most people suck at chess
"It is better than I am" is a terrible metric to use to judge when you suck at that thing
Re: Career Advice in 2025
#184Re: Career Advice in 2025
#185Earlier quoted context omitted.
Leetcode shows candidates willingness to grind.
"Grind" just means "memorize a bunch of stuff for later regurgitation", which is the same thing as is demonstrated by memorizing the API for some arbitrary database or javascript framework. Willingness to "grind" is a positive signal for people hiring developers in the same way that low critical thinking skills is a positive signal for people hiring law enforcement officers, and results in a team of similar quality.
Most companies have been using leetcode and system design for dozens of years for a reason. It's not changing anytime soon.
Also, leetcode can be really fun :) if you remind yourself to be truly curious about the problem.