I have a large C# application. In this application I have a functionality to convert some group of settings into a tree model (a list of commands to generate this tree). There are a lot of weird settings and special cases.
I asked claude to extract this logic into a separate python module.
It succesfully one-shot that, and I would estimate it as 2 days work for me (and I wrote the original C# code).
This is probabaly the best possible kind of task for the coding agents, given that it's very well defined task with already existing testcases.
I have a large C# application. In this application I have a functionality to convert some group of settings into a tree model (a list of commands to generate this tree). There are a lot of weird settings and special cases.
I asked claude to extract this logic into a separate python module.
It succesfully one-shot that, and I would estimate it as 2 days work for me (and I wrote the original C# code).
This is probabaly the best possible kind of task for the coding agents, given that it's very well defined task with already existing testcases.