ai-curriculum · training

het ai-curriculum,cursus voor cursus.

251 cursussen en 29 workshops onder leiding van practitioners over ai in engineering, product, data, sales, finance, legal, hr, operations, leadership en risk. 700.5 contacturen in totaal. elke cursus noemt zijn niveau, zijn uren, de tools die hij gebruikt en het artefact waarmee je naar buiten loopt.

dit is geen videobibliotheek. cursussen worden gegeven in een browseromgeving met begeleide praktijk. labs worden beoordeeld op wat je maakt. workshops worden live gegeven door de practitioners die ons consultancy- en platformwerk leveren.

251

cursussen over 16 thema's

700.5

contacturen aan onderwezen materiaal

29

workshops onder leiding van practitioners, 65 sessies

53

beoordeelde labs. jij bouwt, wij beoordelen

cursussen

251 van 251 cursussen · 700.5 contacturen

  • GroundModule2 uur

    Understanding Artificial Intelligence

    Learn how AI models actually work, from tokens to probability, and why the same question can produce two different answers.

    jij levertA one-page explanation of tokens and probability in your own words

    AI Foundationsgeen tools

  • GroundModule1.5 uur

    Choosing the Right AI Model

    Discover the differences between frontier and small models, open and closed weights, and learn to pick the right one for a task.

    jij levertA model-selection cheat sheet for your team

    AI FoundationsClaude, GPT, Gemini, Llama

  • GroundModule2 uur

    Understanding AI Limitations

    Learn where AI models fail, covering invented facts, out of date knowledge, arithmetic errors and false confidence, by making each failure happen yourself.

    jij levertA personal failure log with five real examples

    AI Foundationsgeen tools

  • GroundModule1.5 uur

    AI Safety and Data Handling at Work

    Learn what data can and cannot go into a prompt, which tools are approved, and what to do when something goes wrong.

    jij levertA completed data-classification decision tree

    AI Foundationsgeen tools

  • GroundModule2 uur

    Getting Started with AI at Work

    Build a practical daily AI habit and learn to decide which tasks to delegate to a model and which to keep.

    jij levertA weekly AI habit plan with three named tasks

    AI FoundationsClaude, Copilot, Gemini

  • GroundModule2 uur

    Verifying AI Output

    Learn practical techniques for checking AI answers, including source checking and cross-model verification.

    jij levertA reusable verification checklist for your function

    AI Foundationsgeen tools

  • GroundModule1.5 uur

    Understanding AI Costs

    Discover how tokens, context length and model choice drive the cost of AI, and learn to estimate the price of a workflow.

    jij levertA cost estimate for one of your own workflows

    AI Foundationsgeen tools

  • GroundCase1.5 uur

    Redesigning Your Role with AI

    Break your job into tasks and learn to decide which to automate, which to augment and which to keep human.

    jij levertA task inventory split into automate / augment / keep

    AI Foundationsgeen tools

  • GroundModule1 uur

    Communicating About AI Clearly

    Learn to describe what AI systems actually do, without the hype that makes projects hard to evaluate.

    jij levertA rewritten internal update stripped of hype

    AI Foundationsgeen tools

  • GroundModule2 uur

    Introduction to Prompt Engineering

    Learn the parts of an effective prompt, covering the task, context, constraints, examples and output format, and why vague instructions fail.

    jij levertA before/after prompt pair with measured difference

    Prompt EngineeringClaude, ChatGPT, Gemini

  • OperatorModule2.5 uur

    Intermediate Prompt Engineering

    Master six reusable prompting patterns, including role framing, few-shot examples, decomposition and output contracts.

    jij levertSix reusable prompt patterns for your function

    Prompt EngineeringClaude, ChatGPT

  • OperatorModule3 uur

    Context Engineering

    Learn what to put in a model's context window and in what order, and why a large window is not permission to paste everything.

    jij levertA restructured long-context prompt with measured lift

    Prompt EngineeringClaude

  • OperatorModule2.5 uur

    Prompt Chaining and Decomposition

    Discover how to split a difficult request into a sequence of simple ones, and learn where chains break down.

    jij levertA three-stage chain that beats a single prompt

    Prompt EngineeringClaude, ChatGPT

  • OperatorModule2 uur

    Controlling Model Reasoning

    Learn to use extended thinking and effort budgets, and to judge when deeper reasoning is worth the extra cost.

    jij levertA cost/quality curve across three thinking budgets

    Prompt EngineeringClaude, GPT

  • OperatorModule2 uur

    Managing Prompts as a Team

    Learn to version, name, own and review prompts so they become shared assets rather than private tricks.

    jij levertA versioned prompt library with owners

    Prompt Engineeringgeen tools

  • OperatorModule2 uur

    Prompting with Images and Documents

    Learn to work with images, PDFs, screenshots and charts as model input for contracts, invoices and reports.

    jij levertA document-to-structure workflow you use weekly

    Prompt EngineeringClaude, Gemini

  • BuilderModule2.5 uur

    Writing System Prompts for Products

    Learn to write the instruction layer behind a production feature, covering tone, refusals, escape hatches and drift.

    jij levertA production system prompt with a change log

    Prompt EngineeringClaude, OpenAI

  • GroundModule1.5 uur

    Introduction to Prompt Injection

    Understand why pasting untrusted content into a model is a security risk, and learn to recognise it without writing code.

    jij levertA red-flag list for your team's tools

    Prompt Engineeringgeen tools

  • BuilderDrill2 uur

    Structuring Model Output

    Learn to force reliable output shapes using schemas, enums and citations so downstream code can trust what it receives.

    jij levertA schema-locked prompt with a 100-case pass rate

    Prompt EngineeringClaude, OpenAI

  • BuilderModule3 uur

    Working with the Messages API

    Learn to call a language model API directly, handling roles, system instructions, stop reasons, errors and retries.

    jij levertA working client with retry and timeout handling

    Building AI ApplicationsClaude, OpenAI

  • BuilderModule3 uur

    Structured Outputs and Schemas

    Learn to extract reliably typed data from a model, covering schema design, validation and repair loops.

    jij levertAn extraction service with schema validation

    Building AI ApplicationsClaude, OpenAI

  • BuilderModule3.5 uur

    Introduction to Tool Use

    Learn to give a model access to your own functions and APIs, handling definitions, arguments, results and errors.

    jij levertA model that queries your own API correctly

    Building AI ApplicationsClaude, OpenAI

  • BuilderModule2.5 uur

    Streaming and Responsive AI Interfaces

    Learn to stream model output token by token, with partial rendering, cancellation and good waiting states.

    jij levertA streaming endpoint with graceful cancellation

    Building AI ApplicationsClaude, OpenAI

  • BuilderModule3 uur

    Building Multimodal Pipelines

    Learn to process images, PDFs and audio at scale, including pre-processing, page splitting and cost control.

    jij levertA document pipeline handling 200 mixed files

    Building AI ApplicationsClaude, Gemini

  • BuilderModule2.5 uur

    Prompt Caching and Batch Processing

    Learn to cut AI costs using prompt caching, batch endpoints and request shaping, with measured results.

    jij levertA workload with a measured cost reduction

    Building AI ApplicationsClaude, OpenAI

  • ArchitectModule3 uur

    Model Routing and Fallbacks

    Learn to route requests between cheap and expensive models and handle provider outages with circuit breakers.

    jij levertA router with a documented escalation policy

    Building AI ApplicationsClaude, OpenAI, OSS

  • BuilderLab4 uur

    Building a Chat Application

    Build a production chat feature covering conversation state, truncation, memory, rate limits and abuse handling.

    jij levertA deployed chat feature with history and limits

    Building AI ApplicationsClaude, OpenAI

  • BuilderLab3.5 uur

    Building Document Processing Systems

    Build a pipeline that turns contracts and forms into structured records through ingest, extract, validate and review.

    jij levertA pipeline turning contracts into structured records

    Building AI ApplicationsClaude

  • BuilderModule3 uur

    Classification and Extraction at Scale

    Learn when a language model beats a trained classifier, and how to set thresholds, abstention and review queues.

    jij levertA classifier with a published confusion matrix

    Building AI ApplicationsClaude, OSS

  • BuilderModule2.5 uur

    Generating Synthetic Data

    Learn to generate test cases, edge cases and training data, and to measure diversity and avoid model collapse.

    jij levertA synthetic test set with diversity metrics

    Building AI ApplicationsClaude, OSS

  • BuilderCase2 uur

    Choosing Between Prompting, RAG and Fine-Tuning

    Learn to make the build decision for an AI feature using cost, latency and accuracy evidence rather than preference.

    jij levertA written decision memo for one real feature

    Building AI Applicationsgeen tools

  • BuilderModule3 uur

    Introduction to Embeddings

    Learn how embeddings represent meaning as vectors, and build a working semantic search over your own documents.

    jij levertA working semantic search over your own docs

    Retrieval & RAGOpenAI, Cohere, OSS

  • BuilderModule3 uur

    Preparing Documents for Retrieval

    Learn structure aware chunking, overlap, metadata and table handling, the step that quietly decides retrieval quality.

    jij levertA chunking strategy with a retrieval score

    Retrieval & RAGLangChain, LlamaIndex

  • BuilderModule3 uur

    Working with Vector Databases

    Learn to index, filter and update vectors in production, covering multi-tenancy, namespaces and operational cost.

    jij levertA store with filters, namespaces and backups

    Retrieval & RAGPinecone, Weaviate, pgvector

  • BuilderLab3.5 uur

    Building RAG Applications

    Build a retrieval-augmented assistant end to end, with query rewriting, grounding, citation and refusal.

    jij levertA grounded assistant with citations

    Retrieval & RAGLangChain, Claude

  • BuilderModule3 uur

    Hybrid Search and Reranking

    Learn to combine keyword and vector search with a reranker, usually the biggest available quality gain.

    jij levertA measured precision gain over pure vector search

    Retrieval & RAGBM25, rerankers

  • ArchitectModule3 uur

    Introduction to Graph RAG

    Learn to use graph databases for retrieval when relationships matter more than similarity, including multi-hop questions.

    jij levertA graph-backed answer to a multi-hop question

    Retrieval & RAGNeo4j, LangChain

  • BuilderModule3 uur

    Evaluating Retrieval Quality

    Learn to measure recall, precision and faithfulness, and to score retrieval separately from generation.

    jij levertA retrieval scorecard on your own corpus

    Retrieval & RAGRAGAS, custom

  • BuilderModule3 uur

    Building Text-to-SQL Systems

    Learn to query a warehouse in natural language, with schema context, guardrails, validation and review gates.

    jij levertA guarded query interface with a review gate

    Retrieval & RAGClaude, dbt

  • ArchitectModule2.5 uur

    Keeping Knowledge Bases Current

    Learn to detect change, re-embed efficiently and set staleness targets so answers do not silently go out of date.

    jij levertAn index refresh design with staleness SLOs

    Retrieval & RAGgeen tools

  • ArchitectLab3.5 uur

    Search Over Messy Enterprise Data

    Build a working index over real corporate content: duplicates, contradictions, dead policies and scanned PDFs.

    jij levertA working index over genuinely bad source data

    Retrieval & RAGClaude, hybrid stack

  • OperatorModule2 uur

    Introduction to AI Agents

    Learn what an agent actually is, namely a loop with tools and a stopping condition, and how to judge which work is worth automating.

    jij levertA written spec for one candidate agent

    AI Agentsgeen tools

  • BuilderModule3 uur

    Building Your First AI Agent

    Build an agent loop by hand before using a framework, covering tools, termination, iteration caps and error recovery.

    jij levertA working agent with three real tools

    AI AgentsClaude, OpenAI

  • BuilderModule3 uur

    Agent Memory and State

    Learn to give an agent durable state so it survives a restart, and understand memory versus a longer prompt.

    jij levertAn agent that survives a restart mid-task

    AI AgentsClaude, LangGraph

  • BuilderModule3 uur

    Agent Planning Patterns

    Learn plan-and-act, reflection and decomposition patterns, and which genuinely improve results rather than burning tokens.

    jij levertA planner/executor split with a measured gain

    AI AgentsLangGraph, Claude

  • ArchitectModule3.5 uur

    Building Multi-Agent Systems

    Learn supervisor, parallel and hand off patterns for multiple agents, and recognise when a single agent is the better design.

    jij levertA parallel fan-out with a synthesis stage

    AI AgentsLangGraph, CrewAI, Claude

  • BuilderModule3 uur

    Introduction to Model Context Protocol (MCP)

    Learn the MCP standard for connecting models to tools and data, including primitives, transport and configuration.

    jij levertA client connected to three MCP servers

    AI AgentsMCP, Claude

  • BuilderLab3.5 uur

    Building MCP Servers

    Build your own MCP server to expose an internal system as tools, covering schema design, auth and versioning.

    jij levertA published MCP server over an internal system

    AI AgentsMCP

  • ArchitectModule3 uur

    Agent Permissions and Sandboxing

    Learn to scope what an agent can touch using least privilege, allow-lists, execution isolation and action gates.

    jij levertA permission matrix and an enforced sandbox

    AI AgentsClaude, containers

  • BuilderModule2.5 uur

    Designing Human-in-the-Loop Approval

    Learn to design approval checkpoints people actually read, and avoid the rubber stamp that defeats the control.

    jij levertAn approval flow with a measured intervention rate

    AI Agentsgeen tools

  • ArchitectModule3 uur

    Agent Observability and Tracing

    Learn to trace an agent run with spans, tool calls and token accounting so failures can be reconstructed.

    jij levertA traced agent run you can debug from logs

    AI AgentsLangSmith, OTel

  • ArchitectModule3 uur

    Long-Running and Scheduled Agents

    Learn to run agents on a schedule or for hours, covering idempotency, resumption, drift and unattended failure.

    jij levertA scheduled agent with alerting and a kill switch

    AI AgentsClaude, queues

  • OperatorLab3 uur

    Workflow Automation Without Code

    Build real business automations in a visual builder, covering triggers, branching, error paths and handover.

    jij levertA live automation replacing a manual routine

    AI Agentsn8n, Power Automate

  • ArchitectModule3 uur

    Browser and Computer-Use Agents

    Learn to drive interfaces that have no API, with a candid look at reliability, cost and the security surface.

    jij levertA guarded browser task with a scoped profile

    AI AgentsClaude, Playwright

  • ArchitectModule2.5 uur

    Controlling Agent Cost and Risk

    Learn to apply loop detection, spend caps, dry runs and reversibility so a bad agent run does not become an incident.

    jij levertA budget guard and a rollback plan

    AI Agentsgeen tools

  • OperatorModule2.5 uur

    Getting Started with AI Coding Assistants

    Learn to use AI coding assistants effectively and establish an honest baseline of your current speed.

    jij levertA measured baseline on your own repository

    AI for Software EngineeringCopilot, Claude Code, Cursor

  • BuilderModule3 uur

    Spec-Driven Development with AI

    Learn to write the specification a model needs in order to produce correct code first time.

    jij levertA spec that produced working code first time

    AI for Software EngineeringClaude Code

  • BuilderModule2.5 uur

    Reviewing AI-Generated Code

    Learn to review code you did not write, spotting hallucinated APIs, silent assumptions and plausible nonsense.

    jij levertA review checklist adopted by your team

    AI for Software Engineeringgeen tools

  • BuilderModule2.5 uur

    Generating Tests with AI

    Learn to generate tests that actually fail when the code is wrong, verified with mutation testing.

    jij levertA suite with mutation-tested quality

    AI for Software EngineeringClaude Code, Copilot

  • BuilderLab3 uur

    Understanding Unfamiliar Codebases with AI

    Learn to map a large unfamiliar repository quickly, covering call graphs, dead code and hidden coupling.

    jij levertA written architecture map of an unfamiliar repo

    AI for Software EngineeringClaude Code

  • ArchitectLab3.5 uur

    Large-Scale Refactoring with AI Agents

    Learn to run codebase-scale migrations with agents, covering batching, verification gates and rollback.

    jij levertA migration executed across 50+ files

    AI for Software EngineeringClaude Code

  • BuilderModule3 uur

    Debugging with AI Agents

    Learn a disciplined debugging loop of reproduce, bisect, hypothesise and verify that keeps the model honest.

    jij levertA reproducible bug hunt logged end to end

    AI for Software EngineeringClaude Code

  • OperatorModule2 uur

    Documenting Code with AI

    Learn to generate architecture decision records, runbooks and API documentation that stay accurate.

    jij levertGenerated docs that survived a review

    AI for Software EngineeringClaude Code

  • ArchitectModule3 uur

    AI in CI/CD Pipelines

    Learn to automate review, triage and release notes in your pipeline, and recognise where a bot becomes noise.

    jij levertAn automated review step running on PRs

    AI for Software EngineeringGitHub Actions, Claude

  • BuilderCase1.5 uur

    Knowing When Not to Use AI on Code

    Learn to define the boundary for cryptography, concurrency and regulated code paths before an incident defines it for you.

    jij levertA written no-go list for your codebase

    AI for Software Engineeringgeen tools

  • ArchitectCase2 uur

    Measuring Engineering Productivity

    Learn to measure AI's real effect using cycle time and change failure rate rather than lines accepted.

    jij levertA metric set your engineers do not game

    AI for Software EngineeringDORA

  • BuilderModule3 uur

    AI for Data Engineering

    Learn to build pipelines and transformations with AI assistance, protected by data contract tests.

    jij levertA generated pipeline with contract tests

    AI for Software Engineeringdbt, SQL, Claude

  • OperatorModule2 uur

    Introduction to AI Evaluation

    Learn why a demo is not evidence, and how to define what good means for an AI feature before you build it.

    jij levertA written quality definition for one feature

    Evaluation & Testinggeen tools

  • BuilderLab3 uur

    Building Your First Eval Set

    Build a 100-case evaluation set from real examples and score your current system against it.

    jij levertA 100-case eval set with a baseline score

    Evaluation & Testinggeen tools

  • BuilderModule3 uur

    Using LLMs as Judges

    Learn to automate grading with a model judge, covering rubrics, position bias and calibration against humans.

    jij levertA judge validated against human labels

    Evaluation & TestingClaude, OpenAI

  • BuilderModule2.5 uur

    Running Human Evaluation

    Learn to run annotators well, covering guidelines, inter-rater agreement, adjudication and cost per label.

    jij levertAn annotation guideline with measured agreement

    Evaluation & Testinggeen tools

  • BuilderModule2.5 uur

    Regression Testing for Prompts

    Learn to treat prompts as code, with version control and CI gates that block quality regressions.

    jij levertAn eval gate blocking a bad prompt merge

    Evaluation & TestingCI, promptfoo

  • ArchitectModule3 uur

    Monitoring AI in Production

    Learn to measure quality live using sampling, implicit signals, drift detection and alert thresholds.

    jij levertA production quality dashboard with alerts

    Evaluation & TestingLangSmith, OTel

  • BuilderModule3 uur

    Detecting Hallucination and Measuring Grounding

    Learn to score answers for unsupported claims automatically, and to treat abstention as a feature.

    jij levertA faithfulness score wired into your pipeline

    Evaluation & Testinggeen tools

  • ArchitectModule3 uur

    A/B Testing AI Features

    Learn to design experiments on systems whose output varies per call, covering variance and sample size.

    jij levertA powered experiment design for one feature

    Evaluation & Testinggeen tools

  • ArchitectModule3 uur

    Evaluating AI Agents

    Learn to score an agent's trajectory rather than its answer, covering tool choice, step efficiency and partial credit.

    jij levertA trajectory rubric applied to 50 runs

    Evaluation & TestingLangSmith

  • ArchitectCase2 uur

    Running an AI Quality Review

    Learn to run a recurring forum that holds AI features to their measured numbers.

    jij levertA standing review agenda and its first minutes

    Evaluation & Testinggeen tools

  • ArchitectModule3 uur

    Introduction to LLMOps

    Learn the operational lifecycle of an AI system, from prompt and model to data, evaluation, release and monitoring, and how it differs from MLOps.

    jij levertA reference architecture for your stack

    Deployment & Operationsgeen tools

  • ArchitectModule3 uur

    Building an AI Gateway

    Learn to put every model call behind one front door with keys, quotas, logging, routing and provider abstraction.

    jij levertA gateway with keys, quotas and logging

    Deployment & OperationsLiteLLM, gateways

  • ArchitectModule3 uur

    Reducing AI Latency

    Learn where the milliseconds go and how to cut them through model choice, output length, streaming and caching.

    jij levertA P95 reduction with a documented method

    Deployment & Operationsgeen tools

  • ArchitectModule3 uur

    AI Cost Management

    Learn to model cost per request, per user and per outcome, and to forecast and control AI spend.

    jij levertA per-request unit economic model

    Deployment & Operationsgeen tools

  • ArchitectModule2.5 uur

    Managing Rate Limits and Capacity

    Learn to handle provider limits with queuing, backpressure and graceful degradation under load.

    jij levertA load plan surviving a 10x spike

    Deployment & Operationsgeen tools

  • ArchitectLab3.5 uur

    Self-Hosting Open Models

    Learn to serve open-weight models yourself, covering GPUs, quantisation and the true total cost.

    jij levertA served open model with a cost comparison

    Deployment & OperationsvLLM, Llama, Mistral

  • ArchitectModule3 uur

    Deploying AI on Cloud Platforms

    Learn to deploy models on Bedrock, Vertex or Azure AI Foundry, covering residency, networking and procurement.

    jij levertA deployment meeting your residency rules

    Deployment & OperationsBedrock, Vertex, Foundry

  • ArchitectModule2.5 uur

    Migrating Between Models

    Learn to move to a new model version without a quality regression, using shadow traffic and staged rollout.

    jij levertA migration runbook with an eval gate

    Deployment & Operationsgeen tools

  • ArchitectModule2.5 uur

    Incident Response for AI Systems

    Learn to detect, contain and disclose when a model is confidently wrong at scale, then run the post-mortem.

    jij levertA runbook plus one tabletop exercise

    Deployment & Operationsgeen tools

  • ArchitectModule3 uur

    Privacy-Preserving AI Architecture

    Learn to design for redaction, tokenisation, residency, retention and zero-retention endpoints.

    jij levertA data-flow diagram cleared by your DPO

    Deployment & Operationsgeen tools

  • BuilderModule2.5 uur

    Introduction to AI Security

    Learn to threat model an AI feature, covering assets, actors and entry points, mapped to the OWASP LLM risks.

    jij levertA threat model for one live feature

    AI Securitygeen tools

  • BuilderLab3 uur

    Attacking Systems with Prompt Injection

    Learn direct and indirect prompt injection by breaking a system you built, then attempting to defend it.

    jij levertThree successful injections against your own app

    AI Securitygeen tools

  • BuilderModule3 uur

    Preventing Data Exfiltration

    Learn to recognise and break the combination of private data, untrusted content and an outbound channel.

    jij levertAn audit of your tools against the trifecta

    AI Securitygeen tools

  • ArchitectModule3 uur

    Securing AI Agent Permissions

    Learn to scope agent capability so that a compromised agent cannot cause real damage.

    jij levertA least-privilege design for one agent

    AI Securitygeen tools

  • ArchitectLab3.5 uur

    Red-Teaming AI Applications

    Learn to run a structured campaign covering jailbreaks, extraction, poisoning and denial of wallet, then write it up.

    jij levertA red-team report with severity ratings

    AI Securitygeen tools

  • ArchitectModule3 uur

    Securing the AI Supply Chain

    Learn to vet third-party models, MCP servers, skills and packages for provenance before adoption.

    jij levertA vetting standard for third-party components

    AI SecurityMCP, models, skills

  • BuilderModule2.5 uur

    Handling Untrusted Model Output

    Learn to treat model output as untrusted input, preventing XSS, SQL injection and unsafe rendering.

    jij levertA hardened rendering and execution path

    AI Securitygeen tools

  • BuilderModule2.5 uur

    Redacting Secrets and PII

    Learn to keep sensitive data out of prompts, logs and traces, and to measure how well redaction works.

    jij levertA redaction layer with measured recall

    AI Securitygeen tools

  • ArchitectCase3 uur

    Building an AI Security Review Process

    Learn to design a review gate every AI feature passes, sized so that it does not become theatre.

    jij levertA review gate adopted into your SDLC

    AI Securitygeen tools

  • OperatorModule2 uur

    Writing an AI Acceptable Use Policy

    Learn to write an AI policy short enough to be read and specific enough to be applied.

    jij levertA one-page AI policy fit for your company

    Governance & Compliancegeen tools

  • BuilderModule3 uur

    Understanding the EU AI Act

    Learn the risk tiers, obligations, timelines and roles under the EU AI Act from a deployer's perspective.

    jij levertA risk classification of your AI inventory

    Governance & Compliancegeen tools

  • BuilderModule3 uur

    Introduction to ISO/IEC 42001

    Learn to build an AI management system that survives an audit without stalling delivery.

    jij levertA gap analysis against the standard

    Governance & Compliancegeen tools

  • OperatorModule2.5 uur

    Building an AI Use Case Inventory

    Learn to discover, register and maintain a live inventory of every AI system in your organisation.

    jij levertA populated register with owners and tiers

    Governance & Compliancegeen tools

  • BuilderModule3 uur

    Conducting AI Impact Assessments

    Learn to assess a use case before build, covering affected people, severity, reversibility and mitigation.

    jij levertA completed assessment on a real use case

    Governance & Compliancegeen tools

  • BuilderModule2.5 uur

    AI Vendor Due Diligence

    Learn to assess an AI vendor on training data, retention, sub-processors, evaluations and incident history.

    jij levertA vendor questionnaire and a scoring rubric

    Governance & Compliancegeen tools

  • OperatorModule2 uur

    AI, Copyright and Intellectual Property

    Learn who owns model output, what your inputs expose, and where the real legal risk sits today.

    jij levertA guidance note for your content teams

    Governance & Compliancegeen tools

  • BuilderLab3 uur

    Testing AI Systems for Bias

    Learn to move from fairness principles to actual tests, covering subgroup measurement, proxies and remediation.

    jij levertA bias test report on a real system

    Governance & Compliancegeen tools

  • OperatorModule2 uur

    AI Transparency and Disclosure

    Learn to tell users that AI was involved, in language that informs rather than disclaims.

    jij levertDisclosure copy shipped in a real product

    Governance & Compliancegeen tools

  • BuilderModule2.5 uur

    Audit Trails for AI Systems

    Learn to log what a regulator or auditor will ask for, before they ask for it.

    jij levertAn evidence pack for one AI system

    Governance & Compliancegeen tools

  • BuilderCase3 uur

    Sector-Specific AI Regulation

    Learn where financial services, healthcare, public sector and employment rules bite harder than AI law.

    jij levertA sector obligation map for your business

    Governance & Compliancegeen tools

  • ArchitectCase2.5 uur

    Designing an AI Governance Operating Model

    Learn to set decision rights and accountability so that governance does not become a bottleneck.

    jij levertAn RACI and a decision-rights map

    Governance & Compliancegeen tools

  • OperatorModule2.5 uur

    Choosing the Right AI Product Opportunity

    Learn to screen AI feature ideas on error tolerance, value of speed and availability of ground truth.

    jij levertA scored shortlist of five candidate features

    AI Product & Designgeen tools

  • BuilderLab3 uur

    Writing PRDs for AI Features

    Learn to write requirements for a feature whose output varies, with acceptance criteria expressed as evaluations.

    jij levertA PRD with acceptance criteria as an eval set

    AI Product & Designgeen tools

  • BuilderModule3 uur

    Designing for Uncertainty

    Learn to design confidence, ambiguity and the honest 'I do not know' as intentional interface states rather than failures.

    jij levertThree interface states designed and tested

    AI Product & Designgeen tools

  • BuilderModule2.5 uur

    Designing Trust and Disclosure

    Learn to use citations, provenance, edit affordances and consent to earn trust without overclaiming.

    jij levertA trust pattern set for your product

    AI Product & Designgeen tools

  • BuilderModule3 uur

    Agent User Experience Patterns

    Learn patterns for showing work, interruption, approval and undo on tasks with no progress bar.

    jij levertAn agent flow prototype with approval points

    AI Product & Designgeen tools

  • BuilderModule2.5 uur

    Designing AI Error Recovery

    Learn what the interface should do when a model is wrong, slow, refuses, or is unavailable.

    jij levertA recovery flow for three failure modes

    AI Product & Designgeen tools

  • BuilderCase2.5 uur

    Pricing and Packaging AI Features

    Learn to price a feature with variable marginal cost, covering seats, credits, outcomes and the margin trap.

    jij levertA pricing model with a margin floor

    AI Product & Designgeen tools

  • BuilderModule3 uur

    Instrumenting AI Features

    Learn to measure the funnel that matters, from invoked through completed, accepted, edited and reverted, instead of raw usage.

    jij levertAn event schema and a live funnel

    AI Product & Designgeen tools

  • BuilderModule2.5 uur

    Rolling Out AI Features Safely

    Learn to plan staged release, guardrails and the kill criteria you agree before launch.

    jij levertA rollout plan with pre-agreed kill criteria

    AI Product & Designgeen tools

  • OperatorLab3 uur

    Prototyping AI Products

    Learn to build a throwaway AI prototype quickly, test it with users, and avoid accidentally shipping it.

    jij levertA tested prototype plus a written learning

    AI Product & DesignClaude, Replit, v0

  • OperatorModule3 uur

    AI for Sales

    Learn to use AI for account research, call preparation, follow-up and proposals, with clear honesty rules.

    jij levertA live pre-call research workflow

    AI for Business FunctionsClaude, Copilot, CRM

  • OperatorModule3 uur

    AI for Marketing

    Learn to run a content pipeline from brief to review at volume, with brand voice and fact-checking built in.

    jij levertA content pipeline with a brand-voice check

    AI for Business FunctionsClaude, Gemini

  • OperatorModule3 uur

    AI for Customer Support

    Learn to use AI for draft assistance, deflection and quality assurance, and when to hand over to a human.

    jij levertA deflection design with an escalation policy

    AI for Business FunctionsClaude, Zendesk

  • OperatorModule3 uur

    AI for Finance

    Learn to use AI for variance analysis, commentary and reconciliation, with controls an auditor will accept.

    jij levertA reconciliation workflow with a control step

    AI for Business FunctionsClaude, Excel, Copilot

  • OperatorModule3 uur

    AI for Legal and Contracting

    Learn to use AI for contract review, clause extraction and first drafts, with privilege and confidentiality protected.

    jij levertA clause-review workflow with a risk register

    AI for Business FunctionsClaude

  • OperatorModule3 uur

    AI for Human Resources

    Learn to use AI across job design, screening, interviews and onboarding, with fairness testing built in.

    jij levertA hiring workflow that passes a bias review

    AI for Business FunctionsClaude, Copilot

  • OperatorModule2.5 uur

    AI for Learning and Development

    Learn to build training content, assessments and personalised paths with AI, without generating filler.

    jij levertA generated course outline with assessments

    AI for Business FunctionsClaude

  • OperatorModule2.5 uur

    AI for Procurement

    Learn to use AI for supplier analysis, tender review and spend analysis on real documents.

    jij levertA supplier comparison built from real documents

    AI for Business FunctionsClaude, Excel

  • OperatorLab3 uur

    AI for Operations

    Learn to map a process, find the AI-shaped step, rebuild it and measure what changed.

    jij levertOne process re-designed and instrumented

    AI for Business Functionsn8n, Claude

  • OperatorModule2.5 uur

    AI for Executive Support

    Learn to run briefings, meeting synthesis, decision logs and follow-through at executive tempo.

    jij levertA weekly executive briefing pipeline

    AI for Business FunctionsClaude

  • OperatorModule2.5 uur

    AI for Research and Competitive Intelligence

    Learn to run structured research with citation discipline, gaining depth without fabrication.

    jij levertA sourced competitive brief

    AI for Business FunctionsClaude, Gemini

  • OperatorModule2.5 uur

    AI for Project Management

    Learn to use AI for status synthesis, risk detection and reporting that reflects reality.

    jij levertA status pipeline drawn from real artefacts

    AI for Business FunctionsClaude

  • BuilderLab3.5 uur

    AI for Data Analysis

    Learn to take an analysis from question to query to chart to narrative, with verification at every stage.

    jij levertAn analysis delivered end to end with AI

    AI for Business FunctionsClaude, SQL, Python

  • OperatorModule3 uur

    Creating Documents and Presentations with AI

    Learn to produce finished reports, decks and spreadsheets rather than raw text.

    jij levertThree real deliverables produced and reviewed

    AI for Business FunctionsClaude, Copilot, Gemini

  • GroundModule2 uur

    AI for Frontline Teams

    Learn mobile-first, low-friction AI uses for field, retail, logistics and support staff.

    jij levertA shift-level use case adopted by a team

    AI for Business FunctionsClaude, Copilot

  • OperatorModule2 uur

    AI for Executives

    Learn what has genuinely changed in AI, what has not, and which vendor claims to discount.

    jij levertA briefing you could give your own board

    Leadership & Strategygeen tools

  • BuilderCase3 uur

    Building an AI Strategy

    Learn to build a portfolio of AI bets across horizons, managing concentration risk and killing projects on time.

    jij levertA scored portfolio across three horizons

    Leadership & Strategygeen tools

  • BuilderCase2.5 uur

    Buy, Build or Wait

    Learn to make the three-way AI investment decision using switching cost, differentiation and time to value.

    jij levertA decision memo for one live proposal

    Leadership & Strategygeen tools

  • BuilderModule2.5 uur

    Organising Teams for AI

    Learn to choose between central, embedded and federated AI teams, and decide who owns the platform.

    jij levertA target operating model for your org

    Leadership & Strategygeen tools

  • BuilderLab3 uur

    Building the Business Case for AI

    Learn to build an AI business case that survives finance, with baselines, attribution and sensitivity analysis.

    jij levertA defensible business case with sensitivities

    Leadership & Strategygeen tools

  • OperatorModule2.5 uur

    Leading Teams Through AI Change

    Learn to handle fear, resistance and quiet non-adoption, and what not to promise.

    jij levertA communication plan and a listening loop

    Leadership & Strategygeen tools

  • BuilderModule2 uur

    Running an AI Operating Cadence

    Learn to set the review rhythms, decision forums and the few metrics leadership should actually track.

    jij levertA cadence with named owners and metrics

    Leadership & Strategygeen tools

  • BuilderCase2.5 uur

    AI Skills and Talent Strategy

    Learn to map the capability you need, decide what to build versus hire, and retain people afterwards.

    jij levertA capability map with a build/hire split

    Leadership & Strategygeen tools

  • BuilderModule2 uur

    Reporting AI Progress to the Board

    Learn to report AI progress with evidence rather than ambition, and survive the follow-up question.

    jij levertA board-ready section with real evidence

    Leadership & Strategygeen tools

  • BuilderModule3 uur

    Machine Learning Fundamentals

    Learn supervised learning, validation, leakage and metrics, the foundation that generative AI still rests on.

    jij levertA trained model with a validated metric

    Machine LearningPython, scikit-learn

  • BuilderModule4 uur

    Introduction to Deep Learning

    Learn networks, gradients, optimisation and regularisation by building and training them yourself.

    jij levertA network trained from scratch

    Machine LearningPyTorch

  • ArchitectLab4 uur

    Building a Transformer from Scratch

    Learn attention, embeddings and positional encoding by writing a working small transformer.

    jij levertA working small transformer you wrote

    Machine LearningPyTorch

  • ArchitectLab4 uur

    Fine-Tuning Language Models

    Learn supervised fine-tuning end to end, covering dataset construction, training and honest evaluation.

    jij levertA fine-tuned model beating its base on your task

    Machine LearningPyTorch, HF

  • ArchitectModule4 uur

    Preference Tuning with RLHF and DPO

    Learn how preference data and reward modelling shape model behaviour, and what alignment training really does.

    jij levertA preference-tuned model with a win rate

    Machine LearningHF, TRL

  • ArchitectModule3.5 uur

    Parameter-Efficient Fine-Tuning with LoRA

    Learn to adapt large models on modest hardware using LoRA and QLoRA, and to judge when it is enough.

    jij levertAn adapter trained on a single GPU

    Machine LearningLoRA, QLoRA

  • ArchitectModule3 uur

    Model Distillation and Small Models

    Learn to teach a small model to do one job well at a fraction of the inference cost.

    jij levertA small model within 5% of a large one

    Machine LearningHF

  • ArchitectModule3 uur

    Quantization and Inference Optimization

    Learn how precision, batching and KV cache affect throughput, and where quality starts to degrade.

    jij levertA served model with a latency/quality curve

    Machine LearningvLLM, GGUF

  • ArchitectModule3 uur

    Explainable AI

    Learn attribution and probing techniques, and the honest limits of explaining a large model's behaviour.

    jij levertAn explanation a regulator would accept

    Machine LearningSHAP, probes

  • BuilderCase3 uur

    Classical Methods That Still Win

    Learn where forecasting, ranking, optimisation and rules beat a language model, and benchmark it yourself.

    jij levertA benchmark where the simple model wins

    Machine LearningPython

  • GroundModule2 uur

    Introduction to Claude

    Learn to set up Claude as a working environment using projects, artifacts, memory and connectors.

    jij levertA configured workspace with three live projects

    AI FoundationsClaude

  • OperatorModule2.5 uur

    Context Engineering with Claude

    Learn to work with Claude's large context window deliberately, covering document structure, ordering and caching.

    jij levertA long-context workflow with a measured lift

    Prompt EngineeringClaude

  • OperatorModule3 uur

    Introduction to Claude Code

    Learn to install and configure Claude Code on your own repository, covering permissions, memory files and first tasks.

    jij levertClaude Code configured on your own repository

    AI for Software EngineeringClaude Code

  • BuilderLab3.5 uur

    Claude Code in Practice

    Learn to use Claude Code for feature work, tests and refactors in an existing codebase under a real review gate.

    jij levertA merged pull request produced with Claude Code

    AI for Software EngineeringClaude Code

  • BuilderLab3 uur

    Building Agent Skills with Claude

    Learn to author, package and distribute Claude Agent Skills, including executable scripts and versioning.

    jij levertA packaged skill your team can install

    AI AgentsClaude

  • ArchitectModule3 uur

    Working with Claude Subagents

    Learn to delegate work to subagents and run tasks in parallel without losing the thread.

    jij levertA parallel workflow across a large task

    AI AgentsClaude Code

  • BuilderModule3 uur

    Connecting Claude with MCP

    Learn to connect Claude to internal systems using MCP, covering server configuration, authorisation and scopes.

    jij levertClaude connected to three internal systems

    AI AgentsClaude, MCP

  • ArchitectLab3.5 uur

    Building Secure MCP Servers

    Learn to build your own MCP server and then attack it, covering tool design, auth and injection surface.

    jij levertA reviewed MCP server exposing internal data

    AI AgentsMCP

  • ArchitectLab3.5 uur

    Building Agents with the Claude Agent SDK

    Learn to build and deploy production agents with the Agent SDK, covering the loop, tools, sessions and permissions.

    jij levertA deployed agent built on the SDK

    AI AgentsAgent SDK

  • GroundModule2.5 uur

    Claude for Documents and Spreadsheets

    Learn to produce finished Excel, PowerPoint, Word and PDF deliverables with Claude.

    jij levertThree finished deliverables produced end to end

    AI for Business FunctionsClaude

  • ArchitectModule3 uur

    Deploying Claude on Bedrock and Vertex

    Learn to run Claude inside your own cloud, covering regions, networking, IAM and quotas.

    jij levertA deployment meeting your residency requirements

    Deployment & OperationsBedrock, Vertex

  • BuilderModule2.5 uur

    Administering Claude for Business

    Learn to manage seats, roles, data controls, retention and audit logs across an organisation.

    jij levertAn admin configuration with a written policy

    Governance & ComplianceClaude Enterprise

  • OperatorModule2 uur

    Understanding Claude's Safety Behaviour

    Learn how Constitutional AI and the usage policy shape refusals, and how to design around them honestly.

    jij levertA refusal-handling guide for your teams

    Governance & ComplianceClaude

  • BuilderModule2 uur

    Managing Claude API Costs

    Learn to reduce spend with prompt caching, batch processing, model tiering and context discipline.

    jij levertA cost reduction with cache-hit evidence

    Deployment & OperationsClaude

  • GroundModule2 uur

    Claude for Non-Technical Teams

    Learn to get real work out of Claude without writing code, using projects, files and artifacts.

    jij levertA personal workflow adopted for a week

    AI FoundationsClaude

  • BuilderModule2.5 uur

    Comparing and Evaluating Claude Models

    Learn to choose between Claude model tiers and thinking budgets using evaluations rather than defaults.

    jij levertA model-choice decision backed by evals

    Evaluation & TestingClaude

  • GroundModule2.5 uur

    Introduction to Microsoft Copilot

    Learn to use Copilot across Word, Excel, PowerPoint, Outlook and Teams, including its real limits.

    jij levertA weekly workflow across three apps

    AI for Business FunctionsCopilot

  • OperatorLab3 uur

    Microsoft Copilot in Excel

    Learn to use Copilot for analysis, formulas, cleaning and modelling, with verification built in.

    jij levertA rebuilt model with checks

    AI for Business FunctionsCopilot, Excel

  • BuilderLab3 uur

    Building Agents with Copilot Studio

    Learn to build, publish and govern an internal agent on Microsoft's stack.

    jij levertA published internal agent

    AI AgentsCopilot Studio

  • OperatorLab3 uur

    Automating Workflows with Power Automate

    Learn to automate real business processes, including the error paths most people skip.

    jij levertA production flow with error handling

    AI AgentsPower Automate

  • ArchitectModule3 uur

    Introduction to Azure AI Foundry

    Learn to deploy, filter, evaluate and monitor models in Azure AI Foundry.

    jij levertA deployed endpoint with monitoring

    Deployment & OperationsAzure

  • BuilderModule2.5 uur

    Governing Microsoft Copilot

    Learn to handle oversharing, sensitivity labels and the permission clean-up a Copilot rollout requires.

    jij levertA rollout plan with permission remediation

    Governance & CompliancePurview, Copilot

  • OperatorModule2.5 uur

    GitHub Copilot for Teams

    Learn to roll out GitHub Copilot with team standards, review expectations and honest measurement.

    jij levertA team standard with measured adoption

    AI for Software EngineeringGitHub Copilot

  • GroundModule2.5 uur

    Introduction to Google Gemini

    Learn to use Gemini across Docs, Sheets, Slides, Gmail and Meet for everyday work.

    jij levertA weekly workflow across Docs, Sheets and Gmail

    AI for Business FunctionsGemini

  • GroundModule2 uur

    Research and Synthesis with NotebookLM

    Learn to synthesise your own sources with grounded answers and citation discipline.

    jij levertA sourced synthesis of a real document set

    AI for Business FunctionsNotebookLM

  • ArchitectModule3 uur

    Introduction to Vertex AI

    Learn to deploy, ground and evaluate models on Google Cloud using Vertex AI.

    jij levertA deployed model with grounding configured

    Deployment & OperationsVertex

  • BuilderLab2.5 uur

    Building Agents with Google ADK

    Learn to build and deploy multi-tool agents with the Agent Development Kit.

    jij levertA working multi-tool agent

    AI AgentsADK

  • BuilderModule3 uur

    Generative AI in BigQuery

    Learn to run embeddings and inference next to your warehouse in SQL, with cost control.

    jij levertA warehouse-native AI workflow

    Retrieval & RAGBigQuery

  • BuilderModule2 uur

    Governing Gemini in Google Workspace

    Learn to configure admin controls, data handling and retention across a Workspace tenancy.

    jij levertAn admin configuration with a data policy

    Governance & ComplianceWorkspace

  • BuilderModule2 uur

    Introduction to Open Source AI Models

    Learn the differences between open weights and open source, and where open models genuinely win.

    jij levertA shortlist with licence notes

    AI FoundationsLlama, Mistral, Qwen, DeepSeek

  • BuilderLab2.5 uur

    Running AI Models Locally

    Learn to run models on a laptop or single server with Ollama and llama.cpp, with realistic expectations.

    jij levertA local model serving your own tool

    Deployment & OperationsOllama, llama.cpp

  • BuilderModule3 uur

    Introduction to Hugging Face

    Learn to use models, datasets and pipelines from the Hugging Face Hub in working code.

    jij levertA pipeline built from hub components

    Machine LearningHugging Face

  • ArchitectLab3.5 uur

    Serving Open Models with vLLM

    Learn to serve open models at scale, covering throughput, batching, KV cache and cost per million tokens.

    jij levertA benchmarked serving stack

    Deployment & OperationsvLLM

  • ArchitectCase3.5 uur

    Building a Self-Hosted AI Stack

    Learn to design a fully self-hosted or air-gapped AI architecture, and what you take on by doing so.

    jij levertAn architecture meeting an air-gap requirement

    Deployment & OperationsvLLM, pgvector

  • BuilderModule2.5 uur

    Open Source Embeddings and Rerankers

    Learn to build a retrieval stack with no external API calls, and compare it to hosted alternatives.

    jij levertA retrieval stack with no external calls

    Retrieval & RAGBGE, E5

  • BuilderModule3 uur

    The AI-Native Software Lifecycle

    Learn how each phase of software delivery changes when agents write most of the code, from requirements through to maintenance.

    jij levertA map of your own lifecycle

    AI-Native SDLC & Harnessgeen tools

  • BuilderModule2.5 uur

    From Vibe Coding to Agentic Engineering

    Learn the difference between prompting your way to code and engineering a system that produces it, and work out where your team actually sits.

    jij levertA placement of your team on the spectrum

    AI-Native SDLC & Harnessgeen tools

  • BuilderCase2.5 uur

    The Factory Model

    Learn to treat your output as the system that produces code rather than the code itself, covering specifications, agents, quality gates and feedback.

    jij levertA written design for your delivery system

    AI-Native SDLC & Harnessgeen tools

  • BuilderModule3 uur

    Harness Engineering Fundamentals

    Learn why an agent is a model plus a harness, and what the harness is made of: instructions, tools, sandboxes, orchestration, hooks and observability.

    jij levertA harness diagram for one team

    AI-Native SDLC & HarnessClaude Code, Cursor

  • BuilderLab3 uur

    Writing Rule Files for Agents

    Learn to write the instruction files that define how an agent behaves in your codebase, and to keep them short enough to stay effective.

    jij levertA reviewed rule file in your repository

    AI-Native SDLC & HarnessClaude Code, AGENTS.md

  • BuilderLab3 uur

    Building Skills as Shared Capability

    Learn to turn engineering standards, workflows and debugging practice into reusable skills rather than prompts people copy between chats.

    jij levertA packaged skill your team installs

    AI-Native SDLC & HarnessClaude, Agent Skills

  • BuilderModule2.5 uur

    Rules, Policies and Constraints

    Learn the difference between deterministic rules such as naming conventions and organisational policies such as data handling and approval requirements.

    jij levertA rule and policy set for one team

    AI-Native SDLC & Harnessgeen tools

  • ArchitectModule3 uur

    Treating Context as Code

    Learn to version, review and lint the context your agents run on, so that specifications, rules and outputs stay consistent with each other.

    jij levertA versioned context repository

    AI-Native SDLC & HarnessSpec Kit, Git

  • BuilderLab3 uur

    Specification Design for Agents

    Learn to write specifications precise enough for an agent to execute without clarification, and to spot the ambiguity that causes rework.

    jij levertA specification an agent completed unaided

    AI-Native SDLC & HarnessSpec Kit

  • BuilderLab3.5 uur

    Building the Agent Loop

    Learn the loop at the centre of every agent, covering perceive, plan, act, observe and iterate, by building one without a framework.

    jij levertA working loop you wrote yourself

    AI-Native SDLC & HarnessPython, Claude

  • ArchitectLab3.5 uur

    Loop Engineering

    Learn to control how an agent iterates, using termination conditions, deterministic quality gates, and feedback that pushes the agent back on course.

    jij levertA loop with working quality gates

    AI-Native SDLC & HarnessClaude Code, CI

  • ArchitectLab3.5 uur

    Graph Engineering for Agent Workflows

    Learn to model work as a graph of nodes and edges rather than a single loop, covering branching, joins, shared state and parallel execution.

    jij levertA graph running work in parallel

    AI-Native SDLC & HarnessLangGraph, Python

  • BuilderModule2.5 uur

    Conductor and Orchestrator Modes

    Learn the two ways developers work with agents, hands on in real time and asynchronously across several agents, and when to switch between them.

    jij levertA written split of the two modes

    AI-Native SDLC & HarnessClaude Code, Cursor

  • BuilderModule3 uur

    Human in the Loop Orchestration

    Learn to run a supervised chain of agents through planning, implementation, testing and review, with clarifications flowing through a person.

    jij levertAn orchestration flow with approval points

    AI-Native SDLC & HarnessClaude Code

  • ArchitectLab3.5 uur

    Autonomous Multi-Agent Orchestration

    Learn to run agents in parallel that coordinate through shared context, and to recognise when this is genuinely better than one agent.

    jij levertA parallel workflow with shared state

    AI-Native SDLC & HarnessClaude, subagents

  • ArchitectLab3 uur

    Hooks and Deterministic Guardrails

    Learn to run your own code at fixed points in an agent's lifecycle, before a tool call, after an edit or before a commit, for the things agents forget.

    jij levertA hook set enforcing your standards

    AI-Native SDLC & HarnessClaude Code, hooks

  • ArchitectModule3 uur

    Agent Sandboxing and Isolation

    Learn to contain what an agent can reach, covering isolation layers, the threats each one addresses, and how agents escape when containment is weak.

    jij levertA sandbox design with named threats

    AI-Native SDLC & HarnessContainers, Claude

  • ArchitectLab3.5 uur

    Evaluating the Harness

    Learn to evaluate the system around the model across four layers, from reviewing skills for conflicts through to measuring whether real tasks succeed.

    jij levertA four layer evaluation suite

    AI-Native SDLC & HarnessLLM judge, CI

  • ArchitectModule3.5 uur

    Agent Memory Architecture

    Learn how agent memory develops from simple project files through structured indexes to semantic retrieval, and how to choose the level you need.

    jij levertA memory design for your team

    AI-Native SDLC & HarnessClaude Code, memory

  • ArchitectModule3 uur

    Feedback Loops and Harness Improvement

    Learn to turn production usage into signal that improves the system, using human corrections, evaluation results and retrieval tuning.

    jij levertA improvement loop with measured gain

    AI-Native SDLC & HarnessEvals, telemetry

  • BuilderLab3 uur

    Connecting Agents to Your Toolchain

    Learn to give agents access to the systems they need to plan, build and ship, covering source control, tickets, design files and pipelines.

    jij levertThree connected internal systems

    AI-Native SDLC & HarnessMCP, GitHub, Jira

  • ArchitectModule3 uur

    Running Agents in Parallel

    Learn the practical options for supervising many agents at once, and the coordination problems that appear as soon as you run more than a few.

    jij levertA working parallel setup

    AI-Native SDLC & HarnessClaude Code, tmux

  • BuilderCase3 uur

    The Economics of Agentic Engineering

    Learn why casual prompting is cheap to start and expensive to run, and how upfront investment in context and tests reverses that.

    jij levertA cost model for your team

    AI-Native SDLC & Harnessgeen tools

  • ArchitectModule2.5 uur

    Intelligent Model Routing

    Learn to send each task to the cheapest model that can complete it, and to measure what routing saves without losing quality.

    jij levertA router with a measured saving

    AI-Native SDLC & HarnessGateways

  • BuilderModule2.5 uur

    The Eighty Percent Problem

    Learn why agents produce most of a feature quickly and then stall on edge cases and integration, and where to direct human attention instead.

    jij levertA written boundary for your codebase

    AI-Native SDLC & Harnessgeen tools

  • BuilderModule3 uur

    Reviewing Code You Did Not Write, at Volume

    Learn to keep review meaningful when most code is generated, covering what to read closely, what to automate, and how to avoid rubber stamping.

    jij levertA review process that scales

    AI-Native SDLC & HarnessGitHub, Claude

  • BuilderModule3 uur

    Redesigning QA for the AI Lifecycle

    Learn how quality assurance shifts from running tests to owning the evaluation system that decides whether work can ship.

    jij levertA test strategy with automated gates

    AI-Native SDLC & HarnessCI, evals

  • BuilderModule2.5 uur

    Release Management with Automated Gating

    Learn to move release decisions from manual sign off to automated gates, and to decide which gates a human still has to hold.

    jij levertA release process with defined gates

    AI-Native SDLC & HarnessCI/CD

  • ArchitectCase2.5 uur

    Building a Platform Team for AI Engineering

    Learn to set up the team that owns the shared harness, covering what it builds, what it standardises and how it keeps the path easy to follow.

    jij levertA team charter and golden path

    AI-Native SDLC & Harnessgeen tools

  • BuilderCase2.5 uur

    Starting an AI Engineering Programme

    Learn to start with a pilot rather than a mandate, covering how to choose the first team, build the sandbox and grow adoption from results.

    jij levertA pilot plan with success criteria

    AI-Native SDLC & Harnessgeen tools

  • BuilderModule3 uur

    Cloud-Native DevSecOps Foundations

    Learn how security moves into every stage of delivery in a cloud-native pipeline, and where AI genuinely helps rather than adding noise.

    jij levertA map of your current pipeline

    Cloud-Native DevSecOpsgeen tools

  • BuilderLab2.5 uur

    Auditing Your Delivery Pipeline

    Learn to audit a pipeline for the stages where security is manual or missing entirely, and to rank the gaps by risk rather than by ease.

    jij levertA gap list ranked by risk

    Cloud-Native DevSecOpsCI/CD

  • BuilderLab2.5 uur

    Catching Secrets Before They Are Committed

    Learn to detect hardcoded credentials and insecure patterns in the editor and at commit time, before they reach a repository.

    jij levertScanning running on every commit

    Cloud-Native DevSecOpsGit, IDE plugins

  • BuilderModule3 uur

    AI-Assisted Code Scanning

    Learn how contextual scanning cuts false positives by telling test credentials from production ones, and how to tune it for your stack.

    jij levertA scan with a reduced false positive rate

    Cloud-Native DevSecOpsSAST tools

  • BuilderLab3 uur

    Securing Infrastructure as Code

    Learn to scan Terraform, Helm and CloudFormation for misconfiguration, and to separate deliberate overrides from genuine mistakes.

    jij levertScanning across your templates

    Cloud-Native DevSecOpsTerraform, Helm

  • BuilderModule2.5 uur

    Container and Registry Security

    Learn to audit images continuously against known vulnerabilities, and to keep base images current without blocking delivery.

    jij levertA registry with continuous auditing

    Cloud-Native DevSecOpsDocker, registries

  • ArchitectLab3.5 uur

    Kubernetes Runtime Security

    Learn to establish behavioural baselines for workloads, detect anomalies at runtime, and generate network policies from observed traffic.

    jij levertBaselines and policies for one cluster

    Cloud-Native DevSecOpsKubernetes

  • ArchitectLab3 uur

    Admission Control and Policy as Code

    Learn to express security policy as code and enforce it at admission, so non-compliant workloads never reach the cluster.

    jij levertPolicies blocking non-compliant workloads

    Cloud-Native DevSecOpsOPA, Kubernetes

  • ArchitectModule3 uur

    Behavioural Threat Detection

    Learn to detect threats by deviation from normal behaviour rather than by signature, and to keep alert volume low enough to be useful.

    jij levertA detection baseline with alert rules

    Cloud-Native DevSecOpsCWPP tools

  • ArchitectLab3.5 uur

    Building an AI Security Pipeline

    Learn to assemble security into every pipeline stage in the right order, from editor and commit through build, deploy and runtime.

    jij levertA pipeline secured end to end

    Cloud-Native DevSecOpsCI/CD, scanners

  • ArchitectModule3 uur

    Securing an AI-Written Codebase

    Learn what changes when most of your code is generated, covering review depth, dependency choices and the vulnerabilities agents repeat.

    jij levertA control set for generated code

    Cloud-Native DevSecOpsgeen tools

  • ArchitectModule3 uur

    Autonomous Security Response

    Learn to let agents act on security findings within firm limits, covering what they may remediate alone and what always needs a person.

    jij levertA response playbook with defined limits

    Cloud-Native DevSecOpsSOAR, agents

  • BuilderModule4 uur

    Deep Learning with Keras and TensorFlow

    Learn to build and train neural networks with Keras and TensorFlow, and understand where they differ from PyTorch in practice.

    jij levertA trained network

    Machine LearningKeras, TensorFlow

  • BuilderLab4 uur

    Computer Vision with Deep Learning

    Learn to build models that work on images, covering convolutional networks, transfer learning and data augmentation.

    jij levertAn image classifier with a measured accuracy

    Machine LearningPyTorch, Keras

  • BuilderModule3.5 uur

    Sequence Models and Recurrent Networks

    Learn how models handle ordered data such as text and time series, and why transformers largely replaced recurrent networks.

    jij levertA working sequence model

    Machine LearningPyTorch, Keras

  • BuilderModule4 uur

    Reinforcement Learning Foundations

    Learn how an agent learns from reward rather than labelled examples, covering environments, policies, value functions and exploration.

    jij levertAn agent that learns a task

    Machine LearningGymnasium, Python

  • ArchitectLab4 uur

    Deep Reinforcement Learning

    Learn to combine reinforcement learning with neural networks, and understand why these systems are unstable and expensive to train.

    jij levertA trained deep RL agent

    Machine LearningPyTorch, Gymnasium

  • BuilderModule4 uur

    Natural Language Processing Foundations

    Learn the text processing techniques that still matter alongside language models, covering tokenisation, entities, classification and topic modelling.

    jij levertA working text pipeline

    Machine LearningspaCy, Python

  • BuilderLab2.5 uur

    Tracking Experiments with MLflow

    Learn to record parameters, metrics and artefacts for every training run, so results can be compared and reproduced later.

    jij levertA tracked set of experiments

    Machine LearningMLflow

  • ArchitectModule3 uur

    Scaling Model Training

    Learn to train larger models across multiple GPUs, covering distributed strategies, mixed precision and checkpointing.

    jij levertA training job across several GPUs

    Machine LearningPyTorch Lightning

  • BuilderLab3.5 uur

    Serving AI Models with FastAPI

    Learn to put a model behind an API that can handle real traffic, covering request validation, async handling, timeouts and containers.

    jij levertA deployed inference endpoint

    Building AI ApplicationsFastAPI, Docker

  • OperatorModule2.5 uur

    Building Custom Assistants and GPTs

    Learn to build a configured assistant for a specific job without writing an application, and to know when this is not enough.

    jij levertA published internal assistant

    Building AI ApplicationsOpenAI, Claude

  • BuilderCase2.5 uur

    Choosing an Agent Framework

    Learn what the main agent frameworks actually differ on, and how to choose one without rewriting your system six months later.

    jij levertA framework decision with reasoning

    Building AI ApplicationsLangChain, LlamaIndex, CrewAI, Haystack

  • BuilderModule3 uur

    Vector Search in Your Existing Database

    Learn to add vector search to the database you already run, and to judge when a dedicated vector store is genuinely worth adding.

    jij levertVector search running on your own database

    Retrieval & RAGPostgres, MongoDB, Elastic

  • BuilderLab3 uur

    Generative AI in Snowflake

    Learn to run generative AI next to your data in Snowflake, covering built in functions, cost control and keeping data in place.

    jij levertAn AI workflow running in the warehouse

    Retrieval & RAGSnowflake

  • BuilderLab3 uur

    Building AI Agents in Snowflake

    Learn to build agents that answer questions against warehouse data, with the access controls your data team will require.

    jij levertAn agent answering questions over warehouse data

    Retrieval & RAGSnowflake

  • BuilderModule3 uur

    AI on Databricks

    Learn to build and serve AI workloads on Databricks, covering notebooks, model serving and governance across the lakehouse.

    jij levertA working pipeline on Databricks

    Retrieval & RAGDatabricks

  • OperatorModule2.5 uur

    AI in Business Intelligence Tools

    Learn to use the AI features built into business intelligence tools for summaries, natural language queries and anomaly detection.

    jij levertAn AI assisted report

    Retrieval & RAGPower BI, Tableau

  • OperatorCase2.5 uur

    Choosing Your AI Coding Tools

    Learn what actually separates the main AI coding tools, and how to choose for your team rather than by preference or habit.

    jij levertA tool decision for your team

    AI for Software EngineeringCursor, Windsurf, Copilot, Claude Code

  • GroundLab2.5 uur

    Rapid Prototyping with AI App Builders

    Learn to build a working prototype from a description using AI app builders, and to recognise when it must be rebuilt properly.

    jij levertA working prototype

    AI for Software EngineeringReplit, v0

  • OperatorModule3 uur

    AI for Consulting

    Learn to use AI across research, analysis, slide production and client deliverables, with the quality checks the work requires.

    jij levertA client deliverable produced end to end

    AI for Business FunctionsClaude, Copilot

  • GroundModule2 uur

    AI Ethics

    Learn the ethical questions AI raises at work, covering fairness, consent, displacement and accountability, using real cases rather than abstractions.

    jij levertA written position on three real dilemmas

    AI Foundationsgeen tools

  • BuilderModule2.5 uur

    Responsible AI Data Management

    Learn to manage the data behind AI responsibly, covering consent, purpose limitation, retention and what happens when someone asks for deletion.

    jij levertA data handling standard for AI use

    Governance & Compliancegeen tools

  • OperatorCase2.5 uur

    AI Business Models and Monetisation

    Learn how organisations actually make money from AI, covering direct products, embedded features, cost reduction and where margins disappear.

    jij levertA monetisation model for one AI product

    Leadership & Strategygeen tools

wil je een traject dat op je team is gebouwd?

vertel ons het team, het resultaat en de kalender. wij komen terug met een traject uit deze catalogus, de cohortdata en de prijs.