This week’s EAP builds of all IntelliJ-based IDEs and .NET tools include a major new feature: AI Assistant. This blog post focuses on our IntelliJ-based IDEs with a dedicated .NET Tools post coming so

  • alejandro@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 year ago

    The most success I’ve had with AI assisted programming was when I found myself having to work with HTML in Python for the first time, and I used ChatGPT to generate sample code for specific things I wanted to do with lxml. It was much, much faster than reading through the crappy docs to properly learn the API.

    Unfortunately, I haven’t been able to replicate that success with other projects. Unless it’s some low hanging fruit/popular library like lxml, ChatGPT tends to hallucinate APIs that don’t exist.

    EDIT: also, I’ve tried using AI code generators that integrate into your IDE, but never found them to be that useful. Something like clangd is more consistently helpful, and actually guaranteed to be correct.