| >It's far easier to do productive, useful things with AI if you just treat it as a tool, like a chainsaw or a pulley. I am seeing a lot of comments paraphrasing this, without pointing to anything. A lot of comments also say confidently and repetitively that AI is different from crypto. The best use case I have found so far for ChatGPT is...editing HN posts. [1] But after being mildly satisfied with it once, it seemed like too much bother to use it regularly. Like being a nobody and getting an autopen [2] to sign for you. But more than a month ago, there was a "Show HN" by someone who claimed that they had an AI-powered solution to writing SQL. [3] The tagline was literally Never write SQL again. That sure sounds like something that could replace real people's jobs, that could be spun into a multibillion dollar market cap. I tried it, made an attempt at a constructive comment without being negative, and there was not one response, from the submitter or anyone else. I could explain in scathing terms how useless it appeared, but anyone capable of understanding what writing code is could read between the lines, and nobody like that engaged, so I let it lie. What is a reasonable person to think about real applications? [1] https://news.ycombinator.com/item?id=35487015 [2] https://en.wikipedia.org/wiki/Autopen [3] https://news.ycombinator.com/item?id=35427229 |
I'm reminded of the Microsoft "make more robust" AI feature in VSCode. Their flagship example screenshot was flat out wrong.
The starting code is an html form with a clear bug. It has an onclick rather than onsubmit handler, which means pressing the enter key won't submit the form properly.
Their advertised fix doesn't address that issue. Instead it adds a CSS vendor prefix. First, manually adding vendor prefixes is almost never the right solution, just have one of the existing tools do that automatically. Second, this specific vendor prefix was only in use for a very short period of time years ago. So almost all users currently use browsers that don't need it, and almost all users of outdated browsers aren't helped by the prefixed version.
And this is a case where Microsoft would have had subject matter experts right down the hall from whomever wrote this announcement. It makes me even more skeptical of applications outside of tech.