• 0 Posts
  • 119 Comments
Joined 2 years ago
cake
Cake day: September 24th, 2023

help-circle
  • I don’t think this is a very interesting article. We already know AI suggests nonsense a lot of the time. That in no way demonstrates that it is net-negative. In my experience it’s a net positive even accounting for the times it gets things wrong.

    Yes you do have to review its code closely. News at 10.

    It is kind of funny that they picked an example where it made an obvious mistake for their hero image though.




  • I agree. I think it’s driven by fear. I get it. I’m slightly afraid I won’t have a job in 10 years (or at least a much worse paying one)…

    I’m still a much better programmer than AI today. But I don’t cope with the fear by deluding myself into thinking that AI is useless and will stay useless.

    The feels a lot like portrait painters saying that photography will never amount to anything because it’s blurry and black and white.







  • Unless you’re never doing new development you can’t automate them. The kinds of tasks I’ve used this for:

    • Making an HTML visualisation of some complex function inputs. One-off project. I could totally do this but it would take me way longer.
    • Formatting a complex and very long SystemVerilog file. There aren’t any existing SystemVerilog formatters (and certainly none that would handle the insane level of ifdefs in this file).
    • Writing a script to delete all Git branches at a particular commit. I only used this once.
    • Writing an Asciidoctor custom annotation. I don’t know Ruby so…

    You can’t automate any of those.