Follow us on Twitter ![]()
Question, remark ? Contact us at contact@myengineeringtools.com
In the ever-evolving landscape of AI and language technology, Engineers find themselves on the cusp of a new frontier, a new frontier that we must explore, and that they need to adapt to. "In the fields of observation, chance favors only the prepared mind" (Louis Pasteur), in this article, we would like you to help prepare your mind to the increasing place tools like ChatGPT will place in your life. Embark on a journey to uncover the diverse array of output formats that ChatGPT can do. By delving into its capabilities, a world of possibilities unfolds—each one a unique conduit for delivering information in forms both structured and creative.
ChatGPT possesses the ability to engage in dialogues that simulate real interactions, while also generating other kind of outputs like code snippets that encapsulate intricate logic. While graphical elements like graphs remain beyond its immediate reach, ChatGPT's power to yield textual data opens doors to the creation of visual representations using external tools. There are however some exceptions and some very basic graphs can now be done thanks to ChatGPT as you can discover below.
Top 5 Most
Popular
1. Compressor
Power Calculation
2. Pump Power Calculation
3. Pipe Pressure
Drop Calculation
4. Fluid Velocity in pipes
5. Churchill Correlation
(friction factor)
This is the standard format of ChatGPT, however you can still make text prompts more attractive or readable. For instance, you can decide to highlight some titles, make some indentation. Actually you don't need to stop when ChatGPT has given you a "correct" reply, you can go further simply by interacting with the tool, like you would do with an assistant.
Example prompt : "Can you please write a note to explain about
pneumatic conveying. Act as Engineer. Make maximum 200 words"
Now you want to structure the note with titles and bullet points, you can just follow up and explain what you want to ChatGPT
Example prompt : "Can you add a title in bold to the 2nd paragraph ? Also summarize the points in the second paragraphs with bullet points. Please also add a title in bold to the 3rd paragraph"
| You can also check more resources about ChatGPT on
MyEngineeringTools.com : |
Yes it is possible to show a table on ChatGPT which is particularly handy for Engineers. This can be used for example to show a list of physical properties, a list of common issues and possible remedies.
Prompt example : "Please give the specific heat of water, toluene, benzene and ethanol, express it in metric unit system and present the results as a table"
ChatGPT can also produce diagrams, but with the limitation of using line diagrams, with text symbols to build the diagram. It is a little bit like what we had in the 80s... but at least it offers a representation that helps understand concepts.
Example prompt : "Can you create a diagram that will show how a company is structured ? Show the diagram in markdown"
Note that the trick here is to ask for the output in markdown format.

It is surprising but it is actually possible to produce some very basic graphs with ChatGPT ! This can be handy for Engineers wanting to check a graphical representation. Once again we need to precise we want the output in markdown format, and once again it seems it comes for 386 on MS DOS in the 80s but it is a start !
Example prompt : "Can you show a graph using markdown for the equation y=2x+1"
By the way it shows that ChatGPT understands the equation, which can be very handy for Engineers.

Ok if the previous examples were very basic, and maybe not too much useful at this stage, they showed the potential of ChatGPT and where it (other new tools) might go in the future. What can be much more useful is to output in csv format, that can be used in Excel.
Example prompt : "Can you present on a csv format the following data about 20 popular website : website name, number of visitors, thema of the website"
You can then click on the copy button to copy the code in a text editor and then save as csv file.
JSON files can be interesting for programmers, for examples they can easily be converted in a dictionary when running a Python program.
Example prompt : "Can you present on a JSON format the following data about 20 popular website : website name, number of visitors, thema of the website"
Going further than generating only CSV or JSON file, ChatGPT can code, this can be very useful for Engineers, especially Engineers who have only basics in programming but, this way, can quickly get a working code, in many language. You can for example chose to code in Python or VBA which are extremely useful coding languages for Engineers.
Example prompt : "Can you propose a piece of code in Python. The code is a function that receives a Pandas dataframe as argument. It returns a series for the index, a series for the columns names, a list for the average of the data in each column"

You can also get a source code in VBA if you need :
This can be very useful for Process Engineers wishing for example to run a specific machine, start-up a process, or go through a troubleshooting sequence. The output could simply be bullet points, but the checklist format makes immediately more actionable.
Example prompt : "Act as Engineer. You need to commission a new pump. Can you please create a checklist that will explain what must be checked before starting the pump for the 1st time ? The checklist should have a format of an actual checklist (box to tick)"
Well ChatGPT is free... until a certain point. There is indeed limited resources for the free tool and therefore when too many people are online (typically when US is awake...) then it happens that you cannot access the tool. You can give a try to the competitor, Google Bard. Here an example using the same prompt as above for getting a checklist to commission a pump :

That is workable, it looks to make globally sense, only think is that Bard looks to have more difficulties than ChatGPT to make some particular format, your checklist will here be only some bullet points.