{"text": " Today I'll be teaching you how to use Cloud Code in Terminal. First, let me show you how to install Cloud Code. I will share with you the link to this page below this video. Now, if you are using Mac OS, then you copy the first command line and then you open Terminal and then you paste this in. Or if you are using Windows, you can copy the Windows PowerShell command line. Then you run PowerShell. Then you paste in the line. Then you press Enter. And it will start to install Cloud Code Terminal. So when it's done, you will see installation complete. To check, you can type cloud space dash dash version and press Enter to check that you have installed Cloud Code. Next, let me show you how to use Cloud Code. So first, let's create a new folder. So create a new empty folder on your computer anywhere. So I'll just use this as an example. Then before you launch Cloud Code in your terminal, you want to change to that folder. So just type CD space. You can just drag this in like this. It will automatically fill it up for you. Or you can also right click. Then you copy the path. Then you can paste it in like this. Then you press Enter. So right now, I'm in the new folder that I created. I can now run Cloud. So I type Cloud. Then I press Enter. And then the first time you run Cloud Code, it will ask you for permissions. So I press Enter. So first, you need to log in to connect your Cloud account. You can type slash login and press Enter. Then you can select the first option where you can connect your Cloud account with subscription. So you need to be at least on the pro plan to use Cloud Code. So I press Enter. Then it will open the browser. If it didn't open, you just copy this link. So I'll just copy it like this. I press C to copy. So when you go to that page, you will see something like this. You can click on Authorize to connect Cloud Code to your account. Next, you want to paste this into Cloud Code. So you want to copy this. You can click on Copy Code. Then we go back to Cloud Code. And then I paste it in. Then I press Enter. And you'll see login successful. Press Enter to continue. And from here, we can start using Cloud Code. So the first thing you can do is to select which model you want to use. So type slash model. Then press Enter. You can select if you want to use Sonnet, Fable, Opus, or Haiku. Now if you're not sure which model to use, just start with Sonnet first. It's good enough for many tasks. Now if you want to make something that's more complicated, then you can try a more powerful model like Opus or even Fable. Now Haiku is a faster model, but it is quite outdated for now. So if you're not sure, I recommend you to just start with Sonnet first. Next, you can select the effort. So type slash effort. Press Enter. And then you can select the effort level. So there is low, medium, high, extra high, and max. So when you use a higher effort level, the AI agent will take more time to think. But then this means it will be slower, you'll wait longer, and you will use up your usage limits faster. And if you use a lower effort level, it will be faster and cheaper. But then the quality might not be as good as a higher effort level. So if you're not sure, you can start off with medium effort level first. And then if you find that it's not working, it's not good enough, if you cannot do the things you want it to do, then you can try a higher effort level. So this depends on how complex the task is. So if you're not sure, just start off with medium first. So I press Enter. Next, let me show you how to change the mode in Cloud Code. So if you press Shift and tap on your keyboard, and then you look in the bottom left corner, you can see I can change to a different mode. So first, there's Accept Edits On. That means it will automatically accept any edits that Cloud Code wants to make so that you don't have to approve every single edit one by one. Now for this, it will still ask you for permissions for certain actions. Next, there's also Plan Mode. This means Cloud Code will plan first before it starts to build anything. And then there's also Auto Mode On. So with this, it will automatically approve most of the things for you as long as it passes a safety check. And then there's also the Manual Mode where you don't see anything over here. This means anytime Cloud Code wants to make any edits, it will ask you to approve manually one by one. So it's usually recommended that you start off by planning first. So I'll do Shift-Tab. I'm going to Plan Mode. And now let's build a simple app. So I could say, build a to-do list app where I can create tasks, edit them, and delete them. Then I'll press Enter. And now Cloud Code will start to write a plan. So in Plan Mode, Cloud Code might ask you questions on what you want. So here it's saying, what kind of app should this be? So I can choose which one I want. So there I go with the first one. Then it asks, should tasks be saved permanently? So just answer the questions accordingly. And then you submit your answers. So it's done. It says Cloud has written up a plan and is ready to execute. Would you like to proceed? Then from here, you have different choices on how you want to continue. So before you continue, you can read the plan. So here I can scroll down to read the plan that Cloud Code wrote. And if all is good, I can proceed. So I'll go with the first option, yes, and use Auto Mode. So that this way, it will automatically approve the edits and the permissions. So I press Enter. And you can see it automatically went into Auto Mode on. So this way, Cloud Code will start to create the files. It will start to edit them and start to write the code. Without me having to approve every edit one by one and without having to approve the different permissions. So it's done. This took 2 minutes and 34 seconds. And it created these files for me. And it also teaches me to use it. Just double click index.html. So let's open the folder. And here you can see it created these new files for me. So I could just double click on this to run this app. So this is what it looks like. So I could test it out. Maybe I'll add a few tasks. Buy groceries. Do the laundry. Water the plants. And let's say I've done this task. I can mark this as completed. Now say I want to make a change to this app. Maybe I want to add a due date to each task. So I could come back to Cloud Code. I could say add a due date feature for each task. So it's done. It took 1 minute and 29 seconds. Now let's take a look. So if I refresh the page, I can now add a date to the task. So let's try it out. So say I have a dentist appointment. Then I'll select a date. And it works. So whatever change you want to make, you just continue telling Cloud Code to do it for you. Now a tip is you want to regularly clear the conversation. So if the next task you want to make is not related to the previous things you are working on, you want to do slash clear. So you will start a new session with empty contacts. Now say I want to add a button so that I can change this app between dark and light theme. This is not relevant to the previous thing, which is about creating due dates. So it's a new thing. So I will use clear to clear the conversation. And now I can move on to the next thing. So you want to regularly do slash clear between your tasks. So now I can tell Cloud to add a toggle button to toggle between dark and light mode. So it's done. You can see it took 1 minute and 4 seconds. And now let me refresh the page. And here I see a toggle button where I can click to toggle between a dark theme and a light theme. So we can just tell Cloud Code to make any changes for you. Now say you don't like a change and you want to undo your change. You can go back to Cloud Code. You can type slash rewind. And then it will restore the code and conversation to a previous point. So if I send rewind, I can now choose which part of the conversation I want to go back to. So right now I'm over here. If I want to go back to my previous message, I can just go up. Then I press enter. And then I can choose whether I want to restore the code and conversation or just the conversation or just the code. Now if it's just conversation, then the code won't change. Which means this thing will still be here. And then if it's restore code, it will restore just the code. But then the conversation will still be at the point where I ask for the button. So I will say most of the time, you'll probably just go with restore code and conversation. To just bring back everything back in time. So let's do this. Restore the code and conversation. So now I go back to the part where I ask for the toggle button. Now if I go back to this app, if I refresh, you can see it's gone. So this is how you undo any changes that you don't want. So there are many more commands that you can use in Cloud Code. So when you have the time, you can type slash help. Press enter. And you can read through this. And then you can also go to commands. Press your right arrow key. These are all of the different commands that you can use in Cloud Code. So there's quite a lot of them. You don't have to learn every single one of them. You can just go through when you have the time. And then you get used to the different commands that you can use in Cloud Code. So that's how to use Cloud Code in Terminal.", "segments": [{"id": 0, "seek": 0, "start": 0.0, "end": 4.34, "text": " Today I'll be teaching you how to use Cloud Code in Terminal.", "tokens": [50365, 2692, 286, 603, 312, 4571, 291, 577, 281, 764, 8061, 15549, 294, 19835, 2071, 13, 50582], "temperature": 0, "avg_logprob": -0.15861518799312532, "compression_ratio": 1.8945147679324894, "no_speech_prob": 8.621911236177116e-13}, {"id": 1, "seek": 0, "start": 4.5600000000000005, "end": 7.36, "text": " First, let me show you how to install Cloud Code.", "tokens": [50593, 2386, 11, 718, 385, 855, 291, 577, 281, 3625, 8061, 15549, 13, 50733], "temperature": 0, "avg_logprob": -0.15861518799312532, "compression_ratio": 1.8945147679324894, "no_speech_prob": 8.621911236177116e-13}, {"id": 2, "seek": 0, "start": 7.5200000000000005, "end": 10.84, "text": " I will share with you the link to this page below this video.", "tokens": [50741, 286, 486, 2073, 365, 291, 264, 2113, 281, 341, 3028, 2507, 341, 960, 13, 50907], "temperature": 0, "avg_logprob": -0.15861518799312532, "compression_ratio": 1.8945147679324894, "no_speech_prob": 8.621911236177116e-13}, {"id": 3, "seek": 0, "start": 11.32, "end": 14.66, "text": " Now, if you are using Mac OS, then you copy the first command line", "tokens": [50931, 823, 11, 498, 291, 366, 1228, 5707, 12731, 11, 550, 291, 5055, 264, 700, 5622, 1622, 51098], "temperature": 0, "avg_logprob": -0.15861518799312532, "compression_ratio": 1.8945147679324894, "no_speech_prob": 8.621911236177116e-13}, {"id": 4, "seek": 0, "start": 14.66, "end": 17.78, "text": " and then you open Terminal and then you paste this in.", "tokens": [51098, 293, 550, 291, 1269, 19835, 2071, 293, 550, 291, 9163, 341, 294, 13, 51254], "temperature": 0, "avg_logprob": -0.15861518799312532, "compression_ratio": 1.8945147679324894, "no_speech_prob": 8.621911236177116e-13}, {"id": 5, "seek": 0, "start": 18.12, "end": 22.16, "text": " Or if you are using Windows, you can copy the Windows PowerShell command line.", "tokens": [51271, 1610, 498, 291, 366, 1228, 8591, 11, 291, 393, 5055, 264, 8591, 7086, 9526, 285, 5622, 1622, 13, 51473], "temperature": 0, "avg_logprob": -0.15861518799312532, "compression_ratio": 1.8945147679324894, "no_speech_prob": 8.621911236177116e-13}, {"id": 6, "seek": 0, "start": 23.04, "end": 24.66, "text": " Then you run PowerShell.", "tokens": [51517, 1396, 291, 1190, 7086, 9526, 285, 13, 51598], "temperature": 0, "avg_logprob": -0.15861518799312532, "compression_ratio": 1.8945147679324894, "no_speech_prob": 8.621911236177116e-13}, {"id": 7, "seek": 0, "start": 26.48, "end": 28.080000000000002, "text": " Then you paste in the line.", "tokens": [51689, 1396, 291, 9163, 294, 264, 1622, 13, 51769], "temperature": 0, "avg_logprob": -0.15861518799312532, "compression_ratio": 1.8945147679324894, "no_speech_prob": 8.621911236177116e-13}, {"id": 8, "seek": 0, "start": 28.080000000000002, "end": 29.32, "text": " Then you press Enter.", "tokens": [51769, 1396, 291, 1886, 10399, 13, 51831], "temperature": 0, "avg_logprob": -0.15861518799312532, "compression_ratio": 1.8945147679324894, "no_speech_prob": 8.621911236177116e-13}, {"id": 9, "seek": 3000, "start": 30.0, "end": 32.78, "text": " And it will start to install Cloud Code Terminal.", "tokens": [50365, 400, 309, 486, 722, 281, 3625, 8061, 15549, 19835, 2071, 13, 50504], "temperature": 0, "avg_logprob": -0.17533640500878087, "compression_ratio": 1.7588932806324111, "no_speech_prob": 1.5431055955597572e-12}, {"id": 10, "seek": 3000, "start": 33.2, "end": 35.68, "text": " So when it's done, you will see installation complete.", "tokens": [50525, 407, 562, 309, 311, 1096, 11, 291, 486, 536, 13260, 3566, 13, 50649], "temperature": 0, "avg_logprob": -0.17533640500878087, "compression_ratio": 1.7588932806324111, "no_speech_prob": 1.5431055955597572e-12}, {"id": 11, "seek": 3000, "start": 35.82, "end": 39.74, "text": " To check, you can type cloud space dash dash version", "tokens": [50656, 1407, 1520, 11, 291, 393, 2010, 4588, 1901, 8240, 8240, 3037, 50852], "temperature": 0, "avg_logprob": -0.17533640500878087, "compression_ratio": 1.7588932806324111, "no_speech_prob": 1.5431055955597572e-12}, {"id": 12, "seek": 3000, "start": 39.74, "end": 43.74, "text": " and press Enter to check that you have installed Cloud Code.", "tokens": [50852, 293, 1886, 10399, 281, 1520, 300, 291, 362, 8899, 8061, 15549, 13, 51052], "temperature": 0, "avg_logprob": -0.17533640500878087, "compression_ratio": 1.7588932806324111, "no_speech_prob": 1.5431055955597572e-12}, {"id": 13, "seek": 3000, "start": 44.16, "end": 46.5, "text": " Next, let me show you how to use Cloud Code.", "tokens": [51073, 3087, 11, 718, 385, 855, 291, 577, 281, 764, 8061, 15549, 13, 51190], "temperature": 0, "avg_logprob": -0.17533640500878087, "compression_ratio": 1.7588932806324111, "no_speech_prob": 1.5431055955597572e-12}, {"id": 14, "seek": 3000, "start": 46.84, "end": 48.900000000000006, "text": " So first, let's create a new folder.", "tokens": [51207, 407, 700, 11, 718, 311, 1884, 257, 777, 10820, 13, 51310], "temperature": 0, "avg_logprob": -0.17533640500878087, "compression_ratio": 1.7588932806324111, "no_speech_prob": 1.5431055955597572e-12}, {"id": 15, "seek": 3000, "start": 49.18, "end": 52.66, "text": " So create a new empty folder on your computer anywhere.", "tokens": [51324, 407, 1884, 257, 777, 6707, 10820, 322, 428, 3820, 4992, 13, 51498], "temperature": 0, "avg_logprob": -0.17533640500878087, "compression_ratio": 1.7588932806324111, "no_speech_prob": 1.5431055955597572e-12}, {"id": 16, "seek": 3000, "start": 53.14, "end": 54.92, "text": " So I'll just use this as an example.", "tokens": [51522, 407, 286, 603, 445, 764, 341, 382, 364, 1365, 13, 51611], "temperature": 0, "avg_logprob": -0.17533640500878087, "compression_ratio": 1.7588932806324111, "no_speech_prob": 1.5431055955597572e-12}, {"id": 17, "seek": 3000, "start": 55.760000000000005, "end": 58.8, "text": " Then before you launch Cloud Code in your terminal,", "tokens": [51653, 1396, 949, 291, 4025, 8061, 15549, 294, 428, 14709, 11, 51805], "temperature": 0, "avg_logprob": -0.17533640500878087, "compression_ratio": 1.7588932806324111, "no_speech_prob": 1.5431055955597572e-12}, {"id": 18, "seek": 5880, "start": 58.8, "end": 60.599999999999994, "text": " you want to change to that folder.", "tokens": [50365, 291, 528, 281, 1319, 281, 300, 10820, 13, 50455], "temperature": 0, "avg_logprob": -0.25478711335555365, "compression_ratio": 1.7, "no_speech_prob": 3.818427345148034e-12}, {"id": 19, "seek": 5880, "start": 60.599999999999994, "end": 62.68, "text": " So just type CD space.", "tokens": [50455, 407, 445, 2010, 6743, 1901, 13, 50559], "temperature": 0, "avg_logprob": -0.25478711335555365, "compression_ratio": 1.7, "no_speech_prob": 3.818427345148034e-12}, {"id": 20, "seek": 5880, "start": 63.54, "end": 66.47999999999999, "text": " You can just drag this in like this.", "tokens": [50602, 509, 393, 445, 5286, 341, 294, 411, 341, 13, 50749], "temperature": 0, "avg_logprob": -0.25478711335555365, "compression_ratio": 1.7, "no_speech_prob": 3.818427345148034e-12}, {"id": 21, "seek": 5880, "start": 66.75999999999999, "end": 68.67999999999999, "text": " It will automatically fill it up for you.", "tokens": [50763, 467, 486, 6772, 2836, 309, 493, 337, 291, 13, 50859], "temperature": 0, "avg_logprob": -0.25478711335555365, "compression_ratio": 1.7, "no_speech_prob": 3.818427345148034e-12}, {"id": 22, "seek": 5880, "start": 68.94, "end": 70.7, "text": " Or you can also right click.", "tokens": [50872, 1610, 291, 393, 611, 558, 2052, 13, 50960], "temperature": 0, "avg_logprob": -0.25478711335555365, "compression_ratio": 1.7, "no_speech_prob": 3.818427345148034e-12}, {"id": 23, "seek": 5880, "start": 71.16, "end": 73.28, "text": " Then you copy the path.", "tokens": [50983, 1396, 291, 5055, 264, 3100, 13, 51089], "temperature": 0, "avg_logprob": -0.25478711335555365, "compression_ratio": 1.7, "no_speech_prob": 3.818427345148034e-12}, {"id": 24, "seek": 5880, "start": 73.42, "end": 75.62, "text": " Then you can paste it in like this.", "tokens": [51096, 1396, 291, 393, 9163, 309, 294, 411, 341, 13, 51206], "temperature": 0, "avg_logprob": -0.25478711335555365, "compression_ratio": 1.7, "no_speech_prob": 3.818427345148034e-12}, {"id": 25, "seek": 5880, "start": 75.72, "end": 76.53999999999999, "text": " Then you press Enter.", "tokens": [51211, 1396, 291, 1886, 10399, 13, 51252], "temperature": 0, "avg_logprob": -0.25478711335555365, "compression_ratio": 1.7, "no_speech_prob": 3.818427345148034e-12}, {"id": 26, "seek": 5880, "start": 77.03999999999999, "end": 79.5, "text": " So right now, I'm in the new folder that I created.", "tokens": [51277, 407, 558, 586, 11, 286, 478, 294, 264, 777, 10820, 300, 286, 2942, 13, 51400], "temperature": 0, "avg_logprob": -0.25478711335555365, "compression_ratio": 1.7, "no_speech_prob": 3.818427345148034e-12}, {"id": 27, "seek": 5880, "start": 79.74, "end": 80.82, "text": " I can now run Cloud.", "tokens": [51412, 286, 393, 586, 1190, 8061, 13, 51466], "temperature": 0, "avg_logprob": -0.25478711335555365, "compression_ratio": 1.7, "no_speech_prob": 3.818427345148034e-12}, {"id": 28, "seek": 5880, "start": 81.16, "end": 81.96, "text": " So I type Cloud.", "tokens": [51483, 407, 286, 2010, 8061, 13, 51523], "temperature": 0, "avg_logprob": -0.25478711335555365, "compression_ratio": 1.7, "no_speech_prob": 3.818427345148034e-12}, {"id": 29, "seek": 5880, "start": 82.08, "end": 82.94, "text": " Then I press Enter.", "tokens": [51529, 1396, 286, 1886, 10399, 13, 51572], "temperature": 0, "avg_logprob": -0.25478711335555365, "compression_ratio": 1.7, "no_speech_prob": 3.818427345148034e-12}, {"id": 30, "seek": 8294, "start": 82.94, "end": 85.14, "text": " And then the first time you run Cloud Code,", "tokens": [50365, 400, 550, 264, 700, 565, 291, 1190, 8061, 15549, 11, 50475], "temperature": 0, "avg_logprob": -0.24245236220869046, "compression_ratio": 1.865, "no_speech_prob": 2.761154152541856e-12}, {"id": 31, "seek": 8294, "start": 85.28, "end": 86.42, "text": " it will ask you for permissions.", "tokens": [50482, 309, 486, 1029, 291, 337, 32723, 13, 50539], "temperature": 0, "avg_logprob": -0.24245236220869046, "compression_ratio": 1.865, "no_speech_prob": 2.761154152541856e-12}, {"id": 32, "seek": 8294, "start": 86.89999999999999, "end": 87.86, "text": " So I press Enter.", "tokens": [50563, 407, 286, 1886, 10399, 13, 50611], "temperature": 0, "avg_logprob": -0.24245236220869046, "compression_ratio": 1.865, "no_speech_prob": 2.761154152541856e-12}, {"id": 33, "seek": 8294, "start": 88.3, "end": 91.36, "text": " So first, you need to log in to connect your Cloud account.", "tokens": [50633, 407, 700, 11, 291, 643, 281, 3565, 294, 281, 1745, 428, 8061, 2696, 13, 50786], "temperature": 0, "avg_logprob": -0.24245236220869046, "compression_ratio": 1.865, "no_speech_prob": 2.761154152541856e-12}, {"id": 34, "seek": 8294, "start": 91.66, "end": 94.6, "text": " You can type slash login and press Enter.", "tokens": [50801, 509, 393, 2010, 17330, 24276, 293, 1886, 10399, 13, 50948], "temperature": 0, "avg_logprob": -0.24245236220869046, "compression_ratio": 1.865, "no_speech_prob": 2.761154152541856e-12}, {"id": 35, "seek": 8294, "start": 95.08, "end": 96.67999999999999, "text": " Then you can select the first option", "tokens": [50972, 1396, 291, 393, 3048, 264, 700, 3614, 51052], "temperature": 0, "avg_logprob": -0.24245236220869046, "compression_ratio": 1.865, "no_speech_prob": 2.761154152541856e-12}, {"id": 36, "seek": 8294, "start": 96.67999999999999, "end": 99.8, "text": " where you can connect your Cloud account with subscription.", "tokens": [51052, 689, 291, 393, 1745, 428, 8061, 2696, 365, 17231, 13, 51208], "temperature": 0, "avg_logprob": -0.24245236220869046, "compression_ratio": 1.865, "no_speech_prob": 2.761154152541856e-12}, {"id": 37, "seek": 8294, "start": 100.3, "end": 103.97999999999999, "text": " So you need to be at least on the pro plan to use Cloud Code.", "tokens": [51233, 407, 291, 643, 281, 312, 412, 1935, 322, 264, 447, 1393, 281, 764, 8061, 15549, 13, 51417], "temperature": 0, "avg_logprob": -0.24245236220869046, "compression_ratio": 1.865, "no_speech_prob": 2.761154152541856e-12}, {"id": 38, "seek": 8294, "start": 104.28, "end": 105.14, "text": " So I press Enter.", "tokens": [51432, 407, 286, 1886, 10399, 13, 51475], "temperature": 0, "avg_logprob": -0.24245236220869046, "compression_ratio": 1.865, "no_speech_prob": 2.761154152541856e-12}, {"id": 39, "seek": 10514, "start": 106.14, "end": 107.64, "text": " Then it will open the browser.", "tokens": [50415, 1396, 309, 486, 1269, 264, 11185, 13, 50490], "temperature": 0, "avg_logprob": -0.19752538026268804, "compression_ratio": 1.8333333333333333, "no_speech_prob": 3.701530835314992e-12}, {"id": 40, "seek": 10514, "start": 107.9, "end": 110.44, "text": " If it didn't open, you just copy this link.", "tokens": [50503, 759, 309, 994, 380, 1269, 11, 291, 445, 5055, 341, 2113, 13, 50630], "temperature": 0, "avg_logprob": -0.19752538026268804, "compression_ratio": 1.8333333333333333, "no_speech_prob": 3.701530835314992e-12}, {"id": 41, "seek": 10514, "start": 110.7, "end": 112.44, "text": " So I'll just copy it like this.", "tokens": [50643, 407, 286, 603, 445, 5055, 309, 411, 341, 13, 50730], "temperature": 0, "avg_logprob": -0.19752538026268804, "compression_ratio": 1.8333333333333333, "no_speech_prob": 3.701530835314992e-12}, {"id": 42, "seek": 10514, "start": 112.6, "end": 114.1, "text": " I press C to copy.", "tokens": [50738, 286, 1886, 383, 281, 5055, 13, 50813], "temperature": 0, "avg_logprob": -0.19752538026268804, "compression_ratio": 1.8333333333333333, "no_speech_prob": 3.701530835314992e-12}, {"id": 43, "seek": 10514, "start": 114.6, "end": 117.1, "text": " So when you go to that page, you will see something like this.", "tokens": [50838, 407, 562, 291, 352, 281, 300, 3028, 11, 291, 486, 536, 746, 411, 341, 13, 50963], "temperature": 0, "avg_logprob": -0.19752538026268804, "compression_ratio": 1.8333333333333333, "no_speech_prob": 3.701530835314992e-12}, {"id": 44, "seek": 10514, "start": 117.18, "end": 120.5, "text": " You can click on Authorize to connect Cloud Code to your account.", "tokens": [50967, 509, 393, 2052, 322, 20216, 1125, 281, 1745, 8061, 15549, 281, 428, 2696, 13, 51133], "temperature": 0, "avg_logprob": -0.19752538026268804, "compression_ratio": 1.8333333333333333, "no_speech_prob": 3.701530835314992e-12}, {"id": 45, "seek": 10514, "start": 120.98, "end": 123.36, "text": " Next, you want to paste this into Cloud Code.", "tokens": [51157, 3087, 11, 291, 528, 281, 9163, 341, 666, 8061, 15549, 13, 51276], "temperature": 0, "avg_logprob": -0.19752538026268804, "compression_ratio": 1.8333333333333333, "no_speech_prob": 3.701530835314992e-12}, {"id": 46, "seek": 10514, "start": 123.48, "end": 124.44, "text": " So you want to copy this.", "tokens": [51282, 407, 291, 528, 281, 5055, 341, 13, 51330], "temperature": 0, "avg_logprob": -0.19752538026268804, "compression_ratio": 1.8333333333333333, "no_speech_prob": 3.701530835314992e-12}, {"id": 47, "seek": 10514, "start": 124.52, "end": 125.9, "text": " You can click on Copy Code.", "tokens": [51334, 509, 393, 2052, 322, 25653, 15549, 13, 51403], "temperature": 0, "avg_logprob": -0.19752538026268804, "compression_ratio": 1.8333333333333333, "no_speech_prob": 3.701530835314992e-12}, {"id": 48, "seek": 10514, "start": 126.52, "end": 127.82, "text": " Then we go back to Cloud Code.", "tokens": [51434, 1396, 321, 352, 646, 281, 8061, 15549, 13, 51499], "temperature": 0, "avg_logprob": -0.19752538026268804, "compression_ratio": 1.8333333333333333, "no_speech_prob": 3.701530835314992e-12}, {"id": 49, "seek": 10514, "start": 128.26, "end": 129.44, "text": " And then I paste it in.", "tokens": [51521, 400, 550, 286, 9163, 309, 294, 13, 51580], "temperature": 0, "avg_logprob": -0.19752538026268804, "compression_ratio": 1.8333333333333333, "no_speech_prob": 3.701530835314992e-12}, {"id": 50, "seek": 10514, "start": 129.76, "end": 130.72, "text": " Then I press Enter.", "tokens": [51596, 1396, 286, 1886, 10399, 13, 51644], "temperature": 0, "avg_logprob": -0.19752538026268804, "compression_ratio": 1.8333333333333333, "no_speech_prob": 3.701530835314992e-12}, {"id": 51, "seek": 13072, "start": 131.68, "end": 133.34, "text": " And you'll see login successful.", "tokens": [50413, 400, 291, 603, 536, 24276, 4406, 13, 50496], "temperature": 0, "avg_logprob": -0.1962169940655048, "compression_ratio": 1.7011494252873562, "no_speech_prob": 3.3838017023807287e-12}, {"id": 52, "seek": 13072, "start": 133.68, "end": 134.76, "text": " Press Enter to continue.", "tokens": [50513, 6776, 10399, 281, 2354, 13, 50567], "temperature": 0, "avg_logprob": -0.1962169940655048, "compression_ratio": 1.7011494252873562, "no_speech_prob": 3.3838017023807287e-12}, {"id": 53, "seek": 13072, "start": 135.85999999999999, "end": 138.22, "text": " And from here, we can start using Cloud Code.", "tokens": [50622, 400, 490, 510, 11, 321, 393, 722, 1228, 8061, 15549, 13, 50740], "temperature": 0, "avg_logprob": -0.1962169940655048, "compression_ratio": 1.7011494252873562, "no_speech_prob": 3.3838017023807287e-12}, {"id": 54, "seek": 13072, "start": 138.6, "end": 142.44, "text": " So the first thing you can do is to select which model you want to use.", "tokens": [50759, 407, 264, 700, 551, 291, 393, 360, 307, 281, 3048, 597, 2316, 291, 528, 281, 764, 13, 50951], "temperature": 0, "avg_logprob": -0.1962169940655048, "compression_ratio": 1.7011494252873562, "no_speech_prob": 3.3838017023807287e-12}, {"id": 55, "seek": 13072, "start": 142.6, "end": 144.04, "text": " So type slash model.", "tokens": [50959, 407, 2010, 17330, 2316, 13, 51031], "temperature": 0, "avg_logprob": -0.1962169940655048, "compression_ratio": 1.7011494252873562, "no_speech_prob": 3.3838017023807287e-12}, {"id": 56, "seek": 13072, "start": 144.6, "end": 145.46, "text": " Then press Enter.", "tokens": [51059, 1396, 1886, 10399, 13, 51102], "temperature": 0, "avg_logprob": -0.1962169940655048, "compression_ratio": 1.7011494252873562, "no_speech_prob": 3.3838017023807287e-12}, {"id": 57, "seek": 13072, "start": 145.9, "end": 150.34, "text": " You can select if you want to use Sonnet, Fable, Opus, or Haiku.", "tokens": [51124, 509, 393, 3048, 498, 291, 528, 281, 764, 5185, 7129, 11, 479, 712, 11, 12011, 301, 11, 420, 4064, 24320, 13, 51346], "temperature": 0, "avg_logprob": -0.1962169940655048, "compression_ratio": 1.7011494252873562, "no_speech_prob": 3.3838017023807287e-12}, {"id": 58, "seek": 13072, "start": 150.74, "end": 154.26, "text": " Now if you're not sure which model to use, just start with Sonnet first.", "tokens": [51366, 823, 498, 291, 434, 406, 988, 597, 2316, 281, 764, 11, 445, 722, 365, 5185, 7129, 700, 13, 51542], "temperature": 0, "avg_logprob": -0.1962169940655048, "compression_ratio": 1.7011494252873562, "no_speech_prob": 3.3838017023807287e-12}, {"id": 59, "seek": 13072, "start": 154.36, "end": 156.24, "text": " It's good enough for many tasks.", "tokens": [51547, 467, 311, 665, 1547, 337, 867, 9608, 13, 51641], "temperature": 0, "avg_logprob": -0.1962169940655048, "compression_ratio": 1.7011494252873562, "no_speech_prob": 3.3838017023807287e-12}, {"id": 60, "seek": 13072, "start": 156.34, "end": 159.02, "text": " Now if you want to make something that's more complicated,", "tokens": [51646, 823, 498, 291, 528, 281, 652, 746, 300, 311, 544, 6179, 11, 51780], "temperature": 0, "avg_logprob": -0.1962169940655048, "compression_ratio": 1.7011494252873562, "no_speech_prob": 3.3838017023807287e-12}, {"id": 61, "seek": 15902, "start": 159.02, "end": 163.70000000000002, "text": " then you can try a more powerful model like Opus or even Fable.", "tokens": [50365, 550, 291, 393, 853, 257, 544, 4005, 2316, 411, 12011, 301, 420, 754, 479, 712, 13, 50599], "temperature": 0, "avg_logprob": -0.17420127656724718, "compression_ratio": 1.5720524017467248, "no_speech_prob": 3.055603513268945e-12}, {"id": 62, "seek": 15902, "start": 164.18, "end": 167.62, "text": " Now Haiku is a faster model, but it is quite outdated for now.", "tokens": [50623, 823, 4064, 24320, 307, 257, 4663, 2316, 11, 457, 309, 307, 1596, 36313, 337, 586, 13, 50795], "temperature": 0, "avg_logprob": -0.17420127656724718, "compression_ratio": 1.5720524017467248, "no_speech_prob": 3.055603513268945e-12}, {"id": 63, "seek": 15902, "start": 167.8, "end": 171.60000000000002, "text": " So if you're not sure, I recommend you to just start with Sonnet first.", "tokens": [50804, 407, 498, 291, 434, 406, 988, 11, 286, 2748, 291, 281, 445, 722, 365, 5185, 7129, 700, 13, 50994], "temperature": 0, "avg_logprob": -0.17420127656724718, "compression_ratio": 1.5720524017467248, "no_speech_prob": 3.055603513268945e-12}, {"id": 64, "seek": 15902, "start": 171.92000000000002, "end": 173.44, "text": " Next, you can select the effort.", "tokens": [51010, 3087, 11, 291, 393, 3048, 264, 4630, 13, 51086], "temperature": 0, "avg_logprob": -0.17420127656724718, "compression_ratio": 1.5720524017467248, "no_speech_prob": 3.055603513268945e-12}, {"id": 65, "seek": 15902, "start": 173.64000000000001, "end": 175.18, "text": " So type slash effort.", "tokens": [51096, 407, 2010, 17330, 4630, 13, 51173], "temperature": 0, "avg_logprob": -0.17420127656724718, "compression_ratio": 1.5720524017467248, "no_speech_prob": 3.055603513268945e-12}, {"id": 66, "seek": 15902, "start": 175.72, "end": 176.28, "text": " Press Enter.", "tokens": [51200, 6776, 10399, 13, 51228], "temperature": 0, "avg_logprob": -0.17420127656724718, "compression_ratio": 1.5720524017467248, "no_speech_prob": 3.055603513268945e-12}, {"id": 67, "seek": 15902, "start": 176.8, "end": 179.04000000000002, "text": " And then you can select the effort level.", "tokens": [51254, 400, 550, 291, 393, 3048, 264, 4630, 1496, 13, 51366], "temperature": 0, "avg_logprob": -0.17420127656724718, "compression_ratio": 1.5720524017467248, "no_speech_prob": 3.055603513268945e-12}, {"id": 68, "seek": 15902, "start": 179.28, "end": 183.92000000000002, "text": " So there is low, medium, high, extra high, and max.", "tokens": [51378, 407, 456, 307, 2295, 11, 6399, 11, 1090, 11, 2857, 1090, 11, 293, 11469, 13, 51610], "temperature": 0, "avg_logprob": -0.17420127656724718, "compression_ratio": 1.5720524017467248, "no_speech_prob": 3.055603513268945e-12}, {"id": 69, "seek": 18392, "start": 183.92, "end": 189.01999999999998, "text": " So when you use a higher effort level, the AI agent will take more time to think.", "tokens": [50365, 407, 562, 291, 764, 257, 2946, 4630, 1496, 11, 264, 7318, 9461, 486, 747, 544, 565, 281, 519, 13, 50620], "temperature": 0, "avg_logprob": -0.15328975056493005, "compression_ratio": 1.7405405405405405, "no_speech_prob": 2.5724088657808064e-12}, {"id": 70, "seek": 18392, "start": 189.5, "end": 192.6, "text": " But then this means it will be slower, you'll wait longer,", "tokens": [50644, 583, 550, 341, 1355, 309, 486, 312, 14009, 11, 291, 603, 1699, 2854, 11, 50799], "temperature": 0, "avg_logprob": -0.15328975056493005, "compression_ratio": 1.7405405405405405, "no_speech_prob": 2.5724088657808064e-12}, {"id": 71, "seek": 18392, "start": 192.83999999999997, "end": 195.64, "text": " and you will use up your usage limits faster.", "tokens": [50811, 293, 291, 486, 764, 493, 428, 14924, 10406, 4663, 13, 50951], "temperature": 0, "avg_logprob": -0.15328975056493005, "compression_ratio": 1.7405405405405405, "no_speech_prob": 2.5724088657808064e-12}, {"id": 72, "seek": 18392, "start": 195.95999999999998, "end": 199.85999999999999, "text": " And if you use a lower effort level, it will be faster and cheaper.", "tokens": [50967, 400, 498, 291, 764, 257, 3126, 4630, 1496, 11, 309, 486, 312, 4663, 293, 12284, 13, 51162], "temperature": 0, "avg_logprob": -0.15328975056493005, "compression_ratio": 1.7405405405405405, "no_speech_prob": 2.5724088657808064e-12}, {"id": 73, "seek": 18392, "start": 200.16, "end": 204.89999999999998, "text": " But then the quality might not be as good as a higher effort level.", "tokens": [51177, 583, 550, 264, 3125, 1062, 406, 312, 382, 665, 382, 257, 2946, 4630, 1496, 13, 51414], "temperature": 0, "avg_logprob": -0.15328975056493005, "compression_ratio": 1.7405405405405405, "no_speech_prob": 2.5724088657808064e-12}, {"id": 74, "seek": 20490, "start": 204.9, "end": 209.22, "text": " So if you're not sure, you can start off with medium effort level first.", "tokens": [50365, 407, 498, 291, 434, 406, 988, 11, 291, 393, 722, 766, 365, 6399, 4630, 1496, 700, 13, 50581], "temperature": 0, "avg_logprob": -0.14731928018423227, "compression_ratio": 1.800796812749004, "no_speech_prob": 2.379120555076608e-12}, {"id": 75, "seek": 20490, "start": 209.38, "end": 212.46, "text": " And then if you find that it's not working, it's not good enough,", "tokens": [50589, 400, 550, 498, 291, 915, 300, 309, 311, 406, 1364, 11, 309, 311, 406, 665, 1547, 11, 50743], "temperature": 0, "avg_logprob": -0.14731928018423227, "compression_ratio": 1.800796812749004, "no_speech_prob": 2.379120555076608e-12}, {"id": 76, "seek": 20490, "start": 212.46, "end": 214.48000000000002, "text": " if you cannot do the things you want it to do,", "tokens": [50743, 498, 291, 2644, 360, 264, 721, 291, 528, 309, 281, 360, 11, 50844], "temperature": 0, "avg_logprob": -0.14731928018423227, "compression_ratio": 1.800796812749004, "no_speech_prob": 2.379120555076608e-12}, {"id": 77, "seek": 20490, "start": 214.62, "end": 217.14000000000001, "text": " then you can try a higher effort level.", "tokens": [50851, 550, 291, 393, 853, 257, 2946, 4630, 1496, 13, 50977], "temperature": 0, "avg_logprob": -0.14731928018423227, "compression_ratio": 1.800796812749004, "no_speech_prob": 2.379120555076608e-12}, {"id": 78, "seek": 20490, "start": 217.4, "end": 220.38, "text": " So this depends on how complex the task is.", "tokens": [50990, 407, 341, 5946, 322, 577, 3997, 264, 5633, 307, 13, 51139], "temperature": 0, "avg_logprob": -0.14731928018423227, "compression_ratio": 1.800796812749004, "no_speech_prob": 2.379120555076608e-12}, {"id": 79, "seek": 20490, "start": 220.74, "end": 223.32, "text": " So if you're not sure, just start off with medium first.", "tokens": [51157, 407, 498, 291, 434, 406, 988, 11, 445, 722, 766, 365, 6399, 700, 13, 51286], "temperature": 0, "avg_logprob": -0.14731928018423227, "compression_ratio": 1.800796812749004, "no_speech_prob": 2.379120555076608e-12}, {"id": 80, "seek": 20490, "start": 223.76, "end": 224.62, "text": " So I press Enter.", "tokens": [51308, 407, 286, 1886, 10399, 13, 51351], "temperature": 0, "avg_logprob": -0.14731928018423227, "compression_ratio": 1.800796812749004, "no_speech_prob": 2.379120555076608e-12}, {"id": 81, "seek": 20490, "start": 225.12, "end": 228.48000000000002, "text": " Next, let me show you how to change the mode in Cloud Code.", "tokens": [51376, 3087, 11, 718, 385, 855, 291, 577, 281, 1319, 264, 4391, 294, 8061, 15549, 13, 51544], "temperature": 0, "avg_logprob": -0.14731928018423227, "compression_ratio": 1.800796812749004, "no_speech_prob": 2.379120555076608e-12}, {"id": 82, "seek": 20490, "start": 228.72, "end": 231.70000000000002, "text": " So if you press Shift and tap on your keyboard,", "tokens": [51556, 407, 498, 291, 1886, 28304, 293, 5119, 322, 428, 10186, 11, 51705], "temperature": 0, "avg_logprob": -0.14731928018423227, "compression_ratio": 1.800796812749004, "no_speech_prob": 2.379120555076608e-12}, {"id": 83, "seek": 23170, "start": 231.7, "end": 233.98, "text": " and then you look in the bottom left corner,", "tokens": [50365, 293, 550, 291, 574, 294, 264, 2767, 1411, 4538, 11, 50479], "temperature": 0, "avg_logprob": -0.12925940803859545, "compression_ratio": 1.6457564575645756, "no_speech_prob": 2.695853089373923e-12}, {"id": 84, "seek": 23170, "start": 234.17999999999998, "end": 236.44, "text": " you can see I can change to a different mode.", "tokens": [50489, 291, 393, 536, 286, 393, 1319, 281, 257, 819, 4391, 13, 50602], "temperature": 0, "avg_logprob": -0.12925940803859545, "compression_ratio": 1.6457564575645756, "no_speech_prob": 2.695853089373923e-12}, {"id": 85, "seek": 23170, "start": 236.94, "end": 238.98, "text": " So first, there's Accept Edits On.", "tokens": [50627, 407, 700, 11, 456, 311, 39957, 3977, 1208, 1282, 13, 50729], "temperature": 0, "avg_logprob": -0.12925940803859545, "compression_ratio": 1.6457564575645756, "no_speech_prob": 2.695853089373923e-12}, {"id": 86, "seek": 23170, "start": 239.1, "end": 243.51999999999998, "text": " That means it will automatically accept any edits that Cloud Code wants to make", "tokens": [50735, 663, 1355, 309, 486, 6772, 3241, 604, 41752, 300, 8061, 15549, 2738, 281, 652, 50956], "temperature": 0, "avg_logprob": -0.12925940803859545, "compression_ratio": 1.6457564575645756, "no_speech_prob": 2.695853089373923e-12}, {"id": 87, "seek": 23170, "start": 243.51999999999998, "end": 247.76, "text": " so that you don't have to approve every single edit one by one.", "tokens": [50956, 370, 300, 291, 500, 380, 362, 281, 18827, 633, 2167, 8129, 472, 538, 472, 13, 51168], "temperature": 0, "avg_logprob": -0.12925940803859545, "compression_ratio": 1.6457564575645756, "no_speech_prob": 2.695853089373923e-12}, {"id": 88, "seek": 23170, "start": 248.06, "end": 252.33999999999997, "text": " Now for this, it will still ask you for permissions for certain actions.", "tokens": [51183, 823, 337, 341, 11, 309, 486, 920, 1029, 291, 337, 32723, 337, 1629, 5909, 13, 51397], "temperature": 0, "avg_logprob": -0.12925940803859545, "compression_ratio": 1.6457564575645756, "no_speech_prob": 2.695853089373923e-12}, {"id": 89, "seek": 23170, "start": 252.82, "end": 254.64, "text": " Next, there's also Plan Mode.", "tokens": [51421, 3087, 11, 456, 311, 611, 8112, 20500, 13, 51512], "temperature": 0, "avg_logprob": -0.12925940803859545, "compression_ratio": 1.6457564575645756, "no_speech_prob": 2.695853089373923e-12}, {"id": 90, "seek": 23170, "start": 254.88, "end": 258.91999999999996, "text": " This means Cloud Code will plan first before it starts to build anything.", "tokens": [51524, 639, 1355, 8061, 15549, 486, 1393, 700, 949, 309, 3719, 281, 1322, 1340, 13, 51726], "temperature": 0, "avg_logprob": -0.12925940803859545, "compression_ratio": 1.6457564575645756, "no_speech_prob": 2.695853089373923e-12}, {"id": 91, "seek": 25892, "start": 258.92, "end": 261.74, "text": " And then there's also Auto Mode On.", "tokens": [50365, 400, 550, 456, 311, 611, 13738, 20500, 1282, 13, 50506], "temperature": 0, "avg_logprob": -0.13744870821634927, "compression_ratio": 1.676923076923077, "no_speech_prob": 2.93920638695655e-12}, {"id": 92, "seek": 25892, "start": 262.06, "end": 265.8, "text": " So with this, it will automatically approve most of the things for you", "tokens": [50522, 407, 365, 341, 11, 309, 486, 6772, 18827, 881, 295, 264, 721, 337, 291, 50709], "temperature": 0, "avg_logprob": -0.13744870821634927, "compression_ratio": 1.676923076923077, "no_speech_prob": 2.93920638695655e-12}, {"id": 93, "seek": 25892, "start": 265.8, "end": 268.46000000000004, "text": " as long as it passes a safety check.", "tokens": [50709, 382, 938, 382, 309, 11335, 257, 4514, 1520, 13, 50842], "temperature": 0, "avg_logprob": -0.13744870821634927, "compression_ratio": 1.676923076923077, "no_speech_prob": 2.93920638695655e-12}, {"id": 94, "seek": 25892, "start": 268.78000000000003, "end": 272.56, "text": " And then there's also the Manual Mode where you don't see anything over here.", "tokens": [50858, 400, 550, 456, 311, 611, 264, 46173, 20500, 689, 291, 500, 380, 536, 1340, 670, 510, 13, 51047], "temperature": 0, "avg_logprob": -0.13744870821634927, "compression_ratio": 1.676923076923077, "no_speech_prob": 2.93920638695655e-12}, {"id": 95, "seek": 25892, "start": 272.86, "end": 276.08000000000004, "text": " This means anytime Cloud Code wants to make any edits,", "tokens": [51062, 639, 1355, 13038, 8061, 15549, 2738, 281, 652, 604, 41752, 11, 51223], "temperature": 0, "avg_logprob": -0.13744870821634927, "compression_ratio": 1.676923076923077, "no_speech_prob": 2.93920638695655e-12}, {"id": 96, "seek": 25892, "start": 276.28000000000003, "end": 279.16, "text": " it will ask you to approve manually one by one.", "tokens": [51233, 309, 486, 1029, 291, 281, 18827, 16945, 472, 538, 472, 13, 51377], "temperature": 0, "avg_logprob": -0.13744870821634927, "compression_ratio": 1.676923076923077, "no_speech_prob": 2.93920638695655e-12}, {"id": 97, "seek": 25892, "start": 279.5, "end": 283.34000000000003, "text": " So it's usually recommended that you start off by planning first.", "tokens": [51394, 407, 309, 311, 2673, 9628, 300, 291, 722, 766, 538, 5038, 700, 13, 51586], "temperature": 0, "avg_logprob": -0.13744870821634927, "compression_ratio": 1.676923076923077, "no_speech_prob": 2.93920638695655e-12}, {"id": 98, "seek": 25892, "start": 283.46000000000004, "end": 284.72, "text": " So I'll do Shift-Tab.", "tokens": [51592, 407, 286, 603, 360, 28304, 12, 51, 455, 13, 51655], "temperature": 0, "avg_logprob": -0.13744870821634927, "compression_ratio": 1.676923076923077, "no_speech_prob": 2.93920638695655e-12}, {"id": 99, "seek": 25892, "start": 284.94, "end": 286.32, "text": " I'm going to Plan Mode.", "tokens": [51666, 286, 478, 516, 281, 8112, 20500, 13, 51735], "temperature": 0, "avg_logprob": -0.13744870821634927, "compression_ratio": 1.676923076923077, "no_speech_prob": 2.93920638695655e-12}, {"id": 100, "seek": 28632, "start": 286.32, "end": 289.04, "text": " And now let's build a simple app.", "tokens": [50365, 400, 586, 718, 311, 1322, 257, 2199, 724, 13, 50501], "temperature": 0, "avg_logprob": -0.1618460152895396, "compression_ratio": 1.6367041198501873, "no_speech_prob": 2.464246905489742e-12}, {"id": 101, "seek": 28632, "start": 289.24, "end": 295.26, "text": " So I could say, build a to-do list app where I can create tasks,", "tokens": [50511, 407, 286, 727, 584, 11, 1322, 257, 281, 12, 2595, 1329, 724, 689, 286, 393, 1884, 9608, 11, 50812], "temperature": 0, "avg_logprob": -0.1618460152895396, "compression_ratio": 1.6367041198501873, "no_speech_prob": 2.464246905489742e-12}, {"id": 102, "seek": 28632, "start": 295.56, "end": 297.65999999999997, "text": " edit them, and delete them.", "tokens": [50827, 8129, 552, 11, 293, 12097, 552, 13, 50932], "temperature": 0, "avg_logprob": -0.1618460152895396, "compression_ratio": 1.6367041198501873, "no_speech_prob": 2.464246905489742e-12}, {"id": 103, "seek": 28632, "start": 297.94, "end": 298.82, "text": " Then I'll press Enter.", "tokens": [50946, 1396, 286, 603, 1886, 10399, 13, 50990], "temperature": 0, "avg_logprob": -0.1618460152895396, "compression_ratio": 1.6367041198501873, "no_speech_prob": 2.464246905489742e-12}, {"id": 104, "seek": 28632, "start": 299.38, "end": 301.54, "text": " And now Cloud Code will start to write a plan.", "tokens": [51018, 400, 586, 8061, 15549, 486, 722, 281, 2464, 257, 1393, 13, 51126], "temperature": 0, "avg_logprob": -0.1618460152895396, "compression_ratio": 1.6367041198501873, "no_speech_prob": 2.464246905489742e-12}, {"id": 105, "seek": 28632, "start": 302.26, "end": 306.26, "text": " So in Plan Mode, Cloud Code might ask you questions on what you want.", "tokens": [51162, 407, 294, 8112, 20500, 11, 8061, 15549, 1062, 1029, 291, 1651, 322, 437, 291, 528, 13, 51362], "temperature": 0, "avg_logprob": -0.1618460152895396, "compression_ratio": 1.6367041198501873, "no_speech_prob": 2.464246905489742e-12}, {"id": 106, "seek": 28632, "start": 306.62, "end": 309.32, "text": " So here it's saying, what kind of app should this be?", "tokens": [51380, 407, 510, 309, 311, 1566, 11, 437, 733, 295, 724, 820, 341, 312, 30, 51515], "temperature": 0, "avg_logprob": -0.1618460152895396, "compression_ratio": 1.6367041198501873, "no_speech_prob": 2.464246905489742e-12}, {"id": 107, "seek": 28632, "start": 309.53999999999996, "end": 311.08, "text": " So I can choose which one I want.", "tokens": [51526, 407, 286, 393, 2826, 597, 472, 286, 528, 13, 51603], "temperature": 0, "avg_logprob": -0.1618460152895396, "compression_ratio": 1.6367041198501873, "no_speech_prob": 2.464246905489742e-12}, {"id": 108, "seek": 28632, "start": 311.44, "end": 312.96, "text": " So there I go with the first one.", "tokens": [51621, 407, 456, 286, 352, 365, 264, 700, 472, 13, 51697], "temperature": 0, "avg_logprob": -0.1618460152895396, "compression_ratio": 1.6367041198501873, "no_speech_prob": 2.464246905489742e-12}, {"id": 109, "seek": 28632, "start": 313.26, "end": 315.56, "text": " Then it asks, should tasks be saved permanently?", "tokens": [51712, 1396, 309, 8962, 11, 820, 9608, 312, 6624, 24042, 30, 51827], "temperature": 0, "avg_logprob": -0.1618460152895396, "compression_ratio": 1.6367041198501873, "no_speech_prob": 2.464246905489742e-12}, {"id": 110, "seek": 31556, "start": 315.56, "end": 317.6, "text": " So just answer the questions accordingly.", "tokens": [50365, 407, 445, 1867, 264, 1651, 19717, 13, 50467], "temperature": 0, "avg_logprob": -0.1807536385276101, "compression_ratio": 1.640495867768595, "no_speech_prob": 2.3065609752043192e-12}, {"id": 111, "seek": 31556, "start": 318.4, "end": 319.82, "text": " And then you submit your answers.", "tokens": [50507, 400, 550, 291, 10315, 428, 6338, 13, 50578], "temperature": 0, "avg_logprob": -0.1807536385276101, "compression_ratio": 1.640495867768595, "no_speech_prob": 2.3065609752043192e-12}, {"id": 112, "seek": 31556, "start": 320.7, "end": 321.22, "text": " So it's done.", "tokens": [50622, 407, 309, 311, 1096, 13, 50648], "temperature": 0, "avg_logprob": -0.1807536385276101, "compression_ratio": 1.640495867768595, "no_speech_prob": 2.3065609752043192e-12}, {"id": 113, "seek": 31556, "start": 321.32, "end": 324.58, "text": " It says Cloud has written up a plan and is ready to execute.", "tokens": [50653, 467, 1619, 8061, 575, 3720, 493, 257, 1393, 293, 307, 1919, 281, 14483, 13, 50816], "temperature": 0, "avg_logprob": -0.1807536385276101, "compression_ratio": 1.640495867768595, "no_speech_prob": 2.3065609752043192e-12}, {"id": 114, "seek": 31556, "start": 324.82, "end": 325.88, "text": " Would you like to proceed?", "tokens": [50828, 6068, 291, 411, 281, 8991, 30, 50881], "temperature": 0, "avg_logprob": -0.1807536385276101, "compression_ratio": 1.640495867768595, "no_speech_prob": 2.3065609752043192e-12}, {"id": 115, "seek": 31556, "start": 326.06, "end": 329.44, "text": " Then from here, you have different choices on how you want to continue.", "tokens": [50890, 1396, 490, 510, 11, 291, 362, 819, 7994, 322, 577, 291, 528, 281, 2354, 13, 51059], "temperature": 0, "avg_logprob": -0.1807536385276101, "compression_ratio": 1.640495867768595, "no_speech_prob": 2.3065609752043192e-12}, {"id": 116, "seek": 31556, "start": 329.84000000000003, "end": 332.14, "text": " So before you continue, you can read the plan.", "tokens": [51079, 407, 949, 291, 2354, 11, 291, 393, 1401, 264, 1393, 13, 51194], "temperature": 0, "avg_logprob": -0.1807536385276101, "compression_ratio": 1.640495867768595, "no_speech_prob": 2.3065609752043192e-12}, {"id": 117, "seek": 31556, "start": 332.34000000000003, "end": 336.52, "text": " So here I can scroll down to read the plan that Cloud Code wrote.", "tokens": [51204, 407, 510, 286, 393, 11369, 760, 281, 1401, 264, 1393, 300, 8061, 15549, 4114, 13, 51413], "temperature": 0, "avg_logprob": -0.1807536385276101, "compression_ratio": 1.640495867768595, "no_speech_prob": 2.3065609752043192e-12}, {"id": 118, "seek": 31556, "start": 336.72, "end": 338.84000000000003, "text": " And if all is good, I can proceed.", "tokens": [51423, 400, 498, 439, 307, 665, 11, 286, 393, 8991, 13, 51529], "temperature": 0, "avg_logprob": -0.1807536385276101, "compression_ratio": 1.640495867768595, "no_speech_prob": 2.3065609752043192e-12}, {"id": 119, "seek": 33884, "start": 338.84, "end": 342.46, "text": " So I'll go with the first option, yes, and use Auto Mode.", "tokens": [50365, 407, 286, 603, 352, 365, 264, 700, 3614, 11, 2086, 11, 293, 764, 13738, 20500, 13, 50546], "temperature": 0, "avg_logprob": -0.174596905708313, "compression_ratio": 1.6649484536082475, "no_speech_prob": 3.214783040467184e-12}, {"id": 120, "seek": 33884, "start": 342.59999999999997, "end": 346.67999999999995, "text": " So that this way, it will automatically approve the edits and the permissions.", "tokens": [50553, 407, 300, 341, 636, 11, 309, 486, 6772, 18827, 264, 41752, 293, 264, 32723, 13, 50757], "temperature": 0, "avg_logprob": -0.174596905708313, "compression_ratio": 1.6649484536082475, "no_speech_prob": 3.214783040467184e-12}, {"id": 121, "seek": 33884, "start": 347.06, "end": 347.67999999999995, "text": " So I press Enter.", "tokens": [50776, 407, 286, 1886, 10399, 13, 50807], "temperature": 0, "avg_logprob": -0.174596905708313, "compression_ratio": 1.6649484536082475, "no_speech_prob": 3.214783040467184e-12}, {"id": 122, "seek": 33884, "start": 348.14, "end": 351.21999999999997, "text": " And you can see it automatically went into Auto Mode on.", "tokens": [50830, 400, 291, 393, 536, 309, 6772, 1437, 666, 13738, 20500, 322, 13, 50984], "temperature": 0, "avg_logprob": -0.174596905708313, "compression_ratio": 1.6649484536082475, "no_speech_prob": 3.214783040467184e-12}, {"id": 123, "seek": 33884, "start": 351.5, "end": 354.73999999999995, "text": " So this way, Cloud Code will start to create the files.", "tokens": [50998, 407, 341, 636, 11, 8061, 15549, 486, 722, 281, 1884, 264, 7098, 13, 51160], "temperature": 0, "avg_logprob": -0.174596905708313, "compression_ratio": 1.6649484536082475, "no_speech_prob": 3.214783040467184e-12}, {"id": 124, "seek": 33884, "start": 354.9, "end": 357.55999999999995, "text": " It will start to edit them and start to write the code.", "tokens": [51168, 467, 486, 722, 281, 8129, 552, 293, 722, 281, 2464, 264, 3089, 13, 51301], "temperature": 0, "avg_logprob": -0.174596905708313, "compression_ratio": 1.6649484536082475, "no_speech_prob": 3.214783040467184e-12}, {"id": 125, "seek": 35756, "start": 357.56, "end": 364.06, "text": " Without me having to approve every edit one by one and without having to approve the different permissions.", "tokens": [50365, 9129, 385, 1419, 281, 18827, 633, 8129, 472, 538, 472, 293, 1553, 1419, 281, 18827, 264, 819, 32723, 13, 50690], "temperature": 0, "avg_logprob": -0.18318891525268555, "compression_ratio": 1.7551867219917012, "no_speech_prob": 2.3065566383956293e-12}, {"id": 126, "seek": 35756, "start": 365.22, "end": 366.3, "text": " So it's done.", "tokens": [50748, 407, 309, 311, 1096, 13, 50802], "temperature": 0, "avg_logprob": -0.18318891525268555, "compression_ratio": 1.7551867219917012, "no_speech_prob": 2.3065566383956293e-12}, {"id": 127, "seek": 35756, "start": 366.4, "end": 368.76, "text": " This took 2 minutes and 34 seconds.", "tokens": [50807, 639, 1890, 568, 2077, 293, 12790, 3949, 13, 50925], "temperature": 0, "avg_logprob": -0.18318891525268555, "compression_ratio": 1.7551867219917012, "no_speech_prob": 2.3065566383956293e-12}, {"id": 128, "seek": 35756, "start": 368.76, "end": 370.88, "text": " And it created these files for me.", "tokens": [50925, 400, 309, 2942, 613, 7098, 337, 385, 13, 51031], "temperature": 0, "avg_logprob": -0.18318891525268555, "compression_ratio": 1.7551867219917012, "no_speech_prob": 2.3065566383956293e-12}, {"id": 129, "seek": 35756, "start": 371.1, "end": 373.18, "text": " And it also teaches me to use it.", "tokens": [51042, 400, 309, 611, 16876, 385, 281, 764, 309, 13, 51146], "temperature": 0, "avg_logprob": -0.18318891525268555, "compression_ratio": 1.7551867219917012, "no_speech_prob": 2.3065566383956293e-12}, {"id": 130, "seek": 35756, "start": 373.26, "end": 375.42, "text": " Just double click index.html.", "tokens": [51150, 1449, 3834, 2052, 8186, 13, 357, 15480, 13, 51258], "temperature": 0, "avg_logprob": -0.18318891525268555, "compression_ratio": 1.7551867219917012, "no_speech_prob": 2.3065566383956293e-12}, {"id": 131, "seek": 35756, "start": 375.66, "end": 377.04, "text": " So let's open the folder.", "tokens": [51270, 407, 718, 311, 1269, 264, 10820, 13, 51339], "temperature": 0, "avg_logprob": -0.18318891525268555, "compression_ratio": 1.7551867219917012, "no_speech_prob": 2.3065566383956293e-12}, {"id": 132, "seek": 35756, "start": 377.5, "end": 380.76, "text": " And here you can see it created these new files for me.", "tokens": [51362, 400, 510, 291, 393, 536, 309, 2942, 613, 777, 7098, 337, 385, 13, 51525], "temperature": 0, "avg_logprob": -0.18318891525268555, "compression_ratio": 1.7551867219917012, "no_speech_prob": 2.3065566383956293e-12}, {"id": 133, "seek": 35756, "start": 380.96, "end": 383.74, "text": " So I could just double click on this to run this app.", "tokens": [51535, 407, 286, 727, 445, 3834, 2052, 322, 341, 281, 1190, 341, 724, 13, 51674], "temperature": 0, "avg_logprob": -0.18318891525268555, "compression_ratio": 1.7551867219917012, "no_speech_prob": 2.3065566383956293e-12}, {"id": 134, "seek": 35756, "start": 383.94, "end": 385.24, "text": " So this is what it looks like.", "tokens": [51684, 407, 341, 307, 437, 309, 1542, 411, 13, 51749], "temperature": 0, "avg_logprob": -0.18318891525268555, "compression_ratio": 1.7551867219917012, "no_speech_prob": 2.3065566383956293e-12}, {"id": 135, "seek": 38524, "start": 385.24, "end": 386.52, "text": " So I could test it out.", "tokens": [50365, 407, 286, 727, 1500, 309, 484, 13, 50429], "temperature": 0, "avg_logprob": -0.17435675081999405, "compression_ratio": 1.7125, "no_speech_prob": 3.4078681716842585e-12}, {"id": 136, "seek": 38524, "start": 386.64, "end": 387.96000000000004, "text": " Maybe I'll add a few tasks.", "tokens": [50435, 2704, 286, 603, 909, 257, 1326, 9608, 13, 50501], "temperature": 0, "avg_logprob": -0.17435675081999405, "compression_ratio": 1.7125, "no_speech_prob": 3.4078681716842585e-12}, {"id": 137, "seek": 38524, "start": 388.56, "end": 389.22, "text": " Buy groceries.", "tokens": [50531, 19146, 31391, 13, 50564], "temperature": 0, "avg_logprob": -0.17435675081999405, "compression_ratio": 1.7125, "no_speech_prob": 3.4078681716842585e-12}, {"id": 138, "seek": 38524, "start": 389.96000000000004, "end": 390.8, "text": " Do the laundry.", "tokens": [50601, 1144, 264, 19811, 13, 50643], "temperature": 0, "avg_logprob": -0.17435675081999405, "compression_ratio": 1.7125, "no_speech_prob": 3.4078681716842585e-12}, {"id": 139, "seek": 38524, "start": 391.74, "end": 392.8, "text": " Water the plants.", "tokens": [50690, 8772, 264, 5972, 13, 50743], "temperature": 0, "avg_logprob": -0.17435675081999405, "compression_ratio": 1.7125, "no_speech_prob": 3.4078681716842585e-12}, {"id": 140, "seek": 38524, "start": 393.34000000000003, "end": 395.02, "text": " And let's say I've done this task.", "tokens": [50770, 400, 718, 311, 584, 286, 600, 1096, 341, 5633, 13, 50854], "temperature": 0, "avg_logprob": -0.17435675081999405, "compression_ratio": 1.7125, "no_speech_prob": 3.4078681716842585e-12}, {"id": 141, "seek": 38524, "start": 395.12, "end": 396.62, "text": " I can mark this as completed.", "tokens": [50859, 286, 393, 1491, 341, 382, 7365, 13, 50934], "temperature": 0, "avg_logprob": -0.17435675081999405, "compression_ratio": 1.7125, "no_speech_prob": 3.4078681716842585e-12}, {"id": 142, "seek": 38524, "start": 397.06, "end": 399.08, "text": " Now say I want to make a change to this app.", "tokens": [50956, 823, 584, 286, 528, 281, 652, 257, 1319, 281, 341, 724, 13, 51057], "temperature": 0, "avg_logprob": -0.17435675081999405, "compression_ratio": 1.7125, "no_speech_prob": 3.4078681716842585e-12}, {"id": 143, "seek": 38524, "start": 399.16, "end": 401.92, "text": " Maybe I want to add a due date to each task.", "tokens": [51061, 2704, 286, 528, 281, 909, 257, 3462, 4002, 281, 1184, 5633, 13, 51199], "temperature": 0, "avg_logprob": -0.17435675081999405, "compression_ratio": 1.7125, "no_speech_prob": 3.4078681716842585e-12}, {"id": 144, "seek": 38524, "start": 401.92, "end": 403.7, "text": " So I could come back to Cloud Code.", "tokens": [51199, 407, 286, 727, 808, 646, 281, 8061, 15549, 13, 51288], "temperature": 0, "avg_logprob": -0.17435675081999405, "compression_ratio": 1.7125, "no_speech_prob": 3.4078681716842585e-12}, {"id": 145, "seek": 38524, "start": 403.82, "end": 408.34000000000003, "text": " I could say add a due date feature for each task.", "tokens": [51294, 286, 727, 584, 909, 257, 3462, 4002, 4111, 337, 1184, 5633, 13, 51520], "temperature": 0, "avg_logprob": -0.17435675081999405, "compression_ratio": 1.7125, "no_speech_prob": 3.4078681716842585e-12}, {"id": 146, "seek": 38524, "start": 409.3, "end": 410.18, "text": " So it's done.", "tokens": [51568, 407, 309, 311, 1096, 13, 51612], "temperature": 0, "avg_logprob": -0.17435675081999405, "compression_ratio": 1.7125, "no_speech_prob": 3.4078681716842585e-12}, {"id": 147, "seek": 38524, "start": 410.28000000000003, "end": 412.24, "text": " It took 1 minute and 29 seconds.", "tokens": [51617, 467, 1890, 502, 3456, 293, 9413, 3949, 13, 51715], "temperature": 0, "avg_logprob": -0.17435675081999405, "compression_ratio": 1.7125, "no_speech_prob": 3.4078681716842585e-12}, {"id": 148, "seek": 38524, "start": 412.46000000000004, "end": 413.52, "text": " Now let's take a look.", "tokens": [51726, 823, 718, 311, 747, 257, 574, 13, 51779], "temperature": 0, "avg_logprob": -0.17435675081999405, "compression_ratio": 1.7125, "no_speech_prob": 3.4078681716842585e-12}, {"id": 149, "seek": 41352, "start": 413.52, "end": 417.29999999999995, "text": " So if I refresh the page, I can now add a date to the task.", "tokens": [50365, 407, 498, 286, 15134, 264, 3028, 11, 286, 393, 586, 909, 257, 4002, 281, 264, 5633, 13, 50554], "temperature": 0, "avg_logprob": -0.19341039133595897, "compression_ratio": 1.5049019607843137, "no_speech_prob": 3.3559539695804386e-12}, {"id": 150, "seek": 41352, "start": 417.64, "end": 418.58, "text": " So let's try it out.", "tokens": [50571, 407, 718, 311, 853, 309, 484, 13, 50618], "temperature": 0, "avg_logprob": -0.19341039133595897, "compression_ratio": 1.5049019607843137, "no_speech_prob": 3.3559539695804386e-12}, {"id": 151, "seek": 41352, "start": 418.74, "end": 420.96, "text": " So say I have a dentist appointment.", "tokens": [50626, 407, 584, 286, 362, 257, 28666, 13653, 13, 50737], "temperature": 0, "avg_logprob": -0.19341039133595897, "compression_ratio": 1.5049019607843137, "no_speech_prob": 3.3559539695804386e-12}, {"id": 152, "seek": 41352, "start": 422.35999999999996, "end": 423.58, "text": " Then I'll select a date.", "tokens": [50807, 1396, 286, 603, 3048, 257, 4002, 13, 50868], "temperature": 0, "avg_logprob": -0.19341039133595897, "compression_ratio": 1.5049019607843137, "no_speech_prob": 3.3559539695804386e-12}, {"id": 153, "seek": 41352, "start": 424.02, "end": 424.94, "text": " And it works.", "tokens": [50890, 400, 309, 1985, 13, 50936], "temperature": 0, "avg_logprob": -0.19341039133595897, "compression_ratio": 1.5049019607843137, "no_speech_prob": 3.3559539695804386e-12}, {"id": 154, "seek": 41352, "start": 425.26, "end": 429.71999999999997, "text": " So whatever change you want to make, you just continue telling Cloud Code to do it for you.", "tokens": [50952, 407, 2035, 1319, 291, 528, 281, 652, 11, 291, 445, 2354, 3585, 8061, 15549, 281, 360, 309, 337, 291, 13, 51175], "temperature": 0, "avg_logprob": -0.19341039133595897, "compression_ratio": 1.5049019607843137, "no_speech_prob": 3.3559539695804386e-12}, {"id": 155, "seek": 41352, "start": 430.0, "end": 433.34, "text": " Now a tip is you want to regularly clear the conversation.", "tokens": [51189, 823, 257, 4125, 307, 291, 528, 281, 11672, 1850, 264, 3761, 13, 51356], "temperature": 0, "avg_logprob": -0.19341039133595897, "compression_ratio": 1.5049019607843137, "no_speech_prob": 3.3559539695804386e-12}, {"id": 156, "seek": 43334, "start": 433.34, "end": 441.14, "text": " So if the next task you want to make is not related to the previous things you are working on, you want to do slash clear.", "tokens": [50365, 407, 498, 264, 958, 5633, 291, 528, 281, 652, 307, 406, 4077, 281, 264, 3894, 721, 291, 366, 1364, 322, 11, 291, 528, 281, 360, 17330, 1850, 13, 50755], "temperature": 0, "avg_logprob": -0.12769704706528606, "compression_ratio": 1.5113636363636365, "no_speech_prob": 3.47504338672755e-12}, {"id": 157, "seek": 43334, "start": 441.29999999999995, "end": 444.34, "text": " So you will start a new session with empty contacts.", "tokens": [50763, 407, 291, 486, 722, 257, 777, 5481, 365, 6707, 15836, 13, 50915], "temperature": 0, "avg_logprob": -0.12769704706528606, "compression_ratio": 1.5113636363636365, "no_speech_prob": 3.47504338672755e-12}, {"id": 158, "seek": 43334, "start": 444.67999999999995, "end": 449.7, "text": " Now say I want to add a button so that I can change this app between dark and light theme.", "tokens": [50932, 823, 584, 286, 528, 281, 909, 257, 2960, 370, 300, 286, 393, 1319, 341, 724, 1296, 2877, 293, 1442, 6314, 13, 51183], "temperature": 0, "avg_logprob": -0.12769704706528606, "compression_ratio": 1.5113636363636365, "no_speech_prob": 3.47504338672755e-12}, {"id": 159, "seek": 44970, "start": 449.7, "end": 454.38, "text": " This is not relevant to the previous thing, which is about creating due dates.", "tokens": [50365, 639, 307, 406, 7340, 281, 264, 3894, 551, 11, 597, 307, 466, 4084, 3462, 11691, 13, 50599], "temperature": 0, "avg_logprob": -0.166561435250675, "compression_ratio": 1.5060975609756098, "no_speech_prob": 3.3559233950791745e-12}, {"id": 160, "seek": 44970, "start": 454.58, "end": 455.46, "text": " So it's a new thing.", "tokens": [50609, 407, 309, 311, 257, 777, 551, 13, 50653], "temperature": 0, "avg_logprob": -0.166561435250675, "compression_ratio": 1.5060975609756098, "no_speech_prob": 3.3559233950791745e-12}, {"id": 161, "seek": 44970, "start": 455.65999999999997, "end": 458.26, "text": " So I will use clear to clear the conversation.", "tokens": [50663, 407, 286, 486, 764, 1850, 281, 1850, 264, 3761, 13, 50793], "temperature": 0, "avg_logprob": -0.166561435250675, "compression_ratio": 1.5060975609756098, "no_speech_prob": 3.3559233950791745e-12}, {"id": 162, "seek": 44970, "start": 458.76, "end": 460.56, "text": " And now I can move on to the next thing.", "tokens": [50818, 400, 586, 286, 393, 1286, 322, 281, 264, 958, 551, 13, 50908], "temperature": 0, "avg_logprob": -0.166561435250675, "compression_ratio": 1.5060975609756098, "no_speech_prob": 3.3559233950791745e-12}, {"id": 163, "seek": 44970, "start": 460.82, "end": 465.2, "text": " So you want to regularly do slash clear between your tasks.", "tokens": [50921, 407, 291, 528, 281, 11672, 360, 17330, 1850, 1296, 428, 9608, 13, 51140], "temperature": 0, "avg_logprob": -0.166561435250675, "compression_ratio": 1.5060975609756098, "no_speech_prob": 3.3559233950791745e-12}, {"id": 164, "seek": 46520, "start": 465.2, "end": 472.56, "text": " So now I can tell Cloud to add a toggle button to toggle between dark and light mode.", "tokens": [50365, 407, 586, 286, 393, 980, 8061, 281, 909, 257, 31225, 2960, 281, 31225, 1296, 2877, 293, 1442, 4391, 13, 50733], "temperature": 0, "avg_logprob": -0.13820516934958837, "compression_ratio": 1.6919191919191918, "no_speech_prob": 3.773101189125105e-12}, {"id": 165, "seek": 46520, "start": 474.18, "end": 475.18, "text": " So it's done.", "tokens": [50814, 407, 309, 311, 1096, 13, 50864], "temperature": 0, "avg_logprob": -0.13820516934958837, "compression_ratio": 1.6919191919191918, "no_speech_prob": 3.773101189125105e-12}, {"id": 166, "seek": 46520, "start": 475.28, "end": 477.82, "text": " You can see it took 1 minute and 4 seconds.", "tokens": [50869, 509, 393, 536, 309, 1890, 502, 3456, 293, 1017, 3949, 13, 50996], "temperature": 0, "avg_logprob": -0.13820516934958837, "compression_ratio": 1.6919191919191918, "no_speech_prob": 3.773101189125105e-12}, {"id": 167, "seek": 46520, "start": 478.09999999999997, "end": 479.86, "text": " And now let me refresh the page.", "tokens": [51010, 400, 586, 718, 385, 15134, 264, 3028, 13, 51098], "temperature": 0, "avg_logprob": -0.13820516934958837, "compression_ratio": 1.6919191919191918, "no_speech_prob": 3.773101189125105e-12}, {"id": 168, "seek": 46520, "start": 480.32, "end": 486.24, "text": " And here I see a toggle button where I can click to toggle between a dark theme and a light theme.", "tokens": [51121, 400, 510, 286, 536, 257, 31225, 2960, 689, 286, 393, 2052, 281, 31225, 1296, 257, 2877, 6314, 293, 257, 1442, 6314, 13, 51417], "temperature": 0, "avg_logprob": -0.13820516934958837, "compression_ratio": 1.6919191919191918, "no_speech_prob": 3.773101189125105e-12}, {"id": 169, "seek": 46520, "start": 486.53999999999996, "end": 489.76, "text": " So we can just tell Cloud Code to make any changes for you.", "tokens": [51432, 407, 321, 393, 445, 980, 8061, 15549, 281, 652, 604, 2962, 337, 291, 13, 51593], "temperature": 0, "avg_logprob": -0.13820516934958837, "compression_ratio": 1.6919191919191918, "no_speech_prob": 3.773101189125105e-12}, {"id": 170, "seek": 48976, "start": 489.76, "end": 493.98, "text": " Now say you don't like a change and you want to undo your change.", "tokens": [50365, 823, 584, 291, 500, 380, 411, 257, 1319, 293, 291, 528, 281, 23779, 428, 1319, 13, 50576], "temperature": 0, "avg_logprob": -0.15241392035233348, "compression_ratio": 1.7186147186147187, "no_speech_prob": 2.9742963734286088e-12}, {"id": 171, "seek": 48976, "start": 494.18, "end": 495.42, "text": " You can go back to Cloud Code.", "tokens": [50586, 509, 393, 352, 646, 281, 8061, 15549, 13, 50648], "temperature": 0, "avg_logprob": -0.15241392035233348, "compression_ratio": 1.7186147186147187, "no_speech_prob": 2.9742963734286088e-12}, {"id": 172, "seek": 48976, "start": 495.59999999999997, "end": 497.86, "text": " You can type slash rewind.", "tokens": [50657, 509, 393, 2010, 17330, 41458, 13, 50770], "temperature": 0, "avg_logprob": -0.15241392035233348, "compression_ratio": 1.7186147186147187, "no_speech_prob": 2.9742963734286088e-12}, {"id": 173, "seek": 48976, "start": 498.38, "end": 502.42, "text": " And then it will restore the code and conversation to a previous point.", "tokens": [50796, 400, 550, 309, 486, 15227, 264, 3089, 293, 3761, 281, 257, 3894, 935, 13, 50998], "temperature": 0, "avg_logprob": -0.15241392035233348, "compression_ratio": 1.7186147186147187, "no_speech_prob": 2.9742963734286088e-12}, {"id": 174, "seek": 48976, "start": 502.62, "end": 508.18, "text": " So if I send rewind, I can now choose which part of the conversation I want to go back to.", "tokens": [51008, 407, 498, 286, 2845, 41458, 11, 286, 393, 586, 2826, 597, 644, 295, 264, 3761, 286, 528, 281, 352, 646, 281, 13, 51286], "temperature": 0, "avg_logprob": -0.15241392035233348, "compression_ratio": 1.7186147186147187, "no_speech_prob": 2.9742963734286088e-12}, {"id": 175, "seek": 48976, "start": 508.58, "end": 510.34, "text": " So right now I'm over here.", "tokens": [51306, 407, 558, 586, 286, 478, 670, 510, 13, 51394], "temperature": 0, "avg_logprob": -0.15241392035233348, "compression_ratio": 1.7186147186147187, "no_speech_prob": 2.9742963734286088e-12}, {"id": 176, "seek": 48976, "start": 510.5, "end": 514.14, "text": " If I want to go back to my previous message, I can just go up.", "tokens": [51402, 759, 286, 528, 281, 352, 646, 281, 452, 3894, 3636, 11, 286, 393, 445, 352, 493, 13, 51584], "temperature": 0, "avg_logprob": -0.15241392035233348, "compression_ratio": 1.7186147186147187, "no_speech_prob": 2.9742963734286088e-12}, {"id": 177, "seek": 48976, "start": 514.26, "end": 515.28, "text": " Then I press enter.", "tokens": [51590, 1396, 286, 1886, 3242, 13, 51641], "temperature": 0, "avg_logprob": -0.15241392035233348, "compression_ratio": 1.7186147186147187, "no_speech_prob": 2.9742963734286088e-12}, {"id": 178, "seek": 51528, "start": 515.28, "end": 521.74, "text": " And then I can choose whether I want to restore the code and conversation or just the conversation or just the code.", "tokens": [50365, 400, 550, 286, 393, 2826, 1968, 286, 528, 281, 15227, 264, 3089, 293, 3761, 420, 445, 264, 3761, 420, 445, 264, 3089, 13, 50688], "temperature": 0, "avg_logprob": -0.11667964117867606, "compression_ratio": 2.10727969348659, "no_speech_prob": 3.0675819957109995e-12}, {"id": 179, "seek": 51528, "start": 522.04, "end": 524.78, "text": " Now if it's just conversation, then the code won't change.", "tokens": [50703, 823, 498, 309, 311, 445, 3761, 11, 550, 264, 3089, 1582, 380, 1319, 13, 50840], "temperature": 0, "avg_logprob": -0.11667964117867606, "compression_ratio": 2.10727969348659, "no_speech_prob": 3.0675819957109995e-12}, {"id": 180, "seek": 51528, "start": 525.0, "end": 526.76, "text": " Which means this thing will still be here.", "tokens": [50851, 3013, 1355, 341, 551, 486, 920, 312, 510, 13, 50939], "temperature": 0, "avg_logprob": -0.11667964117867606, "compression_ratio": 2.10727969348659, "no_speech_prob": 3.0675819957109995e-12}, {"id": 181, "seek": 51528, "start": 526.9599999999999, "end": 529.8399999999999, "text": " And then if it's restore code, it will restore just the code.", "tokens": [50949, 400, 550, 498, 309, 311, 15227, 3089, 11, 309, 486, 15227, 445, 264, 3089, 13, 51093], "temperature": 0, "avg_logprob": -0.11667964117867606, "compression_ratio": 2.10727969348659, "no_speech_prob": 3.0675819957109995e-12}, {"id": 182, "seek": 51528, "start": 530.0, "end": 533.9, "text": " But then the conversation will still be at the point where I ask for the button.", "tokens": [51101, 583, 550, 264, 3761, 486, 920, 312, 412, 264, 935, 689, 286, 1029, 337, 264, 2960, 13, 51296], "temperature": 0, "avg_logprob": -0.11667964117867606, "compression_ratio": 2.10727969348659, "no_speech_prob": 3.0675819957109995e-12}, {"id": 183, "seek": 51528, "start": 534.1, "end": 539.04, "text": " So I will say most of the time, you'll probably just go with restore code and conversation.", "tokens": [51306, 407, 286, 486, 584, 881, 295, 264, 565, 11, 291, 603, 1391, 445, 352, 365, 15227, 3089, 293, 3761, 13, 51553], "temperature": 0, "avg_logprob": -0.11667964117867606, "compression_ratio": 2.10727969348659, "no_speech_prob": 3.0675819957109995e-12}, {"id": 184, "seek": 51528, "start": 539.3, "end": 541.5799999999999, "text": " To just bring back everything back in time.", "tokens": [51566, 1407, 445, 1565, 646, 1203, 646, 294, 565, 13, 51680], "temperature": 0, "avg_logprob": -0.11667964117867606, "compression_ratio": 2.10727969348659, "no_speech_prob": 3.0675819957109995e-12}, {"id": 185, "seek": 51528, "start": 541.8199999999999, "end": 542.6999999999999, "text": " So let's do this.", "tokens": [51692, 407, 718, 311, 360, 341, 13, 51736], "temperature": 0, "avg_logprob": -0.11667964117867606, "compression_ratio": 2.10727969348659, "no_speech_prob": 3.0675819957109995e-12}, {"id": 186, "seek": 51528, "start": 542.78, "end": 544.3399999999999, "text": " Restore the code and conversation.", "tokens": [51740, 13094, 418, 264, 3089, 293, 3761, 13, 51818], "temperature": 0, "avg_logprob": -0.11667964117867606, "compression_ratio": 2.10727969348659, "no_speech_prob": 3.0675819957109995e-12}, {"id": 187, "seek": 54434, "start": 544.34, "end": 548.24, "text": " So now I go back to the part where I ask for the toggle button.", "tokens": [50365, 407, 586, 286, 352, 646, 281, 264, 644, 689, 286, 1029, 337, 264, 31225, 2960, 13, 50560], "temperature": 0, "avg_logprob": -0.14253414620598442, "compression_ratio": 1.8653846153846154, "no_speech_prob": 2.870502013169185e-12}, {"id": 188, "seek": 54434, "start": 548.5600000000001, "end": 552.5600000000001, "text": " Now if I go back to this app, if I refresh, you can see it's gone.", "tokens": [50576, 823, 498, 286, 352, 646, 281, 341, 724, 11, 498, 286, 15134, 11, 291, 393, 536, 309, 311, 2780, 13, 50776], "temperature": 0, "avg_logprob": -0.14253414620598442, "compression_ratio": 1.8653846153846154, "no_speech_prob": 2.870502013169185e-12}, {"id": 189, "seek": 54434, "start": 552.72, "end": 556.48, "text": " So this is how you undo any changes that you don't want.", "tokens": [50784, 407, 341, 307, 577, 291, 23779, 604, 2962, 300, 291, 500, 380, 528, 13, 50972], "temperature": 0, "avg_logprob": -0.14253414620598442, "compression_ratio": 1.8653846153846154, "no_speech_prob": 2.870502013169185e-12}, {"id": 190, "seek": 54434, "start": 556.76, "end": 559.6800000000001, "text": " So there are many more commands that you can use in Cloud Code.", "tokens": [50986, 407, 456, 366, 867, 544, 16901, 300, 291, 393, 764, 294, 8061, 15549, 13, 51132], "temperature": 0, "avg_logprob": -0.14253414620598442, "compression_ratio": 1.8653846153846154, "no_speech_prob": 2.870502013169185e-12}, {"id": 191, "seek": 54434, "start": 559.82, "end": 562.14, "text": " So when you have the time, you can type slash help.", "tokens": [51139, 407, 562, 291, 362, 264, 565, 11, 291, 393, 2010, 17330, 854, 13, 51255], "temperature": 0, "avg_logprob": -0.14253414620598442, "compression_ratio": 1.8653846153846154, "no_speech_prob": 2.870502013169185e-12}, {"id": 192, "seek": 54434, "start": 562.38, "end": 563.1, "text": " Press enter.", "tokens": [51267, 6776, 3242, 13, 51303], "temperature": 0, "avg_logprob": -0.14253414620598442, "compression_ratio": 1.8653846153846154, "no_speech_prob": 2.870502013169185e-12}, {"id": 193, "seek": 54434, "start": 563.5600000000001, "end": 564.86, "text": " And you can read through this.", "tokens": [51326, 400, 291, 393, 1401, 807, 341, 13, 51391], "temperature": 0, "avg_logprob": -0.14253414620598442, "compression_ratio": 1.8653846153846154, "no_speech_prob": 2.870502013169185e-12}, {"id": 194, "seek": 54434, "start": 565.02, "end": 566.86, "text": " And then you can also go to commands.", "tokens": [51399, 400, 550, 291, 393, 611, 352, 281, 16901, 13, 51491], "temperature": 0, "avg_logprob": -0.14253414620598442, "compression_ratio": 1.8653846153846154, "no_speech_prob": 2.870502013169185e-12}, {"id": 195, "seek": 54434, "start": 567.1600000000001, "end": 568.24, "text": " Press your right arrow key.", "tokens": [51506, 6776, 428, 558, 11610, 2141, 13, 51560], "temperature": 0, "avg_logprob": -0.14253414620598442, "compression_ratio": 1.8653846153846154, "no_speech_prob": 2.870502013169185e-12}, {"id": 196, "seek": 54434, "start": 568.64, "end": 572.58, "text": " These are all of the different commands that you can use in Cloud Code.", "tokens": [51580, 1981, 366, 439, 295, 264, 819, 16901, 300, 291, 393, 764, 294, 8061, 15549, 13, 51777], "temperature": 0, "avg_logprob": -0.14253414620598442, "compression_ratio": 1.8653846153846154, "no_speech_prob": 2.870502013169185e-12}, {"id": 197, "seek": 57258, "start": 572.58, "end": 574.0600000000001, "text": " So there's quite a lot of them.", "tokens": [50365, 407, 456, 311, 1596, 257, 688, 295, 552, 13, 50439], "temperature": 0, "avg_logprob": -0.145333370919955, "compression_ratio": 1.4413793103448276, "no_speech_prob": 2.8817146151965956e-12}, {"id": 198, "seek": 57258, "start": 574.48, "end": 576.6600000000001, "text": " You don't have to learn every single one of them.", "tokens": [50460, 509, 500, 380, 362, 281, 1466, 633, 2167, 472, 295, 552, 13, 50569], "temperature": 0, "avg_logprob": -0.145333370919955, "compression_ratio": 1.4413793103448276, "no_speech_prob": 2.8817146151965956e-12}, {"id": 199, "seek": 57258, "start": 577.0200000000001, "end": 579.1, "text": " You can just go through when you have the time.", "tokens": [50587, 509, 393, 445, 352, 807, 562, 291, 362, 264, 565, 13, 50691], "temperature": 0, "avg_logprob": -0.145333370919955, "compression_ratio": 1.4413793103448276, "no_speech_prob": 2.8817146151965956e-12}, {"id": 200, "seek": 57258, "start": 579.5400000000001, "end": 584.22, "text": " And then you get used to the different commands that you can use in Cloud Code.", "tokens": [50713, 400, 550, 291, 483, 1143, 281, 264, 819, 16901, 300, 291, 393, 764, 294, 8061, 15549, 13, 50947], "temperature": 0, "avg_logprob": -0.145333370919955, "compression_ratio": 1.4413793103448276, "no_speech_prob": 2.8817146151965956e-12}, {"id": 201, "seek": 58422, "start": 584.22, "end": 587.3000000000001, "text": " So that's how to use Cloud Code in Terminal.", "tokens": [50365, 407, 300, 311, 577, 281, 764, 8061, 15549, 294, 19835, 2071, 13, 50519], "temperature": 0, "avg_logprob": -0.09725128809611003, "compression_ratio": 0.8461538461538461, "no_speech_prob": 3.6089950472550925e-12}], "language": "en"}