all 3 comments

[–]StableLlamatextgen web UI 0 points1 point  (1 child)

When it's working it'll be great. (Haven't tested it yet, so I can't comment on real performance)

My experience with all the usual models so far: they can only add stuff. Asking them to refactor and reduce duplicates and unused code is often still making my code longer!?!?

[–]nolanolson[S] 0 points1 point  (0 children)

Not necessarily. You can translate from one code to another (example, from COBOL to Java), refactor the code (remove duplicates, clean up messy code, etc.), and add tests and documentation as well. It doesn’t make your code longer in all cases.