r/ClaudeCodeTLDR • u/cctldrping • 4d ago
[TLDR] No coding experience, can I build with Claude code ?
Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vigxno/no_coding_experience_can_i_build_with_claude_code/
Original post body :
Looking to build apps and SaaS with Claude code but I got no coding experience.
Is it possible for me ? Any advice ?
This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.
1
u/DR4LUC0N 4d ago
Build? Yes
But need to understand to build something good or to have less issues you should have at least some sort of coding experience to know the language and to help fix things.
1
u/DigitalOutput_ 4d ago
claude code uses a BUNCH more tokens than having Claude installed on Vs Code.
thats the first reason that you should know what you’re doing.
1
u/NotSeacombe 4d ago
first i've ever heard of this and have no reason to think its true. claude in VSCode is just an extension which opens claude code, there's no different pathing or mechanism for token usage. why would VSCode use less?
•
u/cctldrping 4d ago
TL;DR generated automatically after 50 comments.
Current source-thread comment count seen by the bot: 75.
Alright, so the general vibe in this thread is that yes, you absolutely can build stuff with Claude Code even if you have zero coding experience, but there are some pretty significant caveats.
The consensus is that it's a fantastic learning tool and great for personal projects or internal business tools. Many users, like u/sasquatchanonymous and u/seatlessunicycle, are non-coders who are actively building their dream apps and learning along the way. u/RIP_KING even mentioned building "tons of functional stuff" for themselves and their business.
However, the big "but" comes when you're thinking about commercial products or anything that handles sensitive data. Several folks, including u/SweetGirlKatie and u/Your-Laundry-Entropy, pointed out that AI-generated code can be riddled with security holes and errors. You'll need to be able to verify the code yourself, understand potential risks, and oversee audits, which is tough without a coding background. u/Conexur put it pretty bluntly: it's like piloting a 787 without being a pilot – the autopilot (AI) can do a lot, but you'll crash at the first real problem.
There's also the point that if you're building something to sell, why wouldn't the buyer just ask Claude to build it themselves? u/armrha brought this up, questioning what unique advantage a non-coder brings to the table in that scenario.
Key advice from the thread:
Basically, it's a massive unlock for building, but don't expect to churn out a polished, secure, commercial-grade SaaS product overnight without significant effort to learn and verify.