Monday, December 26, 2022

GPT as a learning tool

I've really liked using GPT as a tutor. I recently needed to learn about SSO/SAML2, and it was such a luxury to be able to pose questions to GPT, and in particular to be able to express my understanding of the protocol and have GPT either confirm or correct it. I think it is pretty clear that this capacity to evaluate our expressed understanding of a concept is going to really accelerate our learning.

Normally when I learn some new concept online, I spend a lot of extra time with supplementary reading looking to confirm or disprove a model of that concept in my mind. But In this case with GPT I could skip this step and just summarize what I thought I knew about the topic and ask GPT to compare what I was saying with its own understanding.

I also really like the ability of GPT to confirm whether a given technique in an engineering implementation is common. I think a lot of the problem of managing risk in an engineering project is to try to keep your integration points on the beaten path, i.e., it is best to structure how you connect to shared tools such that these connections are consistent with the way other users are using the tool; this way you are more likely to be in line with the design and less subject to surprises -- and you are less likely to be caught out with an awkward upgrade path as the software evolves.

No comments:

Post a Comment