GenAI PM
tool6 mentions· Updated Apr 22, 2026

Cloud Code

An agentic coding environment with memory features and autonomous workflows. For AI PMs, it illustrates how memory, self-improvement, and project-local context can be layered into coding tools.

Key Highlights

  • Cloud Code is an agentic coding environment that combines coding assistance with project-local memory, skills, and autonomous workflows.
  • Its layered memory system includes local memory files, indexed retrieval, and an asynchronous autodream process for consolidation.
  • Use cases span mobile app development, browser automation in AWS, marketing funnel creation, and rapid internal tool building.
  • For AI PMs, it offers a concrete example of how memory, tooling, and self-improvement can be productized in agentic software.
  • Cloud Code often appears alongside tools like Cursor, Visual Studio Code, Perplexity MCP, Playwright MCP, and Chrome DevTools Protocol.

Cloud Code

Overview

Cloud Code is an agentic coding environment designed to help users build software with a mix of autonomous workflows, project-local memory, and reusable skills. Across newsletter mentions, it appears both as a hands-on coding tool for building apps and websites and as a broader platform for experimenting with AI agents that can act, remember, and improve over time. It has also been referred to as Claude Code and, in browser automation contexts, as a Cloud Code AI browser agent.

For AI Product Managers, Cloud Code matters because it shows what happens when coding tools move beyond prompt-in/prompt-out assistance into persistent, stateful systems. Its reported features and use cases—such as project-local memory folders, background consolidation processes, custom skills, browser control, and integration with other research/design workflows—make it a useful reference point for PMs thinking about agent UX, memory architecture, self-improving systems, and the operational boundaries of autonomous product-building tools.

Key Developments

  • 2026-01-10: Chris used Cloud Code to build a YouTube shorts tracking tool, a web template with OAuth login and Stripe payments, and an AI agent dashboard, showing early practical use for fast product and growth tooling.
  • 2026-02-10: Greg Isenberg featured James Dickerson using Claude Code inside Visual Studio Code via Cursor to build an AI-driven marketing funnel in under 60 minutes, combining Perplexity MCP research, Playwright MCP screenshots, and 17 custom skills on a reported $200/month subscription.
  • 2026-03-09: All About AI demonstrated a Cloud Code AI browser agent using the Chrome automation CLI through the Chrome DevTools Protocol to navigate the AWS console and complete increasingly complex infrastructure and deployment tasks.
  • 2026-03-30: Jenny Wen’s Claude Co-work pipeline generated weekly product ideas and kickoff decks that were described as ready for prototyping in Figma or Cloud Code, positioning Cloud Code as a downstream execution environment for insight-to-build workflows.
  • 2026-04-02: Peter Yang used Cloud Code to implement a React Native fitness tracking app over three milestones, including an Expo SDK downgrade for Expo Go compatibility and roughly 6,400 lines of code across eight screens.
  • 2026-04-22: Cloud Code’s auto-memory system was described in detail: memory files written to a project-local `.cloud_code/memory` folder, indexed in `memory.md`, retrieved as warm memory when needed, and asynchronously consolidated by an autodream process after sessions.

Relevance to AI PMs

1. It is a strong case study in memory design for agentic products. Cloud Code’s layered memory model—hot, warm, and background consolidation—gives AI PMs a concrete example of how persistent context can be structured without relying only on chat history. This is useful when designing copilots, agents, or workspace tools that must retain project knowledge over time.

2. It demonstrates how autonomous workflows can be scoped to real product tasks. Examples include coding mobile apps, browser-based cloud operations, research-to-prototype pipelines, and marketing asset generation. PMs can use these examples to define which workflows should be fully automated, which need human checkpoints, and which require safety constraints.

3. It highlights the product value of skills, tools, and local context. Cloud Code appears in workflows involving custom skills, IDE integrations, MCP tools, and browser automation. For AI PMs, this is a practical model for thinking about extensibility: the best agent products often combine core reasoning with domain-specific tools, memory, and execution surfaces.

Related

  • Anthropic: Cloud Code is associated with Anthropic’s ecosystem and is also referred to as Claude Code.
  • Claude Code / claude-code: Alias and closely related entity; often used interchangeably with Cloud Code in the mentions.
  • Cursor and Visual Studio Code: Cloud Code was shown running within familiar developer environments, indicating an integration-first workflow rather than a standalone-only experience.
  • Perplexity MCP and Playwright MCP: These were used alongside Cloud Code in a marketing workflow, showing how external research and browser/screenshot tools can extend an agentic coding stack.
  • Chrome automation CLI and Chrome DevTools Protocol: These power its browser-agent use case, particularly for web and console automation in AWS.
  • AWS: A key example environment where Cloud Code was used for console automation, deployment, and cloud task execution.
  • Expo Go: Featured in the mobile app build workflow, showing Cloud Code’s use in app prototyping and implementation.
  • Figma: Mentioned as an adjacent prototyping destination, with Cloud Code serving as the build layer after idea generation and design.
  • Peter Yang, Jenny Wen, Greg Isenberg, Chris: Creators and operators whose workflows illustrate different product, prototyping, and go-to-market uses of Cloud Code.
  • ai-agent-dashboard, herbs-agent, autodream: Related examples in the broader agent ecosystem that connect to Cloud Code’s themes of autonomy, memory, and self-improvement.

Newsletter Mentions (6)

2026-04-22
Cloud Code’s auto-memory feature writes memory files into a project-local .cloud_code/memory folder indexed in memory.md (hot memory), retrieves them on demand as warm memory, and runs an asynchronous autodream process to consolidate and update outdated entries after each session.

#9 ▶️ Okay, this unleashed my agent AI Jason Breaks down Cloud Code’s three-layer memory system (hot in cloud.md, warm in memory.md, and background autodream consolidation) and Herb’s agent’s autonomous skill and memory reviewer sub-agents to enable AI agents that self-evolve over time. AutoResearch-based AutoAgent, evolved by Andrew Cupsy, uses a for-loop running program.mmd through Cloud Code or Codeex to self-improve the agent harness and achieved #1 on both the spreadsheet and terminal branches. Cloud Code’s auto-memory feature writes memory files into a project-local .cloud_code/memory folder indexed in memory.md (hot memory), retrieves them on demand as warm memory, and runs an asynchronous autodream process to consolidate and update outdated entries after each session. Herb’s agent spawns a Skill Reviewer sub-agent after 10 uninterrupted steps to auto-generate or patch skills via a Skill Manager with a Python-based safety scan and a Memory Reviewer agent every 10 turns to extract persona and project facts into user.md and memory.md (each capped at ~4,000 characters).

2026-04-02
Implemented the app in Cloud Code over three milestones, downgraded from Expo SDK 55 to SDK 54 for Expo Go on iPhone, and committed 6,400 lines of code across eight screens

Anthropic Demos Claude Code for Mobile Apps #1 ▶️ Full Tutorial: Build a Beautiful Mobile App with Claude Code in 16 Minutes Peter Yang Builds a React Native fitness tracking app in roughly two hours using Claude for requirements, Pencil for AI-driven design, and Cloud Code with Expo Go for implementation and testing. Co-created a spec.md with Claude defining three screens (add/edit workouts, live workout session, and calendar), progressive overload rules, pound/kg toggle, and dark-only theme Generated all UI mockups in under five minutes with Pencil's AI (using Claude Opus model and six design agents) outputting a fitness.pen JSON file Implemented the app in Cloud Code over three milestones, downgraded from Expo SDK 55 to SDK 54 for Expo Go on iPhone, and committed 6,400 lines of code across eight screens

2026-03-30
Jenny schedules the Co-work agent to run this insight-to-delivery pipeline every Monday at 10 a.m., yielding a kickoff deck with three product ideas ready for Figma or Cloud Code prototyping.

#2 ▶️ How Claude Cowork's Design Lead Uses Cowork in 40 Min | Jenny Wen Peter Yang Jenny Wen uses Claude Co-work to process a folder of UXR interview transcripts and social media feedback, auto-generate weekly insight reports, parallel feature proposals, and slide-deck prototypes, and schedule them every Monday at 10 a.m. Co-work ingests a local folder of UXR interview transcripts and scans web sources like Reddit and social media for “Co-work” feedback, employing parallel sub-agents to extract the main insights. Co-work spins off two parallel tasks—one listing prioritized P0/P1 product features with one-sentence specs, and another creating a presentation file (.pptx) saved into a designated folder. Jenny schedules the Co-work agent to run this insight-to-delivery pipeline every Monday at 10 a.m., yielding a kickoff deck with three product ideas ready for Figma or Cloud Code prototyping.

2026-03-09
All About AI Uses a Cloud Code AI browser agent with the Chrome automation CLI (via Chrome DevTools Protocol) to navigate the AWS console and complete three challenges: S3 static web hosting, Ubuntu VM provisioning with graphical remote desktop and YouTube playback, and deploying a video upload/playback web app.

#2 ▶️ 3 AI Agent Browser Automation Challenges That Keep Getting Harder All About AI Uses a Cloud Code AI browser agent with the Chrome automation CLI (via Chrome DevTools Protocol) to navigate the AWS console and complete three challenges: S3 static web hosting, Ubuntu VM provisioning with graphical remote desktop and YouTube playback, and deploying a video upload/playback web app. Cloud Code setup leverages the Chrome automation CLI and Chrome DevTools Protocol to control Chrome for AWS console interactions. Level one took 40 minutes: created S3 bucket named "EJ Oslo site 2026", uploaded "me.png" and "index.html", enabled static website hosting, unblocked public access, and applied a bucket policy via AWS CloudShell CLI. Level three deployed a video upload application via the AWS console and CloudShell, implemented HTML/CSS front end, uploaded a 200 MB video file, and generated a public playback URL that successfully streamed the uploaded video.

2026-02-10
#21 ▶️ AI marketing Masterclass: From beginner to expert in 60 minutes Greg Isenberg Using Claude Code in Visual Studio Code (via Cursor), James Dickerson builds a complete AI-driven marketing funnel live in under 60 minutes—recording a two-hour vibe coding session transcribed with Whisper Flow, leveraging Perplexity MCP research, Playwright MCP screenshots, 17 custom Claude Code skills and Remotion’s free CLI—on a $200/month Cloud Code subscription.

#21 ▶️ AI marketing Masterclass: From beginner to expert in 60 minutes Greg Isenberg Using Claude Code in Visual Studio Code (via Cursor), James Dickerson builds a complete AI-driven marketing funnel live in under 60 minutes—recording a two-hour vibe coding session transcribed with Whisper Flow, leveraging Perplexity MCP research, Playwright MCP screenshots, 17 custom Claude Code skills and Remotion’s free CLI—on a $200/month Cloud Code subscription. Defined and invoked 17 custom Claude Code skills—including "positioning angles", "direct response copy", "lead magnet" and "orchestrator"—trained on Eugene Schwartz and Claude Hopkins, then ran Perplexity MCP research for one hour to identify the "Boring Money" niche angle for $2 million–$10 million service businesses.

2026-01-10
In this Week 1 recap, Chris uses Cloud Code to build a YouTube shorts tracking tool, a web template with OAuth login and Stripe payments, and an AI agent dashboard, then showcases two AI-generated avatar marketing videos to launch his NPC Creative UGC agency at $49/month.

From YouTube Solo Building an AI Native Business: The AI Video Agents Bet (Week 1) All About AI • January 09, 2026 In this Week 1 recap, Chris uses Cloud Code to build a YouTube shorts tracking tool, a web template with OAuth login and Stripe payments, and an AI agent dashboard, then showcases two AI-generated avatar marketing videos to launch his NPC Creative UGC agency at $49/month. Key Takeaways: Published 13 shorts across four channels, amassing 1.277 million views and tracking performance via a custom sync tool built with Cloud Code.

Stay updated on Cloud Code

Get curated AI PM insights delivered daily — covering this and 1,000+ other sources.

Subscribe Free