The Honest Truth From Someone Who Uses AI Every Day
As the founder of a software company that builds products for fintech, real estate, and NGOs, I am going to be direct with you. I have been using AI tools — Claude, ChatGPT, GitHub Copilot — every single day for the past several months. Not experimenting. Not testing. Actually building production software with them. Code generation, content drafting, data analysis, debugging, research. AI is part of how my team and I work now.
And yet, we just made two new hires last month. We are interviewing for three more roles this quarter.
That probably confuses people who have been reading headlines about how AI is going to replace every developer in India by next year. The IT layoff news from companies like Infosys, Wipro, and Cognizant has made things worse — people genuinely believe that if you write code for a living, your days are numbered.
I do not think that is true. But I also do not think AI is a toy. The reality is more interesting than either narrative, and after months of hands-on experience, I want to share what I have actually seen.
AI makes good developers faster. It does not make bad decisions better. The bottleneck in software development was never typing speed — it was thinking clearly about the right problem.
What AI Actually Does Well
I am not going to pretend AI is useless just to make developers feel safe. It is genuinely powerful for specific tasks, and we use it heavily:
Code Generation for Known Patterns
Last week, I needed to build an admin CRUD interface for a new module. With Claude, what would have taken me half a day was done in under an hour — routes, form templates, database queries, validation. The pattern was well-known, and AI executed it flawlessly.
CRUD operations, REST API endpoints, form validations, database queries, unit tests for straightforward functions — AI handles these faster than any developer can type. Tasks that used to take 30 minutes now take 3.
Research and Analysis
Understanding a new API, exploring a library, summarizing documentation, comparing approaches — AI compresses hours of reading into minutes. When we were evaluating a data pipeline tool for a client's analytics project recently, ChatGPT helped us compare five options in 20 minutes. That research would have taken a full day.
Content and Documentation
First drafts of documentation, technical writing, admin panel help text, email templates — AI produces solid starting points that we then refine. The key word is "starting points." I have never shipped AI-generated content without human editing. Not once.
Debugging and Problem Solving
Paste an error message, describe the behavior, and AI often identifies the issue faster than searching Stack Overflow. It sees patterns across millions of codebases. For known problems with known solutions, it is remarkably effective.
What AI Cannot Do — And This Is Where It Matters
Here is what I have learned the hard way. These are not theoretical limitations. These are things that broke, failed, or wasted time because we tried to let AI handle them.
It Cannot Understand Your Business
AI does not know that your NBFC client needs RBI-compliant audit trails. It does not know that your real estate CRM must handle the specific way Indian brokers split commissions across sub-brokers. It does not know that your NGO needs FCRA reporting in a format that the Ministry of Home Affairs will actually accept.
I will give you a real example. We were building a compliance module for a fintech client. I asked Claude to generate the reporting logic. It produced clean, well-structured code — that was completely wrong for Indian regulatory requirements. The RBI reporting format has specific quirks that are not documented anywhere AI can learn from. Our developer who had spent two years working in fintech caught it in five minutes. AI would have shipped it to production.
Domain knowledge is the single most valuable thing a development team brings. AI has zero domain knowledge about your specific business.
It Cannot Make Architecture Decisions
Should this be a monolith or microservices? Should we use PostgreSQL or MongoDB? Should this workflow be synchronous or event-driven? How should we handle multi-tenancy — shared database with tenant IDs or separate schemas?
These decisions depend on understanding the business context, the scale expectations, the team capabilities, the compliance requirements, and a dozen other factors that AI cannot weigh. AI can list the pros and cons. It cannot tell you which one is right for your situation.
It Cannot Talk to Your Stakeholders
The hardest part of software development is not writing code. It is understanding what to build. That requires conversations — messy, ambiguous, sometimes frustrating conversations with founders, product managers, end users, and domain experts who do not think in technical terms.
Just last month, we were in a call with a client who kept asking for a "dashboard." After 45 minutes of conversation, we realized what they actually needed was an alert system — not a dashboard at all. No AI in the world could have extracted that from the original requirement.
It Cannot Guarantee Quality
AI-generated code looks correct. It often is correct. But "often" is not good enough for production software handling real money, real data, or real compliance obligations.
We have caught AI-generated code with subtle security vulnerabilities, race conditions, and logic errors that would have passed basic testing but failed under real-world conditions. Every line of AI-generated code needs human review. Every single line.
The riskiest situation is when AI-generated code is 95% correct. It passes code review because it looks right. It passes tests because the tests were also generated by AI and share the same blind spots. The bug only shows up in production, three months later, when a specific edge case triggers it. I have seen this happen.
The Indian IT Context — Why the Fear Is Misplaced
The layoffs at large Indian IT companies are real. But they are not happening because AI replaced developers. They are happening because these companies built their business model on billing for bodies — putting warm seats in front of computers to do repetitive, low-complexity work. That model was already dying before AI accelerated it.
The developers who are at risk are not the ones building products. They are the ones doing work that was already commoditized — manual testing, basic maintenance, copy-paste integrations, and the kind of "IT services" that never required deep thinking in the first place.
If you are a developer who understands a domain, who can talk to stakeholders, who can make architectural decisions, who can look at AI-generated code and spot what is wrong — you are more valuable today than you were two years ago. Not less.
The Indian startup ecosystem needs more of these people, not fewer. Every founder I talk to is struggling to find developers who understand their industry. AI did not solve that problem. It made it more obvious.
The Real Risk Is Skipping the Human Layer
The real risk is not AI replacing developers. It is companies thinking they can skip the human layer entirely. We are already seeing it. Startups that "built their MVP with AI" come to us because:
- The codebase is a tangled mess that no human architect reviewed
- The security model has gaps that AI did not flag
- The architecture does not scale because nobody thought about scale
- The product does not fit the industry because nobody talked to actual users
- The compliance layer is missing because AI does not understand Indian regulations
Rebuilding is always more expensive than building right. The money you saved by skipping a real team gets spent twice when you hire one to fix everything.
What Actually Works — AI-Augmented Teams
The winning model is not "AI instead of developers." It is "developers armed with AI who are now 2 to 3 times more productive."
Here is the workflow that actually holds up in production — and why the order of the steps is the part most teams get wrong:
What This Means If You Are Planning a Software Project
If someone tells you that AI can build your entire product without a real development team, they are either selling you something or they have never shipped production software.
If someone tells you that AI is useless and changes nothing, they have not been paying attention.
The truth is in the middle, and it is actually good news:
- Projects get built faster — AI-augmented teams deliver in weeks what used to take months
- Cost per feature drops — developers spend less time on boilerplate, more time on your business logic
- Quality stays high — because humans still make every decision that matters
- Domain expertise becomes even more valuable — when code is cheap to write, knowing what to write becomes the real differentiator
The companies that will win are the ones that combine AI tools with teams that deeply understand their industry. Not one or the other. Both.
If you want to see what teams are actually building with AI right now — from chatbots to autonomous workflows — read the companion piece: AI Agents in 2026: What Businesses Are Actually Building — From Chatbots to Autonomous Workflows.
If the next step is sizing the project — understanding what custom software really costs by scope, team structure, and engagement model — read the companion piece: How Much Does Custom Software Development Cost in 2026?
And if the bigger decision is picking the right development partner — one that uses AI well but does not substitute it for judgment — read the companion piece: Why Most Founders Pick the Wrong SaaS Development Company — The 2026 Buyer's Guide.
AI makes good developers faster. It does not make bad decisions better. Your next project does not need less human involvement. It needs the right humans, armed with better tools. That is the future of software development — not AI replacing people, but people becoming extraordinary with AI, and products getting shipped in weeks that used to take months.
At Entexis, we build software for businesses across fintech, real estate, NGOs, and more — combining AI tools for speed with deep domain expertise for judgment. If you are planning a project and want a team that understands both the AI layer and the human one, let us run you through a no-pressure discovery session. Start the conversation with Entexis.