Is it better to build different parts of a project separately and then connect them together through cross-collaboration, or is it better to build one complete end-to-end system from scratch?
For example, if you were building an image generation or creative engine project, would it make more sense to have:
- one tool for concept creation,
- another tool for tracking and analytics,
- and another tool for the actual image generation,
all working together as separate systems?
Or is it better to build everything into one unified project from the beginning?