- Conference Session
- Software Engineering Division (SWED) Technical Session #2
- Collection
- 2024 ASEE Annual Conference & Exposition
- Authors
-
Ben Arie Tanay, Purdue Engineering Education; Lexy Chiwete Arinze, Purdue University, West Lafayette; Siddhant Sanjay Joshi, Purdue University, West Lafayette; Kirsten A. Davis, Purdue University, West Lafayette; James C Davis, Purdue University, West Lafayette
- Tagged Topics
-
Diversity
- Tagged Divisions
-
Software Engineering Division (SWED)
) have begun to influence software engineeringpractice since the public release of GitHub's Copilot and OpenAI's ChatGPT in 2022. Tools builton LLM technology could revolutionize the way software engineering is practiced, offeringinteractive “assistants” that can answer questions and prototype software. It falls to softwareengineering educators to teach future software engineers how to use such tools well, byincorporating them into their pedagogy.While some institutions have banned ChatGPT, other institutions have opted to issue guidelinesfor its use. Additionally, researchers have proposed strategies to address potential issues in theeducational and professional use of LLMs. As of yet, there have been few studies that report onthe use of LLMs
- Conference Session
- Software Engineering Division (SWED) Technical Session #2
- Collection
- 2024 ASEE Annual Conference & Exposition
- Authors
-
Maura Lyons, Codio; Elise Deitrick, Codio; Joshua Richard Coughlin Stowell Ball, Codio
- Tagged Topics
-
Diversity
- Tagged Divisions
-
Software Engineering Division (SWED)
work.Notably, students who were taught how AI works had significantly different views on AI tools’impact on academic integrity concerns.Computing students’ use of Generative AI is growing, and thoughts on academic integrity are farfrom decided – but there does seem to be an opportunity to teach students the variety of ways itcan be used effectively for programming tasks.IntroductionChatGPT, a Generative AI product developed by OpenAI, was released in November 2022 andalmost immediately, its popularity began to surge worldwide, as illustrated by its steep increaseas a search term on Google. Teachers and administrators took notice – “‘plagiarism’ was rankedin two out of the top five related search queries alongside ‘ChatGPT’” [1]. The popularization
- Conference Session
- Software Engineering Division (SWED) Technical Session 4
- Collection
- 2025 ASEE Annual Conference & Exposition
- Authors
-
Kevin A Gary, Arizona State University; Cecilia La Place, Arizona State University, Polytechnic Campus; Vidya Rupak; Rakshilkumar Modi; Karthik Vaida
- Tagged Divisions
-
Software Engineering Division (SWED)
structure or by tweaking HTML and CSS. This activity tied in data structures, how the web works (client/server and networking), and basic AI.Figure 2. Eliza snapshotThe afternoon session introduced LLMs using ChatGPT. A two-server setup with provided codeenabled access to the OpenAI’s API, with one server a modified version of the Eliza server fromthe morning, and the other a custom proxy server to enable access to the API with revealing APIkeys. The proxy server also pruned prompts to ChatGPT to ensure responses matched the formatof non-ChatGPT version of the Eliza chatbot. Campers concluded the day by conducting theTuring test for themselves in their groups at each table.Day 3 featured game