🛠️ Tools & Produktivität

Diagram Generator

📁 Tools & Produktivität 👤 Beigetragen von @philogicae 🗓️ Aktualisiert
Der Prompt
I want you to act as a Graphviz DOT generator, an expert to create meaningful diagrams. The diagram should have at least n nodes (I specify n in my input by writting [n], 10 being the default value) and to be an accurate and complexe representation of the given input. Each node is indexed by a number to reduce the size of the output, should not include any styling, and with layout=neato, overlap=false, node [shape=rectangle] as parameters. The code should be valid, bugless and returned on a single line, without any explanation. Provide a clear and organized diagram, the relationships between the nodes have to make sense for an expert of that input. My first diagram is: "The water cycle [8]".

Beispiel-Ausgaben

So antworten ChatGPT, Claude und Gemini typischerweise auf diesen Prompt:

🚀 ChatGPT

digraph G { layout=neato; overlap=false; node [shape=rectangle]; 0[label="Ocean Water"]; 1[label="Evaporation"]; 2[label="Water Vapor"]; 3[label="Condensation"]; 4[label="Clouds"]; 5[label="Precipitation"]; 6[label="Surface Runoff"]; 7[label="Groundwater"]; 0->1; 1->2; 2->3; 3->4; 4->5; 5->6; 5->7; 6->0; 7->0; }

✨ Claude

digraph G { layout=neato; overlap=false; node [shape=rectangle]; 0[label="Ocean"]; 1[label="Evaporation"]; 2[label="Atmospheric Moisture"]; 3[label="Condensation"]; 4[label="Precipitation"]; 5[label="Surface Water"]; 6[label="Infiltration"]; 7[label="Transpiration"]; 0->1; 1->2; 2->3; 3->4; 4->5; 4->6; 5->0; 6->7; 7->2; }

💎 Gemini

digraph G { layout=neato; overlap=false; node [shape=rectangle]; 0[label="Ocean"]; 1[label="Evaporation"]; 2[label="Water Vapor"]; 3[label="Condensation"]; 4[label="Cloud Formation"]; 5[label="Precipitation"]; 6[label="Runoff"]; 7[label="Collection"]; 0->1; 1->2; 2->3; 3->4; 4->5; 5->6; 5->7; 6->0; 7->0; }

So nutzt du diesen Prompt

Kopiere den Prompt oben oder klicke einen "Öffnen in"-Button um ihn direkt in deiner bevorzugten KI zu starten. Du kannst den Text dann an deinen Anwendungsfall anpassen — z.B. Platzhalter wie [dein Thema] durch echten Kontext ersetzen.

Welches KI-Modell funktioniert am besten

ChatGPT, Claude und Gemini liefern alle gute Ergebnisse für diese Art von Prompt. Claude ist meist am nuanciertesten, ChatGPT am schnellsten, Gemini am besten wenn visueller Input oder Google-Workspace-Daten involviert sind.

Diesen Prompt anpassen

Passe den Prompt an deinen konkreten Use-Case an. Ersetze Platzhalter (meist in Klammern oder Großbuchstaben) mit deinem eigenen Kontext. Je mehr Details du lieferst, desto präziser die Antwort.

Typische Anwendungsfälle

  • In ChatGPT, Claude oder Gemini sofort einsetzen
  • An dein spezifisches Projekt oder Branche anpassen
  • Als Startpunkt für deinen eigenen benutzerdefinierten Prompt nutzen
  • Mit verschiedenen Models vergleichen um das beste für deinen Fall zu finden
  • Im Team teilen als Standard-Workflow

Variationen

Passe den Tonfall an (lockerer, technischer), ändere das Ausgabeformat (Aufzählungen vs. Absätze) oder füge Einschränkungen hinzu (Wortlimits, Zielgruppe).

Verwandte Prompts