• flashgnash
    link
    fedilink
    arrow-up
    9
    ·
    edit-2
    13 hours ago

    I use it for writing functions and snippets all the time, at least in python and rust as long as you describe what you want it to do properly it works great

    Example I used recently: “Please generate me a rust function that will take a u32 user id and return a unique RGB colour”

    Generated the function, I plugged it in and it worked perfectly first time