1
00:00:00,130 --> 00:00:03,680
It wasn't in standard ChatGPT chat, but it is in GPTs.

2
00:00:03,710 --> 00:00:07,580
For things like charts, perplexity and Claude have been winning by a landslide, right?

3
00:00:07,610 --> 00:00:09,910
That's right. It's incredibly good.

4
00:00:11,730 --> 00:00:16,030
Hello, everyone. I'm Imanishi, your AI programming instructor, Imanishi San.

5
00:00:16,060 --> 00:00:22,280
Yes, I think there was a recent ChatGPT update where GPTs were released. Could you teach me about that?

6
00:00:22,310 --> 00:00:26,210
Oh, why do you want to know? Well, I just want to know everything, you know?

7
00:00:26,240 --> 00:00:32,810
Ah, I see. GPTs are pretty much like ChatGPT for specialized tasks, but let's see.

8
00:00:33,610 --> 00:00:37,310
Just explaining it like yesterday might be a bit boring, don't you think?

9
00:00:37,910 --> 00:00:45,210
Since we're at it, I think it would be better for our viewers if we deepen our understanding of GPTs by showing the process of building one.

10
00:00:45,240 --> 00:00:46,780
Building something while we go?

11
00:00:46,810 --> 00:00:54,980
Exactly. In that sense, I think it'd be better to show the creation process, rather than just building whatever you happen to want, Ji Kun.

12
00:00:55,780 --> 00:01:02,310
Yeah, well, things I was thinking of making were an AI tutor, or since there's ChatGPT's GPTs anyway.

13
00:01:02,410 --> 00:01:06,580
I was thinking of a skill where if I send it something, it explains it clearly for me.

14
00:01:07,210 --> 00:01:12,010
So, in short, you're asking me to create study materials for you to learn from, Ji Kun?

15
00:01:12,410 --> 00:01:13,380
Yes, please.

16
00:01:13,410 --> 00:01:14,010
I see.

17
00:01:15,880 --> 00:01:24,110
I think our viewers also run into moments when they're learning AI, encountering new terms or tech, and think, I wish someone would explain this more simply, right?

18
00:01:27,580 --> 00:01:32,280
So, based on that, how about we create a tool that acts as a custom study guide generator?

19
00:01:32,680 --> 00:01:34,580
Something that's helpful for you and the viewers?

20
00:01:35,080 --> 00:01:37,980
Yes, yes, yes. I'd love to jump on that.

21
00:01:38,010 --> 00:01:42,210
So, with the latest update to ChatGPT, we have GPTs.

22
00:01:42,780 --> 00:01:48,310
Using this tool, we're going to build a custom skill in ChatGPT Works that creates original learning materials.

23
00:01:48,580 --> 00:01:52,510
For instance, if you want to learn something specific or dive deep into a topic,

24
00:01:52,810 --> 00:01:56,510
it will output a clear and easy-to-understand summary tailored to your preferences.

25
00:01:56,540 --> 00:02:03,210
In the process, I'd like to show you all what kind of features ChatGPT Works has and how it actually functions in an easy-to-grasp way.

26
00:02:03,240 --> 00:02:05,410
So, let's get started with today's session.

27
00:02:08,580 --> 00:02:15,410
Right, so we are going to create an agent skill, a skill that outputs original learning materials, using ChatGPT Works.

28
00:02:16,580 --> 00:02:22,810
An agent skill is essentially like handing a manual to an AI and having it perform tasks exactly according to those instructions.

29
00:02:22,840 --> 00:02:26,440
This time, ChatGPT Works comes equipped with these agent skills.

30
00:02:26,470 --> 00:02:31,110
While the standard ChatGPT chat didn't have skills, the Works version does.

31
00:02:31,380 --> 00:02:37,110
When you type a slash here, the list that pops up below shows the skills, and this is where we'll build our original one.

32
00:02:37,410 --> 00:02:43,780
First, with the ChatGPT update, ChatGPT and Claude are now integrated into a single desktop application.

33
00:02:43,880 --> 00:02:49,910
Once you open ChatGPT, you'll see Chat and Works at the top. Please select Works.

34
00:02:50,110 --> 00:02:53,980
After selecting Works, an option to "Select Project" will appear.

35
00:02:55,510 --> 00:02:59,780
When you click that, you'll see existing projects as well as a "New Project" option.

36
00:02:59,980 --> 00:03:06,610
It's easier to keep things organized within a project, so let's select "New Project" and name it "Original Course Development."

37
00:03:07,810 --> 00:03:10,610
Are we going to work inside a ChatGPT project?

38
00:03:10,640 --> 00:03:14,510
Exactly. You can organize these chats within a ChatGPT project.

39
00:03:14,540 --> 00:03:19,980
So, we'll create the project. Then, it asks if you want to add content to the "Original Course Development" project.

40
00:03:20,110 --> 00:03:22,080
So let's go ahead and select "Add Project."

41
00:03:22,110 --> 00:03:26,310
Once that's done, you'll be in a state where the "Original Course Development" project is selected.

42
00:03:26,340 --> 00:03:28,180
So, I'm going to create a skill here.

43
00:03:28,210 --> 00:03:37,310
Basically, on the left side, if you click "New Chat," a new chat will appear, and if you click "Site," it opens the ChatGPT site, and you have things like scheduling and plugins.

44
00:03:38,180 --> 00:03:45,710
Regarding plugins, it shows that you can link with various existing external tools, but I think it would be good to check that after we actually make a request.

45
00:03:46,680 --> 00:03:52,010
Now, since we are building a skill, there is a skill for creating skills, a skill to create skills.

46
00:03:52,040 --> 00:03:56,810
When you type "at skill," it pops up like this. There is one called "Skill Creator."

47
00:03:57,010 --> 00:04:02,910
I think it would be best to use the "Skill Creator" skill and then explain the skill I want to build using voice input.

48
00:04:03,010 --> 00:04:04,410
I want you to build a skill.

49
00:04:06,610 --> 00:04:11,810
Specifically, I want you to research the information related to what the user inputs in the chat,

50
00:04:12,010 --> 00:04:15,710
and first output a Markdown file that acts as a teaching document,

51
00:04:16,010 --> 00:04:20,810
basically an outline or plan for educational material that explains the topic clearly,

52
00:04:21,010 --> 00:04:27,580
and then, based on that content, create a skill that visualizes it in an easy-to-understand HTML format.

53
00:04:29,310 --> 00:04:35,880
In other words, in the end, I can view my own original teaching materials in HTML. This is the ultimate ideal.

54
00:04:35,910 --> 00:04:38,780
Yes, something like that. Let's convey that to it.

55
00:04:38,810 --> 00:04:40,140
Like a textbook creator.

56
00:04:40,180 --> 00:04:44,010
That's right. Textbook creator might be an easy way to understand it.

57
00:04:46,380 --> 00:04:52,410
So, in the process of building this, while there are various output formats like PowerPoint, Google Docs, or Word,

58
00:04:52,580 --> 00:04:55,680
text-based files like Markdown tend to lack expressiveness.

59
00:04:59,380 --> 00:05:05,680
Since it's just text, when you want to learn something, it's often easier to grasp the concepts visually by seeing images first.

60
00:05:05,880 --> 00:05:14,680
So I'm conveying that an output like HTML, which incorporates diagrams and such, rather than just a wall of text like a textbook, would be much easier to understand.

61
00:05:16,180 --> 00:05:19,140
So, in the bottom left, there is this "Permission" section.

62
00:05:19,180 --> 00:05:22,310
"Ask for approval" is for when you need to approve every single time.

63
00:05:22,330 --> 00:05:29,110
"Full access" is not currently recommended by OpenAI, so this middle one, "Ask for approval on behalf," is the one to use.

64
00:05:30,210 --> 00:05:39,110
"Ask for approval on behalf" means that if it detects an unsafe command or action, ChatGPT will ask the user for confirmation, saying, "Is it okay to do this?"

65
00:05:40,610 --> 00:05:44,010
Before proceeding. That is how this permission method works.

66
00:05:44,040 --> 00:05:46,510
Let's go ahead and select "Ask for approval on behalf."

67
00:05:46,540 --> 00:05:51,580
So, if ChatGPT thinks something might be risky, it will prompt the user for confirmation. That's the kind of permission it is.

68
00:05:51,610 --> 00:05:55,510
And then, bottom right, yes, there are models like Saul, Tara, and Luna.

69
00:05:55,540 --> 00:05:58,280
Saul, I think I'll go with Saul, the smartest one.

70
00:05:58,980 --> 00:06:03,710
And here, since I want to increase the speed a bit, I'll set it to "Fast" and for the reasoning level.

71
00:06:04,180 --> 00:06:11,080
Using "Ultra" triggers subagents, but for the purpose of building this creator skill, I don't think that level of reasoning is necessary.

72
00:06:12,580 --> 00:06:18,680
So, I think it's best to select "Extra High" or "High," and for this time, I'll go with "Extra High."

73
00:06:20,610 --> 00:06:27,610
Additionally, I will instruct it to ask me questions if there is anything unclear, so that we can make the material or skill as good as possible.

74
00:06:29,680 --> 00:06:38,580
Then, you just execute it in the bottom right. It's nearly the same as using ChatGPT's chat, or if you've used Cursor, Codex before, you'll find it almost identical.

75
00:06:40,080 --> 00:06:46,680
With Codex, I always work within a local folder where the code would accumulate, but can I have this project write code in the same way?

76
00:06:47,610 --> 00:06:50,510
Yes, having it write code works without any issues.

77
00:06:51,610 --> 00:07:01,410
Our company provides various support in the AI X education field, including employee training, seminar appearances, and support for building AI-native organizations.

78
00:07:02,580 --> 00:07:06,980
If you are interested, please contact us using the form provided in the description.

79
00:07:07,280 --> 00:07:08,880
Alright, let's take a look.

80
00:07:09,910 --> 00:07:14,010
We'll build a skill using the Skill Creator to automate the following workflow.

81
00:07:14,180 --> 00:07:17,980
So, first, research the input theme using reliable sources.

82
00:07:18,010 --> 00:07:21,080
Create a course outline with citations in Markdown format.

83
00:07:21,110 --> 00:07:26,410
Expand it into easy-to-understand text for beginners, then convert it into HTML course content with diagrams.

84
00:07:26,440 --> 00:07:29,410
And finally, verify the consistency of the content.

85
00:07:29,440 --> 00:07:32,910
Can this skill be placed where it's always accessible from Codex?

86
00:07:33,280 --> 00:07:34,680
Yes, that's fine.

87
00:07:35,810 --> 00:07:42,080
Second, for the learner's knowledge level, setting it to estimate based on input or ask if unclear is fine.

88
00:07:43,080 --> 00:07:48,910
Please give me one course theme you'd like to use for a practical test. Let's go with "What is an AI agent?"

89
00:07:49,880 --> 00:07:52,710
So, I'm running the test based on this theme now.

90
00:07:53,980 --> 00:07:56,210
I'll close the left panel since I don't need it.

91
00:07:59,310 --> 00:08:06,310
You mentioned visualization earlier, and I actually have a skill called "Course Builder" that I already created in Codex.

92
00:08:08,010 --> 00:08:14,880
I use it when creating training materials, not necessarily for YouTube, but for training, and that's the "Course Builder" skill.

93
00:08:14,910 --> 00:08:18,280
It says it will also pull in information from there as a reference.

94
00:08:20,210 --> 00:08:29,610
I've been teaching for a long time, so I had the know-how and nudges on how to teach in my head, and I turned it into this skill, so I use it all the time.

95
00:08:31,310 --> 00:08:33,980
I use it pretty much every time I create a course.

96
00:08:35,110 --> 00:08:39,780
It seems to be checking that Course Builder as well to improve the quality of the course design.

97
00:08:40,880 --> 00:08:47,610
As you can see, it's stepping through the process, deciding on things like reusability and HTML structure,

98
00:08:47,880 --> 00:08:52,710
then initializing and implementing the new skill, executing tasks step by step.

99
00:08:53,280 --> 00:08:59,780
There are files, side tasks, and a browser on the right, but I think we can look at those as they become necessary.

100
00:09:00,610 --> 00:09:08,280
Next, on the left side, if you press here, you can add files, folders, project goals, or even use the "Goal" command.

101
00:09:08,380 --> 00:09:12,180
It's things like setting a goal command to have it push forward, or "Plan" mode.

102
00:09:12,380 --> 00:09:16,310
And in the "Plugins" section, there are things like "Documents" and various others.

103
00:09:16,340 --> 00:09:19,480
So, can we use almost all the plugins that were available in Cursor?

104
00:09:19,510 --> 00:09:23,080
Yeah, it's pretty much the same. I don't think there's really any difference there.

105
00:09:23,110 --> 00:09:29,480
As for the plugins you've been using in ChatGPT or Cursor so far, yes, you can select them just like this.

106
00:09:29,910 --> 00:09:35,980
Also, there are new things here like ChatGPT's own models, or sites you've created in other videos.

107
00:09:36,910 --> 00:09:39,780
I think you can also do things by mentioning those here.

108
00:09:40,210 --> 00:09:46,710
And what's great is that, like these ChatGPT conversations, you can pull in past ChatGPT chats.

109
00:09:47,210 --> 00:09:49,510
Do you get it? Isn't this amazing?

110
00:09:50,880 --> 00:09:59,510
Calmly speaking, being able to type it and pull in a thread like "YouTube Planning Ideas" as context to pass into this chat is a major change.

111
00:10:01,980 --> 00:10:10,880
As I showed you, the plugins are basically the same, so if you were using Cursor, just keep in mind that the features you liked are also in ChatGPT.

112
00:10:11,680 --> 00:10:17,210
Right, yes. Also, if you use the slash command, you can see MCP for connecting to external tools.

113
00:10:17,240 --> 00:10:23,280
There's also "Side Chat" in ChatGPT Work for when you want to ask a quick question, a feature that was in Cursor.

114
00:10:28,110 --> 00:10:33,280
You can launch a side chat to ask temporary questions separately, so you don't clutter your main chat thread.

115
00:10:38,480 --> 00:10:45,210
The status and feedback parts aren't really important. There's "Plan" mode, there's "Project" mode, and you can select the model.

116
00:10:45,910 --> 00:10:54,410
Right now, the context usage is at about 22%, and you can set things like "Compact Context Compression" here to condense the conversation history.

117
00:10:54,440 --> 00:10:58,810
And there are a whole bunch of skills here too. It looks like you can do pretty much anything like this.

118
00:10:59,010 --> 00:11:03,180
Basically, you can do almost everything, so it's hard to find things you can't do.

119
00:11:04,680 --> 00:11:10,410
When it comes to ChatGPT work, Codex is better for heavy-duty development, but for day-to-day tasks,

120
00:11:10,610 --> 00:11:16,810
like writing reports or doing research, which isn't hardcore coding, ChatGPT work might actually be more convenient.

121
00:11:18,880 --> 00:11:22,680
If you're building a system, ChatGPT work might be easier to use.

122
00:11:24,980 --> 00:11:29,010
So, it's like they've expanded ChatGPT and brought it closer to Codex.

123
00:11:32,080 --> 00:11:38,610
Essentially, ChatGPT work takes the technical foundation of Codex and adapts it to be applicable to more general tasks.

124
00:11:40,380 --> 00:11:47,080
The base is Codex. It's built on Codex, but ChatGPT work is designed to be used in a much wider range of scenarios.

125
00:11:48,280 --> 00:11:54,480
So, if you watch it, thinking, "In the video here, it's loading existing stuff by running commands and listing them out."

126
00:11:56,880 --> 00:12:01,180
It's still on step two quarters, but as you wait, it should keep building out the skills.

127
00:12:02,510 --> 00:12:07,980
Also, since I'm using the ChatGPT desktop app, it can access folders on my local PC.

128
00:12:09,310 --> 00:12:13,010
Opening this terminal at the bottom, I know a lot of people don't like this.

129
00:12:13,910 --> 00:12:15,110
This screen right here.

130
00:12:16,580 --> 00:12:26,110
If you look at this, you can see I'm inside a folder within a hidden "ChatGPT Projects" folder, which is inside a hidden "Codex" folder, so it seems like I'm working locally.

131
00:12:27,610 --> 00:12:29,710
Those are some really deep-hidden folders.

132
00:12:30,380 --> 00:12:33,780
Yes, it's inside a hidden folder within a hidden folder.

133
00:12:37,610 --> 00:12:42,510
While that's processing, I'll mention that ChatGPT work includes a scheduling feature,

134
00:12:42,710 --> 00:12:47,710
which allows you to set up tasks you want to run every morning, night, day, or week.

135
00:12:51,680 --> 00:12:56,480
Whether it's ChatGPT work or just a single chat, we call these "tasks."

136
00:12:59,310 --> 00:13:04,880
You can schedule them, so if you have any recurring tasks, I recommend using the scheduling function.

137
00:13:06,480 --> 00:13:14,280
So, if you look here, you can see it has already created files like "HTMLdesign.md" and "Instructiondesign.md."

138
00:13:16,010 --> 00:13:24,410
It's creating the necessary files like HTML and so on. It looks like it's currently on step three, so I think I'll wait for this to finish.

139
00:13:24,880 --> 00:13:33,110
Company A is looking for new team members to work with us. We are currently hiring for all positions, including full-time, contract, and internship roles.

140
00:13:35,810 --> 00:13:42,780
To grow our AI and education business even further, we are looking for people who are passionate about both AI and education.

141
00:13:45,780 --> 00:13:52,180
If you are interested, please apply using the form linked in the description. We look forward to receiving your applications.

142
00:13:52,210 --> 00:14:00,810
Yes, it took about 21 minutes. It was longer than I expected, but I think that's because I used O1 and set the reasoning level to "Extra High."

143
00:14:01,580 --> 00:14:06,310
Anyway, it seems to have created the "Build Visual Learning Material" for us.

144
00:14:06,910 --> 00:14:16,310
Since I gave it the test theme of "What are AI agents?", if we look at it, it says, "What are AI agents? Grasp it in 25 minutes. AI that advances your work."

145
00:14:16,880 --> 00:14:17,680
Quote, "Oh."

146
00:14:18,380 --> 00:14:23,080
It has a bit of an "I-generated" look, but it summarizes things clearly, doesn't it?

147
00:14:23,280 --> 00:14:26,280
It really does look like a textbook, just as requested.

148
00:14:26,310 --> 00:14:32,080
Yeah, it certainly looks like a textbook. I do get the feeling that this part is a bit textbook-like.

149
00:14:32,610 --> 00:14:34,980
It has summarized it quite nicely though.

150
00:14:35,010 --> 00:14:40,910
Yes, yes, yes. It's not bad, and oh, it includes something like a test, and like this, these learning objectives.

151
00:14:41,010 --> 00:14:43,780
Ah, look, it even gives the correct answers, so that worked out.

152
00:14:43,810 --> 00:14:50,480
The design feels a bit like it was made by AI, but I think it's a good point that it properly includes reference materials.

153
00:14:50,510 --> 00:14:54,310
And this is the initial plan for creating the teaching materials, right?

154
00:14:54,610 --> 00:15:00,110
I asked for it to be in Markdown, so if you look at this, you can see the teaching plan is included,

155
00:15:00,380 --> 00:15:04,810
and it seems to have summarized things like the "Learning Objective-Centered Model" in a list.

156
00:15:05,810 --> 00:15:10,080
But honestly, don't you find that when it's this long, you don't really want to read it?

157
00:15:10,110 --> 00:15:12,010
Well, I certainly am that type.

158
00:15:13,580 --> 00:15:19,510
I mean, when it's this long, you might be able to understand it, but as for whether you'd actually want to read it,

159
00:15:19,610 --> 00:15:22,880
I personally would like the volume of text reduced a bit more.

160
00:15:25,480 --> 00:15:34,880
I think the test and check parts are fine, but there's still a bit too much text. It's very wordy, and the design feels a bit off, so I'd like to change those areas.

161
00:15:38,480 --> 00:15:43,010
For example, there are a few things I'd like to revise, so I'd like to share them.

162
00:15:43,110 --> 00:15:46,710
Here we go. It's a good start, but there are a few points to correct.

163
00:15:46,740 --> 00:15:51,810
First, the design is a bit off. It's quite off, so I would like it to be improved effectively.

164
00:15:51,840 --> 00:15:58,010
Well, for the image, I'd like a notion like "Design Style," and I want you to strictly align the tone and manner.

165
00:15:58,040 --> 00:16:01,010
So, please go with a notion like "Design Style."

166
00:16:01,880 --> 00:16:08,610
Also, the design where these card formats have colored edges feels especially AI-like, so I want that changed.

167
00:16:09,780 --> 00:16:12,210
And I still think there is way too much text.

168
00:16:13,210 --> 00:16:17,580
For teaching materials to be truly intuitive, you need to lead with visuals.

169
00:16:17,780 --> 00:16:23,280
Visualize things first to build an image, then explain the finer details based on that image.

170
00:16:24,210 --> 00:16:30,480
So, I'd like less text volume, and for the visuals, I want to see more diagrammatic representations,

171
00:16:30,610 --> 00:16:34,210
whether it's SVG graphics or HTML-based diagrams.

172
00:16:34,610 --> 00:16:41,510
I want to state where there's as little verbal explanation as possible, while still keeping the essential text needed, of course.

173
00:16:42,410 --> 00:16:47,210
Taking all that into account, I would like you to make some drastic improvements to the design.

174
00:16:47,510 --> 00:16:52,780
And so, I've conveyed that. Since I want it to be notion-like, let's put a note in like this.

175
00:16:54,910 --> 00:16:58,880
I think it would be good to tell them to finish it in a "Notion-like" style.

176
00:17:00,180 --> 00:17:00,880
Let's send it.

177
00:17:00,910 --> 00:17:03,880
So, does this mean the content of the skill will be rewritten?

178
00:17:03,910 --> 00:17:07,780
Exactly. With that, I'm essentially giving feedback on the skill.

179
00:17:08,810 --> 00:17:16,310
I verified it, and while it took the form of the skill I wanted without any issues, it was still a bit off, so I'm sending this feedback.

180
00:17:16,510 --> 00:17:23,080
Looking here, it says that the Skill Creator will update the base skill and templates so that future-generated results will reflect these same improvements.

181
00:17:23,110 --> 00:17:29,710
The direction is unified into three points: "Notion-style clean information design," showing diagrams first, and "Moving text to supplementary roles."

182
00:17:29,740 --> 00:17:32,480
It summarized what I wanted to say quite concisely.

183
00:17:33,310 --> 00:17:38,710
Now, a task has been created for the existing content, so I'll wait for this to be completed.

184
00:17:39,110 --> 00:17:43,810
So, after waiting 20 minutes and then another 25 minutes, it's finally done.

185
00:17:43,840 --> 00:17:47,310
It says it has been drastically improved, so let's take a look.

186
00:17:47,580 --> 00:17:50,010
I'll open the revised HTML version.

187
00:17:50,310 --> 00:17:55,580
Right, whoa, it's seriously put together in a notion-like way, and there are diagrams.

188
00:17:55,610 --> 00:18:00,580
Yeah, the diagrams make it easy to understand, and it still keeps the original elements too.

189
00:18:00,610 --> 00:18:03,910
Wait, isn't this really good? The diagrams are fantastic, aren't they?

190
00:18:03,940 --> 00:18:11,980
Isn't this amazing? Absolutely amazing. Wow, these diagrams are incredible. This is seriously great, and the fact that it can do this much with Codex is really great.

191
00:18:12,010 --> 00:18:15,580
I might need to make some minor adjustments here though. Wait, isn't this amazing?

192
00:18:15,610 --> 00:18:18,880
I mean, Fable and Claude have been dominating when it comes to diagrams, right?

193
00:18:18,910 --> 00:18:22,780
That's true. It's genuinely good, isn't it? This is incredibly good.

194
00:18:22,810 --> 00:18:29,010
You just decide on a theme and convey what you want, and you can create your own original educational materials,

195
00:18:29,180 --> 00:18:32,980
like these materials based on the AI agent theme we have this time.

196
00:18:33,010 --> 00:18:36,510
For example, if I wanted to know something, like, "What is Q San?"

197
00:18:36,540 --> 00:18:40,810
Right, right, right. If I ask that, it explains Q San to me using this.

198
00:18:40,840 --> 00:18:47,580
Exactly. So, I've created a skill that can research, gather necessary information, and summarize it in this way.

199
00:18:48,010 --> 00:18:56,780
And since it pulls in reference materials like this, it feels like it's searching and summarizing information up to today's date. I really want you to distribute this.

200
00:18:56,810 --> 00:18:57,810
Should I distribute it?

201
00:18:57,840 --> 00:18:59,980
Here we go. Man, this is nice.

202
00:19:00,480 --> 00:19:04,810
For the people watching, when they want to learn about a specific topic, like I've always said,

203
00:19:04,910 --> 00:19:09,180
using HTML to visualize complex concepts makes them easier to understand.

204
00:19:10,080 --> 00:19:13,710
It doesn't explicitly state the fine details on how to convey information,

205
00:19:13,880 --> 00:19:18,010
but since this diagram was created by having the skill read the "Course Designer" logic,

206
00:19:18,280 --> 00:19:24,480
which is what I originally used to design my own materials and courses, it should be organized in a very easy-to-understand way.

207
00:19:25,110 --> 00:19:29,110
My own thinking is actually installed here, so it should be structured clearly.

208
00:19:31,210 --> 00:19:37,010
I think viewers will find this to be a really useful, illustrated educational resource, so let's go ahead and do it.

209
00:19:38,080 --> 00:19:45,810
This skill right here. I'd like to distribute the skill I created this time to everyone who registers online and enters the keyword, just like usual.

210
00:19:46,010 --> 00:19:51,780
This is genuinely a good skill. I can take this and then improve the skill itself in my own way, right?

211
00:19:52,110 --> 00:19:57,010
Of course, so I really want you to use this as a base and improve it further with your own skills.

212
00:19:57,680 --> 00:20:05,280
I want you to customize it to your own liking, as I've built about 90% of the base, so I'd like you to use this to present it in a way that suits you better.

213
00:20:07,210 --> 00:20:15,180
I want you to make it a part of your life, and as you refine the skills, it will undoubtedly become even better, so I truly hope you take it and make good use of it.

214
00:20:17,710 --> 00:20:22,810
So, the point isn't really to talk about skills today, but I wanted to talk about ChatGPT work,

215
00:20:23,010 --> 00:20:27,780
and as I explained it while building Jake Hun's skill, did you notice anything or have any comments?

216
00:20:28,810 --> 00:20:31,580
If you can use Codex, you can use this easily.

217
00:20:35,680 --> 00:20:41,980
Exactly. I've posted many videos on Codex so far, and for those who have watched them and actually tried using Codex,

218
00:20:42,180 --> 00:20:47,610
I think there's no problem using this at all, and furthermore, ChatGPT work is lighter than Codex,

219
00:20:47,780 --> 00:20:55,610
making it easier to handle for tasks rather than just development, so I hope this becomes an opportunity for you to broaden your work and start using ChatGPT.

220
00:20:59,310 --> 00:21:01,780
Yes, so, that's all. Is that alright?

221
00:21:01,810 --> 00:21:05,410
Yes, thank you very much. Now, I'd like to move on to our comment reply corner.

222
00:21:05,440 --> 00:21:11,610
Yes, please. Today, we received a comment from "Nameless" on our video about the must-use God-tier Codex plugins.

223
00:21:11,640 --> 00:21:15,580
Thank you. Thank you for your videos as always. I'm really enjoying learning from them.

224
00:21:15,610 --> 00:21:18,910
The comment says, "The name Michi and the mascot are both wonderful."

225
00:21:18,940 --> 00:21:20,580
Oh, we got a comment like that?

226
00:21:20,610 --> 00:21:21,110
Yes.

227
00:21:21,140 --> 00:21:25,210
Thank you very much. By the way, why is the company named it in the first place?

228
00:21:25,240 --> 00:21:26,880
Oh, that's a good question.

229
00:21:28,210 --> 00:21:32,910
The name "Michi" comes from my own background in education, and as I was thinking about it,

230
00:21:33,080 --> 00:21:39,110
I realized I wanted to be a catalyst for change in the people I interact with, and that's what education is all about, right?

231
00:21:40,980 --> 00:21:49,680
It's about being involved in people's growth, so I chose the name with the hope that people won't just change a little, but transform significantly. That's the meaning behind "Michi."

232
00:21:51,780 --> 00:22:00,710
I named it "Michi Path," because I want this education to be a catalyst for growth, not just a small change, but a transformative shift that changes a person's path.

233
00:22:02,280 --> 00:22:08,810
I see, and since the word "Geru," to change frog, is part of "Michi," I decided to use a frog icon for "Michi Kun" as well.

234
00:22:08,840 --> 00:22:12,210
Michi Kun is really cute, isn't he? He turned out really cute, didn't he?

235
00:22:12,240 --> 00:22:13,910
So, that's the story behind that.

236
00:22:13,940 --> 00:22:21,580
Yes, like we did today, when new features are released, I want to introduce them while showing the process of building something easy to understand.

237
00:22:22,410 --> 00:22:29,510
We'll keep putting out videos that help improve your AI skills by showing you things like the skill we built today and the process behind it.

238
00:22:30,380 --> 00:22:38,080
So, if you haven't subscribed to the channel yet, please hit that button below, and if there's anything you'd like to see, please leave a comment.

239
00:22:38,110 --> 00:22:41,710
That's all for today. Thank you for watching. See you next time.
