| ▲ | Supermancho 5 hours ago | |||||||||||||||||||
> The frontend is less risky to just hand to an agent. The smaller the problem, the less risky it is to do this, regardless of the nature of the problem. This is not a frontend-specific issue today. | ||||||||||||||||||||
| ▲ | josephg 5 hours ago | parent | next [-] | |||||||||||||||||||
Frontend development - perhaps more than any other kind of software development - is “what you see is what you get”. There aren’t a lot of ways a website can be invisibly broken. Systems engineering isn’t like that. Vibe coders beware: A database could silently corrupt data, or have latent security vulnerabilities. It might have a badly designed query language that will be difficult to change later. But frontend code can be rewritten at will. It’s a perfect target for LLMs. | ||||||||||||||||||||
| ||||||||||||||||||||
| ▲ | etoxin 2 hours ago | parent | prev [-] | |||||||||||||||||||
When done properly, yes. But AI agents are doing a lot of data logic in the frontend that should be in the backend behind secure api's. When this happens, the frontend becomes a massive risk. | ||||||||||||||||||||