Very power full tool for programming with AI: `Act as an software architect and analyse my code for me, give me insights and notes on which points should I improve` Then use simonwillison files-to-llm to get the full code of your repo (if it's small enough) to Ai.
11. There is no `technical debt`, each problem, unnecessary resources are multiplied by millions when dealing at scale software. Think that the delivery of small software must be as the same quality as a large one.
8. Always try the simplest approach possible, be careful not to spend too many resources like memory, servers, and advanced computing (IA-GPU) for simple tasks (Crop and Read).