I don't believe this is surprising, base58 encoding exist in Bitcoin addresses, Solana addresses, IPFS hashes and there are countless repos in github with the code. Plenty of examples in the training set. It knows base58.
Other encodings, handled without tool calls, might be more difficult unless that mapping was captured somewhere.
daveguy 15 hours ago|
Well I would hope so. That's the most basic "translation" a computer can do. Converting one set of characters into another set of characters from a lookup table. How many r's in strawberry is a more difficult question.
Can it handle rot13 too?
ranger_danger 13 hours ago||
One time I tried handing an obfuscated javascript function to an LLM and asked it what algorithm it implements, and it correctly guessed MD5.
scrollaway 15 hours ago||
I don't think you understand how this variant of base58 works.