Hacker News new | ask | show | jobs
by CharlieDigital 71 days ago

    > I assume most of their outages is related to this insane scaling and lack of available compute.
    > 
    > Vibe coding doesn't automatically mean lower quality
Scalability is a factor of smart/practical architectural decisions. Scalability doesn't happen for free and isn't emergent (the exact opposite is true) unless it is explicitly designed for. Problem is that ceding more of the decision making to the agent means that there's less intentionality in the design and likely a contributor to scaling pains.
3 comments

This is only true for small companies that can infinitely scale within AWS without anyone noticing.

You are talking about software scaling patterns, Anthropic is running into hardware limitations because they are maxing out entire datacenters. That's not an architectural decision it's a financial gamble to front-run tens of billions in capacity ahead of demand.

My theory is that most of their outages are compute and scale related. IE. A few GPU racks blows out and some customers see errors. They don't have any redundant compute as backup because supply is constrained right now. They're willing to lower reliability to maximize revenue.
Why would you think that the person you are replying to didn't design in scalability? What exactly are emergent features when vibe coding? If scalability is an explicit requirement it can be done.

    >  What exactly are emergent features when vibe coding?
Regression to the mean. See the other HN thread[0]

The LLM has no concept of "taste" on its own.

Scalability, in particular, is a problem that goes beyond the code itself and also includes decisions that happen outside of the codebase. Infrastructure and "platform" in particular has a big impact on how to scale an application and dataset.

[0] https://dornsife.usc.edu/news/stories/ai-may-be-making-us-th...