Yeah I’m in the same boat with it. I do keep trying, but so far it has been far from earth-shattering.
I’d love it if I could get it to write decent unit tests given a basic description of what I’m testing but I at least cannot get it to output anything useful for our codebase. It’s too unaware of the broader context of the code, what objects need to be instantiated from some other internal library and passed in, etc. It can do a decent job if all I have is a totally isolated function that doesn’t touch the rest of the codebase or use any domain objects, but that’s a rare enough case as to be essentially useless to me.