







In spring 2021, when I was first submerging into tokio, a colleague and friend mentioned I should ingest this article: Actors with Tokio by Alice Ryhl. And, did I ingest it. To summarize, the article proposes an architectural style which relies on message passing (channels) and inherent parallelism (tasks) as well as concurrency (via async/.await) to neatly and safely structure applications dealing with I/O. But really, go read the article.
Actors with Tokio – Alice Ryhl
This article is about building actors with Tokio directly, without using any actor libraries such as Actix. This turns out to be rather easy to do, however there are some details you should be aware of:
Announcing Topcoat: a framework for building full-stack reactive web apps with Rust | Tokio - An asynchronous Rust runtime
Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.
Karpathy's LLM Wiki as Agent Memory - Agentic AI Foundation (AAIF)
At work, I’m building agents to handle various operational tasks and have found Karpathy’s LLM Wiki design to be an excellent solution for implementing most ty…

NEAR Intents | Simplifying Web3 Interactions
NEAR Intents let users and AI agents define what they want to do—NEAR handles the rest. A new framework for seamless, multichain execution without complexity, powered by solvers and Chain Signatures.
Sakana AI on Twitter / X
We’re excited to introduce Text-to-LoRA: a Hypernetwork that generates task-specific LLM adapters (LoRAs) based on a text description of the task. Catch our presentation at #ICML2025!Paper: https://t.co/2FRiVF1UXJCode: https://t.co/rx4G7dq1SWBiological systems are capable of… pic.twitter.com/UdUYfqRXBS— Sakana AI (@SakanaAILabs) June 12, 2025

Beyond Chat: Bringing Models to the Canvas • Lu Wilson • GOTO 2025
rpg.actor — What if Your RPG Character Could Log In to Any Game? - AT Protocol
Carrying your adventures through many worlds with the AT Protocol

rpg.actor/rpg-actor-theatre
A novel theatre experience for viewing synchronized VODs from @stream.place with records pulled from ionosphere.tv — includes FREE POPCORN!
DLS 2020 Keynote by Vanessa Freudenberg: Croquet. A Unique Collaboration Architecture
Agents on the Canvas in tldraw — Steve Ruiz, tldraw
LangChain on Twitter / X
Fully local multi-agent systems with LangGraphWith the release of OpenAI agent SDK, there's high interest in multi-agent systems.We review Swarm and Supervisor based multi-agent systems and run both locally w/ @ollama + LangGraph.📽️:https://t.co/xoUlPob4xL pic.twitter.com/arrmeHu1Hm— LangChain (@LangChain) March 15, 2025

Structured reasoning about actor systems | Proceedings of the 2013 workshop on Programming based on actors, agents, and decentralized control
Successfully attaining consensus in the absence of a centralized coordinator is a fundamental problem in distributed multi-agent systems. We analyze progress in the Synod consensus protocol—which does not assume a unique leader—under the ...

Structured reasoning about actor systems | Proceedings of the 2013 workshop on Programming based on actors, agents, and decentralized control
Successfully attaining consensus in the absence of a centralized coordinator is a fundamental problem in distributed multi-agent systems. We analyze progress in the Synod consensus protocol—which does not assume a unique leader—under the ...

Concurrency is not Parallelism by Rob Pike