AI companies often keep training code, serving, and evals together because they share types and schemas. The cost is tooling, CI time, and access control. Polyrepos hurt when a prompt schema change has to land in five places.
Multiple projects in one git repository so you can change shared code in a single commit.
AI companies often keep training code, serving, and evals together because they share types and schemas. The cost is tooling, CI time, and access control. Polyrepos hurt when a prompt schema change has to land in five places.