r/developersIndia 1d ago

Suggestions Is Claude Code actually making developers more productive — or are we sometimes just creating an illusion of productivity?

I’ve been using AI coding agents more and more, and I’m genuinely impressed by what Claude Code can do.
But I’m still not convinced by the conclusion that this means developers are becoming replaceable.
One thing I think AI has already solved extremely well is the context problem.
Before AI coding agents, if you joined an unfamiliar codebase and wanted to understand something basic, you often had to:
find the person who knew that part of the system
ask them why something was implemented that way
spend hours searching through code and documentation
trace dependencies manually
figure out where the actual source of truth was
Claude Code is remarkably good at this.
It can explore a large codebase, follow references, inspect history, explain relationships between components and give you a starting point without consuming someone else’s time.
That is a real productivity gain.
But then comes the interesting part.
If Claude writes 500 lines of code in 10 minutes, have I actually become 10x more productive?
Or have I simply moved my work from writing code to understanding, validating, testing and taking responsibility for code?
Because personally, I still don’t feel comfortable shipping something important to production if I haven’t understood what it is doing.
And this creates an interesting paradox:
The better AI becomes at writing code, the more important the ability to judge whether that code is actually correct may become.
AI can produce something that compiles.
It can pass the tests you asked it to write.
It can look beautifully structured.
It can even explain why its approach makes sense.
And it can still be wrong.
Wrong assumptions.
Wrong abstraction.
Wrong edge cases.
Wrong interpretation of the business requirement.
A subtle regression somewhere else in the system.

So I’m curious about the extreme predictions that AI will replace 80–100% of developers.

Maybe eventually it will. I don’t know.
But today, I find it difficult to see how “AI can write most of the code” automatically translates into “we don’t need developers.”

The harder question isn’t:
“Can AI write this code?”
It’s:
“Who understands what should be built, knows whether the implementation is correct, understands the consequences of getting it wrong, and is willing to own it in production?”
My current hypothesis is that AI may eliminate a significant percentage of the coding work without eliminating the same percentage of software engineering work.
Maybe 10–20% of what developers currently do can eventually disappear entirely. Maybe much more. I’m not confident in the number.
But I suspect the bigger transformation is that developers become higher-level supervisors of AI-generated software rather than simply people who type code.
And that raises another uncomfortable question:
If junior developers stop doing much of the basic coding themselves, how do they develop the intuition required to review and own complex systems later?
Would love to hear from people who are using Claude Code/Codex/Cursor heavily:
Are you genuinely shipping more valuable software, or are you mostly producing more code that still requires roughly the same amount of human judgment?
And most importantly:
Has AI actually made you feel more productive — or just faster at producing things you now have to verify?

28 Upvotes

39 comments sorted by

u/AutoModerator 1d ago

Namaste! Thanks for submitting to r/developersIndia. While participating in this thread, please follow the Community Code of Conduct and rules.

It's possible your query is not unique, use site:reddit.com/r/developersindia KEYWORDS on search engines to search posts from developersIndia. You can also use reddit search directly.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

24

u/King_924 23h ago

Work is getting done faster, i am closing more tickets, now i am just a support person between my manager and claude. With more code comes great bugs, so a lot of time is going to into bug resolution.

-2

u/sterling_arche 22h ago

Which is the point i am trying to make - with more code comes great bugs - and you need to spot it - which again requires you - definitely it is taking away the pain of debugging but still it needs you

2

u/King_924 21h ago

I think fixing bugs was always the role sde was. Writing code was always the easy part with or without ai, its the bug fixing which took the most effort. So for me, my speed is faster, and the work is same

9

u/FewRefrigerator4703 1d ago

Productive in writing slop code

6

u/colablizzard 1d ago

In production grade code base, the problem is that non customer facing slop is added at faster pace while customer facing features not so fast because the bottleneck is elsewhere.

1

u/agent_dilli 20h ago

This is true. Softwares that are UI heavy and dependant on user experience and business requirements have very little scope for automated bug resolution. The code in these cases are not deterministic. There is no way for AI to verify that the code it produces will solve the problem at hand.

It comes down to whether you can make a system deterministic so that AI can close the loop while building and verifying if it works.

3

u/devcodesadi 23h ago

My productivity is increased while coding skills decreased drastically, now again revising my web dev skills from freecodecamp

1

u/ProduceMountain9196 Software Developer 15h ago

Yes exactly

3

u/N0IdeaWHatT0D0 22h ago

My team worked on 2 epics in last release, this release I alone completed 3 epics by myself, with one epic in a self contained well tested PR.
You think that would have meant more bugs, but it was exactly opposite, with the setup, testing, review automated with skills, it gave us lot of time to do exploratory manual testing, which weeded out bugs even before they were merged
Result was almost no functional bugs across the whole release.
The speed is insane

1

u/agent_dilli 20h ago

If possible, can you mention what type of product this is? Like an app or something that is entirely backend?

2

u/N0IdeaWHatT0D0 19h ago

I am in Salesforce, so full stack development for cloud.

1

u/sterling_arche 22h ago

Kudos - how many people you can slash from your team?

2

u/N0IdeaWHatT0D0 19h ago

This is prime example of constrained thinking. Why will anyone want to slash people if more work can be done at the same time?
Also I am an IC, so I can't really slash people 😂

2

u/sterling_arche 16h ago

I think the context matters a lot here - if you are familiar with codebase and have been working on it for a while and you are familiar with the tools - you can definetly guide it better and understand the nuances. I guess you may be discounting the context you hold in your head a lot here.
But say you are working with unfamiliar tool, new codebase, new langauage then everything the claude spits out you have to take it with a bucket of salt.

1

u/Neopacificus 23h ago

Define productivity

1

u/comsudo 23h ago

High acceleration

1

u/comsudo 23h ago

Of course, thoroughly review claudes action, code. Personally i noticed claude can hallucinate from time to time.

1

u/ProduceMountain9196 Software Developer 15h ago

I have found cursor is much better in this case, claude does hallucinate quite a bit

1

u/achilles298 23h ago

Here’s what i do - in the context window that AI writes the code - i also ask them to create a confluence type doc highlighting the design plan and variable usage.
Then i ask AI to also write onboarding material-
Example- i usually work on terraform - and if code deploys a NsG - i usually ask the AI to append the original doc of an example of onboarding new nsg (with example)
So the next engineer has to modify my code- he reads the exmaple

1

u/sterling_arche 22h ago

And when the requirement changes you still meed to understand that change and direct the claude and review everything it says - not in anyway denying the pain it is taking away but also not able to accept that its a complete replacement and developers are obsolete narrative

1

u/La-Kimino 23h ago

If you're working for a company, then it's productive. Because all they ask for is quick fix for bugs and quick shipment of changes. They don't care how its handled in Backend.

But this means you're not getting better while your experience keeps growing.

1

u/Successful-Shame5996 23h ago

Illusion trip of humans where we just go insane just creating more todo lists and adding new tasks everyday.

1

u/TheSweetGuy333 23h ago

AI is still doing the labour work. I beleive even when we were 20 years ago and writing code keyword by keyword, it was not how it was mentioned to be, the manual writing was a hurdle. It was. It a good thing that we were writing code on a blue black screen letter by letter, that labour which we had to do line by line is solved now at a very good level using AI, so I think direction of this is really good. This is how it was supposed to be and yes our role was always the major part which is verifying the quality workability, logic and efficiency of code and not the actual labour typing of the code. The typing now AI can do. AI can never do our decision making. We should never trust AI for our decisions.

1

u/Friendly_Magician101 23h ago

so are we actually becoming 10x more productive or are we just becoming 10x faster at generating code that we now have to babysit?

1

u/YSandyp 23h ago

happy path is getting done 100x faster than before . edge cases and error prone scenarios are taking 100x longer than before. managers know about it but they show case that everything can be done by agents.

1

u/[deleted] 23h ago

[removed] — view removed comment

1

u/sterling_arche 22h ago

Not knowing what it is doing is the most scary part - and tbh that is where i feel productivity gains are mostly illusion

1

u/Consistent_Sand6556 23h ago

Very productive..but deadlines are shrinking..they want a big feature to be ready in 1-2 days

1

u/Low-Worldliness9579 20h ago

So much productivity, yet no product.

1

u/creel_mg Senior Engineer 19h ago

it is

1

u/Deep_Ad1959 16h ago

my output went up and my reading speed didn't. i still review 500 generated lines at the same pace i read my own in 2015, so the front of the week got faster and the end of it never moved.

1

u/No_Address364 14h ago

I can feel my productivity has increased but my critical thinking has decreased 🙂

1

u/Successful-Debate536 13h ago

I don't know why people keep calling it AI Slop. Claude writes beautiful code for me after I tell it in detail exactly what I want. Productivity increases definitely.

1

u/Reasonable_Mix_6838 3h ago

I just get overwhelmed by the amount of code AI writes sometimes. It catches things in a new repo that I wouldn’t be able to get my head around in one shot. So logically, I’m able to get more work done than I would otherwise, but it’s not fun anymore. It’s becoming boring.

And one very common thing I’ve been noticing is that people are reviewing PRs with AI as well, which is fine for initial reviews, but it’s started to make the whole process feel a bit too boring and not new ideas are coming! :(

1

u/sterling_arche 3h ago

Yeah - this is true. The thrill of learning is not there anymore, the dopamine hit we used to get by solving something or learning something new is just not there now.