Can I make a suggestion. Try out mistral large. You can signup to their platform and get 150 USD per month free. The models are very capable. Mistral loves to spit out super long pieces and it is very useful. I built my own chatbot, so my flow is sometimes, start with 01 mini for brainstorming -> then work through the code with gemini or claude or gpt4. Then when I want the final answer I always switch to mistral and it spits long unbroken code really well. The larger LLMS are great problem solvers but they all have their pros and cons. Claude is a good one to subscribe to. But If you like to do stuff for free, try out gemini studio aka makersuite. Then try out mistral. You can even hook these free models up to something like a continue plugin. Also a good free model for tabbing and autocompletions is codestral. It's also free by mistral. Go see what tickles your fancy. Answer from Odd-Environment-7193 on reddit.com
๐ŸŒ
Reddit
reddit.com โ€บ r/localllama โ€บ is claude from anthropic the best ai code assist in the market?
r/LocalLLaMA on Reddit: Is Claude from Anthropic the best AI Code Assist in the market?
October 15, 2024 -

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 whether Claude is the best AI Code Assist available right now.

Top answer
1 of 30
31
Can I make a suggestion. Try out mistral large. You can signup to their platform and get 150 USD per month free. The models are very capable. Mistral loves to spit out super long pieces and it is very useful. I built my own chatbot, so my flow is sometimes, start with 01 mini for brainstorming -> then work through the code with gemini or claude or gpt4. Then when I want the final answer I always switch to mistral and it spits long unbroken code really well. The larger LLMS are great problem solvers but they all have their pros and cons. Claude is a good one to subscribe to. But If you like to do stuff for free, try out gemini studio aka makersuite. Then try out mistral. You can even hook these free models up to something like a continue plugin. Also a good free model for tabbing and autocompletions is codestral. It's also free by mistral. Go see what tickles your fancy.
2 of 30
28
I have been writing a piece of code with GPT-4o+Canvas yesterday. It did an okay job, but eventually it gets to this point where it just doesn't pull through. So I copy-pasted the thing into GPT-o1-preview, and holy macaroni! That thing ripped apart into new concerns, fixes, and niche library features that I would never have thought of or noticed myself. But then again, O1 is pretty bad at iterating. On the other side of the spectrum, I tried to use Cursor IDE with my local Llama3.1-8B (also Llama3.2-3B) models. And these models simply don't have the diff-editing capabilities that Sonnet does. Having a model that can do diff-editing and not just whole-file-editing is a huge feature that has major importance. I wouldn't mind having models that can also do chunk editing instead of only diffs on huge files. But that is just me and my fantasies.
๐ŸŒ
Reddit
reddit.com โ€บ r/claudeai โ€บ so what exactly are people making with claude code?
r/ClaudeAI on Reddit: So what exactly are people making with claude code?
August 19, 2025 -

I feel like I read more about how amazing it is and less about what people have made with it. Any interesting working projects that were built with the help of claude code? The hype seems real but I barely see any actual evidence of things people have made.

๐ŸŒ
Reddit
reddit.com โ€บ r/claudeai โ€บ after 8 months of daily ai coding, i built a system that makes claude code actually understand what you want to build
r/ClaudeAI on Reddit: After 8 months of daily AI coding, I built a system that makes claude code actually understand what you want to build
June 28, 2025 -

I've been pair programming with AI coding tools daily for 8 months writing literally over 100k lines of in production code. The biggest time-waster? When claude code thinks it knows enough to begin. So I built a requirements gathering system (completely free and fully open sourced) that forces claude to actually understand what you want utilizing claude /slash commands.

The Problem Everyone Has:

  • You: "Add user avatars"

  • AI: builds entire authentication system from scratch

  • You: "No, we already have auth, just add avatars to existing users"

  • AI: rewrites your database schema

  • You: screams internally and breaks things

What I Built: A /slash command requirements system where Claude code treats you as the product manager that you are. No more essays. No more mind-reading.

How It Actually Works:

  1. You: /requirements-start {Arguement like "add user avatar upload}

  2. AI analyzes your codebase structure systematically (tech stack, patterns, architecture)

  3. AI asks the top 5 most pressing discovery questions like "Will users interact through a visual interface? (Default: YES)"

  4. AI autonomously searches and reads relevant files based on your answers

  5. AI documents what it found: exact files, patterns, similar features

  6. AI asks the top 5 most clarifying questions like "Should avatars appear in search results? (Default: YES - consistent with profile photos)"

  7. You get a requirements doc with specific file paths and implementation patterns

The Special Sauce:

  • Smart defaults on every question - just say "idk" and it picks the sensible option

  • AI reads your code before asking - lets be real, claude.md can only do so much

  • Product managers can answer - Unless you're deep down in the weeds of your code, claude code will intelligently use what already exists instead of trying to invent new ways of doing it.

  • Links directly to implementation - requirements reference exact files so another ai can pick up where you left off with a simple /req... selection

Controversial take: Coding has become a steering game. Not a babysitting one. Create the right systems and let claude code do the heavy lifting.

Full repo with commands and examples and how to install (no gate but would appreciate a start if it helped you): github.com/rizethereum/claude-code-requirements-builder

Special shout out: This works best with https://repoprompt.com/ codemaps, search, and batch read mcp tools but can work with out them.

๐ŸŒ
Reddit
reddit.com โ€บ r/chatgptcoding โ€บ how i code 10x faster with claude
r/ChatGPTCoding on Reddit: How I code 10x faster with Claude
May 20, 2024 -

Since ChatGPT came out about a year ago the way I code, but also my productivity and code output has changed drastically. I write a lot more prompts than lines of code themselves and the amount of progress Iโ€™m able to make by the end of the end of the day is magnitudes higher. I truly believe that anyone not using these tools to code is a lot less efficient and will fall behind.

A little bit o context: Iโ€™m a full stack developer. Code mostly in React and flaks in the backend.

My AI tools stack:

Claude Opus (Claude Chat interface/ sometimes use it through the api when I hit the daily limit)

In my experience and for the type of coding I do, Claude Opus has always performed better than ChatGPT for me. The difference is significant (not drastic, but definitely significant if youโ€™re coding a lot).

GitHub Copilot

For 98% of my code generation and debugging Iโ€™m using Claude, but I still find it worth it to have Copilot for the autocompletions when making small changes inside a file for example where a writing a Claude prompt just for that would be overkilled.

I donโ€™t use any of the hyped up vsCode extensions or special ai code editors that generate code inside the code editorโ€™s files. The reason is simple. The majority of times I prompt an LLM for a code snippet, I wonโ€™t get the exact output I want on the first try. It of takes more than one prompt to get what Iโ€™m looking for. For the follow up piece of code that I need to get, having the context of the previous conversation is key. So a complete chat interface with message history is so much more useful than being able to generate code inside of the file. Iโ€™ve tried many of these ai coding extensions for vsCode and the Cursor code editor and none of them have been very useful. I always go back to the separate chat interface ChatGPT/Claude have.

Prompt engineering

Vague instructions will product vague output from the llm. The simplest and most efficient way to get the piece of code youโ€™re looking for is to provide a similar example (for example, a react component thatโ€™s already in the style/format you want).

There will be prompts that youโ€™ll use repeatedly. For example, the one I use the most:

Respond with code only in CODE SNIPPET format, no explanations

Most of the times when generating code on the fly you donโ€™t need all those lengthy explanations the llm provides before/after the code snippets. Without extra text explanation the response is generated faster and you save time.

Other ones I use:

Just provide the parts that need to be modified

Provide entire updated component

Iโ€™ve the prompts/mini instructions I use saved the most in a custom chrome extension so I can insert them with keyboard shortcuts ( / + a letter). I also added custom keyboard shortcuts to the Claude user interface for creating new chat, new chat in new window, etc etc.

Some of the changes might sound small but when youโ€™re coding every they, they stack up and save you so much time. Would love to hear what everyone else has been implementing to take llm coding efficiency to another level.

๐ŸŒ
Reddit
reddit.com โ€บ r/claudeai โ€บ claude code is the best coding agent in the market and it's not close
r/ClaudeAI on Reddit: Claude Code is the best coding agent in the market and it's not close
3 weeks ago -

Claude Code just feels different. It's the only setup where the best coding model and the product are tightly integrated. "Taste" is thrown around a lot these days, but the UX here genuinely earns it: minimalist, surfaces just the right information at the right time, never overwhelms you.

Cursor can't match it because its harness bends around wildly different models, so even the same model doesn't perform as well there.

Gemini 3 Pro overthinks everything, and Gemini CLI is just a worse product. I'd bet far fewer Google engineers use it compared to Anthropic employees "antfooding" Claude Code.

Codex (GPT-5.1 Codex Max) is a powerful sledgehammer and amazing value at 20$ but too slow for real agentic loops where you need quick tool calls and tight back-and-forth. In my experience, it also gets stuck more often.

Claude Code with Opus 4.5 is the premium developer experience right now. As the makers of CC put it in this interview, you can tell it's built by people who use it every day and are laser focused on winning the "premium" developer market.

I haven't tried Opencode or Factory Droid yet though. Anyone else try them and prefer them to CC?

๐ŸŒ
Reddit
reddit.com โ€บ r/chatgptcoding โ€บ claude is so good at coding its crazy!
r/ChatGPTCoding on Reddit: CLAUDE IS SO GOOD AT CODING ITS CRAZY!
June 4, 2025 -

I have been using Gemini 2.5 pro preview 05-06 and using the free credits because imma brokie and I have been having problems at coding that now matter what I do I can't solve and gets stuck so I ask Gemini to give me the problem of the summary paste it to Claude sonnet 4 chat and BOOM! it solves it in 1 go! And this happened already 3 times with no fail it's just makes me wish I can afford Claude but will just have to make do what I can afford for now. :)

๐ŸŒ
Reddit
reddit.com โ€บ r/claudeai โ€บ prompt to get claude to generate over 1000 lines of codes in artifact without interruption
r/ClaudeAI on Reddit: Prompt to get Claude to generate over 1000 lines of codes in Artifact without Interruption
February 8, 2025 -

Hi friends,

I often need Claude to generate extensively long code for my python coding, sometimes reaching 1,000โ€“1,500 lines. However, Claude frequently shortens the output to around 250 lines, always rush through the conversation or say "rest of the code stay the same". Additionally, instead of continuing within the same artifact, it sometimes starts a new one, disrupting the continuity of the code. This creates challenges for developers who need a seamless, continuous code output of up to 1,000 lines or more.

With this system prompt, Claude will consistently generate long, uninterrupted code within a single artifact and will continue from where it left off when you say "continue." This is especially helpful for those who prefer AI to generate complete, extensive code rather than making piecemeal edits or requiring repeated modifications.

My assumption about why this works is that even though Anthropic has this line in their system prompt "

6. Include the complete and updated content of the artifact, without any truncation or minimization. Don't use "// rest of the code remains the same..."."

Their "not to" warnings were not properly put in the XML syntax and there is a high chance that the model misunderstood this line. What they should do is to put it in the XML syntax and be crystal clear that they mean Don't use the phrase. Otherwise "// rest of the code remains the same..."." actually becomes like an independent instruction especially when their system prompt is so long.

If you find this helpful, please consider giving my small GitHub channel a โญโ€”Iโ€™d really appreciate it!

https://github.com/jzou19957/SuperClaudeCodePrompt/tree/main

    <Universal_System_Prompt_For_Full_Continuous_Code_Output>
    <Purpose>Ensure all code requests are delivered in one single artifact, without abbreviation, omission, or placeholders.</Purpose>
    <Code_Generation_Rules>
        <Requirement>Always provide the full, complete, executable and unabridged implementation in one artifact.</Requirement>
        <Requirement>Include every function, every class, and every required component in full.</Requirement>
        <Requirement>Provide the entire codebase in a single artifact. Do not split it across multiple responses.</Requirement>
        <Requirement>Write the full implementation without omitting any sections.</Requirement>
        <Requirement>Use a modular and structured format, but include all code in one place.</Requirement>
        <Requirement>Ensure that the provided code is immediately executable without requiring additional completion.</Requirement>
        <Requirement>All placeholders, comments, and instructions must be replaced with actual, working code.</Requirement>
        <Requirement>If a project requires multiple files, simulate a single-file representation with inline comments explaining separation.</Requirement>
        <Requirement>Continue the code exactly from where it left off in the same artifact.</Requirement>
    </Code_Generation_Rules>

    <Strict_Prohibitions>
        <DoNotUse>โ€˜...rest of the code remains the same.โ€™</DoNotUse>
        <DoNotUse>Summarizing or omitting any function, event handler, or logic.</DoNotUse>
        <DoNotUse>Generating partial code requiring user expansion.</DoNotUse>
        <DoNotUse>Assuming the user will "fill in the gaps"โ€”every detail must be included.</DoNotUse>
        <DoNotUse>Splitting the code across responses.</DoNotUse>
    </Strict_Prohibitions>

    <Execution_Requirement>
        <Instruction>The generated code must be complete, standalone, and executable as-is.</Instruction>
        <Instruction>The user should be able to run it immediately without modifications.</Instruction>
    </Execution_Requirement>
    </Universal_System_Prompt_For_Full_Continuous_Code_Output>
๐ŸŒ
Reddit
reddit.com โ€บ r/claudeai โ€บ i completed a project with 100% ai-generated code as a technical person. here are quick 12 lessons
r/ClaudeAI on Reddit: I completed a project with 100% AI-generated code as a technical person. Here are quick 12 lessons
March 13, 2025 -

Using Cursor & Windsurf with Claude Sonnet, I built a NodeJS & MongoDB project - as a technical person.

1- Start with structure, not code

The most important step is setting up a clear project structure. Don't even think about writing code yet.

2- Chat VS agent tabs

I use the chat tab for brainstorming/research and the agent tab for writing actual code.

3- Customize your AI as you go

Create "Rules for AI" custom instructions to modify your agent's behavior as you progress, or maintain a RulesForAI.md file.

4- Break down complex problems

Don't just say "Extract text from PDF and generate a summary." That's two problems! Extract text first, then generate the summary. Solve one problem at a time.

5- Brainstorm before coding

Share your thoughts with AI about tackling the problem. Once its solution steps look good, then ask it to write code.

6- File naming and modularity matter

Since tools like Cursor/Windsurf don't include all files in context (to reduce their costs), accurate file naming prevents code duplication. Make sure filenames clearly describe their responsibility.

7- Always write tests

It might feel unnecessary when your project is small, but when it grows, tests will be your hero.

8- Commit often!

If you don't, you will lose 4 months of work like this guy [Reddit post]

9- Keep chats focused

When you want to solve a new problem, start a new chat.

10- Don't just accept working code

It's tempting to just accept code that works and move on. But there will be times when AI can't fix your bugs - that's when your hands need to get dirty (main reason non-tech people still need developers).

11- AI struggles with new tech.

When I tried integrating a new payment gateway, it hallucinated. But once I provided docs, it got it right.

12- Getting unstuck

If AI can't find the problem in the code and is stuck in a loop, ask it to insert debugging statements. AI is excellent at debugging, but sometimes needs your help to point it in the right direction.

While I don't recommend having AI generate 100% of your codebase, it's good to go through a similar experience on a side project, you will learn practically how to utilize AI efficiently.

* It was a training project, not a useful product.

EDIT 0: when I posted this a week ago on LinkedIn I got ~400 impressions, I felt it was meh content, THANK YOU so much for your support, now I have a motive to write more lessons and dig much deeper in each one, please connect with me on LinkedIn

EDIT 1: I created this GitHub repository "AI-Assisted Development Guide" as a reference and guide to newcomers after this post reached 500,000 views in 24 hours, I expanded these lessons a bit more, your contributions are welcome!
Don't forget to give a star โญ

Find elsewhere
๐ŸŒ
Reddit
reddit.com โ€บ r/claudeai โ€บ using claude code heavily for 6+ months: why faster code generation hasn't improved our team velocity (and what we learned)
r/ClaudeAI on Reddit: Using Claude Code heavily for 6+ months: Why faster code generation hasn't improved our team velocity (and what we learned)
November 9, 2025 -

Our team has been using Claude Code as our primary AI coding assistant for the past 6+ months, along with Cursor/Copilot. Claude Code is genuinely impressive at generating end-to-end features, but we noticed something unexpected: our development velocity hasn't actually improved.

I analyzed where the bottleneck went and wrote up my findings here.

The Core Issue:

Claude Code (and other AI assistants) shifted the bottleneck from writing code to understanding and reviewing it:

What changed:

  • Claude generates 500 lines of clean, working code in minutes.

  • But you still need to deeply understand every line (you're responsible for it)

  • Both you and your peer reviewer are learning the code.

  • Review time scales exponentially with change size

  • Understanding code you didn't write takes 2-3x longer than writing it yourself

๐ŸŒ
Reddit
reddit.com โ€บ r/claudeai โ€บ how i use claude code 100% autonomously: claudiomiro
r/ClaudeAI on Reddit: How I use Claude Code 100% autonomously: Claudiomiro
1 month ago -

Iโ€™m a software engineer with almost 15 years of experience, and I fell in love with coding exactly because it allows me to do things that do things for meโ€”in other words, I love to automate things.

So Claude Code (and AI agents in general) was a huge leap for my workflow.

But the agents have some limitations: they lose context, and they always try to economize tokens.

This creates a productivity paradox: AI tools that save time writing code but waste time managing the process.

I found myself wasting more time reviewing and prompting again and again than actually coding myself.

After some time, I developed a workflow.

Basically:

  1. Step 0 - Generate clarification questions and initial branch setup

  2. Step 1 - Generate refined PROMPT.md

  3. Step 2 - Decompose task into small sub-tasks

  4. Step 3 - Analyze dependencies and create execution plan (DAG)

  5. Step 4 - Generate detailed TODO.md for each task

  6. Step 5 - Execute task (research โ†’ context โ†’ implementation)

  7. Step 6 - Code review for each task

  8. Step 7 - Global critical bug sweep across ALL changes

  9. Step 8 - Final commit and pull request creation

So after doing this workflow again and again, I realized: why not automate this workflow too?

So Claudiomiro was born:

https://github.com/samuelfaj/claudiomiro

Claudiomiro solves this by creating a truly autonomous development workflow that handles complex tasks from start to finish. It's not just another code generator โ€” it's a complete development automation.

You can put AI to work 100% autonomously for you.

Hope you guys like it!

Top answer
1 of 15
25
I use spec-kit or open-spec https://github.com/github/spec-kit
2 of 15
9
Hereโ€™s what you do: Tell Claude what you want. Have him create a task list of each step required for the task. Tell him to make a DAG of tasks based on hard and soft requirements. Then tell him to identify the antichains in the DAG and organize the work into MECE workloads Next: tell him to write each task as a prompt with acceptance criteria, def. Of done. Estimated scope and test plan to a file structure like this: Tasks/open/ (empty) Tasks/blocked/ (everything starts here) Tasks/claimed/ (empty) Tasks/closed/ (empty) Tasks/failed/ (empty) Tasks/dead/ (empty) Now you have him write a script that periodically rolls through the blocked directory and checks if each blocked task is now unblocked (ie it is a root in the DAG or its blocking issues are now in the closed directory) if unblocked move to Open Directory. Meanwhile open a few other terminals and spin up Claude code agents. Have them look in the open directory for task files and move the first they find to the claimed directory, read the prompt. Do it. When theyโ€™re done, move it to closed. If they encounter an unrecoverable problem or failure tell them to append the error reason to the prompt and to think about how to fix or get around it and then rewrite the prompt (leaving the failure) if itโ€™s the third try because thereโ€™s already 2 error messages in the file move it to the dead folder. Then go check the open folder for a new task. Do that and you have what they call โ€œa rolling frontier of greedy workersโ€ and you got yourself a nice little mini. Job system. The filesystem handles concurrency for you bc Claude is just using mv to move files. Have fun! Welcome to 10x faster dev. Crazy part: they can all hammer away at the same code in the same branch. Theyโ€™ll sort it out. Just tell em to expect transient build errors or test failures and theyโ€™re good.
๐ŸŒ
Reddit
reddit.com โ€บ r/chatgptcoding โ€บ best ai for text-to-code generation? (claude vs. chatgpt pro)
r/ChatGPTCoding on Reddit: Best AI for Text-to-Code Generation? (Claude vs. ChatGPT Pro)
March 3, 2025 -

Iโ€™ve been using the free versions of both Claude and ChatGPT for text-to-code generation (complex tasks) and found that I prefer Claude because its code structure is more organized and effective. Iโ€™m now considering purchasing a paid plan for one of them.

For those who have upgraded to Claude Pro or ChatGPT Plus, which one do you think performs better for coding tasks? Any insights or advice would be greatly appreciated!

๐ŸŒ
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.
๐ŸŒ
Reddit
reddit.com โ€บ r/claudeai โ€บ are people actually getting bad code from claude?
r/ClaudeAI on Reddit: Are people actually getting bad code from claude?
July 22, 2025 -

I am a senior dev of 10 years, and have been using claude code since it's beta release (started in December IIRC).

I have seen countless posts on here of people saying that the code they are getting is absolute garbage, having to rewrite everything, 20+ corrections, etc.

I have not had this happen once. And I am curious what the difference is between what I am doing and what they are doing. To give an example, I just recently finished 2 massive projects with claude code in days that would have previously taken months to do.

  1. A C# Microservice api using minimal apis to handle a core document system at my company. CRUD as well as many workflow oriented APIs with full security and ACL implications, worked like a charm.

  2. Refactoring an existing C# API (controller MVC based) to get rid of the mediatr package from within it and use direct dependency injection while maintaining interfaces between everythign for ease of testing. Again, flawless performance.

These are just 2 examples of the countless other projects im working on at the moment where they are also performing exceptionally.

I genuinely wonder what others are doing that I am not seeing, cause I want to be able to help, but I dont know what the problem is.

Thanks in advance for helping me understand!

Edit: Gonna summarize some of the things I'm reading here (on my own! Not with AI):

- Context is king!

- Garbage in, Garbage out

- If you don't know how to communicate, you aren't going to get good results.

- Statistical Bias, people who complain are louder than those who are having a good time.

- Less examples online == more often receiving bad code.

๐ŸŒ
Reddit
reddit.com โ€บ r/claudeai โ€บ is everyone sleeping on claude code?
r/ClaudeAI on Reddit: is everyone sleeping on Claude Code?
May 13, 2025 -

I dont see many people talk about it.

I recently got the max plan (just to test things out). Omfg this thing feels like a true Agent system and am totally changing the way I approach coding and just doing any digital things.

I gave it a narly project to do a BI workflow/data analytics project that I had been working on. It read through my spec, understood the data schema, ran more things by itself to understand more of the data, and outputted a python code that satisfied my spec. What took me a long ass time to do (ie copy pasting data to a webui, asking ai to understand the data and write the sql i want), now it just does it all by itself.

I hooked up Notion MCP and gave a DB of projects I want it to work on (i've written some high level specs), and it automatically went thru all of it and punched it out and updated the project status.

Its unreal. I feel like this is a true agentic program that can really run on its own and do things well.

How come no ones is talking about!??

๐ŸŒ
Reddit
reddit.com โ€บ r/claudeai โ€บ claude code changed my life
r/ClaudeAI on Reddit: Claude Code changed my life
June 21, 2025 -

I've been using Claude Code extensively since its release, and despite not being a coding expert, the results have been incredible. It's so effective that I've been able to handle bug fixes and development tasks that I previously outsourced to freelancers.

To put this in perspective: I recently posted a job on Upwork to rebuild my app (a straightforward CRUD application). The quotes I received started at $1,000 with a timeline of 1-2 weeks minimum. Instead, I decided to try Claude Code.

I provided it with my old codebase and backend API documentation. Within 2 hours of iterating and refining, I had a fully functional app with an excellent design. There were a few minor bugs, but they were quickly resolved. The final product matched or exceeded what I would have received from a freelancer. And the thing here is, I didn't even see the codebase. Just chatting.

It's not just this case, it's with many other things.

The economics are mind-blowing. For $200/month on the max plan, I have access to this capability. Previously, feature releases and fixes took weeks due to freelancer availability and turnaround times. Now I can implement new features in days, sometimes hours. When I have an idea, I can ship it within days (following proper release practices, of course).

This experience has me wondering about the future of programming and AI. The productivity gains are transformative, and I can't help but think about what the landscape will look like in the coming months as these tools continue to evolve. I imagine others have had similar experiences - if this technology disappeared overnight, the productivity loss would be staggering.

Top answer
1 of 5
257
It's hard to explain to someone if they haven't been involved in the industry for a while. Now I get to run through 15 or 20 ancient and terrible private GitHub repos to the measure to make something out of something or dump it Every new idea that I put into a voice note or scratch Pad now has legs. Redid my old rickety website with fantastic new technology and every new idea I had I simply threw it into a voice note practically while it was working on it for a real time edit and update as I was looking on the second monitor via npm run dev. Old semi-impossible thoughts are now reality. Taking scraps of data into a project and building a Neo 4j graph with all the security and bells and whistles with a Next JS front end with correlation and schema and analysis... is a day. Maybe a weekend to really snaz it up. Structured workflows with mcp tools like playwright, Serena, Synk, sequential thinking, context 7, allows full cradle to grave Construction of a highly performant Enterprise product practically Within an eight hour working window. Parallel agent handoff is insane. A2A is a thing. Some of the newer Gemini models are quite good. An extensive line of business historically now has fresh awesomeness. Cybersecurity log analisys SIEM  and API Construction happens at the speed of thought. My RMM has an API with almost executive level permissions and the dashboard is little wacky so we rebuild the entire thing to run locally and runs better with better reporting. The computer forensics business relied on old Windows programs with bad block storage bad file analysis and slow and clunky database and painful UI. Now? Rebuilt the entire thing into CLI and process images much faster much more cleanly and I get the analysis and Reporting exactly the way I want simply for asking. Also analyzes file structure and determines encryption and timeline and what it is and how to present it in ways I could never do with the UI and even thinks of new things to put into it. Magic. I'm struggling to leave the house :) blew past Pro in a day and trying to stay on 5x.
2 of 5
86
What you may not realize is that Claude is most-likely making a mess of your code base. Maybe you'll get away with it, maybe it will burn you at some point in the future.
๐ŸŒ
Reddit
reddit.com โ€บ r/claudeai โ€บ i've been using a qr code generator for 5 years, just made my own in python with claude in 2 minutes (monthly membership)
r/ClaudeAI on Reddit: I've been using a QR code generator for 5 years, just made my own in Python with Claude in 2 minutes (monthly membership)
February 21, 2025 -

After years of relying on online QR generators, I finally decided to make my own. Asked Claude to help me build a Python script, and honestly, it turned out way better than expected.

What it does:

  • Generates QR codes (obviously ๐Ÿ˜„)

  • Saves them locally (no more sketchy online services)

  • Dark mode UI (because we're not savages)

  • Tracks usage with a counter

  • Shows history of generated QRs

  • Everything stays on your machine

The cool part? It's just a Flask app with a simple web interface. No need to install heavy software or trust random websites with your data.

Features I got for free:

  • Keeps track of how many QRs you've made (total and daily)

  • Shows preview of generated QRs instantly

  • Saves everything in the same folder

  • Mobile-friendly interface

  • Dark theme that doesn't burn your eyes at 3 AM

Tech stack:

  • Python (Flask)

  • Basic HTML/CSS

  • qrcode library

  • That's it!

Why it's better than online generators:

  1. Privacy - everything stays on your machine

  2. No ads or "premium" features

  3. Works offline

  4. No file size limits

  5. Can customize it however you want

Seriously, if you're tired of those "free" online QR generators with their premium features and ads, just make your own. It took me 2 minutes with Claude to get something that does exactly what I need.

๐ŸŒ
Reddit
reddit.com โ€บ r/claudeai โ€บ claude is a magnitude above gpt4 for coding and other tasks (my opinion)
r/ClaudeAI on Reddit: Claude is a magnitude above GPT4 for coding and other tasks (my opinion)
March 31, 2024 -

I have spent at least 1000+ hours with LLMs last year. At least 100+ creating programs with GPT4, creating agents, doing all kinds of little research projects.

Claude is blowing me away, especially for coding tasks. There is no way I can use GPT4 now. Here is why, Claude has a much bigger context window.

In Claude I can paste in 5 , 200 line .python files (this is enough for millions of useful small projects if you are creative). GPT 4 as soon as you try this will summarize one into a few lines, ignore the rest. The comparison is night and day.

Then for code generation, it is getting almost impossible even using tricks to get GPT4 to generate a lot of code without spending a lot of time coaxing it. Claude will gladly write code until it can't... every single time if I ask it for full code it will spit out 200 lines of code.

Now for the understanding, it's just mind blowing. I can give it a fairly complex adjustment to the code and it will one-shot it, almost every time. GPT4 will take away hours of time coaxing it in the right direction. The amount of complexity Claude is able to one-shit given this much context length is otherworldly. Really I can't underestimate it.

The full potential is orders of magnitude above current public facing GPT4. It's probably mostly about context length and the amount of compute a company is willing to give someone for $20 / month. I worry that Anthropic scales it may have similar tradeoffs but for now earlier users can gain alpha and really use it.

This is really a dream. I truly feel it encroaching on human-level intelligence. I would personally pay $1000 / month if it gave me even more context, and more agentive and proactive behavior. I predict these companies will eventually release these advanced plans that rival a human salary but grant you much more compute, because it will be worth it.

๐ŸŒ
Reddit
reddit.com โ€บ r/claudeai โ€บ what are people actually building with claude code?
r/ClaudeAI on Reddit: What are people actually building with Claude Code?
June 9, 2025 -

I keeps seeing posts about how much "value" people are getting out of the Max plan, but these posts rarely mention what they're doing and whether or not the code produced was actually useful for their project.

It feels like people are applying the "lines of code" value mentality, where a manager will determine who their best programmer is by lines of code or Github activity rather than based on results.

So, especially if you're one of the people burning through tokens, what are you building? What has Claude Code actually made for you? Has it solved problems you struggled with or simply run into different problems?

I think the "look at all the tokens I'm using" posts are only exciting to me if something is produced at the end, and that something is complex enough to require that amount of compute.

๐ŸŒ
Reddit
reddit.com โ€บ r/claudeai โ€บ claude code reality check
r/ClaudeAI on Reddit: Claude Code Reality Check
July 9, 2025 -

I had an extremely detailed claude.md and very detailed step by step instructions in a readme that I gave Claude Code for spinning up an EC2 instance on AWS, installing Mistral, and providing a basic UI for running queries.

Those of you saying you got Claude Code to create X,Y,Z app "in 15 minutes" are either outright lying, or you only asked it to create the HTML interface and zero back-end. Much less scripting for one-shot cloud deployment.

Edit:

Reading comprehension is hard I know.

a) This was an experiment
b) I was not asking for help on how to do this, please stop sliding into my DMs trying to sell me dev services
c) I wasn't expecting to do this "in 15 minutes", I was using this to highlight how insane those claims actually are
d) one-shot scripting for cloud infra was literally my job at Google for 2 years, and this exact script that Claude Code failed at completely is actually quite straightforward with Claude in Cursor (or writing manually), funny enough.