upvote
If I'm not mistaken Codex is free until April 2nd with the previous generous rate limits (while paying customers get 2x).
reply
Literally just find and replace
reply
find and replace is step 1 that generates all the compile errors I want it to loop through

I'm wanting to do it on an entire programming language made in rust: https://github.com/uiua-lang/uiua

Because there are no float32 array languages in existence today

reply
Why do you want a float32 array language? Anyway the free glm4.6 model that is opencode defaults to should be fine. Why pay for something to do this.
reply
I want to use an array language for Real-time 3D. Float32 is faster for real-time calculations and can map memory directly to the GPU since 3D graphics runtimes are limited to float32.
reply
Doesn't matter which one. All of them can do things like this now, given a good enough feedback loop. Which your problem has.
reply
All of them can do it but Codex has the least frustrating usage limits.
reply
When using it in VSCode? The browser system running its own container seems like it would be the most demanding on their resources. The stand-alone client is Mac-only but I don't know if it makes a difference.

My goal is to do it within the usage I get from a $20 monthly plan.

reply