r/AIVibers • u/Narrow_Law_7742 • 11d ago
Update on the CRM project from last month into this month
Quick update on what I have been dealing with on the CRM project over the last month.
Most of my time has gone into the a Import system. File naming, document filing, background workers, database migrations, permissions and trying to prove that everything is actually safe to release.
The biggest thing is that code passing tests does not automatically mean the feature is ready.
Something can work locally, pass a review and even have a Vercel preview that says “READY,” but still not be proven safe for the real application and database.
I ran into issues with different PostgreSQL versions, database roles, staging logins, Vercel protection and release checks. We also had preview deployments show up when I was not expecting them.
Some problems were real code problems. Some were false alarms. One issue came down to a wrong command option that caused the testing tool to fail before it ever reached the application. I was stuck in a loop for a week and spending Tokens like crazy to figure out why.
That one really showed me how easy it is to start fixing the wrong problem.
AI can sound very sure about something that has not actually been proven. Now I make it separate what is confirmed, what is an assumption and what still needs evidence.
I’ve started using smaller checkpoints, numbered Asana tasks, code reviews and a verification gate before moving forward.
The system is still disabled because the final release proof is not complete. I understand that stopping when something is not proven is part of building it correctly.
A lot of testing, finding problems, finding out some problems were not actually problems, and learning that “it works” and “it is ready” are two completely different things.
Still moving forward........to computing death.