Jason Murphy
CODE Author
Jason is a writer, AI enthusiast, and media creator.
Detailed Biography
Jason is a writer, AI enthusiast, and media creator. As the producer and co-host of Hacking the System on the National Geographic Channel, he stole cars in Hollywood, made improvised smoke bombs, and prepared for the apocalypse. On YouTube, he co-created and hosted the Modern Rogue, where he explored hacking, lock-picking, and tradecraft. After publishing multiple speculative fiction novels and writing a produced screenplay, Jason is currently exiled in the desert, where he stares into the future with awe and terror. And he still wants to make a video game.
Contact Information:
Articles Authored
-
The Infinite Monster Engine
Last updated: Thursday, December 19, 2024
Published in: CODE Magazine: 2025 - Jan/Feb
Jason Murphy explores the evolution of his fascination with tabletop role-playing games, from his improvisational beginnings as a Dungeon Master to creating a sophisticated encounter builder using Large Language Models (LLMs). He details his development of an automated system leveraging AI to generate immersive and tailored RPG encounters. By instructing an LLM and refining its responses, Murphy effectively reduces preparation time, enabling more dynamic game sessions. The article underscores the potential of AI in enhancing the gaming experience, while providing practical guidance on prompt engineering and technical setup for building a functional RPG encounter generator.
-
Can an LLM Make a Video Game?
Last updated: Thursday, October 24, 2024
Published in: CODE Magazine: 2024 - November/December
Jason explores the potential of using a Large Language Model (LLM), specifically ChatGPT-4, to recreate the classic arcade game Asteroids in Python, without direct coding. He documents his journey from initial prompts to the LLM, through iterative development, addressing errors and inefficiencies, to the final product—a functional but rudimentary game. The experiment highlights the LLM's capabilities and limitations in game development, emphasizing the importance of precise prompting and showcasing the evolving role of AI in coding and creative processes. Jason also provides access to the full chat thread.