TIME WAIT BLOG.
#Systems August 2, 2024 9 MIN READ

Mechanical Sympathy: Software for Silicon Reality

A practical playbook for recovering performance lost in modern abstraction stacks.

Mechanical Sympathy: Software for Silicon Reality

Performance is rarely magic; it is usually cache lines and branch prediction.

Cache Is the First Truth

Most latency comes from memory-access patterns, not algorithmic notation.

Concurrency Follows Data Shape

More threads amplify lock contention unless locality is fixed first.

/related_artifacts

The Ghost in the Latent Space
#AI_Interpretability Oct 24, 2024

The Ghost in the Latent Space

Using sparse autoencoders to map hidden concepts inside large language models.

read full log arrow_right_alt
Vector Embeddings: The New Universal Interface
#Databases Jun 28, 2024

Vector Embeddings: The New Universal Interface

Retrieval systems are shifting from relational lookups to semantic similarity.

read full log arrow_right_alt