The grid recipe: a 2004 idea the internet rediscovered in 2026
In June 2004, an engineer named Michael Chu published recipes on his siteCooking for Engineers in a format nobody had seen before: a hand-coded HTML table where ingredients run down the left edge and every operation is a merged cell to the right. Reading it feels like reading a Gantt chart — you see what combines with what,in which order, and where it all ends up, in a single glance.
For twenty-two years the food industry ignored it. Then, in the summer of 2026, a single post of a brownie recipe in this format went viral — millions of views, thousands of replies saying the same thing: "why aren't all recipes written like this?"
How to read one
Classic Cocoa Brownies
Butter and flour an 8x8-in pan
Preheat oven to 350°F (170°C)
| 4 oz (115 g) unsalted butter | melt | mix | mix | fold in | bake 350°F (170°C) 30 to 40 min |
|---|---|---|---|---|---|
| 1 cup (200 g) sugar | |||||
| 1/4 tsp. (2.5 mL) vanilla extract | |||||
| 1 shot (4 Tbs; 60 mL) fresh brewed espresso or very strong coffee | |||||
| 2 large (100 g) eggs | |||||
| 1/2 cup (80 g) all-purpose flour | |||||
| 1/3 cup (80 g) Hershey's cocoa powder | |||||
| 1/4 tsp. (1.3 g) baking soda | |||||
| 1/4 tsp. (1.5 g) table salt | |||||
- Full-width rows at the top are setup: preheat the oven, prep the pan.
- Each row on the left is an ingredient, with its amount.
- Follow a row to the right: the first cell it hits is what happens to it. Butter hits "melt"; flour runs all the way to "fold in".
- Cells that span several rows combine everything to their left. The rightmost cell is the finish line — here, the bake.
Why it works
A prose recipe makes you reconstruct the process in your head — scan the ingredient list, then jump back and forth to the numbered steps to figure out when each item enters. The grid does that reconstruction for you. Grouping is visible (wet vs dry is literally the table's shape), parallel work is visible (whip the cream while the chocolate melts), and nothing is buried under ads or a two-thousand-word story.
It's also honest. A recipe that looks complicated in the grid is complicated. A simple one fits in a postcard.
Make one yourself
GridRecipe is a free builder for exactly this format: type your ingredients, tap the rows that combine, name the step, done. Publish a share link or download an image — free. The original format lives on at Michael Chu'sCooking for Engineers, which we happily credit as the inspiration.
Open the builder