5 ms·
Good framework. The one risk is that P1 code written by AI can silently break the assumptions your P0 code was built on. Worth adding a periodic check for that
by Garza231 5mo ago
Good framework. The one risk is that P1 code written by AI can silently break the assumptions your P0 code was built on. Worth adding a periodic check for that boundary specifically.
- jdw64 5mo agoAdding a verification layer is always the right move. That’s a good idea. I should think about adding some kind of periodic check as well.