WEBVTT

1
00:00:01.619 --> 00:00:10.900
So, of course, ChatGPT essentially started this entire new AI revolution in late 2022.

2
00:00:11.540 --> 00:00:16.860
And of course, you can also use ChatGPT for coding tasks.

3
00:00:17.920 --> 00:00:25.040
I mean, right now, at the point of time where I'm recording this, it even prompts me to

4
00:00:25.480 --> 00:00:30.460
ask it about code to help me write a function or debug some code, for example.

5
00:00:31.940 --> 00:00:38.620
And there also are different ChatGPT versions, including versions that are focused on writing

6
00:00:38.620 --> 00:00:43.940
and improving code, though I will say right away that, of course, this dropdown, its content

7
00:00:43.940 --> 00:00:49.260
and the versions available and the features they support will definitely change over time.

8
00:00:50.920 --> 00:00:55.660
What I'm saying is just, of course, ChatGPT can help you write code.

9
00:00:56.660 --> 00:01:05.260
You can, for example, say, write me a Python function that opens and reads a file and stores

10
00:01:05.260 --> 00:01:07.640
the content in another file.

11
00:01:08.840 --> 00:01:14.100
If you wanted to do something like that, you could ask ChatGPT and it will very likely

12
00:01:14.100 --> 00:01:16.980
give you some working code that you could run.

13
00:01:17.460 --> 00:01:20.760
And you can, of course, also ask it how to run that code.

14
00:01:23.919 --> 00:01:27.820
And it would then tell you that you need Python and so on.

15
00:01:29.000 --> 00:01:31.160
Now, you can do all that.

16
00:01:31.300 --> 00:01:39.140
But as mentioned before, this is rarely what I do as a developer, at least because it's

17
00:01:39.140 --> 00:01:45.600
much more convenient to use AI right from inside the code editor with tools like GitHub

18
00:01:45.500 --> 00:01:49.680
Copilot, GitHub Copilot Chat or the Cursor IDE.

19
00:01:51.280 --> 00:01:57.120
And of course, it's also important to understand that in the end, GitHub Copilot and the Cursor

20
00:01:57.120 --> 00:02:05.220
IDE do also just use kind of the same AI models as ChatGPT in the browser behind the scenes.

21
00:02:06.380 --> 00:02:08.340
So that's, of course, also worth noting.

22
00:02:08.860 --> 00:02:13.780
Nonetheless, it's more convenient to access that AI from right inside the tools.

23
00:02:14.760 --> 00:02:21.240
Nonetheless, there are certain situations where using ChatGPT or Cloud from inside the

24
00:02:21.240 --> 00:02:24.740
browser as a normal AI chatbot can be useful.

