rule 16 added
This commit is contained in:
Eddie Soehnel 2026-04-28 10:05:55 -06:00
parent f97b6c9ce2
commit bcb91c18df

View File

@ -131,6 +131,7 @@ Dump in rules that I come across - could be anything, specific or general.
13. AI wil work in isolated environments that give them safe, parallel workspaces. Never work on production environments. 13. AI wil work in isolated environments that give them safe, parallel workspaces. Never work on production environments.
14. Feed AI agents currated context that provides the right info without overwhelming them. 14. Feed AI agents currated context that provides the right info without overwhelming them.
15. Repos might contain contradictory information. AI agents will flag that and ask before proceeding to get clarification. 15. Repos might contain contradictory information. AI agents will flag that and ask before proceeding to get clarification.
16. Build components cheap so they can be thrown away when a better one comes along.
# Dev. Vs Production # Dev. Vs Production