Free DeepLearning.AI course teaches agents to turn their own traces into reusable skills

minchoi · x · 2026-09-10

minchoi highlights a free 1-hour DeepLearning.AI course built with Oracle, Building Adaptive AI Agents, on making agents carry experience across sessions.

Core thesis: most agents have retrieval plus prompt inflation, not memory. RAG looks things up; a memory system decides what's worth keeping (policies, preferences, facts, episodes, traces) and rebuilds the prompt from it each turn. The missing piece isn't a bigger context window — it's a write path.

The course covers three adaptation layers:

Includes 7 video lessons, 3 code examples, and a graded assignment, taught by Nacho Martínez and Casius Lee of Oracle.

Original post →

More from coding & agent

coding & agent channel →