https://futureofcoding.org/ logo
Title
w

William HS Angell

12/04/2022, 9:16 AM
Which programming languages will be easiest for (the current incarnation of transformer-style) AI to work with? Python is verbose - it seems like you want something that makes the most use of the window size. APL? Whitney-style C?
k

Konrad Hinsen

12/04/2022, 1:28 PM
d

Duncan Cragg

12/04/2022, 4:09 PM
Not sure exactly what Triton is or does relative to your question, but it's here on OpenAI's GitHub: https://github.com/openai/triton
a

alltom

12/07/2022, 7:21 PM
FWIW, window size keeps becoming less of an issue. Windows get bigger, while techniques like summarization and step-by-step planning make the effective size even larger. And they’re great for this because they keep the model grounded, something that these models generally struggle with.