|
|
|
|
|
by gabriel-uribe
5 days ago
|
|
Deterministic scripts are awesome, and they certainly power my internal dashboards. But I'm a human - I will miss things. I maintain too many apps to have entire codebases in memory at this point. Or to continue monitoring all these streams. Logging is cheap - I log as much as possible because an AI will scan it for me. I just want scoped pull requests to review proactively against the slew of things that can happen in prod that I didn't account for in my specs (again, from logs, customer issues, etc). I discard most of them. That is fine. |
|