Claude Code Update is INSANE
Claude Code has launched a web and mobile interface at claude.ai/code, allowing developers to kick off and monitor coding tasks remotely without a terminal. The update introduces cloud-based VM execution, persistent sessions, parallel task running, and an auto-fix feature for pull requests. This transforms Claude Code from a terminal-only tool into an async coding collaborator.
Summary
The video covers Anthropic's major update to Claude Code, which previously required users to be present at a terminal. The new experience is accessible via claude.ai/code and allows developers to connect their GitHub account, write a plain-English prompt, and launch full coding tasks directly from a browser. Anthropic runs these tasks on isolated cloud virtual machines pre-installed with Python, Node.js, Ruby, Go, Rust, Java, PostgreSQL, Redis, Docker, and Git. Claude clones the target repository, performs the work, and presents a reviewable diff in the browser.
A key capability highlighted is session persistence — even if the user closes their browser tab, Claude continues working in the cloud. Users can monitor and steer sessions from the Claude mobile app, answering Claude's questions or approving actions without being at a laptop. The presenter outlines several workflows: launching tasks directly from the browser, using a `--remote` flag in the CLI to offload work to the cloud while continuing local development, and a plan-then-execute workflow where Claude proposes a plan locally before running autonomously in the cloud.
The auto-fix feature for pull requests is described as particularly underrated. Once a PR is created, Claude monitors it on GitHub, automatically investigating and pushing fixes when CI checks fail, and addressing reviewer comments — with transparent disclosure in the thread that responses came from Claude Code.
On the infrastructure side, each session runs on fresh Anthropic-managed VMs with environment caching, so setup scripts only run once and future sessions boot from a snapshot. Security is handled via a proxy with scoped credentials, ensuring Git keys never exist inside the sandbox. Users can run multiple parallel cloud sessions simultaneously and use a 'teleport' command to pull a finished cloud session back into the local terminal with full conversation history intact.
Practical tips include maintaining a claude.md file in the repo for persistent context, using inline diff comments for cleaner review feedback, and monitoring context window usage with built-in commands. The video closes with availability information — Claude Code on the web is in research preview for Pro, Max, Team, and Enterprise users — and promotional mentions of the presenter's AI community and resource hub.
Key Insights
- The presenter explains that Claude Code on the web runs in Anthropic-managed isolated virtual machines pre-installed with a full development stack including Python, Node.js, Ruby, Go, Rust, Java, PostgreSQL, Redis, Docker, and Git — meaning users need nothing installed locally.
- The presenter highlights that cloud sessions persist even after closing the browser tab, allowing Claude to continue working autonomously and enabling users to check in and steer progress from the Claude mobile app.
- The presenter describes a plan-then-execute workflow using permission mode plan, where Claude explores the codebase and proposes a plan without touching code, which the user reviews before sending execution to the cloud — comparing it to a contractor reviewing blueprints before breaking ground.
- The presenter calls auto-fix for pull requests 'the most underrated feature,' explaining that Claude monitors a PR on GitHub, pushes fixes when CI checks fail, and addresses reviewer comments — while transparently labeling its own responses as coming from Claude Code so team members can distinguish agent output from human output.
- The presenter notes that users can run multiple remote sessions simultaneously — for example, fixing a bug on one branch, writing test coverage on another, and refactoring a module on a third all at once — and use a 'teleport' command to pull any finished cloud session back into the local terminal with full conversation history.
Topics
Transcript
[0:00] Claude Code update is insane. You're sitting at your desk, stuck, waiting for your dev environment to load. Again, you open your terminal, you type, you wait, you lose your train of thought, you switch windows five times just to get one thing done. Sound familiar? This is what most people's coding setup looks like in 2026, and it's costing you hours every single week. But what if you could kick off a coding task from your phone while you're getting coffee, and come back to a finished pull request? That's exactly what Claude Code on the web and mobile lets you do right now. And most [0:31] people have no idea it exists. Stay with me, because by…
Full transcript available for MurmurCast members
Sign Up to AccessMore from Julian Goldie SEO
How to Run DeepSeek V4 Flash for FREE!
A tutorial demonstrating how to use DeepSeek V4 Flash for free through Open Code and integration with agent operating systems like Hermes Agent. The speaker showcases building websites and apps using this free AI model and explains how it compares favorably to larger models despite being smaller.
Microsoft Fara1.5 27B NEW Browser Automation Model is WILD!
Microsoft released Phi-3.5, a family of three computer use models (4B, 9B, 27B) that automate browser tasks through vision-based clicking rather than HTML parsing. These open-weight models significantly outperform larger closed-source alternatives like OpenAI's Operator and Google's Gemini 2.0 on web automation benchmarks.
Claude Obsidian 2.0 is INSANE (FREE!)
Claude Obsidian 2.0 is presented as a free AI memory upgrade that allows users to upload files into a folder for permanent retention and linking. The system creates a knowledge graph that learns from business documents, provides sourced answers, and can be shared across teams.
Claude Agent OS is INSANE! 🤯
Julian presents a comprehensive Claude-based agent operating system that integrates multiple AI models, automated workflows, and a persistent memory system to automate daily tasks. The system runs 24/7 and uses free or existing subscriptions, combining tools like voice agents, content creation, competitor monitoring, and real-time news analysis into a single unified dashboard.
NEW ChatGPT Update is INSANE!
OpenAI released a major ChatGPT update featuring a Chrome extension called Side Chat and an improved desktop app that work together to streamline SEO research and content creation. The update allows users to analyze multiple browser tabs simultaneously, highlight text for quick answers, and convert research into finished work without constant tab switching.