Core 3
Language Models, Retrieval, and Agents
Part of the Applied AI Security and Assurance curriculum, authored by Cameron Hopkin, CISSP, CEH, CHFI. Published as a reference, not an enrollable course.
Description
Foundations through operations for reliable LLM applications, taught so the reliability question stays live throughout rather than being deferred to the end.
Outcomes
- Design and build retrieval-augmented generation systems and tool-using agents.
- Instrument them for retrieval quality and answer quality.
- Identify their silent failure modes.
Modules
- LLM foundations, prompting, and context engineering.
- Retrieval-augmented generation: indexing, chunking, and retrieval quality.
- Tool use and function calling.
- Agent architectures and memory.
- Evaluation and reliability of generated output.
- Failure analysis.
Signature lab
Build a retrieval-augmented agent, then instrument it to measure retrieval quality and answer quality and expose where it quietly breaks.
Research thread
Where agents fail without signaling it, and how an operator would know.