Sjors Provoost's avatar
Sjors Provoost
sjors@sprovoost.nl
npub1v25j...exw3
https://github.com/sjors/ Book: https://www.btcwip.com Podcast: https://bitcoinexplainedpodcast.com/@nado/episodes
The title really undersells it, tl&dr: - "thinking" text is useful for humans to analyze what a model is up to (I often find it more useful than the final burst of slop) - this text is fed back through the model, which helps it with the next step (they give a nice example) - but text is a lossy projection of the last tokens, what if you skip it? - it's more efficient, great, but now you can't see what it's about to do until it does it - ok, so force it to write "thoughts" e.g. once every 10 rounds - turns out if you skip too many rounds, it can intentionally trick you with fake thoughts I suspect there's actually a simple solution: convert these skipped rounds to text anyway, just don't feed them back into the model. (via @m0wer)
I agree with Mark Karpelès. You heard it here first. > The mentioned government agency has not been identified and other financial institutions or cryptocurrency exchanges could have been misled into disclosing their customer details through the same channel. I believe it is important for Revolut to urgently disclose information about the agency in question (most importantly, which was the email address used), or for the agency itself to come out about this case. In addition there should be an investigation into criminal negligence in that government agency. But naming and shaming is a good start. It doesn't absolve Revolut one inch of course. They committed the KYC and they leaked the data. Customer blood is on their hands.
"KYC is Kill Your Customer" (ok, @FRANCIS - BULLBITCOIN.COM said Citizen) > Revolut received a request for information disguised as a legitimate government agency request. > identity documents, facial verification selfies, IBANs, and complete transaction histories, including Bitcoin, left Revolut’s hands (ht @Patrick van der Meijde)
Sjors Provoost's avatar
Sjors Provoost 23 hours ago
While hackers use AI to plunder databases faster than ever, governments think it's a great idea to create even bigger data honeypots - secured by the lowest bidder. And then give hackers a decade.
I'm a bit concerned what these clankers are going to do when they run out of crypto projects to attack.
I had my clanker implement the Liquid inflation attack as a Python functional test, and then explain it to me with some diagrams. A functional test is a good way to catch hallucinations in the attack scenario. When responsibly disclosed, it also gives maintainers a way to quickly assess if they want to read your slop. This is safe to publish because the attack involves transactions that are consensus invalid for both old nodes and future fixed nodes. No blocks are mined currently, so new attacks won't get mined. Even if they did, they'd get reorged along with the attack block once operations resume.