Posts
All the articles I've posted.
-
User Interest Modeling with Transformer Architectures
· 4 min readExploring position embeddings, architecture choices, and training techniques for Transformer-based recommender systems.
-
UI Representation and Action Execution for Generative UI
· 3 min readExploring structured UI representation using JSON Schema, and how to implement action handlers for generative UI systems.
-
A Path Towards Generative UI
· 10 min readExploring how LLMs can dynamically generate user interfaces that adapt in real time to user needs—the vision behind generative UI.
-
How to Make LLM Inference Faster
· 4 min readAn overview of LLM inference optimization techniques including KV cache, FlashAttention, and memory management strategies.