Skip to content

Archives

All the articles I've archived.

2026 19
July 4
  • From GRPO Outcome Rewards to Token-Level Advantage

    · 20 min read

    A practical framework for turning GRPO-style sequence rewards into token-level advantages, including GAE-style estimators, credit assignment routes, and multi-reward training design.

  • A Looped Transformer Router Shows Its First Replicated Gain

    · 10 min read

    A small-budget BPE language-model experiment where a sparse late-final-loop token-feedback router becomes the first route-looped Transformer candidate to beat matched fixed-loop baselines across several controlled checks.

  • Scaling RL for White-Collar Work: The Environment Foundry

    · 20 min read

    A practical framework for turning common white-collar workflows into RL environments: spreadsheets, CRM tasks, customer support, web research, dashboards, and other software-mediated work.

  • When a Looped Transformer Router Almost Works

    · 12 min read

    A controlled small-scale language-composition experiment comparing fixed and routed looped Transformers, showing why the first sequence-level router was competitive but collapsed toward a weak exit policy.

June 4
May 1
April 1
March 4
January 5
2025 6
December 2
September 2
May 1
April 1
  • A Path Towards Generative UI

    · 10 min read

    Exploring how LLMs can dynamically generate user interfaces that adapt in real time to user needs—the vision behind generative UI.

2023 1
August 1
  • How to Make LLM Inference Faster

    · 4 min read

    An overview of LLM inference optimization techniques including KV cache, FlashAttention, and memory management strategies.