The bait, then the rug-pull.
Boris Cherny built Claude Code before most people knew what an agent was — and now he's back with Cowork, a GUI wrapper that makes the same agentic engine accessible to anyone with a Mac. Greg Isenberg got the private lesson. You're about to watch it.
What the video promised.
stated at 01:29“By the end of this episode, people are gonna start to get some more ideas for how to use Cowork.”delivered at 28:44
Where the time goes.

01 · Intro + what is Cowork
Greg frames Cowork as Claude Code for non-technical people and introduces Boris. Boris explains the product is Claude agent SDK under the hood.

02 · Agentic defined
Boris draws the line between chat-AI and agents: agents take actions — files, tools, browsers, not just text. This direction has been core to Anthropic from before the models were good.

03 · Demo: Folder access + receipt renaming
Boris grants Cowork access to a receipts folder and asks it to rename files by date. Introduces reverse solicitation — model asks clarification when unsure instead of assuming.

04 · Demo: Receipts to spreadsheet
Boris asks Cowork to put the receipts in a spreadsheet. It creates an Excel file, notices its own formatting error mid-task, and self-corrects.

05 · Demo: Google Sheets + browser control
Boris asks for a Google Sheet instead. Claude opens Chrome, navigates to Drive, creates the sheet, and pastes the data. First live browser-control moment in the demo.

06 · Demo: Email + parallel tasking
Claude drafts a Gmail to Amy, finds her in contacts, shares the Google Sheet with viewer access, and sends. Boris kicks off a second parallel task mid-demo to prove the workflow.

07 · How to start with Cowork
Boris recommends starting simple: install Chrome extension, grant one folder, play. Skills are for later when you hit specialist software workflows.

08 · Where agents go next
Boris: 100% of his code written by Claude Code in the last 2 months. Exponential vs linear planning trap. The toil-some work disappears; you tend to an army of Claudes.

09 · Boris viral Claude Code setup (13 tips)
Greg shares Boris 99K-bookmark thread. They walk through: parallel terminal tabs with separate git checkouts, iOS + web overflow, Opus 4.5 with Thinking, shared CLAUDE.md as team memory, GitHub Action tagging for compounding engineering, plan-first execution, and verification loops.

10 · The Claude pronunciation debate
Closing bit: Greg (French-Canadian) says Claude in French. Boris commits to trying it around the Anthropic office.
Visual structure at a glance.
Named ideas worth stealing.
Compounding Engineering (CLAUDE.md as team memory)
Check CLAUDE.md into git. Every time Claude does something wrong in a session, add a rule so it never repeats. Tag @claude on PRs via GitHub Action to auto-update the file. The knowledge base compounds with every session and every code review.
Plan-first then auto-accept execute
Start every session in plan mode. Go back and forth until the plan is solid. Then switch to auto-accept edits. With Opus 4.5, a good plan almost always produces good code. Thesis: Once the plan is good, the code is good.
Verification loops
Give Claude a way to verify its own output: Chrome extension, bash command, test suite, simulator. The model iterates on failures. Without this, you are asking a painter to work blindfolded.
Multi-Clauding (parallel session management)
Run 5-10 Claude sessions simultaneously across terminal tabs, web, and iOS. Each tab has a separate git checkout. Tend to them: check in, answer questions, unblock. Parallelism beats raw speed.
Lines you could clip.
“The biggest difference with agents is it can take action.”
“Now is the age of multi-Clauding, of parallelism, of not going super deep on stuff, but kinda being more of a generalist and tending to your Claudes.”
“In the last two months, Claude Code has written 100% of my code. I haven't written a single line by hand.”
“Once the plan is good, the code is good.”
“Give Claude a way to verify its work and it'll be much better.”
How they spent the runtime.
Things they pointed at.
How they asked for the click.
“Boris, thanks again for coming on. I'll include links on where to follow Boris.”
Soft verbal close with social links promised in description. No explicit subscribe ask. Ends on a warm pronunciation joke.
Word for word.
Build the verification loop. Build the CLAUDE.md.
Boris works differently than almost everyone: he never writes code by hand, runs 10 sessions in parallel, and his team gets smarter every PR — because every mistake becomes a permanent rule.
- Create a CLAUDE.md for every active project right now. Check it in. Update it every session.
- Every time Claude does something wrong, add a never-do-X rule. That is the compound flywheel.
- Tag @claude on your own PRs via the GitHub Action to auto-update CLAUDE.md — never repeat feedback twice.
- Start every non-trivial session in plan mode. Do not auto-accept until the plan is solid.
- Give Claude a browser, a test command, or a bash script to verify its output. Quality jumps immediately.
- Run sessions in parallel: kick off 3-5 morning tasks, tend to them between other work.
- For Cowork-style workflows: grant one folder, give one task, let it surprise you before customizing anything.
You can automate the boring computer work right now.
Claude Cowork is not a chatbot — it works on your files, opens your browser, and sends your emails. You describe what you want in plain English and it does it.
- Download the Claude desktop app (Mac only for now), go to the Cowork tab.
- Click Work in a folder and grant access to one specific folder — not your whole drive.
- Start with something low-stakes: rename these files, make a spreadsheet from these receipts.
- Install the Chrome extension to let it work with websites and web apps.
- When it asks a clarifying question, that is a feature — answer it and it will do the right thing.
- You do not need to be technical. If you can describe a task out loud, Cowork can probably do it.






































































