Skip to content

AI Usage

We use AI-assisted tools in parts of our software development workflow. These tools help us move faster, but they can be wrong. Human review remains required for changes we ship.

Where We Use AI

  • Code completion and refactors (editor assistance).
  • Drafting and improving documentation.
  • Code security reviews (spotting common issues and risky patterns).
  • Dependency and library version update suggestions.

Human Review

AI output is treated as suggestions. We review changes before merging and before releasing to production.

Data Handling

We avoid sharing secrets and sensitive data with AI tools. If a workflow requires sending code or text to an AI service, we keep the input as small as possible and focus on non-sensitive context.