|
|
|
|
|
by knome
339 days ago
|
|
it varied. with the earlier models, generally more, trying to see if some apparition of mechanical understanding would eventually click into place. IIRC, none of the gpt3 models did well with forth-like syntax. gpt4 generally did okay with it but could still get itself confused. claude4opus doesn't seem to have any trouble with it at all, and is happy to pick up the structures contextually, without explicit documentation of any sort. another of my languages uses some parse transforming 'syntactic operators' that earlier models could never quite fully 'get', even with explanation. likely because at least one of them has no similar operator in popular languages. claude4opus, however, seems to infer them decently enough, and a single transform example is sufficient for it to generalize that understanding to the rest of the code it sees. so far, claude has proved to be quite an impressive set of weights. |
|