β€œwho do we say the rules are for?” β€œother people.” β€’ VP security products @cloudflare

Joined July 2007
1,399 Photos and videos
Pinned Tweet
We just shipped β€œGit for agents”. Turns out agents are really good at working with Git, but existing source control platforms weren’t built for the volume of commits we’re seeing now. Create tens of millions of repos. Use them from any Git client.
announcing artifacts - a versioned file system that speaks git certainly the coolest thing i've ever built and i got to build it with some truly great people fearless leader: @elithrar zig/git nerd: @mattzcarey storage goat: @thomas_ankcorn blog.cloudflare.com/artifact…
8
17
94
20,395
using /goal and the benchmark suite in ArtifactFS to find performance improvements around async cloning/object hydration. asked for 10%. seeing where it lands while I go for a walk.
I'm having a lot of success giving GPT more ambitious /goal criteria, even if I don't expect the model to ever hit the goal. E.g., "Improve performance by 10%" rather than 1%. Tell it to be ambitious, think big, etc. Then put up PRs as it goes and merge discrete improvements.
1
2
24
3,975
built a chat research agent on Flue this afternoon. it’s called Ferdinand, for old Porsche diagnostics & research. Flue for the harness, Chat SDK for chat (duh!), Cloudflare AI Gateway Workers for the app, and Durable Objects for session history & user state.
Introducing Flue β€” The First Agent Harness Framework Flue is a TypeScript framework for building the next generation of agents, designed around a built-in agent harness. Flue is like Claude Code, but 100% headless and programmable. There's no baked in assumption like requiring a human operator to function. No TUI. No GUI. Just TypeScript. But using Flue feels like using Claude Code. The agents you build act autonomously to solve problems and complete tasks. They require very little code to run. Most of the "logic" lives in Markdown: skills and context and AGENTS.md. Flue is like Astro or Next.js for agents (not surprising, given my background πŸ™ƒ). It's not another AI SDK. It's a proper runtime-agnostic framework. Write once, build, and deploy your agents anywhere (Node.js, Cloudflare, GitHub Actions, GitLab CI/CD, etc). We originally built Flue to power AI workflows inside of the Astro GitHub repo. But then @_bgiori got his hands on it, and we realized that every agent needs a framework like Flue, not just us. Check it out! It's early, but I'm curious to hear what people think. Are agents ready for their library -> framework moment?
5
2
80
11,724
I need to chunk a couple of older manuals set up RAG to augment the skills web search. using the Brave Search API for guided web search.
1
1,085
working on an specialized agent and wanted to add an invisible @cloudflare Turnstile to tackle any bots. one of our interns (Jules!) just shipped Turnstile Spin, which is a guide for agents to follow set up Turnstile on any site: developers.cloudflare.com/tu… perfect timing.
2
3
34
3,540
p.s. huge credit to @devlemee, who is only just getting started!
1
3
1,315
Matt Silverlock πŸ€ retweeted
matt silverlock basically said "versioned storage with time travel characteristics" and I thought aight bet. introducing πš—πš™πš– πš’ πšœπšπšŽπš™πšπšŠπšπšπš’ - a git backed idempotency records for side effectful activities. this is a love child of ArtifactFS and Cloudflare Workflows
i’m actually the most excited for people to grok the β€œnon git” use-cases of Artifacts. versioned, branchable storage with time-travel characteristics is powerful on its own.
3
4
48
7,047
we're hiring for one of the fastest growing and most impactful roles @cloudflare right now. R2 and its storage infrastructure underpins a huge array of our products and platforms.
i'm hiring a pm for @cloudflare r2 if you know anyone who would be a good fit lmk
4
6
109
18,238
Kimi K2.7 time:
Another day, another day 0 launch on Workers AI. This time @Kimi_Moonshot's Kimi K2.7 Code, focused on long horizon agentic coding tasks, and featuring 30% improvement in reasoning efficiency over Kimi K2.6! developers.cloudflare.com/ch…
73
5,493
Matt Silverlock πŸ€ retweeted
2026
36
269
2,698
68,940
this is a good move. how many of the top npm packages rely on preinstall/postinstall scripts? how often is it an indicator of compromise if package adds these scripts "later" - ?
npm v12 will stop running dependency install scripts by default. Postinstall scripts have powered many recent npm supply chain attacks, from Nx s1ngularity to Shai-Hulud. It won’t solve everything, and it should not have taken this long, but it closes a very real attack path.
1
14
3,285
Matt Silverlock πŸ€ retweeted
this is now on my github for the curious github.com/acoyfellow/glance
building a tiny β€œobservation app” for local agent work. - watches every repo - gives each project its own sound/visual pulse - reacts to face hand gestures - makes parallel agent work feel ambient instead of buried in logs still rough, but the direction feels fun and surprisingly useful. I know when my agents are working if I have my airpods in, or if i'm within ear shot of my speakers.
1
10
1,152
spending more time with Pi as my go-to harness. big fan of the extension API. wired up AI Gateway Fable for some experimentation this weekend.
1
45
4,412
Matt Silverlock πŸ€ retweeted
good new detail from cloudflare, after signing in to wrangler CLI they help you get setup with an agent
4
13
182
13,076
Matt Silverlock πŸ€ retweeted
One of my personal favorite features announced at WWDC will I suspect be a sleeper hit: container machines, allowing your Mac to run a lightweight, persistent Linux environment with your home directory and repos automatically mounted: github.com/apple/container/b…
228
815
9,696
727,832
Matt Silverlock πŸ€ retweeted
Without Code Mode: 7 agent turns, one API request each turn With Code Mode: agent writes a small script and does the work in 1 turn Code Mode makes agents faster and use way fewer tokens β€” backed up by real world production data
in the past few days the Cloudflare MCP server made 2.6M API requests from 735k agent tool calls. code mode enables agents to do more per tool call.
1
1
13
1,493
ship on every day ending with a β€œy”
SMTP submission is now available in beta for Cloudflare Email Service. Send emails through standard clients like Nodemailer and smtplib. developers.cloudflare.com/ch…
5
1
69
15,611
released v1.0.0-rc for ArtifactFS. can't believe it's almost at 1k stars. right now the biggest 1.0 blockers are time (more mileage) making ref clones async as well - not just blobs.
fwiw: building ArtifactFS (our async git clone FS driver for sandboxes) was the first size-able, from-scratch project I used AI for in full. what helped the most: extensive e2e tests (git makes this much easier), repeated simplification, dictating the API a benchmark harness.
2
2
46
5,485
remember: ArtifactFS works with *any* git remote, in any container ecosystem as long as there is FUSE driver support.
8
1,892