Show HN: I Derived a Pancake
- Food
- Developer Tools
- AI
- Open Source
The post is a pancake recipe generator wrapped in a long explainer about pancake chemistry. You tick ingredients you have like kefir, yogurt, ricotta, lemon, or cream of tartar, and it computes a recipe that targets acidity, fat, sweetness, salt, and carbon dioxide production. The author also says the math lives in a small pure ESM library with ingredient composition data, stoichiometry, and a solver. The core appeal for readers was obvious. This takes a familiar “cooking for engineers” instinct and turns it into a configurable tool instead of a fixed recipe. People immediately asked for adjacent modes like Swedish pancakes, gluten free flour, dairy free and egg free substitutions, calories, and a time-to-pancake control. The author kept shipping in the comments, adding fast mode, non-dairy options, plain yogurt, and labneh support, which made the project feel real rather than just a static essay.
The interesting part is not pancakes. It is the recipe engine pattern: constraint-based generators for food, formulas, and other configurable domains are compelling when they expose assumptions and adapt to available inputs. If you use LLMs to package that work, expect people to audit your citations and judge the whole project on whether the generated prose is actually grounded.
- absurdlyoptimized.com
- Discuss on HN