Required Knowledge
AI coding tools - Software that uses large language models to help engineers write, review, and debug code. Tools like GitHub Copilot, Cursor, and Claude Code autocomplete code, answer questions about a codebase, and can even generate entire functions from a plain-English description.
Pull request (PR) - A formal proposal to merge a set of code changes into a shared codebase. PR throughput (how many PRs an engineer ships per unit of time) is a common proxy metric for developer productivity.
Grassroots adoption - When individual contributors start using a tool on their own before the company formally endorses it. This often surfaces which tools are actually useful, but can create inconsistency and security gaps if left ungoverned.
Career framework - A structured rubric companies use to evaluate employee performance and determine promotions. When "AI competency" appears in a career framework, it signals that the company considers AI skills a core job requirement, not optional.
Context-aware AI assistant - An AI tool that tailors its responses based on what the user is currently working on - open files, recent changes, or connected data sources - rather than treating every question as standalone.