← All articles

How I Think About Agents Thinking

This is an example article so you can see how a post looks. To publish your own, add a Markdown file to the _posts/ folder named YYYY-MM-DD-some-title.md and push it to GitHub — the site rebuilds automatically.

The front matter

Every article starts with a small block of metadata between --- lines:

---
layout: post
title: "Your Title Here"
date: 2026-06-21
tags: [agents, planning]
---

Only layout: post and a title are strictly required. tags are optional and show up as small labels.

Writing the body

Below the front matter, just write Markdown. You get headings, lists, links, quotes, and code for free.

An agent that can explain why it chose an action is worth more than one that simply chose well.

A few things Markdown gives you:

  • Bold and italic text
  • Links
  • Inline code and fenced code blocks
  • Ordered and unordered lists

What goes here

This is the place for my notes and essays on how agents reason — planning, tool use, reflection, and the gap between what an agent does and what it can explain. Replace this post with your first real article whenever you’re ready.