2024-12-08: Paper Summary: Learning Agent-based Modeling with LLM Companions: Experiences of Novices and Experts Using ChatGPT & NetLogo Chat
Figure 1: Chen et al. NetLogo Chat asking for details about human’s needs. Introduction The integration of Large Language Models (LLMs) into computational programming is transforming the way users learn and practice coding. The study titled " Learning Agent-Based Modeling with LLM Companions: Experiences of Novices and Experts Using ChatGPT & NetLogo Chat " explores this phenomenon within the context of agent-based modeling (ABM), published at the CHI'24 conference. ABM, a method used widely in natural and social sciences, relies on simulating complex systems by applying simple rules to individual agents. The research investigates how both novices and experts interact with an LLM-enhanced interface, NetLogo Chat, designed specifically for learning and practicing ABM with the NetLogo programming language. Data The study gathered insights from 30 participants with diverse backgrounds, ranging from academia to industry, who were familiar with ABM or NetLogo. Participa...