You missed the core of what I was saying: not vibe code a whole thing end to end (I agree, not sustainable), embrace the idea of having devs build the storage, parsers, schema, and security and let everyone vibe code the rest.
Like, let’s use a simple photos example: a photo file has metadata standards already embedded, but doesn’t store it’s edit history, event, or who’s in it. Immich already does a lot that’s great here with parsers and ML and if they changed focus to the data storage layer they could essentially boil down to a table for edit history, a table for events, a table for people, etc, the ability to store in SQLite or sidecars, and an API layer for people to hand to their AI.
Not only would it reduce the dev load, but then we could have an ever-expanding sphere of personal data ownership as Futo adds schemas/tables for video, audio, documents, and maybe everything else most people need to build their own UIs for specific uses or even “god view” UIs.