|
|
|
|
|
by willio58
4 days ago
|
|
> It's easy to build something for yourself that solves your own use case. You know how you work and what's important to you. Most of the effort in software goes into understand people other than you and building guardrails for them. Fully agreed. It's also just a time saver. People are lazy, and I don't mean that in a bad way, just that people don't really want to sit there and explain to an agent exactly what they want software to function like. In fact, most people don't even actually know what they want software to function like. It doesn't just stop at humans either. When I recently started creating my smart budgeting app, Claude pointed me to use Clerk for auth. So not even the AI wants to build everything from scratch. |
|
It took me an extra day of agent-prodding and code review.
And I still will have to add SSO and Google/whoever sign-in and passkeys and 2FA at some point.
Using Clerk would've avoided that, but at a permanent cost of one more dependency.