Coding with ChatGPT3: On gaining a superpower

by | Wednesday, May 03, 2023

I had heard that ChatGPT3 could help with writing code and just hadn’t much time to play with it. Part of the reason is that I haven’t really coded in almost 2 decades (maybe more) so was somewhat hesitant to jump in. But again I kept reading of people doing amazing things in this space, creating games, apps to summarize documents, and lots more.

So, not one to start small, I began by asking ChatGPT3 to create me a WordPress plugin to extract everything I have blogged in the past 15 years. And it gave me a bunch of code.

It did take a bit of playing around – but at the end of the day I have a text file on my desktop with over 600-thousand words that I have written over the past 15 years!

Wow.

Just think about it for a second. And let me emphasize, I have NO knowledge of PhP. And I had created a computer program that did a pretty complex task.

As I said, WOW!

So I have, over the past few days, been pushing it further.

First I had it create me a simple version of pong, and in an hour I had created two versions (a 2-player version and single-player one). The code was written in Python – again another programming language I know nothing about. Below is a gif of me playing the single-player version of the game. Yes, it is super basic – but this is not something I had ever imagined I could do.

I began wondering, as an educator, is there something I could create that would be actually pedagogically useful. So I decided to create a simulation that would explain one of the gas laws. In particular I focused on the relationship between temperature and pressure, what is popularly known as Gay-Lussac’s law. Essentially it states that

For a given mass and constant volume of an ideal gas, the pressure exerted on the sides of its container is directly proportional to its absolute temperature.

As a mathematical equation, Gay-Lussac’s law is written as:
P\propto T\, (essentially pressure is directly proportional to temperature).

https://en.wikipedia.org/wiki/Gas_laws

So I began working with ChatGPT3 to see if I could create a simulation of an ideal gas in a box, with little particles bouncing around, off off each other and the walls. And then whether I could increase the temperature making the balls bounce around more faster and slower depending on how I raised or reduced the temperature. Finally, I wanted it to compute some measure of pressure on the walls that changed as I changed the temperature.

This took a bit longer but the end of the day I had a working simulation (animated gif version is given below). Essentially the temperature can be raised or reduced by hitting the up and down arrows and the pressure is computed from the speed and number of balls hitting the walls at any given moment.

First, lets take a moment to just marvel at what I could create in just a few hours of working with ChatGPT3. I have absolutely no knowledge of Python, or even how to use Terminal on my Mac. But here it is.

This is something a middle schooler can create.

Just let that sink in.

I should add that the process was not as straightforward as writing in a prompt and some working code would pop out. I mean, it will generate some code, but the chances are it will not work. You have to learn over time how to craft the prompts and the process is a complex dialogue that does take a bit of patience. To be sure I was constrained by multiple factors, such as my own ignorance of programming, and the fact that the interface often choked when streaming out long batches of code, and so on.

But that is not the point.

The first website I created, possibly back in 1995/6 was terrible… both a of function of being a new technology and my lack of knowledge of what I could do with it. But the technology got better over time, and I got better as well.

All that I know is that I have suddenly been given a super-power that I didn’t have a few days ago.


In 1927, almost a hundred years ago Warner Brothers released a movie called The Jazz Singer. And in a throwaway moment in the film, the main characters says:

“Wait a minute … you ain’t heard nothin’ yet.”

That one sentence captured how sound came to cinema. It upended the industry and changed film forever.

I think the same can be said of these new technologies.


The famous sentence can be seen in the first 15 seconds of the clip below.

A few randomly selected blog posts…

Education & the Rise of AI Influencers

Education & the Rise of AI Influencers

I have been thinking hard about the nature of generative AI, what sets it apart from other technologies that have come in the past. It seems to me there are two key factors. The first is its ability to engage in dialogue, in natural language and the second are its...

MLK

Martin Luther King, Jr. January 15, 1929 – April 4, 1968 Human salvation lies in the hands of the creatively maladjusted —in Strength to Love, 1964

New Computational Thinking article published

Voogt, J., Fisser., P. Good, J., Mishra, P., & Yadav, A. (2015). Computational thinking in compulsory education: Towards an agenda for research and practice. Education & Information Technologies. Available at...

Designing shared spaces, one example

Design is about engineering. It is about art. And most importantly it is about the psychology of individuals and groups and their interactions with artifacts. I am always on the lookout for examples of good (or bad) design. Sadly I too often come across the latter...

Video Bingo in Alabama: Tech & change

How does technology change what we do? Often when a new technology appears we tend to see it in terms of existing practices and structures. So an e-book is the same as a book, except in digital format. E-books still have "pages" which we "turn" (with a flick or our...

The Mirror Cracked: AI, Poetry, and the Illusion of Depth

The Mirror Cracked: AI, Poetry, and the Illusion of Depth

In a recent episode of Silver Lining for Learning on Hybrid Intelligence, I was going on about how AI systems are becoming increasingly sophisticated at mimicking human emotion and agency. Nothing new for readers of this blog - my usual concerns about synthetic...

Why blog

Andrew Sullivan is one of my favorite bloggers, not because I agree with all that he says there is a certain sensibility that emerges as you follow his blog for a while that appeals to me. He has a great piece in The Atlantic Monthly titled Why I blog?. Speaking of...

The benefits of doodling!

Finally science has proved what I knew all along, doodling is a sign of an alert mind and may actually help memory!! Another justification for this, I guess.

SITE 2011, the fun stuff

I had posted earlier about the paper presentations I was involved with during the recently concluded SITE conference at Nashville. Matt Koehler and I were co-Program Chairs for the conference, and sadly Matt was sick and had to miss the trip. In the photo below the...

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *