We're proud to have @dvigovszky represent @GolemCloud at @CraftConf 🔥
If you're going, don't miss Daniel's excellent talk:
➡️ Distributed Agents That Survive Anything
⏲️ Day 1, 16:00 - 17:40 CET
For more information, see here:
https://t.co/kXbOt0dEL5
I previously posted benchmarks that compared sync ops across ZB, FS2, Pekko, & Ox.
Concurrent ops just landed. Generally, ZB is best-in-class, sometimes 36x faster than FS2!
Worth noting: FS2 is chunked. ZB achieves these scores with per-element, box-free streaming (!).
Effect Oriented Programming is crossing the chasm! But what even are Effects? Here is one way to look at it...
I'm sure many developers are familiar with async functions where "function coloring" is a viral marker: everything that touches an async thing then becomes async itself.
Here is the main idea of Effects: "async" is one color but there are others like errors, file IO, clock, random, etc. Anything that touches the world outside of its scope has a color. And everything that is a color can be combined into a rainbow.
Rainbows are good because then your AI and your compiler know exactly what is needed and how it might fail. So if you have a 🟤 that touches a 🟩 then the composition is 🟤+🟩 which you want to know and keep track of.
Effects are generalized function coloring, enabling reliable composition, fearless refactoring, explicit testability, and type system based understandability.
🌈 colored code is a superpower for you and your AI!
Just finished migrating @WebJars to @zioscala - something I've wanted to do for a long time. Thanks AI/Kiro for helping me get it done!
There is a lot of machinery to serve the creation and search for the 17k WebJar Maven artifacts that net over 100m downloads / month. I really don't think I would have ever finished this if I didn't have the "constraints liberate" / refactorability of Effect Oriented Programming.
There are still a bunch of tasks to clean up the architecture / code, but let me know if you have any issues with the site!
The clock is TICKING. The time has finally come ⏰
Episode 1 of The Ultimate Coder premieres THIS FRIDAY!
Will Dimitri, Tanner, Alejandro, Mateusz, and David defeat Eidolon, the AI architect?
Subscribe to find out:
https://t.co/quxxDECvrQ
@ssalbdivad@tannerlinsley@caeus@AndaristRake@EidolonAI@jdegoes
For those of you who don't know, MoonBit is similar to Rust but has GC and built-in async, which makes it a sheer joy to use.
Golem's upcoming release adds 1.5, so now you can build high-end, reliable, and durable agents using @moonbitlang.
I'm going to be speaking on April 29th at ODSC AI in Boston.
Topic?
"Building Durable, Production-Grade AI Agents"
Get your ticket here:
https://t.co/SOE9dNpXm1
NEW BLOG ARTICLE 🚨 Golem as a Coding Agent Engine by @dvigovszky is LIVE!
Coding agents are impressive.
Reliable coding agents are still rare.
After months of skepticism, @dvigovszky now writes most of his code with agents.
The real problem isn’t codegen; it’s reliability:
➡️ failed LLM calls
➡️ crashed machines
➡️ lost sessions
➡️ unsafe execution
He built a prototype on @GolemCloud: Durable execution + sandboxed WASM agents + per-branch isolation + parallel read-only agents + host build/test hooks
...and it WORKED. It took <1 day.
Durable execution might be a missing primitive for agentic dev 👀
Read all about it in the latest blog: https://t.co/N4D7f4SS6b
WE GO LIVE TODAYYYYY
@jdegoes works with @tan_stack AI + @GolemCloud to build durable AI agents 💪
How far can John get?
Tune in and find out -- 12pm EST (6pm CEST)
YouTube: https://t.co/nNHZxMmpYF
👀 Live on X and LinkedIn on our accounts, too.
NEW BLOG 🚨
Don't miss our latest blog by Peter Kotula:
➡️ Building a Distributed Shopping Application with Rust and Golem: An Agent-Based Architecture
This project shows how agent-native architectures shine in the real world:
✅ Rust → safety & performance
✅ Wasm → portability
✅ Durable, stateful agents
✅ AI-powered shopping assistant
From product catalogs to checkout orchestration, every capability is an independent agent that scales on demand.
👉 Read the full deep dive: https://t.co/GPv59xMhLC
#RustLang #WebAssembly #DistributedSystems #CloudNative #Agents #Ecommerce