Inside AI Models
← All articles
Meta

About This Blog

Jun 26, 2026 · 1 min read

Hi 👋 I'm starting this blog to keep the research process transparent and to distill what I learn.

What you'll find here:

  • Experiment logs — what worked, what didn't, and why.
  • Technical deep-dives — long-form posts where I explain a technique from scratch.
  • Short notes — papers I read, pitfalls I noticed.

Why I write

"You only find out whether you truly understand something when you try to write it down."

Writing disciplines thought. If you can explain a complex ablation table to someone, you actually understand it.

Mathematical notation is supported too; for example a contrastive loss:

L=logexp(sii/τ)jexp(sij/τ)\mathcal{L} = -\log \frac{\exp(s_{ii}/\tau)}{\sum_j \exp(s_{ij}/\tau)}

Code blocks, tables, and images all work. I publish new posts by adding an .mdx file to content/posts/.

Welcome — keep reading.

Related articles