Skip to content

Articles

Writing on technology, career, and ideas beyond the IDE—notes for curious readers, not only recruiters.

EducationAug 16, 2026· 6 min read· 0

The Fuller It Grows, the Lower It Bows

Why education should make us less likely to belittle others and what research says about empathy, media literacy, and behavior on social media.
  • Education
  • Empathy
  • Digital Literacy
  • Civility
TechnologyAug 7, 2026· 2 min read· 0

Notes on Distributed LLM Inference at Practical Scale

Engineering notes from my experience working with distributed LLM inference—trade-offs in partitioning, communication overhead, and when a distributed approach actually provides benefits compared to a single stronger node.
  • LLM
  • Distributed Systems
  • Research
TechnologyAug 7, 2026· 2 min read· 0

Building RAG for Production Beyond Just a Demo

Practical lessons from building retrieval-augmented generation systems used by real users—from chunking and evaluation to latency budgets and failure modes that truly matter in production.
  • AI
  • RAG
  • Engineering