← Back to courses ← Zurück zu den Kursen

One Engineer. 107 Lessons. 4 Weeks. Ein Ingenieur. 107 Lektionen. 4 Wochen.

This is the system that made it possible — and how you can build your own. Das ist das System dahinter — und wie du dein eigenes bauen kannst.

Chatbot CLI + Agents CLI + Agents Integrated System Integriertes System

↓ Scroll to explore ↓ Scrollen um mehr zu erfahren

The Evolution Die Entwicklung

Three levels of working with AI. Most people stay at level one. Drei Stufen der Arbeit mit AI. Die meisten bleiben bei Stufe eins.

💬

Chatbot

  • Browser-based, one tab at a timeBrowser-basiert, ein Tab gleichzeitig
  • Copy-paste between AI and your toolsCopy-Paste zwischen AI und deinen Tools
  • No memory between sessionsKein Gedächtnis zwischen Sessions
  • One task at a time, you do all the workEine Aufgabe gleichzeitig, du machst die ganze Arbeit
⌨️

CLI + Agents CLI + Agents

  • Terminal access — AI reads your files directlyTerminal-Zugriff — AI liest deine Dateien direkt
  • Executes commands, not just suggestionsFührt Befehle aus, nicht nur Vorschläge
  • Parallel tasks via agents (separate AI sessions that work independently)Parallele Aufgaben via Agents (separate AI-Sessions die unabhängig arbeiten)
  • Git (version tracking — saves every change) integration built inGit (Versionskontrolle — speichert jede Änderung) direkt integriert
CLI = command-line interface — a text-based tool where you type commands instead of clicking. Terminal = the text-based app on your computer that runs CLI tools. CLI = Command-Line Interface — ein textbasiertes Tool in dem du Befehle tippst statt zu klicken. Terminal = die textbasierte App auf deinem Computer die CLI-Tools ausführt.
⚙️

Integrated System Integriertes System

  • Encoded expertise in config filesKodierte Expertise in Config-Dateien
  • Knowledge layer — AI knows what you knowWissensschicht — AI weiß was du weißt
  • Automated quality checks before publishingAutomatische Qualitätsprüfungen vor Veröffentlichung
  • Cross-session memory, persistent contextSession-übergreifendes Gedächtnis, persistenter Kontext

How It Works in Practice Wie das in der Praxis aussieht

Building one course lesson, step by step. Here's what the system actually does. Eine Kurslektion bauen, Schritt für Schritt. Das macht das System wirklich.

1

🔍 Define the problemProblem definieren

The config file triggers the "clarity" workflow. The AI asks: What's the topic? Who's the audience? What should they learn? No output before the problem is clear. Die Config-Datei triggert den "Klären"-Workflow. Die AI fragt: Was ist das Thema? Wer ist die Zielgruppe? Was sollen sie lernen? Kein Output bevor das Problem klar ist.

2

📚 ResearchRecherche

The system checks existing knowledge bases first, then searches the web. Sources are tracked automatically. No duplicate research, no lost references. Das System prüft erst vorhandene Wissensbasen, dann sucht es im Web. Quellen werden automatisch erfasst. Keine doppelte Recherche, keine verlorenen Referenzen.

3

✍️ WriteSchreiben

The AI drafts the lesson following encoded templates and style rules. Consistent tone, structure, and depth — because the config file defines what "good" looks like. Die AI entwirft die Lektion nach kodierten Templates und Stil-Regeln. Konsistenter Ton, Struktur und Tiefe — weil die Config-Datei definiert wie "gut" aussieht.

4

Quality checkQualitätsprüfung

Automated fact-checking, source verification, consistency review across all lessons. The system catches errors you'd miss after hours of writing. Automatischer Faktencheck, Quellenverifikation, Konsistenzprüfung über alle Lektionen. Das System fängt Fehler die dir nach Stunden des Schreibens entgehen.

5

🚀 PublishVeröffentlichen

Git commit, deploy to GitHub Pages, live in seconds. One command, not a 12-step deployment checklist. Git-Commit, Deploy auf GitHub Pages, in Sekunden live. Ein Befehl, keine 12-Schritte-Deployment-Checkliste.

The System Architecture Die System-Architektur

Every component exists because a real problem demanded it. Click any box to see why. Jede Komponente existiert weil ein echtes Problem sie erfordert hat. Klick auf eine Box um zu sehen warum.

InterfacesSchnittstellen

How you interactWie du interagierst

Different contexts need different tools. Verschiedene Kontexte brauchen verschiedene Tools.

click for whyklick für warum

⌨️ Terminal

Primary workspace. Code, agents, file editing, git.Primärer Arbeitsplatz. Code, Agents, Dateibearbeitung, Git.

Why this existsWarum das existiert

The terminal (the text-based app on your computer) is where code lives. An AI that works in the terminal has direct access to your project, your tools, and your workflow. No translation layer needed.Das Terminal (die textbasierte App auf deinem Computer) ist wo Code lebt. Eine AI die im Terminal arbeitet hat direkten Zugriff auf dein Projekt, deine Tools und deinen Workflow. Keine Übersetzungsschicht nötig.

click for whyklick für warum

🌐 Web UI

Research, exploration, long conversations.Recherche, Exploration, lange Gespräche.

Why this existsWarum das existiert

Some tasks need a different mode. Research and brainstorming work better in a web interface where you can scroll, read, and reflect.Manche Aufgaben brauchen einen anderen Modus. Recherche und Brainstorming funktionieren besser in einem Web-Interface wo man scrollen, lesen und reflektieren kann.

click for whyklick für warum

📱 Mobile

Quick capture, voice mode, thinking on the go.Schnell festhalten, Voice-Modus, unterwegs denken.

Why this existsWarum das existiert

Ideas don't wait for your desk. Mobile lets you capture thoughts and prepare tasks before you sit down to work.Ideen warten nicht auf deinen Schreibtisch. Mobil kannst du Gedanken festhalten und Aufgaben vorbereiten.

click for whyklick für warum

🖥️ Server

Background automation, always-on agents.Hintergrund-Automatisierung, Always-on Agents.

Why this existsWarum das existiert

Some tasks take hours. A server runs background agents and long operations while you sleep or work on something else.Manche Aufgaben dauern Stunden. Ein Server lässt Background-Agents und lange Operationen laufen während du schläfst.

System CoreSystem-Kern

How it behavesWie es sich verhält

Without instructions, every session starts from zero. Ohne Anweisungen startet jede Session bei null.

click for whyklick für warum

📋 Configuration FileKonfigurationsdatei

The AI's operating manual (CLAUDE.md, or GEMINI.md, .cursorrules, etc.). Workflow, rules, quality standards, guard rails.Das Betriebshandbuch der AI (CLAUDE.md, oder GEMINI.md, .cursorrules, etc.). Workflow, Regeln, Qualitätsstandards, Leitplanken.

Why this existsWarum das existiert

A configuration file (CLAUDE.md, or GEMINI.md, .cursorrules, etc.) is loaded at startup and makes the AI behave consistently — same process, same standards, every time. It's the difference between "using a chatbot" and "running a system."Eine Konfigurationsdatei (CLAUDE.md, oder GEMINI.md, .cursorrules, etc.) wird beim Start geladen und sorgt dafür dass die AI sich konsistent verhält — gleicher Prozess, gleiche Standards, jedes Mal. Das ist der Unterschied zwischen „einen Chatbot nutzen“ und „ein System betreiben“.

click for whyklick für warum

🎯 Skills

Reusable workflows. Research, writing, analysis, quality checks — encoded once, used everywhere.Wiederverwendbare Workflows. Recherche, Schreiben, Analyse, Qualitätsprüfungen — einmal kodiert, überall genutzt.

Why this existsWarum das existiert

Instead of explaining your process every time, you encode it once as a reusable workflow template (in any format your tool supports). The AI follows the same steps you would — consistently and thoroughly. Skills are your expertise made reusable.Statt deinen Prozess jedes Mal neu zu erklären, kodierst du ihn einmal als wiederverwendbares Workflow-Template (in jedem Format das dein Tool unterstützt). Die AI folgt denselben Schritten die du gehen würdest — konsistent und gründlich. Skills sind deine Expertise, wiederverwendbar gemacht.

click for whyklick für warum

🎛️ Project ManagementProjektmanagement

Project states, priorities, decisions. Tracks what's open, what's done, and why.Projektzustände, Prioritäten, Entscheidungen. Trackt was offen ist, was erledigt ist und warum.

Why this existsWarum das existiert

Projects span weeks or months. Without state tracking, you re-explain context every time. A project layer keeps todos, decisions, and progress across sessions so you pick up exactly where you left off.Projekte erstrecken sich über Wochen oder Monate. Ohne State-Tracking erklärst du den Kontext jedes Mal neu. Eine Projektschicht hält Todos, Entscheidungen und Fortschritt über Sessions hinweg.

click for whyklick für warum

🤖 Parallel AgentsParallele Agents

Multiple agents working simultaneously. An AI team, not a single chatbot.Mehrere Agents die gleichzeitig arbeiten. Ein AI-Team, nicht ein einzelner Chatbot.

Why this existsWarum das existiert

One agent is a chatbot. Multiple agents working simultaneously is a team. The bottleneck shifts from "how fast can one AI respond" to "how many tasks can I define clearly."Ein Agent ist ein Chatbot. Mehrere Agents die gleichzeitig arbeiten sind ein Team. Der Flaschenhals verschiebt sich von „wie schnell kann eine AI antworten“ zu „wie viele Aufgaben kann ich klar definieren“.

Knowledge LayerWissensschicht

What it knowsWas es weiß

The AI should know what you already know. Die AI sollte wissen was du bereits weißt.

click for whyklick für warum

📚 Knowledge BasesWissensbasen

Your notes, docs, and research — connected via MCP (Model Context Protocol — an open standard that connects AI tools to your apps, notes, and databases).Deine Notizen, Docs und Recherchen — verbunden via MCP (Model Context Protocol — ein offener Standard der AI-Tools mit deinen Apps, Notizen und Datenbanken verbindet).

Why this existsWarum das existiert

If you have notes on a topic, the AI should check them before starting new research. Connect your existing knowledge (Obsidian, Notion, or any tool via MCP) so the AI works with your context, not generic internet knowledge.Wenn du Notizen zu einem Thema hast, sollte die AI sie prüfen bevor sie neue Recherche startet. Verbinde dein vorhandenes Wissen (Obsidian, Notion oder jedes Tool via MCP) damit die AI mit deinem Kontext arbeitet.

click for whyklick für warum

🗄️ Structured DataStrukturierte Daten

SQL databases for performance tracking, skill metrics, and queryable logs.SQL-Datenbanken für Performance-Tracking, Skill-Metriken und abfragbare Logs.

Why this existsWarum das existiert

Some questions need queries, not conversations. "Which workflows perform worst?" "What's the average quality score?" Structured data enables pattern finding that plain text can't match.Manche Fragen brauchen Queries, keine Konversationen. „Welche Workflows performen am schlechtesten?“ „Was ist der durchschnittliche Quality-Score?“ Strukturierte Daten ermöglichen Mustererkennung die mit Fließtext nicht möglich ist.

click for whyklick für warum

💾 Memory SystemGedächtnis-System

Conversation history, learned preferences, and persistent context across sessions.Konversationsverlauf, gelernte Präferenzen und persistenter Kontext über Sessions hinweg.

Why this existsWarum das existiert

You don't want to introduce yourself every session. A memory system stores preferences, past decisions, and learned patterns. The AI becomes a long-term partner that builds on previous work.Du willst dich nicht jede Session neu vorstellen. Ein Gedächtnis-System speichert Präferenzen, vergangene Entscheidungen und gelernte Muster. Die AI wird ein langfristiger Partner der auf vorheriger Arbeit aufbaut.

Workflow

How work gets doneWie Arbeit erledigt wird

Quality needs structure, not hope. Qualität braucht Struktur, nicht Hoffnung.

click for whyklick für warum

🔍 1. ClarifyKlären

Understand the problem before producing output.Das Problem verstehen bevor Output produziert wird.

Why this existsWarum das existiert

Most AI failures happen because the problem was unclear. Clarifying first saves hours of iteration later.Die meisten AI-Fehlschläge passieren weil das Problem unklar war. Erst klären spart Stunden an Iteration später.

click for whyklick für warum

🔨 2. ExecuteMachen

Produce the actual output. Write, code, build.Den eigentlichen Output produzieren. Schreiben, coden, bauen.

Why this existsWarum das existiert

With a clear problem and the right workflows loaded, execution becomes predictable. The AI knows what to build and what quality looks like.Mit einem klaren Problem und den richtigen Workflows geladen wird die Ausführung vorhersehbar. Die AI weiß was sie bauen soll und wie Qualität aussieht.

click for whyklick für warum

✅ 3. VerifyPrüfen

Check quality. Fact-check, test, stress-test.Qualität prüfen. Fakten checken, testen, stressen.

Why this existsWarum das existiert

AI outputs need verification — always. The system runs quality checks automatically, not because you remembered to ask.AI-Outputs brauchen Verifikation — immer. Das System führt Qualitätsprüfungen automatisch durch, nicht weil du daran gedacht hast zu fragen.

This Wasn't Built in a Day Das wurde nicht an einem Tag gebaut

The system grew incrementally. You don't need everything on day one. Das System wuchs schrittweise. Du brauchst nicht alles am ersten Tag.

Week 1Woche 1

Just a terminal and a config file. The AI knows your rules and workflow.Nur ein Terminal und eine Config-Datei. Die AI kennt deine Regeln und deinen Workflow.

Week 2Woche 2

Added first reusable workflows. Research and writing became consistent.Erste wiederverwendbare Workflows hinzugefügt. Recherche und Schreiben wurden konsistent.

Week 3Woche 3

Connected knowledge bases. The AI stopped asking what it already knew.Wissensbasen verbunden. Die AI hörte auf zu fragen was sie schon wusste.

Month 2Monat 2

The system runs itself. Quality checks, memory, parallel agents — all integrated.Das System läuft von selbst. Qualitätsprüfungen, Gedächtnis, parallele Agents — alles integriert.

What This EnablesWas damit möglich wird

Concrete results from this system, not hypotheticals.Konkrete Ergebnisse aus diesem System, keine Hypothesen.

107

Lessons across 3 AI coursesLektionen in 3 AI-Kursen

Built in 4 weeks. Research, curriculum design, writing, website deployment — all through the system.Gebaut in 4 Wochen. Recherche, Curriculum-Design, Schreiben, Website-Deployment — alles über das System.

6+

Open source projectsOpen-Source-Projekte

From idea to published repository (a project folder on GitHub, publicly shared — anyone can use and improve it) with docs, tests, and websites.Von der Idee zum veröffentlichten Repository (ein Projektordner auf GitHub, öffentlich geteilt — jeder kann es nutzen und verbessern) mit Docs, Tests und Websites.

150

Files fixed in a single sessionDateien in einer Session gefixt

Parallel agents ran automated quality audits across multiple codebases simultaneously.Parallele Agents führten automatisierte Qualitäts-Audits über mehrere Codebases gleichzeitig durch.

<1h

Research-to-publication pipelineRecherche-bis-Publikation-Pipeline

From "I need to understand X" to structured notes, verified facts, and publishable output.Von „ich muss X verstehen“ zu strukturierten Notizen, verifizierten Fakten und publizierbarem Output.

Want to build your own system?Willst du dein eigenes System bauen?

You don't need to build everything at once. Start small, add what you need.Du musst nicht alles auf einmal bauen. Fang klein an, füg hinzu was du brauchst.

1

Get a CLI AI toolHol dir ein CLI-AI-Tool

Claude Code, Cursor, Aider, Gemini CLI, or similar. The key is: AI in the terminal with file system access.Claude Code, Cursor, Aider, Gemini CLI oder ähnlich. Der Schlüssel: AI im Terminal mit Dateisystem-Zugriff.

$ claude
# or cursor, aider, gemini, etc.
2

Write your config fileSchreib deine Config-Datei

Start with your workflow and 3 rules. What should the AI always do? What should it never do?Starte mit deinem Workflow und 3 Regeln. Was soll die AI immer tun? Was soll sie nie tun?

# Your AI config file
# (CLAUDE.md / GEMINI.md / .cursorrules)
## Workflow
1. Clarify before building
2. Test before committing
3. Verify facts, don't assume
3

Add skills over timeFüg Skills mit der Zeit hinzu

When you find yourself explaining the same process twice, encode it as a reusable workflow.Wenn du denselben Prozess zweimal erklärst, kodiere ihn als wiederverwendbaren Workflow.

# Reusable workflow template
# (any format your tool supports)
1. Check existing knowledge
2. Search primary sources
3. Verify + cross-reference
4. Summarize with citations

What It CostsWas es kostet

Transparency about the investment.Transparenz über die Investition.

Free TierKostenlos
$0
Chatbot tier (ChatGPT, Claude, Gemini — free). Good for exploration.Chatbot-Stufe (ChatGPT, Claude, Gemini — kostenlos). Gut zum Ausprobieren.
CLI ToolsCLI-Tools
$20–200
CLI tools with file access. Cursor ~$20, Claude Code $100–200, Gemini CLI free with API costs.CLI-Tools mit Dateizugriff. Cursor ~$20, Claude Code $100–200, Gemini CLI kostenlos mit API-Kosten.
For comparisonZum Vergleich
A single industry conference: $500–2,000. A 6-month course subscription: $300–500.Eine einzelne Fachkonferenz: $500–2.000. Ein 6-Monats-Kursabo: $300–500.

$0–200/month gets you AI with terminal access, parallel agents, and the ability to build an integrated system.
This system helped produce 3 courses in 4 weeks.
$0–200/Monat bringt dir AI mit Terminal-Zugang, parallele Agents und die Möglichkeit ein integriertes System zu bauen.
Dieses System hat geholfen 3 Kurse in 4 Wochen zu produzieren.

Start Building Your System Bau dein eigenes System

Get the Orchestrator Starter Kit → Hol dir das Orchestrator Starter Kit →

Or explore the courses this system built. Oder entdecke die Kurse die dieses System gebaut hat.