← Reddit

Anyone else copying and pasting between Claude Chat (Desktop) and Claude Code constantly while building an app?

Reddit · Jacob_gago · June 3, 2026
A non-technical solo founder described a month-long workflow involving copying and pasting instructions between Claude Chat (desktop) and Claude Code in VS Code while building a mobile app. After receiving feedback from others, the founder decided to discontinue this approach and instead use the Claude Code extension directly within VS Code for the remaining two weeks of app development.

Detailed Analysis

A non-technical solo founder building a mobile app shared their month-long workflow on Reddit's r/ClaudeAI community, describing a dual-tool approach in which Claude Chat served as a strategic consultant and Claude Code (via the VS Code extension) functioned as the hands-on implementation layer. The founder's process involved articulating ideas in Claude Chat, receiving structured instructions or code suggestions, and then manually copying those outputs into Claude Code for execution. By the time of the post, the project was approximately six weeks along with roughly two weeks remaining to completion — a notable milestone for a self-described non-technical builder working without a development team.

The post's edit is arguably its most significant element: after receiving community feedback, the founder abandoned the dual-tool copying workflow in favor of working entirely within VS Code using the Claude Code extension. The mention of already using a `claude.md` file in their repository signals a more sophisticated level of context management than the manual copy-paste loop suggested — indicating that the founder had partially adopted best practices for AI-assisted development without fully recognizing the redundancy in their tooling setup. This transition reflects how non-technical users often arrive at efficient workflows through trial, community input, and iterative learning rather than upfront instruction.

The workflow described is emblematic of a broader phenomenon sometimes called "vibe coding," in which individuals with limited or no formal programming background leverage large language models to build functional software products. The friction the founder experienced — maintaining parallel conversations across two applications — highlights a real and widely felt gap in the AI development tooling ecosystem: the separation between high-level ideation and planning (chat interfaces) and low-level implementation (agentic coding environments). Many users instinctively decompose these tasks across different tools before discovering that modern agentic coding environments like Claude Code are increasingly capable of handling both layers within a single interface.

Anthropic's positioning of Claude Code as a direct, terminal-and-editor-integrated tool reflects the company's strategic push to make Claude useful not just as a conversational assistant but as an active participant in software development workflows. The existence of a `claude.md` convention — a project-level context file that Claude Code reads to maintain persistent awareness of a codebase's structure, goals, and constraints — demonstrates that Anthropic has been deliberately building scaffolding to support longer-horizon, multi-session development projects of precisely the kind this founder undertook. The community's rapid guidance toward this feature suggests it has gained meaningful traction among practitioners.

The post and its responses collectively illustrate a maturing ecosystem of non-technical builders who are constructing real software products using AI tools, while simultaneously developing informal best practices through peer communities rather than official documentation. This democratization of software development is one of the more consequential downstream effects of capable coding-focused AI systems, and the pattern — initial inefficiency, community correction, rapid workflow improvement — suggests that the feedback loops enabling non-technical builders to become productive are shortening considerably as both the tools and the communities around them mature.

Read original article →