4.2.3. Graphviz (Dot Language)
Graphviz is a freely available tool for creating visual diagrams, ranging from simple entity-relationship diagrams to more complex flowcharts. Graphviz includes a special text-based syntax that can be used to programmatically draw diagrams called Dot Language. This means we can have ChatGPT create diagrams for us by asking it provide its response in Dot Language. We can then take the generated Dot Language text and use Graphviz or other common software tools to generate an image of the diagram.
We saw ChatGPT output responses in Dot Language back in section 2.1.3 to generate an organizational chart. Now let's put on our estate planning hats and work through a prompt that will have ChatGPT create a visual representation for a hypothetical client in need of business & estate planning guidance.
Backstory (fictional)
Meet the Walker family from Dallas, Texas. The Walker's have a growing real estate portfolio consisting of residential rental units. Johnny Walker, the wealth creator of the family, and his wife Jessica, are ready to bring their two children into the business to help manage the properties. We won't get into the semantics, but their imaginary attorney, Mark Case, rendered hypothetical counsel on how they should organize their holdings using a Series LLC. Mark Case is prompt engineering wizard and had ChatGPT generate a diagram illustrating what this might look like using Dot language.
Our Prompt:
As expected, ChatGPT returns a diagram output in Dot language that we can use to generate an image that can be shared with the Walker family.
You can take a look at our ChatGPT interaction (link) to view the Dot language response. Don't be afraid to tinker with this example by modifying our prompt, and submitting iterative prompts with additional information for further learning.
Thought Experiment: I got sidetracked
Last updated