WEBVTT

1
00:00:01.760 --> 00:00:09.340
These AI chatbots can also be very helpful for general research tasks.

2
00:00:10.460 --> 00:00:20.900
For example, again, if I'm building a REST API with Node.js and Express, I could wonder

3
00:00:20.900 --> 00:00:25.220
how I can implement authentication and which different options I have.

4
00:00:26.560 --> 00:00:35.520
So I could ask, which options do I have for implementing authentication in this app?

5
00:00:36.760 --> 00:00:37.460
Like this.

6
00:00:38.420 --> 00:00:44.880
And then I might get more options than the standard approach of using JWT, which might

7
00:00:44.880 --> 00:00:51.520
still be the approach I wanna use or take, but I learn about alternatives I could use

8
00:00:51.420 --> 00:00:56.420
and what makes up these alternatives and why they would be worth considering.

9
00:00:57.860 --> 00:01:02.840
For example, that I could use a third-party authentication service instead of rolling

10
00:01:02.840 --> 00:01:04.500
my own authentication.

11
00:01:06.020 --> 00:01:12.220
Now it's of course obviously still up to you which approach you then wanna take or

12
00:01:12.220 --> 00:01:19.000
use, but using chatGPT and so on for research can be very helpful of course.

13
00:01:20.820 --> 00:01:26.040
You could alternatively also do a Google search, but by using an AI chatbot, you get

14
00:01:26.040 --> 00:01:29.640
a nice summary instead of having to go through results on your own.

15
00:01:31.180 --> 00:01:38.980
Of course though, as always, when using AI, you should be aware that these AI models can

16
00:01:38.980 --> 00:01:45.120
hallucinate, they can present you wrong information, and you should always keep that in mind when

17
00:01:45.300 --> 00:01:49.740
evaluating the responses you get back from these AI models and services.

