Skip to content
Amin Mirlohi

Articles & Journal

Writing

I think in public. Long-form articles work through the engineering ideas in depth; the journal is a dated log of what I'm building and learning along the way: retrieval, multi-agent systems, evaluation, and applied machine learning.

Articles

9 min read

Why /loop Matters in Claude Code

/loop runs a prompt or a slash command on a cadence inside your open Claude Code session, so you stop re-asking 'did it finish yet?' and let the machine do the polling. This is what it is, the three ways to run it, where it earns its keep, and the session-scoped limits that tell you when to reach for durable automation instead.

Journal

  1. exploring

    Notes on chunking: smaller isn't always better

    Spent the afternoon re-running a chunking ablation because a retrieval metric drifted and I wanted to know why. The folklore is "smaller chunks → better recall." That is true right…

  2. note

    An eval harness before the feature

    Rule I keep relearning: build the evaluation before the feature, not after. It feels slower. You sit down to add a capability and instead spend the first hour assembling twenty lab…

  3. reading

    Re-reading BM25 in the age of embeddings

    Went back to the BM25 literature this week, partly out of nostalgia from my IR research days, partly because a hybrid retriever I'm tuning keeps reminding me how good the old lexic…