·2 min read

Writing again, on my own terms

Why I'm keeping a small corner of the internet for thinking out loud — and how this blog is put together.

A halftone-dithered desert dune rendered in magenta and black

I've wanted a place to think out loud for a long time. Not a thread, not a slide deck — just plain paragraphs where an idea gets room to breathe. This is that place.

Me, roughly every time I said "I'll set up a blog later."

What you'll find here

Mostly notes on the things I spend my days inside: LLM-powered systems, the unglamorous infrastructure that keeps them alive, and the strange new seam where human judgment and machine capability have to meet. Some posts will be careful. Some will be half-formed. That's the point of a notebook.

The palest ink is better than the best memory.

How this is built

Each post is a single Markdown file. Writing one looks exactly like writing this paragraph — headings, bold, italics, links, and lists all work the way you'd expect.

Code gets first-class treatment too:

function greet(name: string) {
  return `hello, ${name}`;
}
  • Bulleted thoughts
  • Ordered steps
  • inline code for the small stuff

That's really all there is to it. New file, new post.


More soon.