Tagged "LLM"

The Bicameral Model

May 11, 2026   |   17 min read   |   technical

Two frozen language models wired together through a small trainable interface on their hidden states, so they can share their thinking as it happens instead of trading text.

Semantic Similarity Using Sentence Transformers

Mar 25, 2023   |   15 min read   |   technical

Sentence transformers help us identify similar sentences based on their content, topic, and implicit meaning. In this post we compare BERT and all-mpnet-base-v2, a sentence transformer that is much better suited for producing sentence embeddings that can be compared using cosine similarity.