Writing
RSS feedAugust 7th, 2026 - I will rewrite all of the below blog posts, especially the AI generated ones. I miss having intentional structure in my writing that conveys my thoughts. Instead of speeding up to stay pace with how fast the industry moves, I want to slow down and be more thoughtful. Not necessarily in my consumption, but in outlining my trains of thought and formulating my opinion. I believe this exercise will beneficial for my future and allow for me to let my personality shine, so thank you for the patience.
Pinned
-
8 min read
An application of self-improving harnesses to limit order placement.
#design , #finance , #investment , #agent , #meta
-
5 min read
A breakdown of an RL environment I designed after misreading a take-home assignment. The design is built around my reverse-enginering background and I liked it enough to write it up here.
-
8 min read
A debugging story about special tokens, GRPO, and the skip_special_tokens flags scattered across your RL stack. When your SFT'd model nails the format in eval, then falls apart the moment it enters the GRPO rollout.
#rl , #post-training , #grpo , #tokenizers , #ai-assisted
Writing in 2026
-
8 min read
An application of self-improving harnesses to limit order placement.
#design , #finance , #investment , #agent , #meta
-
5 min read
A breakdown of an RL environment I designed after misreading a take-home assignment. The design is built around my reverse-enginering background and I liked it enough to write it up here.
-
6 min read
A LoRA debugging story about four embeddings that never got to learn anything. If you add tokens and freeze the base model, their embedding and LM-head rows still need to train.
#post-training , #sft , #lora , #tokenizers , #ai-assisted
-
9 min read
Reading GPU telemetry on a colocated GRPO run: periodic utilization dips, memory-access spikes, and a bottleneck story of mine that didn't survive contact with the code.
#rl , #post-training , #grpo , #vllm , #ai-assisted
-
8 min read
A debugging story about special tokens, GRPO, and the skip_special_tokens flags scattered across your RL stack. When your SFT'd model nails the format in eval, then falls apart the moment it enters the GRPO rollout.
#rl , #post-training , #grpo , #tokenizers , #ai-assisted
-
8 min read
When your rewards look fine, but the loss is zero. A debugging story about vLLM, tokenizers, and importance-sampling ratios.
#rl , #post-training , #grpo , #vllm , #ai-assisted