Learning Bytes

A running journal of what I'm learning, building, and reading.

April 2026

Post · · 4 min

Why Notion as a CMS

How learningbytes.sheraj.org is built: Notion as the content backend, Astro as the static site generator, Cloudflare Pages for hosting.

Read more →

Post · · 3 min

Openclaw & Notion

OpenClaw is an open-source AI assistant that can read, write, and orchestrate tasks across your tools. When paired with Notion, it becomes your personal chief-of-staff — managing databases, drafting content, and automating workflows.

Read more →

Note ·

Quick note from re-reading Anthropic’s Building Effective Agents. The core split they draw:

  • Workflows are LLM systems where the steps are orchestrated by code you write. Predictable, debuggable, cheaper.
  • Agents are LLM systems where the model decides its own next step in a loop. More flexible, harder to reason about, more expensive.

The practical takeaway: don’t reach for an agent when a workflow will do. Most production use cases are workflows wearing an agent costume.

inspired by · article · Building Effective Agents — Anthropic

#ai #reading-notes

Browse by series