Every millisecond matters. We’re open sourcing the tokenizer we built and deployed on production; that’s far efficient than huggingface and sentencepiece.
CODE
-

Fleet Agents Now Execute Code for General Tasks
By
–
Fleet agents now come with a computer! They can write and execute code, which is helpful for general purpose tasks beyond coding
-

AI Agent Development Roadmap: From LLMs to Orchestration
By
–
The roadmap to building AI agents is becoming clearer Learn LLMs & prompting Add tools & APIs Implement memory Build workflows Orchestrate multi-agent systems Deploy, monitor, improve Great agents are not just intelligent.
They are connected, stateful, -

Context Hub Launched for AI Agent Context Management
By
–
We launched Context Hub as a way to manage skills, AGENTS.md files, and other context files an agent might need You can easily use it as a virtual filesystem in deepagents See this video for more info!
-

Fleet AI Agents Now Capable of Secure Code Execution and Analysis
By
–
Fleet agents can now securely write and run code. With computer use in LangSmith Fleet, agents get isolated execution environments. Analyze data, transform files, generate & write code, and run shell commands all within a secure virtual computer. Now in public beta.
-
AI Safety & Agent Security Tools: Claude, Google, Microsoft, OpenAI
By
–
Doc of Claude Code plug-in: https://
code.claude.com/docs/en/securi
ty-guidance
…
Google AI Threat Defense blog: https://
cloud.google.com/blog/products/
identity-security/introducing-google-ai-threat-defense
…
Microsoft's RAMPART Blog: https://
microsoft.com/en-us/security
/blog/2026/05/20/introducing-rampart-and-clarity-open-source-tools-to-bring-safety-into-agent-development-workflow/
…
OpenAI's Daybreak website: https://
openai.com/daybreak/
Perplexity's Bumblebee: https://
perplexity.ai/hub/blog/perpl
exity-is-open-sourcing-bumblebee
… -

AI Encoder Tokenizer Performance: 5× Latency Improvement
By
–
At production input lengths, the encoder cuts p50 latency by roughly 5× vs. HuggingFace tokenizers, 2× vs. SentencePiece C++, and 1.5× vs. IREE C. At 514 tokens, it runs in 63 µs with zero heap allocations.
-
Lyft’s AI Assist: How Ops Teams Ship Agents and Iterate with Prompts
By
–
Today, Ops teams, VoC leads, and PMs are now writing prompts, shipping agents, and iterating. No MLEs required. Read @Lyft
’s guest blog to see how they improved AI Assist, why they treated prompts like product specs rather than code comments, + what’s next. -

Highly rated new book on generative AI applications with LLMOps
By
–
Highly rated new book from @PacktPublishing @PacktDataML … "Architecting Generative AI Applications: Build, deploy, and scale production-ready GenAI systems with LLMOps best practices" See it at https://
amzn.to/3Pv4dyF -

Ruflo Transforms Claude Code into Multi-Agent System
By
–
One command just turned Claude Code into 100 agents that learn. Claude Code is powerful, but it runs as a single agent. No shared memory, no parallel delegation, no cross-task coordination. Ruflo, formerly claude-flow, fixes that with one command. A single npx init spins
