For the studio potter, nothing stings more than a perfect piece ruined by a glaze flaw you can't replicate—or worse, can't eliminate. Your kiln has its own personality, and firing logs are often a mix of intuition and scribbled notes. What if you could turn those idiosyncrasies into a precise, repeatable science?
The Core Principle: Structured Data Defeats Randomness
The key to automation is shifting from descriptive anecdotes to structured, searchable data. Your notebook entry "bottom shelf under-fires" becomes a quantifiable data point: "Shelf Position: Bottom | Witness Cone: 9.5 | Target Cone: 10 | Temp Offset: +25°F." AI excels at finding patterns in this structured data, but it needs clean, consistent inputs to work its magic.
Your most important tool is a consistent Firing ID (e.g., 2024-09-15-Cone6-Sculpture). This single tag becomes the digital linchpin, connecting every related variable—the kiln used, the exact schedule, atmosphere observations, and the results on specific glaze recipes.
Mini-Scenario: You notice Glaze X is dull on the bottom shelf. By querying your data for all firings with that Glaze X and Shelf_Position: Bottom, an AI tool can correlate the result with a recorded Atmosphere note of "heavy reduction after Cone 08," suggesting a needed adjustment.
Implementation: Three High-Level Steps
- Digitize Your Logs: Create a simple database or spreadsheet. For each Firing ID, create
Top comments (0)