Tell HN: Proliferation of LLM-Generated Text (ssojet.com)

1 points by ekjhgkejhgk ↗ HN
I started finding these texts and they're clearly LLM generated.

I was looking how to sign using the ES256 algorithm in Julia, and found links like:

https://ssojet.com/jwt-validation/validate-jwt-using-es256-i...

https://compile7.org/jwt-validation/how-to-validate-jwt-usin...

At first it looks plausible. Except, there isn't a Julia library named `JWT`. It doesn't exist. There's one named `JWTs` and another one `JSONWebTokens`, and neither of them implements ES256.

I think what's happening is it knows how to answer this question in Python, and it's hallucinating a transalation. E.g. PyJWT -> JWT, etc.

This is garbage.

1 comment

[ 3.5 ms ] story [ 13.9 ms ] thread
Show HN is not for things you found on the Internet; and yes, many of us see things like this all the time.