Work

2026

  1. The Agent Development Lifecycle has arrived on Cloudflare

  2. AI agents can debug Workers with local tracing

  3. Cloudflare Workers and Containers now support inbound TCP connections and gRPC

  4. Workers RPC now works across Python and JavaScript

  5. Inspect Worker startup performance with Wrangler

  6. Workers tracing — write custom spans with new startActiveSpan() and span.end() runtime APIs

  7. Run integration tests against your Worker's production build

  8. Platforms can now create Temporary Accounts via the Cloudflare API

  9. Cloudflare Drop

  10. Your Worker can now have its own cache in front of it

  11. Declare Durable Object class lifecycle with exports

  12. Work across multiple accounts with Wrangler auth profiles

  13. Track memory usage for Workers and Durable Objects in the dashboard

  14. Temporary Cloudflare Accounts for AI agents

  15. Manage Artifacts from the Cloudflare dashboard

  16. Workers tracing now supports custom spans

  17. Store Wrangler's OAuth credentials in your OS keychain

  18. Schedule Workflow instances directly from your Workflow binding

  19. MCP Night 4 panel recap: what six months of agents actually changed

  20. Event subscriptions for Artifacts lifecycle events

  21. Share local dev servers through Cloudflare Tunnel in Wrangler and Vite

  22. Manage Artifacts namespaces and repos with Wrangler CLI

  23. New Domains tab in the Workers dashboard

  24. Automatic tracing across Durable Object and Worker subrequests

  25. Run Workflows inside Dynamic Workers with the @cloudflare/dynamic-workflows library

  26. Agents can now create Cloudflare accounts, buy domains, and deploy

  27. Introducing the Agent Readiness score. Check to see if your site is agent-ready

  28. Managed OAuth for Access: make internal apps agent-ready in one click

  29. Local Explorer for local resource data

  30. Building a CLI for all of Cloudflare

  31. Relaxed simultaneous connection limiting for Workers

  32. Introducing EmDash — the spiritual successor to WordPress that solves plugin security

  33. Deploy Hooks are now available for Workers Builds

  34. Declare required secrets in your Wrangler configuration

  35. Sandboxing AI agents, 100x faster

  36. Manage Cloudflare Tunnels with Wrangler

  37. No config? No problem. Just wrangler deploy

  38. Workers are no longer limited to 1000 subrequests

  39. Astro is joining Cloudflare

  40. Get notified when your Workers builds succeed or fail

  41. Build microfrontend applications on Workers

2025

  1. Configure your framework for Cloudflare automatically

  2. One-click Access protection for Workers now creates reusable Cloudflare Access policies

  3. Better local deployment flow for Cloudflare Workers

  4. Workers automatic tracing, now in open beta

  5. Access Workers preview URLs from the Build details page

  6. Automatic resource provisioning for KV, R2, and D1

  7. You can now deploy full-stack apps on Workers using Terraform

  8. New Overview Page for Cloudflare Workers

  9. One-click Cloudflare Access for Workers

  10. Workers Analytics Engine adds supports for new SQL functions

  11. Senior Director of ProductCloudflare ·

  12. Automatic loopback bindings via ctx.exports

  13. Code Mode: the better way to use MCP

  14. Cloudflare's developer platform keeps getting better, faster, and more powerful. Here's everything that's new.

  15. Improved support for running multiple Workers with wrangler dev

  16. Cap'n Web: A new RPC system for browsers and web servers

  17. Rate Limiting in Workers is now GA

  18. Panic Recovery for Rust Workers

  19. Remote bindings GA - Connect to remote resources (D1, KV, R2, etc.) during local development

  20. Deploy static sites to Workers without a configuration file

  21. Bringing Node.js HTTP servers to Cloudflare Workers

  22. Increased static asset limits for Workers

  23. Build durable multi-step applications in Python with Workflows (now in beta)

  24. The Node.js and Web File System APIs in Workers

  25. Terraform provider improvements — Python Workers support, smaller plan diffs, and API SDK fixes

  26. Wrangler and the Cloudflare Vite plugin support .env files in local development

  27. Directly import waitUntil in Workers for easily spawning background tasks

  28. Deploy to Cloudflare buttons now support Worker environment variables, secrets, and Secrets Store secrets

  29. Test out code changes before shipping with per-branch preview deployments for Cloudflare Workers

  30. The Cloudflare Vite plugin now supports Vite 7

  31. Workers now supports JavaScript debug terminals in VSCode, Cursor and Windsurf IDEs

  32. Enhanced support for static assets with the Cloudflare Vite plugin

  33. Run and connect Workers in separate dev commands with the Cloudflare Vite plugin

  34. Automate Worker deployments with a simplified SDK and more reliable Terraform provider

  35. Remote bindings public beta - Connect to remote resources (D1, KV, R2, etc.) during local development

  36. Control which routes invoke your Worker script for Single Page Applications

  37. Grant account members read-only access to the Workers Platform

  38. Access git commit sha and branch name as environment variables in Workers Builds

  39. View an architecture diagram of your Worker directly in the Cloudflare dashboard

  40. Debug, profile, and view logs for your Worker in Chrome Devtools — now supported in the Cloudflare Vite plugin

  41. Handle incoming request cancellation in Workers with Request.signal

  42. Improved memory efficiency for WebAssembly Workers

  43. MCP Demo Day: How 10 leading AI companies built MCP servers on Cloudflare

  44. Simple, scalable, and global: Containers are coming to Cloudflare Workers in June 2025

  45. Introducing Workers Observability: logs, metrics, and queries – all in one place

  46. CPU time and Wall time now published for Workers Invocations

  47. Full-stack frameworks are now Generally Available on Cloudflare Workers

  48. Skip the setup: deploy a Workers application in seconds

  49. Your frontend, backend, and database — now in one Cloudflare Worker

  50. Deploy a Workers application in seconds with one-click

  51. Improved support for Node.js Crypto and TLS APIs in Workers

  52. Run Workers for up to 5 minutes of CPU-time

  53. Build and deploy Remote Model Context Protocol (MCP) servers to Cloudflare

  54. Import env to access bindings in your Worker's global scope

  55. Retry Pages & Workers Builds Directly from GitHub

  56. Use the latest JavaScript features with Wrangler CLI v4

  57. Set breakpoints and debug your Workers tests with @cloudflare/vitest-pool-workers

  58. Access your Worker's environment variables from process.env

  59. Autofix Worker name configuration errors at build time

  60. Create and deploy Workers from Git repositories

  61. Revamped Workers Metrics

  62. Transform HTML quickly with streaming content

  63. Workers for Platforms now supports Static Assets

  64. Support for Node.js DNS, Net, and Timer APIs in Workers

2024

  1. Faster Workers Builds with Build Caching and Watch Paths

  2. Hi Claude, build an MCP server on Cloudflare Workers

  3. Bypass caching for subrequests made from Cloudflare Workers, with Request.cache

  4. Director of ProductCloudflare ·

  5. Our container platform is in production. It has GPUs. Here’s an early look

  6. Cloudflare joins OpenNext to deploy Next.js apps to Workers

  7. Continuous Integration & Delivery (CI/CD) with Workers Builds

  8. Workers Preview URLs

  9. Gradual Deployments GA

  10. Removing the serverless microservices tax

  11. More NPM packages on Cloudflare Workers: Combining polyfills and native code to support Node.js APIs

  12. We've added JavaScript-native RPC to Cloudflare Workers

  13. New tools for production safety — Gradual deployments, Source maps, Rate Limiting, and new SDKs

  14. Bringing Python to Workers using Pyodide and WebAssembly

2023

  1. navigator.sendBeacon

  2. Cloudflare Workers Are Next Level With Rita Kozlov And Brendan Irvine-Broque

  3. Group Product ManagerCloudflare ·

  4. New Workers pricing — never pay to wait on I/O again

  5. A Socket API that works across JavaScript runtimes — announcing a WinterCG spec and Node.js implementation of connect()

  6. More Node.js APIs in Cloudflare Workers — Streams, Path, StringDecoder

  7. Announcing connect() — a new API for creating TCP sockets from Cloudflare Workers

  8. performance.now()

  9. Node.js compatibility for Cloudflare Workers – starting with Async Context Tracking, EventEmitter, Buffer, assert, and util

2022

  1. Bringing the best live video experience to Cloudflare Stream with AV1

  2. WebRTC live streaming to unlimited viewers, with sub-second latency

  3. Stream Live is now Generally Available

  4. Product ManagerCloudflare ·

2020

  1. Gen Z fav photo-editing app VSCO further expands into video

2019

  1. Senior Engineering ManagerVSCO ·

  2. Reducing the Intercom Messenger bundle size by 65%

  3. Onboarding for business: How to help groups of users find success

2018

  1. Building for everyone: How we made the Intercom Messenger accessible

  2. A new dawn for the business messenger

  3. Engineering Manager, MessengerIntercom ·

2017

  1. New book: Intercom on Starting Up

  2. Engineering Manager, GrowthIntercom ·

2015

  1. Product EngineerIntercom ·

2014

  1. Product DesignerLucid Design Group ·

  2. Show HN: Awesometalk – Free video calling without the hassle

  3. Show HN: Visualize every GitHub push with Awesomebox

2013

  1. Co-founderAwesomebox ·

  2. Product ManagerUnified ·

  3. Social Ads Upstart Unified Acquires YC-Backed Facebook Analytics Guru PageLever

2012

  1. Entrepreneur: How I made $10K in one day with Facebook Ads

  2. Director of GrowthPageLever ·

  3. Product ManagerInside Network ·

2011

  1. Highlighter (album)

  2. The Sidebar, Ep 2: Brendan Irvine-Broque of Cavern Discos + Piecelock 70

  3. popsike.com - caverndiscos - page 1

2009

  1. Director of OperationsPiecelock 70 ·

2008

  1. Summer Orientation LeaderUniversity of California, Santa Cruz ·

2007

  1. Conference Center ManagerUniversity of California, Santa Cruz ·

  2. Hip-Hop Music DirectorKZSC Santa Cruz ·

  3. InternQuannum Projects ·

2006

  1. Summer Camp CounselorYMCA of the East Bay ·

  2. Intern, Mayor's Office of Neighborhood ServicesCity and County of San Francisco ·

  3. Founder & General ManagerCavern Discos ·

2005

  1. Construction InternHabitat for Humanity East Bay/Silicon Valley ·

Education

  • University of California, Santa CruzB.A., Linguistics
  • Albany Middle School
    1. The Napster Hearing

  • Albany High School