final lessons

This commit is contained in:
2026-06-07 10:44:05 +02:00
parent ceea2f206a
commit 39ec1bac72
105 changed files with 7789 additions and 1515 deletions

View File

@@ -87,7 +87,7 @@ endobj
endobj
12 0 obj
<<
/Author (NOVI Hogeschool Utrecht) /CreationDate (D:20260521105950+00'00') /Creator (\(unspecified\)) /Keywords () /ModDate (D:20260521105950+00'00') /Producer (ReportLab PDF Library - \(opensource\))
/Author (NOVI Hogeschool Utrecht) /CreationDate (D:20260607084029+00'00') /Creator (\(unspecified\)) /Keywords () /ModDate (D:20260607084029+00'00') /Producer (ReportLab PDF Library - \(opensource\))
/Subject (\(unspecified\)) /Title (Les 14 Huiswerk) /Trapped /False
>>
endobj
@@ -163,7 +163,7 @@ xref
trailer
<<
/ID
[<fdfd9a649f26f3dd357aeedfd55ab30b><fdfd9a649f26f3dd357aeedfd55ab30b>]
[<91d83aeaf294ddd69def8dba974bdc13><91d83aeaf294ddd69def8dba974bdc13>]
% ReportLab generated PDF document -- digest (opensource)
/Info 12 0 R

View File

@@ -87,7 +87,7 @@ endobj
endobj
12 0 obj
<<
/Author (NOVI Hogeschool Utrecht) /CreationDate (D:20260521105950+00'00') /Creator (\(unspecified\)) /Keywords () /ModDate (D:20260521105950+00'00') /Producer (ReportLab PDF Library - \(opensource\))
/Author (NOVI Hogeschool Utrecht) /CreationDate (D:20260607084029+00'00') /Creator (\(unspecified\)) /Keywords () /ModDate (D:20260607084029+00'00') /Producer (ReportLab PDF Library - \(opensource\))
/Subject (\(unspecified\)) /Title (Les 14 Lesopdracht) /Trapped /False
>>
endobj
@@ -163,7 +163,7 @@ xref
trailer
<<
/ID
[<9f48df53726ecc7f762a28209cc7a8fa><9f48df53726ecc7f762a28209cc7a8fa>]
[<5a6a7779390657fdb2af72e0dd471cd8><5a6a7779390657fdb2af72e0dd471cd8>]
% ReportLab generated PDF document -- digest (opensource)
/Info 12 0 R

View File

@@ -4,7 +4,7 @@
**Vak:** AI-Assisted Development
**Opleiding:** NOVI Hogeschool Utrecht
**Vorige les:** Les 13 — Agents + Cursor + Vercel
**Volgende les:** Les 15 — Cursor + Vercel deploy
**Volgende les:** Les 15 — Agents
---

View File

@@ -157,7 +157,7 @@ endobj
endobj
19 0 obj
<<
/Author (NOVI Hogeschool Utrecht) /CreationDate (D:20260521105950+00'00') /Creator (\(unspecified\)) /Keywords () /ModDate (D:20260521105950+00'00') /Producer (ReportLab PDF Library - \(opensource\))
/Author (NOVI Hogeschool Utrecht) /CreationDate (D:20260607084029+00'00') /Creator (\(unspecified\)) /Keywords () /ModDate (D:20260607084029+00'00') /Producer (ReportLab PDF Library - \(opensource\))
/Subject (\(unspecified\)) /Title (Les 14 Lesstof) /Trapped /False
>>
endobj
@@ -297,7 +297,7 @@ xref
trailer
<<
/ID
[<ac774e881c346d045e81ff782e65a794><ac774e881c346d045e81ff782e65a794>]
[<9f458718fcaa3f6c1b5350766073fe05><9f458718fcaa3f6c1b5350766073fe05>]
% ReportLab generated PDF document -- digest (opensource)
/Info 19 0 R

View File

@@ -4,7 +4,7 @@
**Lesvorm:** Tim demonstreert klassikaal. Studenten kijken. Zelf bouwen = huiswerk.
**Demo-app:** Nieuwe PDF Q&A app from scratch
**Vervolg op:** Les 13 — Agents
**Aansluit op:** Les 15 — Cursor + Vercel deploy
**Aansluit op:** Les 15 — Agents
---
@@ -428,11 +428,11 @@ const docAgent = new ToolLoopAgent({
- Chunking strategieën
- RAG-tool in een agent
**Volgende les (Les 15): Cursor + Vercel deploy**
- Externe APIs in Next.js Server Components
- Cursor Composer + Background Agents
- Deploy naar Vercel productie + preview per branch
- GitHub Actions CI (lint + build)
**Volgende les (Les 15): Agents**
- Agent = LLM in een loop met tools
- ToolLoopAgent — system, tools, stopWhen, prepareStep
- 4 stop-condities: stepCountIs, hasToolCall, isLoopFinished, custom
- Combo: RAG-tool in een agent (combo Les 14 + 15)
**Daarna in deze leerlijn:**
- Les 16: MCP — eigen Model Context Protocol server bouwen