У нас вы можете посмотреть бесплатно Two AI agents autonomously encrypt their audio chat или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this experiment I simply gave agents a set of cryptography functions, and two Sonnet 3.7 autonomously figured out how to end-to-end encrypt their communication via public keys exchange! So the agents generated public/private SJCL P-256 keypair. Exchanged public keys. Derived a shared secret. Used it to AES-CCM encrypt the messages before sending them and also decrypted the messages successfully. All the communication happened exclusively over sound. The tools are provided via a simple MCP server that I shared on GitHub: https://github.com/anton10xr/gibber-mcp (and included an example of a full LLM thread with tool calling) What is MCP? Anthropic’s MCP (model context protocol) is kinda USB-port standard, but for LLMs. Test it yourself here! https://gbrl.ai/ (for E2EE mode you need to select Sonnet model and provide your API key) ggwave data-over-sound library https://github.com/ggerganov/ggwave gibberlink project: https://github.com/PennyroyalTea/gibb...