1. Answer engine optimization

    A practical reading path for AEO, AI search visibility, structured technical pages, and rendered-page checks.

    Tags: aeo, seo, ai-search, content-strategy, technical-seo

  2. Agent memory and user control

    A reading path for agent memory, saved user context, and control.

    Tags: agents, ai-products, memory, product-architecture

  3. Cloudflare production apps

    Deployment notes, datastore tradeoffs, and operational choices for apps that need to get beyond localhost.

    Tags: cloudflare, databases, containers

  4. AI coding agents

    Field notes on handing real engineering work to coding agents: what they can hold, how to verify them, and where they still need a human.

    Tags: coding-agents, developer-workflow, refactoring

  5. The rendered HTML check is the AEO test I trust

    Use AppHeat's local AEO audit as the concrete example: answer summaries, FAQ schema, topic links, llms.txt, search text, and built HTML all have to agree.

    Tags: aeo, seo, technical-seo, content-strategy

  6. Turning video transcripts into citable site content

    Show the AppHeat workflow for using a transcript as research input without copying it: extract, summarize, map gaps, draft, evidence-check, and publish.

    Tags: aeo, content-strategy, agents, workflows

  7. My first build with 5.6 sol

    What happened when I used 5.6 sol to audit AppHeat, coordinate parallel fixes, dogfood the result, and build a deterministic audit framework.

    Tags: coding-agents, developer-workflow, testing, building-in-public

  8. Day 3 with Fable: Announcing the Autonomy Alpha

    The Autonomy alpha is live — a native macOS app and local MCP server that lets AI agents work through your real accessibility setup — plus the day-three build-log of shipping it with Claude Fable 5.

    Tags: accessibility, coding-agents, ai-products, building-in-public

  9. Steps to Make Accept: text/markdown Work Everywhere

    I thought I had built Accept-header Markdown for AppHeat. Production had other plans, because Cloudflare was skipping the Worker entirely.

    Tags: aeo, seo, ai-search, technical-seo, cloudflare

  10. I Built an AEO Agent Workflow. Google Made Me a Skeptic.

    A field note from setting up a local Pi workflow with OpenRouter agents to research AEO topical authority. The real surprise was not any agent tactic — it was what Google's own guidance actually says.

    Tags: aeo, agents, ai-workflows, seo, building-in-public, content-strategy

  11. What I got done with Fable that kept slipping before

    A field note on handing a large Rust refactor to Fable: knowledge-graph analysis, a full graph rebuild that survived a mid-run failure, and a 9,859-line file cut to 877 across six verified commits.

    Tags: coding-agents, developer-workflow, refactoring