# Axolotl Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/axolotl
> Markdown URL: https://aitinkerers.org/technologies/axolotl.md
> Technology record last updated: 2026-02-25T10:19:44Z
> Generated: 2026-09-20T23:49:26Z

Axolotl (now Signal Protocol) is the open-source cryptographic protocol providing end-to-end encryption, perfect forward secrecy, and post-compromise security for asynchronous messaging.

This protocol, originally named Axolotl by creators Trevor Perrin and Moxie Marlinspike (Open Whisper Systems), is the gold standard for secure communication. It combines the Double Ratchet Algorithm with the Extended Triple Diffie-Hellman (X3DH) key agreement: this design ensures new session keys are generated after every message, preventing retroactive decryption even if a long-term key is compromised. Deployed across major platforms like Signal, WhatsApp, and Google Messages, it secures the daily communications of billions of users (over a billion on WhatsApp alone), delivering confidentiality, integrity, and cryptographic deniability.

- Official technology site: https://signal.org/docs/
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Fine-tuning LLMs to generate dad jokes](https://berlin.aitinkerers.org/talks/rsvp_C-oPmXiOg7M)

If you've ever tried to ask ChatGPT to make a dad joke, you most probably know how flat and boring such jokes are. To make the world a better place we trained an experimental llama2/llama3/mistral LLM to generate a dad joke punchline to any prompt you give based on a vast collection of training data we found on Reddit.

- Event context: Ollama &amp; Friends coming to AI Tinkerers Berlin — 2024-07-18 — Berlin
- Public talk page: https://berlin.aitinkerers.org/talks/rsvp_C-oPmXiOg7M

## Related Technologies

- [Llama-2](https://aitinkerers.org/technologies/llama-2) ([Markdown](https://aitinkerers.org/technologies/llama-2.md)) — 227 public demos
- [Llama 3](https://aitinkerers.org/technologies/llama-3) ([Markdown](https://aitinkerers.org/technologies/llama-3.md)) — 38 public demos
- [Mistral](https://aitinkerers.org/technologies/mistral) ([Markdown](https://aitinkerers.org/technologies/mistral.md)) — 24 public demos
- [QLoRA](https://aitinkerers.org/technologies/qlora) ([Markdown](https://aitinkerers.org/technologies/qlora.md)) — 4 public demos
