At @YOM_Official , we’re solving a simple problem: cloud gaming costs too much. Our DePIN cuts streaming costs by 95% while maintaining AAA quality.
Building the future of gaming infrastructure, one node at a time. 🎮
#DePIN#CloudGaming
We assumed the GPU was the problem. It wasn't.
48 vs 59 fps came down to CPU clock speed, not the graphics card.
Then we found our own scoring system couldn't blame us even when it should've. Fixed that too.
Full breakdown on LinkedIn.
Claude Fable 5 will be available again globally tomorrow.
After a series of productive conversations with the US government, we're redeploying the model with a new set of classifiers to target and block more cybersecurity tasks. In the near term, some routine tasks like coding and debugging will fall back to Opus 4.8. We’ll continue to refine these classifiers over the coming weeks to reduce false positives and better distinguish genuine misuse from legitimate requests.
We’ve also begun drafting a consensus framework—with Amazon, Microsoft, Google, and other Glasswing partners—for assessing the severity of AI jailbreaks and how AI developers should respond to them. We invite other industry partners and model providers to join us in this effort.
Finally, we’re scaling up our collaboration with the US government on model testing and safeguards. This will include pre-release access to models and safeguards for evaluation, information sharing on jailbreaks and misuse, and dedicated resources for joint research.
Thank you to our users for your patience, and to our partners across the government, industry, and the research community who worked alongside us to make Fable 5 available again.
Read our full blog: https://t.co/VHyum831ri
Introducing Claude Tag, a new way for teams to work with Claude.
In Slack, Claude joins as a team member with access to the channels and tools you choose. Tag Claude in and delegate tasks to it while you focus on other work.
I run @claudeai Code on my laptop but live in @telegram. I wanted to fire off tasks at my desk and steer them from my phone, several at once.
The catch: Telegram allows one poller per bot token, and the Agent SDK is one session per process. So I built Telepath.
🧵
How’s this different from Claude Code’s Remote Control (RC)?
Same job, different surface: • RC ➔ Claude app/web (real-time sync, zero-maintenance, ends with process) • telepath ➔ Telegram (chats/bots, auto-resume after reboot, open-source)
When a session wants to run Bash, edit a file, or hit the web, it drops Allow/Deny buttons into the topic and blocks until I tap them.
Each session has its own thread so approvals for parallel tasks never collide.
The fix: One daemon holds the bot token and maps each Telegram forum topic to its own resident Claude session on my machine, with my files, MCP servers, and login.
"Fix login bug” ⇄ session A.
“infra audit” ⇄ session B.
Independent conversations.
Great Monday (1st June) at the Discord × @Techleapnl.
Gaming meetup with @VelzeboerJorrit.
Good to be in the room with the people building the Dutch gaming ecosystem: studios like @Guerrilla and @Poki, platforms, and policy.
Cloud gaming the YOM way is coming. 🎮
Built a decentralised cloud gaming network from scratch. Patent-pending HyperOrch scheduler. <12 ms latency.
1,000+ nodes will be coordinated in real time.
The tech was the hardest part. We built it anyway. YOM TGE, June 05.
🚨 YOM Town Hall Episode 73 is TOMORROW!
This is the one you've been waiting for.
We're going LIVE for the Token Launch
📅 Friday, June 5
⏰ 12:00PM CEST / 6:00AM EST
📺 Live on X, YouTube & LinkedIn
Don't miss history. 👇
MRC (Multipath Reliable Connection) interesting engineering. Spread one GPU transfer across hundreds of parallel paths simultaneously. If one path fails, reroute in microseconds. Not seconds. Microseconds. The next step? Run those paths at the edge.
Glass-to-glass under 50ms is brutal: ~8ms encode, ~4ms packetisation, ~16ms network, ~6ms jitter buffer, ~8ms decode, ~8ms display. Add a TURN relay from symmetric NAT and 10–30ms gone. Most of the loss isn't even on the GPU. @YOM_Official