Skip to main content

What Is AI?

AI (Artificial Intelligence) is software that can perform tasks that usually require human reasoning, pattern recognition, and language understanding.

In this workflow, AI is used to:

  • analyze code and documentation
  • generate implementation drafts
  • automate repetitive engineering tasks
  • standardize how teams write, review, and ship changes

Types you will use most

  • Generative AI: creates text, code, summaries, and plans.
  • Agentic workflows: AI follows instructions and executes tasks through tools.
  • Retrieval + context workflows: AI answers from project files, docs, and reference sources.

Practical principle

Treat AI as a fast collaborator, not an autonomous decision maker. Keep clear requirements, verify outputs, and enforce review standards.