# I'm Trying to Vibe Code My Entire Job

Source: https://www.youtube.com/watch?v=26Ok5MqUkgE
Recap page: https://rapidrecap.app/video/26Ok5MqUkgE
Generated: 2026-01-26T19:34:09.665+00:00

---
## Quick Overview

The presenter successfully created and demonstrated an automated workflow using Cloud Code (likely an LLM orchestration framework) to pull YouTube performance data, generate a summary report, create a corresponding Notion page, check a calendar for availability, and draft an email to a colleague named Willie, all executed via the command line.

**Key Points:**
- The presenter used a custom-built tool integrated with Cloud Code to automate a multi-step workflow involving YouTube analytics, Notion, and Gmail.
- The workflow successfully pulled YouTube performance data (e.g., 599,612 views, +23,039 subscribers gained in 26 days of 2025) and generated a summary report.
- The tool then created a new Notion page containing the YouTube performance report, linking it directly in the terminal output.
- The automation also checked the Google Calendar for availability and drafted an email to a colleague named Willie summarizing the performance and proposing meeting times.
- The presenter noted that while the setup was initially complex (requiring API tokens for Google/Notion), the resulting command-line execution is fast and intuitive.
- The presenter mentioned that this automation replaces a manual process that took several hours per week, highlighting the efficiency gains.
- The presenter indicated that the next step is to ensure all team members can utilize this capability via a slightly customized version of the agent/tool.

![Screenshot at 00:10: The terminal displays the initial output of the 'Cloud Code v1.19' tool, showing a welcome message, instructions for creating a CLODE.md file, and a prompt asking if the user wants to list everything the tool has access to, setting the stage for the demonstration.](https://ss.rapidrecap.app/screens/26Ok5MqUkgE/00-00-10.jpg)

**Context:** The video features a demonstration of an advanced, custom-built automation pipeline, likely utilizing an LLM agent framework referred to as 'Cloud Code,' running on a macOS terminal. The goal is to automate daily operational tasks related to YouTube growth tracking, including data aggregation, report generation in Notion, and communication via Gmail, all triggered by a single command.

## Detailed Analysis

The presenter begins by showing the terminal interface where they initiate a custom demonstration they built the previous night, intending to show how they can automate their daily workflow. The tool, identified as 'Cloud Code v1.19,' starts by asking for permissions and then proceeds to execute a complex series of actions. First, it retrieves YouTube performance data using API access (indicated by the `curl` commands referencing Google APIs), displaying a summary table showing metrics like Total Subscribers (51,190), Total Views (1,163,674), and YTD performance for January 1–26, 2025. The analysis highlights strong performance, noting that net subscriber growth is +17,991 and average view duration is 7.7 minutes. Next, the agent is instructed to push this report to a new Notion page. The terminal output confirms the creation of the Notion page, providing a link to it. Following this, the agent is tasked with drafting an email to a colleague named Willie, summarizing the performance, linking to the Notion page, and suggesting meeting times for the week. The process also involves checking Willie's calendar via Google Calendar API access. The speaker notes that while the initial setup was complex, involving configuring various API keys and permissions (like for Stripe, YouTube, Google Calendar, Notion, and Gmail), the resulting command-line execution is fast and intuitive, saving significant manual effort previously spent across multiple platforms like spreadsheets and dashboards.

### Cloud Code Initialization

- Welcome back Austin
- Time for getting startup
- Run `init` to create a CLODE.md file with instructions for Cloude
- No recent activity

### Tool Capabilities

- Access to YouTube Analytics, Google Calendar, Gmail, Notion, PostHog, Figma, and various built-in tools (File operations, Bash, Agents).

### YouTube Data Retrieval

- Executed commands to pull YouTube data, resulting in a performance report summary (599,612 views, +17,991 net sub growth in 26 days of 2025).

### Notion Integration

- Ran `notion-create-page` command, which successfully created a Notion page containing the YouTube performance summary.

### Email Drafting and Scheduling

- Ran commands to access Gmail and Google Calendar, resulting in finding Willie's calendar entry and creating a draft email summarizing performance and suggesting meeting times for Tuesday/Wednesday.

![Screenshot at 00:10: The terminal displaying the initial welcome screen and version information for the 'Cloud Code v1.19' tool.](https://ss.rapidrecap.app/screens/26Ok5MqUkgE/00-00-10.jpg)
![Screenshot at 00:43: The terminal displaying a detailed list of 'Growth 2.0 Capabilities,' including APIs & Data Sources \(Stripe, YouTube, Notion, etc.\) and Built-in Tools, illustrating the breadth of integrations.](https://ss.rapidrecap.app/screens/26Ok5MqUkgE/00-00-43.jpg)
![Screenshot at 01:34: The terminal output showing the formatted 'YouTube Performance Report' table generated by the tool, including Channel Overview and 2025 YTD Performance metrics.](https://ss.rapidrecap.app/screens/26Ok5MqUkgE/00-01-34.jpg)
![Screenshot at 03:48: The screen switches to the Gmail interface showing a draft email addressed to Willie, titled 'YouTube is on fire + sync this week?', confirming the email drafting step.](https://ss.rapidrecap.app/screens/26Ok5MqUkgE/00-03-48.jpg)
![Screenshot at 03:32: The Notion page displaying the generated 'YouTube Performance Report - January 2025' with structured tables and key insights.](https://ss.rapidrecap.app/screens/26Ok5MqUkgE/00-03-32.jpg)
