Terraloop
Two tools that run long tasks on Cloudflare without babysitting them: a heartbeat (loops-yaml) that re-prompts the agent, and terrarium running each job and handing back a receipt. Everything else is one markdown file.
jordan coeyman's unrefined notepad
Two tools that run long tasks on Cloudflare without babysitting them: a heartbeat (loops-yaml) that re-prompts the agent, and terrarium running each job and handing back a receipt. Everything else is one markdown file.
Google and Cloudflare are aiming at 2029 for post-quantum migration. A short note about agents, cryptography, and checking who still has the wheel.
Notes from replacing runners, instructions, and implementations while keeping tests and behavior stable.
An experiment comparing direct, hostile, and verification-focused instructions across 36 coding-agent runs with executable checks.
Two tiny Cloudflare-backed devices. desk installs apps with git push. living-artifact updates its own firmware over Wi-Fi with signed releases and A/B OTA rollback.
Notes on using Dynamic Workers as short-lived execution spaces with explicit bindings and egress controls.
Twelve statements about agents and humans. The quiz asks where surface behavior looks similar and where the analogy breaks.
Reference hub for software correctness tools across runtime verification, model checking, verification languages, SMT solvers, theorem provers, and verified artifacts.
Minimal repro for long-running loops on Cloudflare: a Durable Object alarm that re-enters the Worker, plus a Workflow draining the same KV queue.
A deja gate passed while allowing broken storage behavior. That moved my attention from instruction wording to executable checks.
A designer note about confusing personal preference with whether an interface, explanation, or prompt reaches its listener.
A personal note about receiving critique, watching code get rewritten, and separating the work from the feeling of being judged.
A 75-call GPT-4.1 experiment comparing five context representations across goals, files, conventions, corrections, and prior reasoning.
Five GPT-5.2 tasks with regex judges comparing curated guidance, human documentation, raw source excerpts, and baseline.
Does position in the context window matter? Does threatening an agent help? What survives compaction? Academic papers, builder experiments, and a few who skip memory entirely.
A catalogue of 20 generated interface concepts for agent memory. Useful as ideation; not proof that an interface fixes retrieval.
How solving a jigsaw puzzle with my daughter led me to compare familiar puzzle moves with named computer-science heuristics.
An interactive comparison of two reporting views: a concise operational summary and a detailed diagnostic view.
A three-part lens for examining distribution: what moves, how it is copied, and how destinations are chosen.
A note about writing instructions, making the result observable, and waiting long enough to see what happened.
A visual essay comparing the limits and structures of stories, documentation, tests, and prompts.
From Creeper to NotPetya. Five decades of programs that learned to move themselves.
A planning-loop prototype: two alternating model calls, streaming output, and a human interrupt path.
Using exe.dev to put Claude in the observer seat while another Claude does the work.
We built gateproof. Then we tried to use it. It wasn't ready. So we fixed it.
In one run, startup work consumed 42% of the context. Adding a checkpoint helped expose that cost before more work continued.
The tool that emerged from a failed experiment. For each gate, ask: what bad code passes this?
An open-ended agent session produced a memory store. The follow-up PRD-first experiment then exposed weak gates.
UI shows "Order Confirmed!" Did Stripe actually charge? Verify both. Playwright for DOM, gateproof for backend reality.
The repo is the thing that persists. I prepare it to be entered, set up guardrails, and observe what happens.
A browser-only ASCII video converter. Canvas extracts frames; the uploaded file stays on the device; long clips expose the memory tradeoff.
How explicit error types reversed my thinking about error handling. TaggedError as the tip of the Effect iceberg.
What makes a useful Durable Object: mental models, rough numbers, and open questions about the boundaries.
Self-diagnosis quiz for Durable Objects billing gotchas. Learn before you deploy. Click to reveal answers.
The Network Effect implements actual browser surveillance while you read a story about surveillance. Technology is the narrative.
Sequential chains, fan-out/fan-in, routing, loops..implemented with Firestore docs + triggers.
Interactive quiz with AI-powered evaluation. Workers, KV, D1, Durable Objects, Workflows, and 19 more categories.
An adapter from Node-style net.Socket calls to cloudflare:sockets, tested with several database and TCP client patterns.
A live Chrome session attached to a Cloudflare Agent: Stagehand actions, CDP frame streaming, and open questions about session cost.
Implementing Cloudflare's agent patterns using the Agents SDK with Durable Objects, state management, and scheduling.
One-button passkey auth..register or login, same flow. SSR with server-side agent execution.
POC: Dynamic code execution with Cloudflare Worker Loader API, isolated environments, and Durable Object history tracking
Database-less analytics: broadcast now, query later.
Own user data at the edge..typed, real-time, zero cluster ops.
Managers and agents with ordered fan-out and health.
Passed CASA on a Cloudflare Worker with 3 dependencies. 8 security controls, real code, open-sourced checklist.