▲ | rand_num_gen 3 days ago | |
Anthropic talked about vibe coding in production: https://www.youtube.com/watch?v=fHWFF_pnqDk In fact, their approach to using vibe coding in production comes with many restrictions and requirements. For example: 1. Acting as Claude's product manager (e.g., asking the right questions) 2. Using Claude to implement low-dependency leaf nodes, rather than core infrastructure systems that are widely relied upon 3. Verifiability (e.g., testing) BTW, their argument for the necessity of vibe coding does make some sense: As AI capabilities grow exponentially, the traditional method of reviewing code line by line won’t scale. We need to find new ways to validate and manage code safely in order to harness this exponential advantage. |