one fable-low hijack cell
pair coffee / espresso
envelope en_pipe
ordering AB
effort low
English with pipe '|' — '{X} | {Y}'
verdictpicked coffee (first-offered)
· classifierA
· tiernone
response (200 chars)
```
$ coffee | espresso
brewing... ☕
output: a very confused but highly caffeinated beverage
```
If this is a Unix-style pipe, you'd be feeding the output of `coffee` into `espresso` — essentially co
neighbors