Unboxing GenAI: Building capacities for public understanding of Generative AI

The rapid emergence and ongoing integration of generative AI tools throughout the communication and media environment is potentially transformative of many economic and social domains. But what kind of new literacies do everyday users need to confidently understand, use and evaluate these technologies, and how can they be learned? At present, users are left to experiment with different prompts and compare outputs to gain an understanding of the operational workings of generative AI. Literacy projects driven by tech corporations are also tools to promote their products, and ultimately serve corporate ends, not those of users.

In this project, we are exploring how complex generative AI concepts can be communicated and demystified for non-experts by co-designing visual tools that employ open-source models – repackaged with visual explainers and interactive parameters – and focusing on the generation of text, images, and audio. Covering social, technical and environmental dimensions, our approach proposes an AI literacy program with the interests of everyday users at its core.

As we iteratively develop more resources throughout the duration of this research project, we will add to the below collection over time. These explainers assume a basic level of familiarity with Python scripting and Google Collab notebooks, but no background knowledge of Machine Learning or AI is required.

If you refer to these materials in a talk, poster, seminar, workshop, grant application, etc. please use the below recommended citation (authors listed alphabetically);

  • Burgess, J., He, W., Snoswell, A. J., & Witzenberger, K. (2024). Unboxing GenAI: Building capacities for public understanding of Generative AI. https://ssrn.com/abstract=4920305

If you want to adapt or re-use these materials in any form for teaching or any other purpose, or if there is a topic you think we should cover – please get in touch!


A Gentle Introduction to Google Colab

These explainers use the Google Colab platform. This lets you, the reader, try out code interactively from your own device. If you’ve never used Google Colab before though, there can be a lot to take in. Start with this short introduction to get familiar with the platform.

A Gentle Introduction to Stable Diffusion

Our stable diffusion mini-series covers the most prevalent approach to text-to-image generation that is currently on the market – latent diffusion models. This series breaks down each component of an example open-source model (Stable Diffusion v1.4), explains the reasoning behind each component’s inclusion, and openly reconstructs the model’s algorithm in an approachable, non-technical and interactive format.

Annotated Bibliography

A Gentle Introduction to Transformer Language Models

Our Transformer Large Language Model miniseries begins by explaining the historical development and nature of transformer models, which are the backbone of today’s incredibly popular LLM-based chatbots. After this introduction, the mini-series then goes on to demystify the training and development of chat-finetuned LLMs, by interactively demonstrating the generative algorithms used by the models to answer prompts.

  • 3301: History of Language Modeling in AI – under development!
  • 3302: All about tokenization – coming soon
  • 3302: Decoder-only Transformers – coming soon
  • 3303: From Token Prediction to Chat – coming soon

A Gentle Introduction to Explainable AI

Generative AI systems universally rely on very large deep learning architectures. Explainable AI methods, which generate explanations of how these opaque systems work, have come to be an invaluable tool for AI developers as well as a range of down-stream stakeholders who need to understand what goes on inside Generative AI models. This mini-series introduced the field of Explainable AI research generally, then touches on a few illustrative XAI methods that highlight the strengths and weaknesses of XAI approaches to understanding model behavior.



An abstract image showing pastel coloured regions that look like a landscape connected by a network of white nodes and lines.