Skip to content
How I AIHow I AI

How the engineer behind Claude Cowork actually uses Claude | Felix Rieseberg (Anthropic)

Felix Rieseberg is the engineering lead for Claude Cowork and Claude Code Desktop at Anthropic. He previously spent five years at Slack building developer tools. In this episode, Felix demonstrates how he uses Claude to solve real-life problems: analyzing floor plans to build interactive 3D house walkthroughs, automatically tracking promises he makes on Twitter, and building a $20 hardware device that physically approves Claude actions with a button press. *What you’ll learn:* 1. How to use Claude Cowork to turn a 2D floor plan into an interactive 3D walkthrough where you can move furniture around 2. The “go one abstraction layer up” philosophy: why you should never manually enter data Claude can find itself 3. How to use your email as an inventory database for furniture, clothing, and personal purchases 4. When to use Opus vs. Sonnet 4.6 (hint: it’s about how well you can scope the problem, not technical complexity) 5. How live artifacts work and why they’re powerful for dashboards that refresh with real-time data from your connectors 6. The product philosophy behind making latency delightful 7. How to build your own $20 hardware device using Claude Code (no hardware experience required) 8. Why Felix never reads the code Claude writes and judges it purely on output *Brought to you by:* Magic Patterns—Prototypes that look like your product: https://magicpatterns.com/howiai Guru—The AI layer of truth: http://getguru.com/ *In this episode, we cover:* (00:00) Introduction to Felix Rieseberg (02:40) Felix’s role at Anthropic (03:25) The multiple tabs in Claude and why they exist (05:55) Using Claude Cowork to design a new house using floor plans (09:52) When to use Opus versus Sonnet 4.6 (12:37) Building an interactive 3D furniture planner (14:30) Using your email as a source of truth for personal inventory (15:58) The anti-to-do list: going one abstraction layer up (23:14) Introduction to live artifacts (26:02) Building a personal dashboard with live data (28:37) Being polite to Claude (and why it matters for your humanity) (30:28) Claude interaction tips (32:33) Looking at the daily dashboard (33:55) How live artifacts work with connectors (35:02) Redesigning the dashboard (37:55) The biggest gap: people don’t know what problems AI can solve (41:52) The reverse interview (42:30) Making latency delightful through asynchronous design (44:05) The redesigned dashboard (45:28) AI should free up your creative energy (46:44) Building a $20 hardware Claude buddy (52:33) Why kids are magical AI users (54:30) Recap and final thoughts *Blog & detailed workflow walkthroughs from this episode:* How I AI: Felix Rieseberg’s Claude Workflows for 3D House Design and a $20 Hardware Buddy: https://www.chatprd.ai/how-i-ai/felix-rieseberg-claude-code-cowork-workflows-for-3d-house-design-and-hardware-buddy ↳ How to Build a $20 Physical AI ‘Buddy’ with Claude Code: https://www.chatprd.ai/how-i-ai/workflows/how-to-build-a-20-physical-ai-buddy-with-claude-code ↳ How to Create an Interactive 3D House Model from a Floor Plan Using AI: https://www.chatprd.ai/how-i-ai/workflows/how-to-create-an-interactive-3d-house-model-from-a-floor-plan-using-ai ↳ How to Build a Live, Auto-Updating Personal Dashboard with Claude: https://www.chatprd.ai/how-i-ai/workflows/how-to-build-a-live-auto-updating-personal-dashboard-with-claude *Tools referenced:* • Claude Cowork: https://www.anthropic.com/product/claude-cowork • Claude Code: https://claude.ai/code • Claude for Chrome: https://code.claude.com/docs/en/chrome • Claude Desktop: https://claude.ai/download • Live Artifacts: https://support.claude.com/en/articles/14729249-use-live-artifacts-in-claude-cowork • Connectors (Spotify, Gmail, Calendar, Notion): https://claude.ai/settings/connectors • Slack: https://slack.com/ *Where to find Felix Rieseberg:* Website: https://felixrieseberg.com/ LinkedIn: https://www.linkedin.com/in/felixrieseberg/ X: https://x.com/felixrieseberg GitHub: https://github.com/felixrieseberg *Where to find Claire Vo:* ChatPRD: https://www.chatprd.ai/ Website: https://clairevo.com/ LinkedIn: https://www.linkedin.com/in/clairevo/ X: https://x.com/clairevo _Production and marketing by https://penname.co/._ _For inquiries about sponsoring the podcast, email jordan@penname.co._

Felix RiesebergguestClaire Vohost
May 25, 202659mWatch on YouTube ↗

CHAPTERS

  1. Felix Rieseberg’s Claude portfolio (Cowork, Code, Chrome, desktop apps)

    Claire introduces Felix Rieseberg and his scope at Anthropic, spanning multiple Claude surfaces. Felix frames his role as engineering lead across Claude Cowork, Claude Code, Claude for Chrome, and desktop apps, setting up why he’s uniquely positioned to talk about real workflows.

  2. Why Claude has multiple tabs: pre-convergence “taco phone” era

    Felix explains the rationale behind multiple entry points in Claude: we’re still experimenting with the right form factors. The tabs reduce friction by aligning the interface with the user’s goal (quick answers, deep work, engineering work), even if choice adds some user burden.

  3. Cowork workflow: moving house with a “home dossier” folder

    Felix demonstrates using Claude Cowork with a folder of real-estate documents (floor plan, disclosures, permits, mortgage info). He asks Claude to infer missing measurements and annotate a floor plan with units—delegating the tedious parsing and synthesis of scattered documents.

  4. Opus vs Sonnet 4.6: choosing based on ambiguity, not “difficulty”

    Felix shares his heuristic: Sonnet is sufficient for most tasks, and he reaches for Opus when he’s unsure what he’s really asking. Opus is most valuable when the job requires reinterpretation, reframing, or discovering the true problem behind the prompt.

  5. From floor plan to interactive 3D furniture planner—without asking for 3D

    After requesting layout ideas, Felix pivots to an interactive planner where furniture can be moved around. Claude surprises him by building a 3D model from a 2D plan (using analysis of walls/contrast) and producing a walk-through experience—enabled by Cowork’s “Claude has its own computer” execution model.

  6. Email as “source of truth”: auto-inventory for furniture (and beyond)

    Felix highlights a major leverage point: giving Claude personal context via connectors like email. Instead of manually entering item dimensions, he asks Claude to find furniture purchases in email receipts and populate the planner with real owned items—turning inbox history into structured inventory.

  7. The anti-to-do list: climb one abstraction layer up (and keep it running)

    Claire and Felix discuss a recurring productivity pattern: whenever a task feels tedious, step up a level and ask Claude to handle the underlying job. They extend it further: design a system so the work never returns (ongoing sync, automatic updates, persistent storage).

  8. Personal “promise tracker”: Claude monitors commitments and nudges you

    Felix describes building a system that reads his messages to track promises he makes to people (e.g., “send logs,” “I’ll look into it”). Claude stores and updates this over time (e.g., SQLite/text files) and reminds him when it’s time to follow through—an example of AI as background accountability.

  9. Artifacts and Live Artifacts: from static outputs to self-refreshing dashboards

    Felix explains artifacts as file-like outputs (pages, PDFs, spreadsheets, apps), then introduces Live Artifacts: artifacts that can refresh with current data. The key idea is keeping deliverables (dashboards, pitch decks, reports) continuously up to date rather than manually maintained snapshots.

  10. Connectors in practice: building a daily dashboard (and designing it as clay)

    Felix builds a personal daily dashboard pulling from connectors like Spotify, Gmail, Calendar, Notion, etc., emphasizing that the design and widgets are malleable. Claire highlights the refresh button and connector OAuth reuse—no API key wrangling—making it approachable for non-engineers.

  11. Being polite to Claude + prompting “confidence”: tips that change outcomes

    They discuss why Felix is consistently polite: it’s about maintaining the user’s humanity and communication habits. Felix also shares a practical technique: when doing fringe experiments, explicitly state “I know this is possible” to reduce refusal loops and increase model commitment to exploration.

  12. Finding AI use cases: the biggest gap is imagination, not capability

    Claire argues most users struggle to map problems to AI workflows; Felix agrees and compares it to early Slack—value requires changing how you work, not just adopting a tool. They recommend “reverse interview” prompting: have Claude ask questions about your life/work and propose automations.

  13. Designing for latency: embrace async and optimize for better outcomes

    Felix shares a product philosophy: he’ll trade speed for higher-quality results, and users can accept waiting when the payoff is strong. The deeper goal is to move users away from “watching the AI work” and toward letting it operate in the background—enabled by trust and asynchronous design patterns.

  14. A $20 hardware “Claude buddy”: Bluetooth approvals and delightful feedback

    Felix demos a small Wi‑Fi/Bluetooth device with a screen and button that pairs with Claude (via developer mode) to display approvals and confirmations. Claude Code generated the firmware/software in essentially one pass, making hardware tinkering accessible and enabling playful, ambient interfaces for AI workflows.

  15. Kids as “magical” AI users + recap: AI should free creative energy

    They close on why kids excel with AI: they haven’t learned what not to ask for, unlike adults conditioned by brittle software. The episode recap reinforces the theme—AI should handle annoying background tasks so humans can focus on creativity, exploration, and building personalized tools.

Get more out of YouTube videos.

High quality summaries for YouTube videos. Accurate transcripts to search & find moments. Powered by ChatGPT & Claude AI.