Commit 844ac1c7 authored by Robert Marshall's avatar Robert Marshall
Browse files

Soften language on AI usage principles page

- Amends the word `blast radius` to impact in light of other examples on
  our mis-used terms page.
parent 2d22e310
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ AI is only as useful as the context it has to work with. Our documentation and c

Whether hand-written or generated, the work you produce should be something you're proud to put your name against. That doesn't only mean code quality. A largely generated internal tool that solves a pain point for the team is something to be proud of, even if the code itself is throwaway.

## Match scrutiny to blast radius
## Match scrutiny to impact

Not all code carries the same risk. Infrastructure configuration, our observability stack, anything with SLAs or on-call implications: these need the same rigorous review regardless of how they were produced. Plausible is not the same as correct, and if you haven't verified it, don't merge it.