17 free courses — no signup wall
Architect-led enterprise cloud, security & AI
320+ downloadable toolkits — instant delivery
Skip to content
Engineer

AI Engineer

Build the retrieval, prompting, and evaluation machinery that turns a model into a product.

Who this is for

Engineers shipping LLM and RAG features that other people depend on.

What you should be able to do

Ship a retrieval pipeline with evaluation, structured outputs, and a rollback path.

The delivery flow

The order the work actually happens in. Each step is where a decision gets made and written down, not a chapter heading.

  1. Requirement
  2. Data ingestion
  3. Chunking + embedding
  4. Vector store
  5. Retrieval + rerank
  6. Prompt + structured output
  7. Evaluation harness
  8. Deploy + observe

Reference repository structure

A starting layout that keeps agents, infrastructure, and security policy as first-class directories rather than folders someone adds late.

project/
├── apps/            # web, api, admin surfaces
├── agents/          # planner, researcher, reviewer, orchestrator
├── infrastructure/  # terraform, kubernetes, helm, docker
├── security/        # policies, threat models, IAM scopes
├── monitoring/      # dashboards, alerts, SLOs
├── pipelines/       # CI/CD and evaluation gates
├── tests/
└── docs/

Primary sources

The standards, framework documents, and vendor references this track is built against. Go here when you need the authoritative wording rather than a summary — in a security review or an audit, the source is what counts.