logoalt Hacker News

moomoo11today at 3:50 PM0 repliesview on HN

imo yes, based on my experience with 4+ repos in production built using AI.

1. clean structure means the AI can predictably work because i want deterministic output.

2. basic things like following SRP leads naturally to layered code which makes testing new features and fixing bugs super simple.

3. reviewing code is simpler, because i see ai agents as "servants" i command to do something and thus an overseer is still required