28d ago
Serious question.
Every new application starts with the same backend:
CRUD endpoints
Authentication
Database setup
Migrations
Validation
Documentation
How much of this should still be written by humans?
0
2
Curious what everyone thinks.
As AI agents become part of applications...
Should they connect directly to databases?
Or should everything still go through APIs?
Every new developer tool claims to be local first.
But most still require you to set up:
a database
an API
authentication
a cloud account
migrations
So I'm curious...