Why LLMs Can't Write Q/Kdb+: Writing Code Right-to-Left
Why LLMs Can’t Write q/kdb+: Writing code Right-to-Left gabiteodoru 7 min read · 1 day ago 1 day ago -- Listen Share In my previous post I showed how LLMs struggle with coding in q/kdb+; having immediate feedback loops using the q-MCP server does help a bit, but could we do better? Diving deep, a first problem becomes obvious: evaluation order! Claude incorrectly wrote 0.5*y+x%2*y for the Newton’s Method update. The expression would be correct, except for missing some parantheses. But which one