shader fine-tuning modal

concept · updated Jul 13, 2026

person concept tool org talk claim — click a node to jump to its page; hover an arrow for the relation

A shader fine-tuning modal is a small, purpose-built UI tool constructed on-demand to expose and adjust the parameters of a specific visual effect — in this case, a dithering shader — allowing the creator to interactively dial in the exact feel they want before discarding the tool entirely.

Description and Usage

YC's Head of Design describes building this modal as a practical technique when working with coding agents: rather than repeatedly prompting an AI to tweak individual shader parameters, they constructed a dedicated interface that surfaced all the relevant controls at once, enabling rapid, hands-on fine-tuning of the dithering effect's appearance. 5:24

Broader Principle: Disposable Single-Use Tools

The shader fine-tuning modal is presented as an instance of a broader design workflow muscle — the habit of spinning up a small custom tool for a specific task and then throwing it away once the task is complete. The speaker frames this as a key skill to develop when working with coding agents: "Building this muscle of oh yeah I can just like build a model for myself and then tweak everything and then when I'm done with it I discard it." 6:21

This philosophy treats bespoke micro-tools as ephemeral scaffolding rather than persistent software, lowering the cost of building them by accepting from the outset that they will be discarded. The low overhead of coding agents makes this pattern practical in a way it would not be if the tools had to be hand-coded.