// reading_list

Papers

> arxiv printouts & pdf rabbit holes_

PDF

Scaling Up Test-Time Compute with Latent Reasoning: A Recurrent Depth Approach

We explore an approach to scale up test-time compute by training a language model that can perform iterative inference via a recurrent block. Unlike chain-of-thought reasoning, this model reasons in latent space, without expanding the context window or producing interpretable intermediate steps. We train a large-scale instance of this architecture—a 3.5 billion parameter model trained on 800 billion tokens—and show that this model can trade computation for performance at test time in a nearly compute-optimal way, improving performance on reasoning tasks by iterating the recurrent block beyond the number of steps seen during training.

>> added 2026-06-24
PDF

Training Language Models to Reason Efficiently

Large reasoning models achieve strong performance by generating extended chain-of-thought (CoT) traces, but this comes at significant computational cost. Fine-tunes language models on reasoning traces that have been filtered and compressed to remove unnecessary thinking, via PRM-guided tree search and structured pruning.

>> added 2026-06-23
PDF

The Future of Software Engineering: Retreat Findings and Strategic Insights

A synthesis of key themes from a multi-day retreat of senior engineering practitioners on how AI is transforming software development — covering rigor migration, code review unbundling, cognitive debt, agent topologies, and more. February 2026, Thoughtworks. (Chatham House Rule.)

>> added 2026-05-24