180361eda4
Eight step-by-step guides, appendices (design patterns, design card with eight filled-in examples, AI tools in education), facilitator guide and presentation. LeX Consultancy edition; screenshots from the Dutch build of the same apps. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
6 lines
2.3 KiB
HTML
6 lines
2.3 KiB
HTML
<section id="patterns" data-transition="fade" style="background:#F7F4EC; color:#1E2A3A; font-family:'Nunito Sans', Verdana, sans-serif; padding:128px 128px 160px; display:flex; flex-direction:column; gap:40px">
|
|
<h2 style="font-family:'Rubik', Arial, sans-serif; font-size:64px; font-weight:600; line-height:1.1">Five patterns: how much may the model decide itself?</h2><table style="font-size:28px; color:#3D4756; border:1px solid #D8D2C4; background:#FFFFFF"><tr style="background:#EFEAE0"><th style="width:34%; color:#1E2A3A">Pattern</th><th style="width:40%; color:#1E2A3A">Who decides the steps</th><th style="width:26%; color:#1E2A3A">Today</th></tr><tr><td style="width:34%; color:#3D4756">1 · Single call</td><td style="width:40%; color:#3D4756">You, in advance; the model does one thing</td><td style="width:26%; color:#3D4756">Text at level</td></tr><tr><td style="width:34%; color:#3D4756">2 · Reason with tools</td><td style="width:40%; color:#3D4756">The model, step by step, with a knowledge base</td><td style="width:26%; color:#3D4756">School guide assistant</td></tr><tr><td style="width:34%; color:#3D4756">3 · Plan and execute</td><td style="width:40%; color:#3D4756">First a plan, then separate executors</td><td style="width:26%; color:#3D4756">School news: three channels</td></tr><tr><td style="width:34%; color:#3D4756">4 · Self-critique</td><td style="width:40%; color:#3D4756">The model reviews its own work</td><td style="width:26%; color:#3D4756">Checker</td></tr><tr><td style="width:34%; color:#3D4756">5 · Gatekeeper</td><td style="width:40%; color:#3D4756">Code or a person lets it through or not</td><td style="width:26%; color:#3D4756">Gatekeeper, teacher in the loop</td></tr></table><p style="font-size:28px; color:#3D4756; line-height:1.4">Rule of thumb: choose the lowest pattern that works. Every step up costs time, credits and surprises.</p>
|
|
<p style="position:absolute; left:128px; bottom:64px; font-size:24px; color:#8A8F98">Workshop AI Agents with Dify · LeX Consultancy · CC BY-SA 4.0</p><img src="../images/logo-lex.png" alt="LeX Consultancy" style="position:absolute; right:128px; bottom:52px; width:90px; height:52px; object-fit:contain">
|
|
<aside>Do not cover exhaustively; the Design patterns appendix goes home with them. Do name the rule of thumb.</aside>
|
|
</section>
|