This is the first post on dataadvisor.io.
I'll use this space for short write-ups on the things I'm building: AI product engineering, agent workflows, and the occasional detour into whatever is on the bench that week.
How this works
Every post is a plain markdown file in the site repo. There is no CMS, no database, and no editor UI. I write a .md file with a little frontmatter at the top, push to main, and Vercel rebuilds the site.
---
title: Hello, World
date: 2026-09-18
description: First post.
---
Post body goes here.
Each post has a Copy Markdown button up top. It copies the raw source of the post, frontmatter and all, so you can drop it straight into your notes, a doc, or an LLM context window without scraping the rendered page.
What to expect
- Short, practical posts
- Working code over abstract advice
- Honest notes on what did not work
More soon.