18 minutesAWS re:Invent 2025 - Implementing Human-in-the-Loop Controls for Multi-Agent AI Systems (CNS428)
See how approval gates can be implemented as explicit workflow checkpoints rather than informal manual review after something goes wrong.
LangChain. Lance Martin's framework — write, select, compress, isolate — with concrete examples of when to summarise an action history, when to offload state to files, and when to spin up sub-agents purely to protect the parent's context. Maps almost directly onto the article's section on managing 1M-token windows in practice.
Model names, pricing and capabilities change quickly. Use this for the decision pattern, then verify current model behavior before adopting it.
Apply write, select, compress and isolate patterns to manage agent context deliberately.
Experience building or operating agents with long-running context.
Last reviewed: May 18, 2026
Continue through the same learning path with the next curated companion videos.
18 minutesSee how approval gates can be implemented as explicit workflow checkpoints rather than informal manual review after something goes wrong.
4 minutesUnderstand why multilingual embeddings matter for private internal search and where local retrieval can reduce data-exposure risk.
17 minutesSet up a multi-agent coding workflow with explicit review boundaries so generated changes stay small, tested and owned.
Hand-picked external courses that go deeper on this topic.
Isa Fulford · Andrew Ng
Ninety minutes to a year's worth of intuition. If you've started writing code that calls an LLM — or you're about to — this is the most efficient course online for closing the gap between "playing with ChatGPT" and "shipping a feature that calls an LLM."
Dr. Jules White
The academic complement to DeepLearning.AI's short course — same discipline, longer arc, written for people who don't code. Dr. White teaches prompting as a set of reusable patterns (Ask for Input, Outline Expansion, Fact Check List, Menu Actions) rather than tricks. After this you'll prompt LLMs like a designer, not a guesser.
Microsoft Learn
Prompt engineering, but for the tool most office workers will actually touch first. Microsoft's own four-part prompting framework (goal, context, source, expectation) is a genuinely useful mental model, and unlike the generic ChatGPT prompting courses already in our catalog, this one is grounded entirely in Microsoft 365 Copilot's specific quirks and grounding behavior.