• dreamkeeper@literature.cafe
    link
    fedilink
    English
    arrow-up
    1
    ·
    21 hours ago

    We have ours configured with our coding standards, mcps, and we have a skill library.

    It still outputs code full of mistakes. Usually they’re minor mistakes, but not always.

    When we use it to fix defects, it usually fixes the problem, but not in a very robust way. It still needs a lot of supervision to output quality code. For example it will often spot fix defects instead of applying the principle of the code fix to other areas that also need it (i.e. we needed to normalize some data but it only did it in one place, because the ticket only mentioned that one place, however that data is used elsewhere as well)

    It’s a helpful tool for sure but it’s rare that I don’t need to make corrections