AI is the field concerned with building systems that perform tasks normally associated with human cognition — perceiving, predicting, reasoning over language, generating content and making decisions. It is not one technique. Symbolic systems and search dominated its first decades, statistical learning replaced hand-written rules from the 1990s, deep neural networks made perception and language tractable from the 2010s, and large pretrained foundation models turned much of the field into an integration discipline rather than a training one.
That history matters because it explains what the job looks like now. Most teams building AI today are not training models from scratch. They are choosing between a rule, a classical model, a fine-tuned network and a hosted foundation model; wiring retrieval, tools and structured outputs around it; measuring whether the result is good enough; and deciding what happens when it is confidently wrong. The scarce skill is judgement about which problems are AI problems at all, followed by the engineering to make a probabilistic component behave acceptably inside a deterministic system.
An applied AI practice therefore has three parts that sit outside the model itself. Framing — turning a business objective into a task with a measurable success criterion and a known cost for a wrong answer. Evaluation — offline test sets, human review protocols, groundedness and regression suites, because a demo proves nothing about the tail. And governance — bias, privacy, prompt injection, explainability, documentation and the audit trail that regulation increasingly expects. Those three decide whether an AI project reaches production far more often than the model choice does.
Why this skill matters now
AI moved from research budget to line-of-business budget in the space of a couple of years, and almost every engineering organisation now has projects in flight. The failure rate is high, and the failures cluster in predictable places: a problem that never needed a model, a system with no evaluation harness, a pilot that cannot be costed at scale, or a deployment blocked late by privacy and compliance review.
What has changed technically is the barrier to entry. Capable models are available behind an API, which means the differentiating work has shifted to everything around them — retrieval quality, structured outputs, tool integration, guardrails, evaluation and cost control. Those are ordinary engineering skills applied to an unfamiliar component, which is why platform and application engineers are now the people being asked to deliver AI features.
Regulation has arrived at the same time. Risk-tiered obligations, documentation duties, and the expectation that an organisation can explain and evidence what a system does are now design inputs rather than afterthoughts. Teams that treat governance as an engineering requirement ship; teams that treat it as paperwork stall in review.