I'm very curious to know how it got on with that.
I've had Claude Code write me a Forth for a custom CPU and then write applications on top of that. It get's there but unsurprisingly it's nowhere near as fluent in it as Python.
I think what I'm after is being able to put these in pipeline.
I.e. if I already have some data cleaning/normalisation, some dimensional reduction and then some fitting, being able to drop the Agent in place with an appropriate description and task.
Cleaning: Feed it a data frame and have it figure out what needs imputing etc.
The rest: Could either be separate tasks or one big task for the Agent..