|
|
|
|
|
by EGreg
34 days ago
|
|
Writing it myself would mean doing the research myself. How would I do that? ChatGPT can do it faster at scale. Then the summaries are short enough that cutting any particular part wouldn't make sense. I could re-word it, I guess. Why don't you write all your assembly code yourself? Why do you use a compiler? Why do you generate images, when you can draw them yourself? You're supposed to add value. I don't think preparing a list of all the threats, editing it and publishing it for others is a "waste". I'm not publishing random stuff, this is important and in line with what I want people to know. Some people on HN downvote any criticism of AI, other people complain that things are written by AI. If you're such big fans of AI being used more and more, then accept the consequences! |
|
The problem with LLMs outputting English is that they're very good at bullshit and it can be really hard to see through the nonsense. The output can be skewed by the model parameters and this can be really hard to spot.
The compiler analogy doesn't work: compilers are (mostly) deterministic and I can verify their output if I wanted to, just ask the compiler to output assembly.
With code generation I can also more or less instantly see if the code is correct or not, because code has less words than human language. The same would apply to images: it would take even less time to see if a generated image is correct or not. That said, I don't use AI for image generation, since I have no use for it.