I give it enough context that I’m used to giving human level developers and it’s been quite useful. But if you’re new to programming you probably don’t have those docs in mind to give to language model. Since you are learning, try asking GPT4 to write you specs and standard code requirements like a CONTRIBUTION.md and USAGE.md and README.md, etc. Especially a CHANGELOG.md Once you have these specs sorted out with GPT4o, saved them as a file and upload them to Claude. Then you can work out issues with GPT4o and when you have alignment on how to solve the problem, then instruct Claude to execute the plan. There’s no reason you couldn’t do this in two different Claude threads by the way — one being a product manager and the other being a software engineer— however revisions and debugging is a chore with Claude due to the message limits. It’s much more efficient to work out problems with ChatGPT and then go execute on Claude.ai. You can use the CHANGELOG.md to help communicate updates and give context between the two services. As I don’t know empirically if this helps but I always start with: “Using the chain-of-thought of a Engineer” and then list out details about the files I want it to check.” Here’s a simple example Using the same chain-of-thought as a Game Developer, you’ll work on a simple 2D platformer game using Python. Key skills: Python, Pygame, basic understanding of game loops and event handling. Responsibilities: - Develop core game mechanics (e.g., player movement, collision detection) - Implement level design with simple platforms and obstacles Review: `Game_Design_Document.md` and `Code_Structure.md` for guidelines. Ask questions after reviewing. We’ll update `SPEC-001.md` based on playtesting feedback. Main task: Create `Level_1.py` with fully functional game mechanics. Hope this helps. Answer from westmarkdev on reddit.com
🌐
Claude
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
1 month ago - Claude Code is an agentic AI coding tool that understands your entire codebase. Edit files, run commands, debug issues, and ship faster—directly from your terminal, IDE, Slack or on the web.
🌐
Claude
claude.ai
Claude
Talk with Claude, an AI assistant from Anthropic
Discussions

Can someone explain how to actually use Claude for coding projects>
I give it enough context that I’m used to giving human level developers and it’s been quite useful. But if you’re new to programming you probably don’t have those docs in mind to give to language model. Since you are learning, try asking GPT4 to write you specs and standard code requirements like a CONTRIBUTION.md and USAGE.md and README.md, etc. Especially a CHANGELOG.md Once you have these specs sorted out with GPT4o, saved them as a file and upload them to Claude. Then you can work out issues with GPT4o and when you have alignment on how to solve the problem, then instruct Claude to execute the plan. There’s no reason you couldn’t do this in two different Claude threads by the way — one being a product manager and the other being a software engineer— however revisions and debugging is a chore with Claude due to the message limits. It’s much more efficient to work out problems with ChatGPT and then go execute on Claude.ai. You can use the CHANGELOG.md to help communicate updates and give context between the two services. As I don’t know empirically if this helps but I always start with: “Using the chain-of-thought of a Engineer” and then list out details about the files I want it to check.” Here’s a simple example Using the same chain-of-thought as a Game Developer, you’ll work on a simple 2D platformer game using Python. Key skills: Python, Pygame, basic understanding of game loops and event handling. Responsibilities: - Develop core game mechanics (e.g., player movement, collision detection) - Implement level design with simple platforms and obstacles Review: `Game_Design_Document.md` and `Code_Structure.md` for guidelines. Ask questions after reviewing. We’ll update `SPEC-001.md` based on playtesting feedback. Main task: Create `Level_1.py` with fully functional game mechanics. Hope this helps. More on reddit.com
🌐 r/ClaudeAI
92
180
August 9, 2024
How to exit ``` code editor in claude AI? : ClaudeAI
So I am trying to prompt claude by sharing some code snippet. However once I type \`\`\` it creates an editor but never lets me exit it. Tried... More on old.reddit.com
🌐 r/ClaudeAI
Is Claude from Anthropic the best AI Code Assist in the market? : LocalLLaMA
I have been using Claude for the last two days and I'm impressed! Thinking of buying the Pro subscription, but before that I need to confirm... More on old.reddit.com
🌐 r/LocalLLaMA
Best IDE to use with Claude AI? : ClaudeAI
🌐 r/ClaudeAI
People also ask

Does Claude Code work with the Claude desktop app?
Yes. Max, Pro, Team, and Enterprise users can access Claude Code on the Claude desktop app.
🌐
claude.com
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
Is Claude Code secure?
Yes. Claude Code runs locally in your terminal and talks directly to model APIs without requiring a backend server or remote code index. It also asks for permission before making changes to your files or running commands.
🌐
claude.com
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
Which models does Claude Code use?
Claude Code works with the Opus 4.5, Sonnet 4.5, and Haiku 4.5 models. Enterprise users can run Claude Code using models in existing Amazon Bedrock or Google Cloud Vertex AI instances.
🌐
claude.com
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
🌐
Builder.io
builder.io › blog › claude-code
How I use Claude Code (+ my best tips)
September 29, 2025 - This is actually useful because as you use more AI tools, your PR volume increases. And honestly? Claude often finds bugs that humans miss. Humans nitpick variable names. Claude finds actual logic errors and security issues. The key is customizing the review prompt. Out of the box, it's way too verbose and comments on every little thing. Claude will add a claude-code...
🌐
Claude Code Guide
claudecode.io
Claude Code - AI Pair Programming Assistant | ClaudeCode.io
Transform your development workflow with Claude Code, the most advanced AI coding assistant powered by Claude Opus 4.5 and Claude Sonnet 4.5.
🌐
Claude
claude.com › blog › claude-code-on-the-web
Claude Code on the web | Claude
November 12, 2025 - Today, we're introducing Claude Code on the web, a new way to delegate coding tasks directly from your browser. Now in beta as a research preview, you can assign multiple coding tasks to Claude that run on Anthropic-managed cloud infrastructure, ...
🌐
PCMAG
pcmag.com › home › news › system utilities › browsers
Anthropic Rolls Out Its Chatbot Claude as a Chrome Extension | PCMag
2 days ago - The OpenAI rival says the new Chrome extension, Claude for Chrome, will be able to navigate websites on your behalf, fill in forms, and complete scheduled tasks, accessing multiple tabs in the process.
Find elsewhere
🌐
Anthropic
anthropic.com › engineering › claude-code-best-practices
Claude Code: Best practices for agentic coding
This post outlines general patterns that have proven effective, both for Anthropic's internal teams and for external engineers using Claude Code across various codebases, languages, and environments. Nothing in this list is set in stone nor universally applicable; consider these suggestions as starting points. We encourage you to experiment and find what works best for you! Looking for more detailed information? Our comprehensive documentation at claude.ai/code covers all the features mentioned in this post and provides additional examples, implementation details, and advanced techniques.
🌐
Engadget
engadget.com › engadget us › ai
Claude's Chrome plugin is now available to all paid users
3 days ago - The latest version of the plugin also features integration with Claude Code, Anthropic's AI coding tool, and allows users to record a workflow and "teach" Claude how to do what they want it to do.
🌐
Reddit
reddit.com › r/claudeai › can someone explain how to actually use claude for coding projects>
r/ClaudeAI on Reddit: Can someone explain how to actually use Claude for coding projects>
August 9, 2024 -

I paid for Claude pro because i've been hearing that people have used it to do insane things with coding, basically writing entire projects just with claude. I'm trying to use it to design a simple game in python. It's not super complicated, it's something I could write myself but it would take me quite a while as I'm not fast at coding. maybe my expectations were too high but based on what other people were saying I thought I could get claude to basically write the whole program for me with the right prompting.

But I don't really understand how people have used claude do build projects successfully at all. Its capability and understnad of code is quite impressive for an AI, it's certianly much smarter than chat gpt4o. But it seems to hit a wall super quickly if I send it my code and try to have it add new features. And whenever it gets stuck, if I explain to it the problem, its answer is always to add a bunch of extra redundant functions that "check" (unsuccesfully) for the issue if it arises, instead of actually trying to fix the bug.

additionally its code management seems atrocious so because I started the project using claude i'm nearly unable to start editing the code myself. the compartmentalization is terrible and there's tons of weird redundancies, unnused functions, unnecessary functions, and code in strange places.

i'm just wondering when people have made these projects using only Claude, how are you actually getting it to write code that you can put together into a large program? is there some organizational trick I'm missing?

Top answer
1 of 30
123
I give it enough context that I’m used to giving human level developers and it’s been quite useful. But if you’re new to programming you probably don’t have those docs in mind to give to language model. Since you are learning, try asking GPT4 to write you specs and standard code requirements like a CONTRIBUTION.md and USAGE.md and README.md, etc. Especially a CHANGELOG.md Once you have these specs sorted out with GPT4o, saved them as a file and upload them to Claude. Then you can work out issues with GPT4o and when you have alignment on how to solve the problem, then instruct Claude to execute the plan. There’s no reason you couldn’t do this in two different Claude threads by the way — one being a product manager and the other being a software engineer— however revisions and debugging is a chore with Claude due to the message limits. It’s much more efficient to work out problems with ChatGPT and then go execute on Claude.ai. You can use the CHANGELOG.md to help communicate updates and give context between the two services. As I don’t know empirically if this helps but I always start with: “Using the chain-of-thought of a Engineer” and then list out details about the files I want it to check.” Here’s a simple example Using the same chain-of-thought as a Game Developer, you’ll work on a simple 2D platformer game using Python. Key skills: Python, Pygame, basic understanding of game loops and event handling. Responsibilities: - Develop core game mechanics (e.g., player movement, collision detection) - Implement level design with simple platforms and obstacles Review: `Game_Design_Document.md` and `Code_Structure.md` for guidelines. Ask questions after reviewing. We’ll update `SPEC-001.md` based on playtesting feedback. Main task: Create `Level_1.py` with fully functional game mechanics. Hope this helps.
2 of 30
26
Here's what I do:   1. Create a project in claude and give a detail description of the project 2.  Use the first chat to build a large design document BDUF style. 3.  Add that design doc as an artifact to the project. 4. Use a second chat to have claude write a prompt that works through the design document and analyzes the current state of the project each time a chat is started with it. 5. Repeatedly use part 4 prompt result to create new chats to implement features, generally starting with scaffolding out the major types with no implementations. 6. Repeatedly use part 4 prompt to implement individual functions in the scaffolds types. Repeat 4 5 and 6 as necessary until an MVP is achieved, and continue. I firmly believe the BDUF is a valuable thing, something generally looked poorly upon in software development, for good reason. However bduf tends to fail because project requirements change over time and its hard to manage those changes. The rapid development pace you can achieve alleviates that issue to some degree, but additionally its much easier to update the design document in this environment as well.
🌐
TechRadar
techradar.com › ai platforms & assistants › claude
I tried the new Claude in Chrome extension, and it delivered convenience with a side of digital paranoia | TechRadar
3 days ago - The idea is to place Claude in areas it previously couldn’t reach. Instead of asking an AI to explain what you’re seeing, Claude can now see it too and interpret and interact with live webpages. I gave the new version of Claude a spin.
🌐
Anthropic
anthropic.com › news › claude-code-on-the-web
Claude Code on the web
November 12, 2025 - Today, we're introducing Claude Code on the web, a new way to delegate coding tasks directly from your browser. Now in beta as a research preview, you can assign multiple coding tasks to Claude that run on Anthropic-managed cloud infrastructure, ...
🌐
Claude
claude.com › solutions › coding
Coding | Claude
Transform your engineering workflow with our powerful coding model, available in Claude.ai and through the Claude API.
🌐
Medium
medium.com › dare-to-be-better › claude-code-the-ai-developers-secret-weapon-0faac1248080
Claude Code: The AI Developer’s Secret Weapon | by Max Petrusenko | Dare To Be Better | Medium
April 3, 2025 - The terminal-based AI assistant that’s transforming how elite developers work — without requiring you to change your workflow ... A few months ago, I was drowning in code debt. The startup I advise had pivoted twice, leaving us with a Frankenstein codebase that nobody fully understood. Technical documentation? Non-existent. Clean architecture? A distant memory. Then I discovered Claude Code.
🌐
Zapier
zapier.com › productivity › app tips
What is Claude Code? The AI coding tool anyone can use
August 5, 2025 - Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster through natural language commands.
🌐
GitHub
github.com › anthropics › claude-code
GitHub - anthropics/claude-code: Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
October 29, 2025 - Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows -- all through natural language commands.
Starred by 47.7K users
Forked by 3.3K users
Languages   Shell 46.4% | Python 33.8% | TypeScript 12.9% | PowerShell 4.7% | Dockerfile 2.2%
🌐
Anthropic
anthropic.com › engineering › building-agents-with-the-claude-agent-sdk
Building agents with the Claude Agent SDK
September 29, 2025 - We believe giving Claude a computer unlocks the ability to build agents that are more effective than before. For example, with our SDK, developers can build: Finance agents: Build agents that can understand your portfolio and goals, as well as help you evaluate investments by accessing external APIs, storing data and running code to make calculations.
🌐
Anthropic
anthropic.com › news › driving-ai-transformation-with-claude
How enterprises are driving AI transformation with Claude
October 31, 2025 - New developers took months to understand and contribute to complex codebases. As a cybersecurity leader, they needed an AI solution that prioritized safety and security while accelerating their global engineering organization. After evaluating multiple providers, they chose Claude on Google Cloud's Vertex AI for its coding performance, security standards, and seamless integration.
🌐
YouTube
youtube.com › watch
Meet Your New AI Pair Programmer - Claude Code Changes Everything - YouTube
**Ready to revolutionize your development workflow?** In this comprehensive tutorial, I'll show you Claude Code - the AI-powered command line tool that's cha...
Published   July 17, 2025
🌐
Prismic
prismic.io › blog › claude-code
Why Claude Code Changed My Mind About AI Development
Honest Claude Code review from a former AI skeptic. Learn how this terminal-based coding assistant became essential to my workflow as a senior engineer.
Published   August 6, 2025
Views   666K
🌐
YouTube
youtube.com › watch
Claude Code is the most insane AI coding tool ever (full guide) - YouTube
In this video I show you my revolutionary work flow for Claude Code and Cursor background agents!Follow my X: https://x.com/AlexFinnXSign up for my free news...
Published   June 10, 2025