I want to share my experience using agentic AI tools in my development workflow over the past three weeks. I’m a senior developer with 10 years of experience working on an open-source social media platform.
My Setup
I was building a social platform similar to BlueSky using:
- React Native for mobile
- Next.js for web client
- Nest.js for API
- PostgreSQL for database
- S3 for file storage
With a newborn at home, my coding time was limited to late nights. I decided to try agentic AI to boost productivity.
My Rules
- Only use unlimited models - Agents iterate constantly and metered billing would be expensive
- Review everything - No blind acceptance of generated code
- Follow best practices - Use proper documentation and workflows
Week One - Amazing Results
The AI was incredible at first. It generated complete features with tests and everything compiled perfectly. I went from 20k lines of code (built over 2 months) to adding 12k more lines in just one week. The code looked clean and followed my style guide.
I was honestly scared that AI would replace developers soon.
Week Two - Reality Check
Things started falling apart. The AI began:
- Getting stuck in infinite loops
- Taking forever to admit failures
- Creating subtle code duplication
- Using correct naming but wrong functionality
- Struggling with the larger codebase context
I realized the codebase had lost its quality and attention to detail. Worse, I no longer trusted the code.
Current Approach
I’m now removing the AI-generated code and rebuilding features manually. I think AI works better for small, isolated tasks rather than entire features.
Has anyone else had similar experiences with agentic AI tools? Did I miss something or is this typical?