⚗️ 32dots Learn ist ein experimenteller Prototyp — Inhalte und Funktionen ändern sich kurzfristig.
Karte 29 · Kapitel capstone

Project studio II — build and test

n8n hard 120 min

Inhalt

This week is focused on implementation, debugging, and testing. Getting a workflow to run is only the first step; evaluating and tightening it is what makes it useful. Expect the first working version to fail on realistic inputs. A real test case is one the system wasn't obviously designed for — messy formatting, edge cases, out-of-distribution inputs. If all 5 test cases look like the example in the prompt, you haven't tested anything.

Beispiel: A paper-comparison assistant works on clean abstracts but fails on preprints with unusual formatting — forcing a preprocessing node and a stricter prompt.

✓ SELF-CHECK

Hast du das verstanden?

  • [ ] 5 test cases include at least 2 adversarial/edge inputs
  • [ ] Every failure has root cause + fix logged
  • [ ] End-to-end runs (not just the Dify piece or the n8n piece)
  • [ ] You can point to one change you made *because* of a test failure
  • [ ] You can explain in one sentence what you learned that you would tell a labmate tomorrow
🔗 LIVE-DEMO

Direkt ausprobieren

Which failure surprised you most — and what does it tell you about an assumption you made in the design week?
💬 KI-TUTOR

Frag den Tutor zu dieser Karte

Sokratisch: der Tutor antwortet mit Leitfragen statt fertigen Antworten — du erarbeitest die Lösung selbst.

Stell eine erste Frage zu dieser Karte unten.