Think and Save the World

How Maker Communities Share Iteration Logs and Build on Each Other

· 8 min read

The Epistemology of Making

Making is fundamentally an empirical practice. Unlike design, which operates primarily in representation — sketches, CAD models, specifications — making requires contact with materials, machines, and physical reality that resist prediction. Wood warps. Solder bridges. Plastic deforms under heat in ways that simulation does not capture. 3D prints fail for reasons that experienced makers can diagnose but beginners cannot anticipate. The knowledge required to make things reliably is therefore not primarily propositional — a set of facts to be memorized — but procedural and contextual: accumulated understanding of how materials behave under specific conditions, how machines respond to specific inputs, how to recognize and recover from specific failure modes.

This is why documentation matters so much in maker communities. The tacit knowledge that experienced makers carry — the feel of a properly tensioned belt on a 3D printer, the sound of a router bit that is about to fail, the visual cues that a solder joint is cold — is notoriously difficult to transfer through formal instruction alone. But the empirical record of what was tried and what happened is transferable, and it carries some of that tacit knowledge embedded within it. A maker who reads a detailed account of what went wrong with someone else's enclosure design, and sees photographs of the failure mode, has access to experience they did not personally accumulate.

This epistemological function — the transfer of experiential knowledge through documentation — is the core of what maker iteration logs accomplish. They are not simply instructions. They are compressed experience, available to anyone who encounters them.

Platform Architecture and Knowledge Accumulation

Different platforms in the maker ecosystem embody different theories of how iteration knowledge should be organized and shared, and those differences have significant consequences for how knowledge accumulates.

Instructables, founded in 2005 and now owned by Autodesk, is organized around the step-by-step project guide. A maker documents a project from conception through completion, typically with photographs at each step and a materials list. The strength of this format is clarity and replicability — a well-written Instructables guide provides enough information that a reasonably skilled maker can reproduce the project. The weakness is that it is optimized for finished projects, not for the iterative process that produced them. The failures and pivots that led to the final guide are often absent from the published version.

Hackaday takes a different approach, foregrounding hacks, modifications, and in-progress projects rather than finished guides. The Hackaday Prize incentivizes open-source hardware projects, and the project pages on Hackaday.io are explicitly designed to capture ongoing work, with log entries that function more like a blog than a finished guide. The failure documentation is more present here, partly because the format expects it and partly because the community rewards intellectual honesty about difficulty.

GitHub, originally designed for software version control, has been adopted extensively by the hardware maker community for managing project files, documentation, and collaborative development. The git model is particularly valuable because it preserves history: every change to a design file is recorded, along with a commit message explaining why the change was made. A GitHub repository for a hardware project is therefore not just the final design — it is the complete revision history, with notes explaining each iteration. This is iteration log documentation at an architectural level, embedded in the tooling itself.

Thingiverse, Printables, and similar 3D printing repositories occupy yet another position in the ecosystem. They are organized around shared files rather than documentation, but the comment sections and remix features create an iterative dynamic: makers who improve a design can publish a remixed version that links back to the original, creating a visible lineage of iteration. The "thing" on Thingiverse accumulates not just the original file but the community's collective experience with it — documented in comments, in remix versions, in the metadata that records how many times it has been downloaded and printed.

The Failure Log as Community Asset

The most undervalued element of maker documentation is the failure log — the record of what did not work and why. Professional and commercial documentation cultures actively suppress failure documentation. Product manuals do not record the design iterations that were rejected. Patent filings describe the working invention, not the failed approaches that led to it. Corporate R&D is treated as proprietary regardless of whether it succeeded. The result is that outside researchers and practitioners waste significant time and resources re-discovering what failed before, because no one documented it.

Maker communities have developed a different norm, partly by necessity and partly by philosophy. The open-source ethic that underlies much of maker culture treats knowledge suppression as a kind of social harm — depriving others of information that could help them wastes collective time and effort. Publishing failure documentation is therefore not an act of vulnerability or admission of incompetence; it is a contribution to the commons.

In practice, this means that a maker who documents five failed approaches before finding a working solution is contributing more than a maker who publishes only the working solution. The five failures are valuable because anyone who subsequently tries to solve the same problem can skip those five approaches. If the problem space has ten plausible approaches, and five of them have been publicly documented as failures, subsequent makers can focus their efforts on the remaining five. This is collective intelligence operating in real time.

The failure documentation also has a pedagogical function that cannot be replicated by success documentation alone. Understanding why something failed requires understanding something about the underlying physical or chemical principles — the thermal properties of the material that caused the failure, the mechanical tolerance that was too tight, the electrical load that exceeded the component's rating. A maker who reads and understands a failure log learns something about the domain that a maker who only reads a working guide does not.

Iteration as Social Practice in Makerspaces

Physical makerspaces — shared workshops equipped with tools and machinery — create opportunities for iteration sharing that digital platforms do not. When ten people are working in the same physical space, sharing the same machines, making projects in adjacent domains, informal knowledge transfer happens continuously and at a granularity that documentation rarely captures.

The experienced member who looks over a newcomer's shoulder and says "that belt tension is going to cause layer shifting" is transmitting a piece of operational knowledge that no Instructables guide fully conveys. The impromptu tutorial that happens when someone is seen struggling with a technique they have already mastered is the kind of peer teaching that transforms individual expertise into community capacity. The conversation over shared tools about which settings worked for which material on which machine is iterative refinement happening in real time.

Makerspaces that are intentional about this informal transfer create structures to support it. Machine log books posted at each tool record what members have discovered — which settings work, which materials to avoid, recent calibration history, failure modes to watch for. Informal mentorship programs pair new members with experienced ones. Regular "show and tell" events create space for members to share what they are working on and what they have learned, surfacing tacit knowledge in a form that others can absorb.

Some makerspaces have developed more formal knowledge management systems. Wiki pages documenting the quirks of specific machines, maintained collectively by the members who use them, are common. Shared digital fabrication files for jigs, fixtures, and templates that members have developed are stored in shared drives. Mailing lists or Slack channels dedicated to specific domains — electronics, woodworking, 3D printing — create asynchronous venues for technical questions that build a searchable knowledge base over time.

The social dynamics of these knowledge-sharing practices are not automatically healthy. Maker communities can be exclusionary, with experienced members who hoard knowledge rather than share it, or whose informal communication style is unwelcoming to people who are new to the domain or who do not share the dominant demographics. The norm of sharing is a norm, not a guarantee — it requires active maintenance and active attention to who is and is not included in the informal knowledge networks.

Building On Each Other: The Remix Economy

The most economically and technically significant dimension of maker iteration culture is the remix — the practice of taking a published design and modifying it for a different application, different materials, different scale, or improved performance. Remixing is the physical-world analog of the software fork, and it is the mechanism by which maker community knowledge compounds most powerfully.

A remix is not derivative in the pejorative sense. A remix typically involves substantial creative and technical work: adapting a design to a different context requires understanding both the original design and the new context deeply enough to make intelligent modifications. The remixer builds on the original designer's work not by copying it unchanged but by extending it — taking it further, in a direction the original designer may not have anticipated or intended.

The documentation norm in remix culture requires attribution and backward linkage. When you remix someone's design, you acknowledge the original, you link to it, and ideally you communicate with the original designer to share what you learned. This creates an iterative conversation across time: the original designer's work is extended by a remixer, the remixer's extension is extended by another, and each link in the chain builds on the accumulated knowledge of those before it. The genealogy is visible and navigable, which means anyone who encounters a late-generation remix can trace back to its origins and understand the evolutionary logic.

This is not how most innovation is imagined in commercial culture, which prefers the myth of the lone inventor who creates ex nihilo. The maker community has had to develop its own intellectual property norms — primarily Creative Commons licensing variants — because existing intellectual property law was not designed for a culture of open sharing and remixing. Those norms are imperfect and contested, but they represent a genuine attempt to create a legal framework for a different theory of how knowledge should flow.

The Long-Term Compound Return

The compounding effect of iteration log sharing is most visible over long time horizons. A community of makers that has been actively documenting and sharing iterations for ten years has accumulated a knowledge base that is qualitatively different from what any individual practitioner could hold. Specific problems that were hard in 2014 have been solved in multiple ways, and those solutions are documented, rated by the people who tried them, and refined through subsequent iterations. New practitioners entering the community inherit that accumulated knowledge and can begin at a more advanced level than their predecessors.

This is how open-source software development has produced infrastructure that underlies a substantial fraction of the global digital economy — Linux, Apache, Python, PostgreSQL — built by communities of practitioners who shared their work, accepted improvements, and built iteratively on each other's contributions over decades. The maker community is applying the same model to physical objects and physical processes, at a scale and pace that is still accelerating.

The implication for Law 5 is direct: revision, at the community scale, requires infrastructure for sharing what was learned. Iteration logs are that infrastructure for maker communities. The practice of making them, posting them, and building on them is not incidental to making culture — it is the practice that transforms individual making into collective learning, and individual projects into community knowledge. Without the iteration log, each maker starts from scratch. With it, each maker starts from the accumulated wisdom of everyone who made something like this before.

Cite this:

Comments

·

Sign in to join the conversation.

Be the first to share how this landed.