Latest

Kumar Shivendu's blog

  • OpenAI's and Anthropic's chat APIs take text in and give text out, even though the model underneath samples token IDs at every step. There is precedent for token-ID input (OpenAI's legacy Completions prompt field, vLLM's prompt_token_ids), but no major hosted chat API exposes it end to end. This post analyzes the current input/output shapes and proposes a concrete, opt-in token-ID mode using the same string-or-array interface pattern from the token-native storage post.
    Published on
  • Agents read and write in tokens (BPE). But our DB engines are still designed for humans (UTF-8). Persist payloads as BPE token IDs with a static entropy coder and you get ~3.3× lossless compression, zero-cost persistence of LLM output, and a representation agents already speak.
    Published on
  • Search is everywhere and is one of the hardest problems in CS. Here's why I'm obsessed with it.
    Published on
  • Reflections on a year of growth, travel, and pursuing mastery
    Published on
Subscribe to the newsletter