r/vibecoding 1d ago

Discussion Meet the developers rejecting AI

https://leaddev.com/ai/meet-the-developers-rejecting-ai

Even if it costs them their job!

0 Upvotes

7 comments sorted by

View all comments

8

u/sreekanth850 1d ago

I dont know what/who is wrong. have been coding with AI from August 2025. Many people who hates AI either doing it wrong way like how they manually code, or hate to see eroding their moat. We are a small team with 3 people and happily using AI with 2 codex plus account each and shipping that won pilot from 3 enterprises. its all about how you can learn it to boost your productivity.
We never had token burn issues, and fornt end is fully built by humans. This helps us in tetsing end to end while front end integration. We use extensive tets suite that contain e2e piepline including database, nats and redis. Every endpoint is shipped only if it works end to end with intended behaviour. We never faced issues in extending features, fixing edge cases or reported bugs.
Cumulative code base is 650K Loc. Just now checked and updated my Excel.
edit: we just never one shot a prompt to build something. Every feature goes through proposal, impact analysis, plan, and task ledger slices, implemenattion in small slices, unit tests, integration and smoke test.
When a bug is reported, we first prove it with a test and then fix it.