'Collaborate' and 'Cloud Build'

Anyone knows if Collaborate includes or makes Cloud Build obsolete?

No, they’re different and separate services.

  • Collaborate is a version control/remote repository for sharing your project source with distributed teams.
  • Cloud build is for creating automated compiled builds of your project.

You can use either one without the other, or both together.