Reading up on Cloudflare Workers
11 deep · digging since jan 08
- You might not need… a service worker
Service workers are essential for offline support, push notifications, and background sync, but other use cases are often better solved with simpler alternatives like HTTP caching or server-side logic.
- Creating a VS Code agent hook to respond to file changes - Human Who Codes
VS Code agent hooks provide deterministic shell commands that trigger on specific agent-loop events, enabling guaranteed follow-up automation like regenerating types after editing wrangler.jsonc.
- GitHub - cloudflare/agentic-inbox: A self-hosted email client with an AI agent, running entirely on Cloudflare Workers
Cloudflare released Agentic Inbox, a self-hosted email client with an AI agent that runs entirely on Cloudflare Workers using Email Routing, Durable Objects, and R2.
- GitHub - withastro/flue: The sandbox agent framework.
Flue is a TypeScript framework for building autonomous AI agents with a programmable harness that provides sandboxes, tools, skills, and durable execution across local and cloud runtimes.
- GitHub - HugoRCD/evlog: Logging that makes sense. Wide events, structured errors, zero chaos.
evlog is a TypeScript-first logging library that collapses multiple log lines into one structured wide event per request with context and self-documenting errors.
- Code Mode: give agents an entire API in 1,000 tokens
Cloudflare's Code Mode for Workers AI reduces MCP token usage by 99.9%, exposing the entire API via two search and execute tools.
- Introducing Markdown for Agents
Cloudflare introduces Markdown for Agents, automatically converting HTML to markdown for AI crawlers and agents to reduce token usage and improve structured data access.
- Show HN: isometric.nyc – giant isometric pixel art map of NYC
An isometric pixel-art map of NYC was created by using a few dozen hand-tuned AI outputs to fine-tune Qwen, enabling seamless tile generation at massive scale with zero handwritten code.
- SYSTEM — docs
SYSTEM is an open-source tool that enables remote Mac control via natural language, using a Cloudflare Workers agent and a local bridge with AppleScript, shell, and Raycast integration.
Takes
we did something similar on cloudflare we have these internal apps that use cf primitives like workers, sqlite, r2 and they're all fronted by cloudflare access which requires SSO 100% vibed by opencode
@thdxr
The wait is over. Cloudflare Email Service is now in public beta 📧 Send and receive emails directly from Workers or REST API with global delivery on Cloudflare's network And just in time for you to build email agents with the Agents SDK!
@thomasgauvin