1- UX > DX: Choose the tech stack that delivers the best performance and native feel for the user. Invest the time saved by AI into maintaining separate codebases.
2- Security > Everything Else: If there is more than one solution, choose the most secure one, even if it slightly impacts usability.
3- The Truth Chain: [Spec → Test → Code → Verify → Commit] ↺
Treat the Spec and Tests as the 'Truth'. If the implementation passes the tests but fails the spec, the implementation is wrong.




