Getting the transcript
Reading the captions from YouTube. A video nobody has opened here before takes 10 to 30 seconds; this page fills in on its own.
Getting the transcript
Reading the captions from YouTube. A video nobody has opened here before takes 10 to 30 seconds; this page fills in on its own.

Where viewers went back to watch this video again, from YouTube's public Most replayed graph, lined up with what was said at that moment.
Most replayed moment #1
0:442.7x the video's typical replay level
agents, you'll want to copy and edit the notebook so that you can run through all the code yourself. So, to make a copy of the notebook, you can click on the copy and edit button. And this will then create a copy of the notebook for you to use and run uh as your own. A notebook
Said at 0:37
Most replayed moment #2
0:101.8x the video's typical replay level
course with Google. This video is your beginner guide to running all of our code labs which are hosted right here on the Kaggle Notebooks platform. So if you're new to Kaggle Notebooks, don't worry. My name is Pong Lin and I'm a developer relations engineer at Google
Said at 0:03
The graph counts replays. It does not show where viewers stopped watching.
Words
791
Runtime
4:18
Speaking pace
184wpm
Reading time
3min
184 words per minute, just over the 181 median of 349 measured videos. That distribution comes from the 349-video hook study.
Opening (first 30 seconds)
Welcome to the 5-day AI agents intensive course with Google. This video is your beginner guide to running all of our code labs which are hosted right here on the Kaggle Notebooks platform. So if you're new to Kaggle Notebooks, don't worry. My name is Pong Lin and I'm a developer relations engineer at Google and I'll walk you through the steps you need to know before you begin building your first agent on the first day of this 5-day event. Now, before we dive in, note that if you're not really
92 words, the words spoken in the first 30 seconds at 184 words per minute.
Free, no signup. See how the first 30 seconds hold attention, with rewrites.
Sentence shape
| Measure | This transcript |
|---|---|
| Sentences | 42 |
| Average words per sentence | 18.8 |
| Longest sentence | 72 words |
| Questions asked | 0 |
| Sentences containing a number | 2 |
Most used terms
Filler phrases
14 in total: uh 10 · actually 2 · like 1 · sort of 1.
A literal whole-word count of the same phrase list the Prepublish browser extension uses, so a phrase inside another word is not counted and a phrase used in its ordinary sense still is. It is a count and not a judgement.
What this transcript is
Every word below is the caption track YouTube publishes for this video, pulled from the video itself and reproduced unchanged. It is not Prepublish's writing, not a summary, and not a re-transcription: it is the video's own published captions. English captions, generated automatically by YouTube, in the video’s original language. Source: the video on YouTube. A channel that would rather this page did not exist can ask for its removal through the contact page, and it is removed.
Welcome to the 5-day AI agents intensive course with Google. This video is your beginner guide to running all of our code labs which are hosted right here on the Kaggle Notebooks platform. So if you're new to Kaggle Notebooks, don't worry. My name is Pong Lin and I'm a developer relations engineer at Google and I'll walk you through the steps you need to know before you begin building your first agent on the first day of this 5-day event.
Now, before we dive in, note that if you're not really comfortable running the code, that's okay. You can just read through these notebooks. But to really be able to get some hands-on experience building agents, you'll want to copy and edit the notebook so that you can run through all the code yourself. So, to make a copy of the notebook, you can click on the copy and edit button. And this will then create a copy of the notebook for you to use and run uh as your own.
A notebook is comprised of these cells. And these cells can either be markdown cells or code cells like this one in gray. Another markdown cell here and code cells below. And you'll see that if you doubleclick these markdown cells, you can edit the contents within. And you can just say, for example, hi. Press shift enter or press the play button to render that markdown cell. For the code cell here, you can also again just press play or press shift enter in order for it to run.
And if this is the first time you're running a code cell, it might take a little bit of time for it to show that your draft session is now ready to go. Now, just in terms of the order of the code cells that you run, you can see here there's two code cells here. One is uh comprised of import statements and the second one has an agent that you're building. Now, if you run this code cell first, it's going to return an error that the name agent is not defined.
And that's because you haven't yet actually run the import statements. So, make sure wherever possible that you're running these import statements in the right order. We're going to assume that you're going to be reading through the instructions from top to bottom. Uh run a code cell, read more instructions, run another code cell. So, it should be in order from top to bottom generally speaking. So now if I run the code cell below, this should run without a problem.
Okay. Excellent. Another thing that you'll need to consider is adding in your Gemini API key uh to the notebook. So of course, one way to do so is to just simply paste it in to Google API key in plain text, but we really don't recommend pasting your API keys in your notebooks ever. And the best way to do this instead is to add it as a Kaggle secret, which I'll show you in a second. But just as a reason as to why you don't want to paste in your API key in these notebooks is because if you do end up sharing your notebooks down the road by clicking on the share button then if you make it public now suddenly everyone might accidentally sort of know your API key.
So let's let's not do that. So, in order to add your API key to Kaggle secrets, go to the add-ons section at the top and then click on secrets here and then under secrets on the right hand side, we have this menu where you can now click to add secret and then you can add in under the label Google API_key and uh given the value which is your API key and then click on Save. Excellent. So now we have our secret which is the Google API key and then we also have our actual AP API key hidden here.
Now just make sure that this checkbox is indeed ticked so that uh the notebook will recognize this uh particular API key when it's ready to import it. So this code cell is actually going to import that API key from uh the secret in this uh in this notebook. So I can click on run and it should uh read the Google API key into the current environment which will allow you to run your agent. And just make sure to follow the instructions that will be provided on how you can request your API key from Google AI studio.
So that's how you use Kaggle notebooks. Hope you enjoy the course and happy agent
The words are the caption track's own and nothing is reworded or re-transcribed. Paragraph breaks are placed between sentences so the text reads as prose.
Free tools for your own script. No signup, no login.
Paste your draft and see where viewers are likely to drop off, with a rewrite for each weak line.
Paste the first 30 seconds of your own draft for a hook score and rewrites.
Check your draft against YouTube's advertiser-friendly guidelines before you record it.
Read this channel's public videos and transcripts, and download a writing brief for it.