Over the past month, some of you reported Claude Code's quality had slipped. We investigated, and published a post-mortem on the three issues we found.
All are fixed in v2.1.116+ and we’ve reset usage limits for all subscribers.
@RyanQualtrics The Goodrich family. Their father/hisband just passed away from a 4 year battle with a rare cancer. They family could use a boost. Here is their link to their GoFundMe:
https://t.co/3MgAEUANVX
We’re introducing Dynamic Workers, which allow you to execute AI-generated code in secure, lightweight isolates. This approach is 100 times faster than traditional containers. https://t.co/c36Vkb7I0R
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, but quick teaser here:
cloudflare/actors library made much of this a breeze with persist properties, easy web socket connection management, and sending messages to all listeners. But what did each piece do?
Auth & Routing (Worker + D1)
All requests come through the Worker either authenticated or not. If unauthenticated, actions available are to login or signup. When authenticated then it can pass the request through to either of our Durable Objects (user or conversation) to establish a web socket connection. All users authentication information is stored in a D1 database (kept it all CF for this example).
User Service (Durable Object)
Our friend list view connects directly to our user Durable Object via web socket. When we update our status we send a message to our individual DO which then can broadcast via RPC to our friends DO's and determine if they are online to send them a web socket message for live updating. Here is where we also store our friend list in a SQLite database scoped to our user.
Conversation Service (Durable Object)
Every individual conversation between two users gets its own DO instance. It's sole responsibility is to store messages, send notifications (via sockets) when new messages are sent, and send a notification when a user starts typing so we can see the "Person is typing..."
TLDR;
Building apps for fun for the sake of reliving nostalgic childhood memories is... worth it.
I Built an AI That Reverse-Engineers Viral YouTube Content
This N8N system analyzes competitors' best videos, scrapes audience feedback and generates winning ideas automatically.
- Finds viral patterns in your niche
- Extracts power words that work
- Analyzes thumbnails + titles daily
- Creates 3 new video ideas automatically
- Runs 24/7 without manual research
Comment "YT" + RT + Like
I'll DM the complete N8N system
(Must follow for my AI agent to DM)
Skip this and keep guessing what content works.