top | item 46863397

(no title)

Graziano_M | 27 days ago

You must have not tried this with an LLM agent in the past few months.

discuss

order

ale|27 days ago

i tested sonnet 4.5 just last week on a zig codebase and it has to be instructed the std.ArrayList syntax every time.

rudedogg|27 days ago

I made a Zig agent skill yesterday if interested: https://github.com/rudedogg/zig-skills/

Claude getting the ArrayList API wrong every time was a major reason why

It’s AI generated but should help. I need to test and review it more (noticed it mentions async which isn’t in 0.15.x :| )

Graziano_M|26 days ago

Are you using an agent? It can quickly notice the issue and fix it. Obviously if it's trained on an older version it won't know the new APIs.