You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/Ways-of-Working/Principles.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ Practices:
61
61
- Use AI to generate the deterministic tool, then discard the AI from the runtime path.
62
62
- Reserve AI for tasks that genuinely require reasoning, judgment, or natural language understanding.
63
63
- Audit existing AI-powered workflows: can any step be replaced by a deterministic function?
64
+
- AI is excellent for ad-hoc alignment work — "do X across all repos" — but the end goal is always to codify the result into repeatable, deterministic automation.
0 commit comments