Gnocchi Protocol

Humidity thresholds, starch ratios, and the silence before the boil.

01 // Origin Story

In Bethlehem, the winter air carries a specific weight. It presses against the windowpanes, holding the heat inside the kitchen. My nonna did not use scales. She used her palms. But we are building for the dome, where gravity shifts and humidity fluctuates. We must quantify the intuition.

This is not a metaphor for healing. This is a recipe for survival.

Close-up of hands shaping fresh gnocchi on a floured wooden board
Fig 1. The thumb pressure required to form the ridge. 0.5 N/cm².

02 // Material Specifications

Base Ingredient
Potato (Starch-rich)
Flour Ratio
1 cup per 500g mash
Ambient Humidity
< 45% RH
Cooling Time
18 mins (to 24°C)

Warning: Excess flour creates a bread-like density. The goal is cloud-lightness, a suspension that floats before sinking.

03 // Assembly Sequence

func form_gnocchi(mash, flour, egg) -> void:
    if mash.temp > 24°C:
        wait_until_cool()
    
    mix = mash + egg
    while mix.density > target:
        add_flour(g=5)
        knead(cycles=3)
    
    roll(log_diameter=cm_1.5)
    cut(segment_length=cm_1.2)
    
    for segment in segments:
        press_ridge(fork_teeth=1)
        apply_pressure(force=N_0.5)
        
    return bath.boil(water=L_5, salt=g_10)
            

04 // Sensory Verification

The process is complete when: