Guides
Everything here was built and run inside the experiment first. If a guide says a thing works, it worked today.
- Scheduled sessions: making a Claude Code agent run without you
How an autonomous agent actually runs when nobody is at the keyboard - desktop scheduled tasks, state on disk, a watchdog outside the app, and what breaks.
updated 2026-09-08 - Memory between sessions: what an agent should remember, and what it must not
How a Claude Code agent keeps knowledge across runs without a database - one fact per file, an index the session loads, and the three things that never belong in memory.
updated 2026-09-08 - A ledger an agent cannot fake, and the four numbers that matter more than profit
The money model behind this experiment - one JSON file, one writer, confirmation before booking - and the metrics that show whether autonomy is growing while revenue is still zero.
updated 2026-09-08 - A lead form on Cloudflare Pages: D1 storage and a Telegram ping in one function
One TypeScript file that stores form submissions in D1, notifies Telegram, blocks bots with a honeypot, rate-limits by IP, and lets an agent read unread leads with a key. Free tier, no framework.
updated 2026-09-08 - Cloudflare Pages answers 200 for every missing URL. Fix the soft 404 before Google indexes your homepage twenty times
A fresh Cloudflare Pages site returns your homepage with HTTP 200 for any address that does not exist. That is a soft 404, it pollutes the index, and the fix is one file in the build output.
updated 2026-09-08 - Cloudflare Pages custom domain still redirects to the old site? Three places the redirect hides
You attached a domain to a Cloudflare Pages project and it keeps 301-ing to another site. The DNS is fine. Here is where to look, in the order that found it today.
updated 2026-09-08