# My Job Is Literally Talking to AI Agents All Day Now

Source: https://www.youtube.com/watch?v=wflfMohgQ8k
Recap page: https://rapidrecap.app/video/wflfMohgQ8k
Generated: 2026-01-21T21:32:13.728+00:00

---
## Quick Overview

The presenter details his evolution of AI workflows from simple cloud-based models to complex agentic work using local models within VS Code, highlighting that the primary difference is moving from 'thinking' (model interaction) to 'doing' (agentic execution) which requires managing context and tools more effectively.

**Key Points:**
- The presenter currently uses several AI agents in parallel across different workflows, evolving from older cloud-based models to local agentic work within VS Code.
- The key evolution is the shift from simple model interaction ('thinking') to autonomous agent execution ('doing'), necessitating better context management.
- Claude Code is demonstrated as a tool that can be used locally within VS Code to manage these agents, offering more control than cloud-only solutions.
- The presenter set up a local environment using VS Code, the Claude Code extension, Node.js, Python, and an Anthropic API key.
- The current agentic workflow involves multiple agents running in parallel, each dedicated to a specific task (e.g., website revamp, scraping, market research).
- A major problem identified is managing context across these parallel agents, as the context window (currently limited to 200k tokens for Claude) can be easily exceeded during complex multi-step tasks.
- The presentation concludes by previewing a workflow diagram that illustrates how agents communicate to achieve tasks, contrasting this with older automation methods.

![Screenshot at 2:49: The diagram illustrating the 'Agentic work' setup where multiple local agents communicate via Claude Code locally, contrasting with older cloud-based models.](https://ss.rapidrecap.app/screens/wflfMohgQ8k/00-02-49.jpg)

**Context:** The presenter, Steph, outlines the rapid evolution of his workflow for utilizing AI, contrasting older methods that relied on direct interaction with cloud models (like Claude 4.5 via APIs) with his current setup involving local, multi-agent systems running through the Claude Code extension inside Visual Studio Code. He emphasizes that this shift from simple 'thinking' (model prompts) to 'doing' (agentic execution) changes how context and tool access must be managed.

## Detailed Analysis

The video details the evolution of the presenter's AI workflow, moving from 'Old school AI' (direct interaction with a cloud model like Claude 4.5 via APIs, often using external tools) to 'AI Automations' (using platforms like Make or n8n to orchestrate API calls to the cloud model), and finally to 'Agentic work' (running agents locally within VS Code via Claude Code). The core difference highlighted is the shift from the AI merely 'thinking' (providing responses) to 'doing' (autonomously executing complex tasks). This agentic setup involves multiple specialized agents running in parallel, each handling a distinct task like website updates, scraping, or market research, all managed through the Claude Code interface running locally on the presenter's computer. The presenter shows his Trello board to illustrate the complexity of managing these parallel tasks. A critical limitation discussed is context window size; while Claude offers 200k tokens, managing complex, multi-step tasks that require feeding large amounts of previous context back into the model remains challenging and is the major problem with current agentic work. He demonstrates the setup requirements (VS Code, Claude Code extension, Node.js, Python, Anthropic API key) and outlines the workflow for setting up a new project, emphasizing that while the local setup offers more power and control, it requires careful management of context to avoid exceeding token limits when agents loop or iterate on tasks.

### Workflow Evolution

- Old school AI (direct cloud interaction) -> AI Automations (Make/n8n orchestration) -> Agentic Work (local VS Code agents)

### Key Distinction

- Shift from 'Thinking' (model response) to 'Doing' (agent execution) requiring robust context management.

### Current Agentic Setup

- Multiple local agents communicating via Claude Code/Agentic Framework to GCP servers/APIs/Tools.

### What Claude Code enables

- Local execution of powerful models (like Claude 4.5) and easy interaction with tools and APIs from the local environment.

### Major Problem Identified

- Context Window Limitation (200k tokens) makes complex, iterative tasks difficult to manage without losing context.

### Whisperflow Concept

- A planned workflow diagram (Brainstorm -> Plan -> Execute -> Test) showing how agents iterate and refine solutions based on feedback, contrasting with simple sequential execution.

### Setup Requirements

- VS Code, Claude Code extension, Node.js, Python, Anthropic API Key.

![Screenshot at 0:00: Whiteboard overview illustrating the three stages of AI interaction: Old school AI, AI Automations, and Agentic Work.](https://ss.rapidrecap.app/screens/wflfMohgQ8k/00-00-00.jpg)
![Screenshot at 0:04: A close-up view of the local code execution environment within VS Code, showing multiple terminal windows.](https://ss.rapidrecap.app/screens/wflfMohgQ8k/00-00-04.jpg)
![Screenshot at 1:28: The presenter showing his current workflow diagram involving multiple agents running in parallel.](https://ss.rapidrecap.app/screens/wflfMohgQ8k/00-01-28.jpg)
![Screenshot at 3:53: The presenter navigates to the Claude website, showing the interface for interacting with the model.](https://ss.rapidrecap.app/screens/wflfMohgQ8k/00-03-53.jpg)
![Screenshot at 8:22: The diagram focusing on the 'Agentic work' setup, showing local agents communicating via Claude Code to cloud infrastructure \(MCP servers, APIs, Tools\).](https://ss.rapidrecap.app/screens/wflfMohgQ8k/00-08-22.jpg)
