Phillip Jones (@akaphill) 's Twitter Profile
Phillip Jones

@akaphill

PM at @Cloudflare. @Stanford alum.

ID: 205467234

calendar_today20-10-2010 23:23:20

11 Tweet

56 Followers

54 Following

Brayden Wilmoth (@braydenwilmoth) 's Twitter Profile Photo

I built an Instant Messenger application all on Cloudflare. It took 1 day, 3 files, 4 resources... and it's ready to scale from 0 to millions. Worker → auth & routing D1 database → store user/pass User DO → user profile & friends Conversation DO → messages Blog in reply,

I built an Instant Messenger application all on <a href="/Cloudflare/">Cloudflare</a>. It took 1 day, 3 files, 4 resources... and it's ready to scale from 0 to millions.

Worker  → auth &amp; routing
D1 database → store user/pass
User DO → user profile &amp; friends
Conversation DO → messages

Blog in reply,
Matt Silverlock 🐀 (@elithrar) 's Twitter Profile Photo

You can now tell us exactly where your existing cloud infra is and we'll place your compute as close as possible. single-digit latency to your DB and legacy cloud infra. no guessing.

You can now tell us exactly where your existing cloud infra is and we'll place your compute as close as possible.

single-digit latency to your DB and legacy cloud infra. no guessing.
mia m (@miacmal) 's Twitter Profile Photo

Just added a new agent example to our docs which searches Github repos, built on Cloudflare Workflows 🔍 - Workflows → durable agent loop with built-in retries and error handling - AI Gateway → unified access & billing across models - Agents SDK → realtime updates to the UI

sunil pai (@threepointone) 's Twitter Profile Photo

trying to walk the walk: here's a 4.5kloc PR almost fully agent driven. github.com/cloudflare/age… (we're integrating cloudflare workflows into agents!). some thoughts - - I worked quite hard on the PR description, with notes for reviewers, what not. feels like the winning move

Anni Wang (@aninibread) 's Twitter Profile Photo

Mini-update: Cloudflare Developers R2 Get Started guide got a tiny glow up: developers.cloudflare.com/r2/get-started/ 🥲 Before: Only wrangler commands for getting started. No reference / instructions to our other APIs 🫡 After: Pick the access method that fits your use case + distinct guide for each

Mini-update: <a href="/CloudflareDev/">Cloudflare Developers</a> R2 Get Started guide got a tiny glow up: developers.cloudflare.com/r2/get-started/

🥲 Before: Only wrangler commands for getting started. No reference / instructions to our other APIs 
🫡 After: Pick the access method that fits your use case + distinct guide for each
kate (@whoiskatrin) 's Twitter Profile Photo

agents x workflows build durable background agents that run for minutes or days, persist state automatically, stream progress in real time, and pause for human approval when needed npm i agents@latest

agents x workflows

build durable background agents that run for minutes or days, persist state automatically, stream progress in real time, and pause for human approval when needed

npm i agents@latest
kate (@whoiskatrin) 's Twitter Profile Photo

we just shipped one of our biggest Agents SDK updates in a while! 🎈 - 15+ new docs with more examples - interval scheduling with scheduleEvery() - custom routing - callable timeouts - state validation hooks - MCP options api and so much more! go build cool stuff!

we just shipped one of our biggest Agents SDK updates in a while! 🎈

- 15+ new docs with more examples
- interval scheduling with scheduleEvery()
- custom routing
- callable timeouts
- state validation hooks
- MCP options api and so much more!

go build cool stuff!
mia m (@miacmal) 's Twitter Profile Photo

what’s new in workflows🧵 Cloudflare Developers (1) you can now visualize your workflows in the cloudflare dashboard (2) build durable background agents with workflows support in agents SDK v0.3.7

what’s new in workflows🧵 <a href="/CloudflareDev/">Cloudflare Developers</a> 

(1) you can now visualize your workflows in the cloudflare dashboard

(2) build durable background agents with workflows support in agents SDK v0.3.7
kate (@whoiskatrin) 's Twitter Profile Photo

🎈 we've just shipped full PTY support for Sandbox SDK you can now attach to a running sandbox and get a real interactive terminal out of the box support for creating terminals, replaying buffered output, resizing, connection retries go make cool stuff with it!

🎈 we've just shipped full PTY support for Sandbox SDK

you can now attach to a running sandbox and get a real interactive terminal

out of the box support for creating terminals, replaying buffered output, resizing, connection retries

go make cool stuff with it!
Matt Silverlock 🐀 (@elithrar) 's Twitter Profile Photo

FYI: you can build on this today. ship structured (or unstructured) events to Pipelines, run SQL over the stream, and write out the results to R2, ready to query in R2 SQL (or Tableau, DuckDB, Spark, etc.).

FYI: you can build on this today.

ship structured (or unstructured) events to Pipelines, run SQL over the stream, and write out the results to R2, ready to query in R2 SQL (or Tableau, DuckDB, Spark, etc.).
Celso Martinho (@celso) 's Twitter Profile Photo

Markdown for Agents keeps getting better: - Larger HTML documents. - Compressed origin responses now supported. - Higher compatibility. More coming. developers.cloudflare.com/changelog/2026…

brandon (@burcs) 's Twitter Profile Photo

finally built the agent i’ve been needing for a minute now a todo list that nudges you until stuff actually gets done. does the research and pings me everywhere discord, email, mac notifications, etc... way easier than it had any right to be with the new agents sdk