This is great. I swear I’ve tried to explain this exact point to people in a less well-developed way.
This is an actually interesting avenue we might be pursuing with language models if we weren’t setting our heads on fire trying to replace human labor.
I'm a confused about example 2. I don't know Q or Python, but the APL code seems iffy even if `,\\` is just a typo, as it doesn't even refer to the symbols; `(⍳3)ר` needs no `¨` unless you meant `∘ר`; `(3÷+/⍳3)×` is just `0.5×`; `{⍵/⍨100<+/⍵}¨` filtes the raw data instead of the symbols; etc.