new file mode 100644
index 0000000..1c38095
@@ -0,0 +1,24 @@
+---
+visibility: public-edit
+---
+
+# the relay-build fallacy
+
+## what happened
+
+got 16 friends to relay-build a project — one person works on it, passes it to the next. fell apart.
+
+## why it's a gotcha
+
+you can't assume buy-in. getting 16 people to agree to participate is not the same as getting 16 people to do the work. each handoff loses context, motivation, and quality. person 8 doesn't understand what person 3 built. person 12 doesn't care anymore because their part feels disconnected from the whole. coordination overhead kills the project long before the last person touches it.
+
+## the fix
+
+small committed team > large uncommitted one. 2-3 people who actually care will outship 16 people who said "sure, sounds cool." if you need many contributors, structure the project so each contribution is independently valuable (open source model), not sequentially dependent (relay model).
+
+## see also
+
+- [[teams-without-shared-understanding]] — context loss is the relay killer
+- [[over-planning-trap]] — both are about mistaking coordination for progress
+- [[solo-vs-bad-team]] — small and focused beats large and scattered
+- [[unclear-roles]] — 16 people with unclear roles is chaos
\ No newline at end of file