|
|
|
|
|
by disgruntledphd2
696 days ago
|
|
> "Our team had a prototype written in the language, R, and wanted to convert this to our standard production tech stack, Golang and ReactJS." It's very hard for me to understand how this would work, unless the R code was very very simple. Like, R is mostly used for stats, and Go doesn't have all of the stats libraries, so what did the LLM generate? Maybe it was a pretty simple LoB app written in R (which would be pretty weird, even I as an R-head gave up on writing general purpose software in R some time ago) in which case it makes sense, or else the LLM generated lots and lots of boilerplate for matrix multiplication (I imagine any implementation of `model.matrix` would have been fun). Very very strange to me, at least. |
|
I often ask ChatGPT Code Interpreter to implement algorithm from scratch in Python where the library needed for that function isn't present in the Code Interpreter environment - things like haversine distances for example.