Most people start chaining agents too early. They have a vague task, they split it into planner, writer, reviewer, tester, maybe even critic, and then they wonder why the result feels bloated, circular, and strangely fragile. The answer is simple: the chain did not remove uncertainty, it only distributed it across more participants.
The Ralph loop matters because it forces the system to keep working until the task crosses a clear finish line, which means the chain has to serve a concrete result instead of producing a polite pile of intermediate artifacts.
View article →
Max
max@towardsliberty.com
npub1klkk...x3vt
Praxeologist ~ Cryptoanarchist ~ Cypherpunk
You can make @Amethyst search 100x better by adding these to your search relay list:
wss://antiprimal.net
wss://relay.ditto.pub
wss://nostr.wine
wss://nostr.wine
Thanks @Vitor Pamplona for that tip
Nostr Compass #11
Nostr Compass Podcast
Weekly Nostr developer podcast covering protocol updates, client releases, and infrastructure developments.
PODSTR - Nostr Podcast Platform
A decentralized podcast platform powered by Nostr protocol
BCC 2025 Building the Second Realm: The future of The Cypherpunk Movement|
Barcelona Cyphers Conference 8333
Max Hillebrand advocates building a "Second Realm" parallel economy using Bitcoin, Nostr (distributed messaging), and anonymous cash systems (Cashu, Fedimint) to operate outside state control. He emphasizes privacy-by-default architecture—where encryption is computationally cheap to deploy but expensive to attack—and distributed protocols avoiding single-point failures like Silk Road. Solutions to
BCC 2025 Building the Second Realm: The future of The Cypherpunk Movement|
Barcelona Cyphers Conference 8333
What if freedom isn't something to ask for — but something to build? In this talk, Max Hillebrand explores the “Second Realm”: a ...
You must use nostr with Tor or a VPN.
It is so easy for anyone to link your npub to an IP, and it better not be your real IP...
View quoted note →
Hilarious that the prison guards have still not reviewed the update...
View quoted note →
We probably identified the issue with the relay connection in @White Noise, fix is being worked on now!
View quoted note →
GitHub
whitenoise-rs/relay-control-plane-rearchitecture.md at ca355847562e04667d1b591dfd306309601b68ff · marmot-protocol/whitenoise-rs
The Rust brain for the White Noise app. Contribute to marmot-protocol/whitenoise-rs development by creating an account on GitHub.
The latest @White Noise release works well for new npubs, but if you have a lot of follows, the app connects to too many relays and gets overwhelmed, messages don't get sent or received then.
Even when you log out of that large account, the error will persist, so you'll have to wipe the storage completely and log in with a fresh of low follow count account.
Please have a bit of patience, the next release should fix that, sorry!
Ok ok, let's be real & stay humble, it's not really working, just less broken... 🙃
View quoted note →
Nostr Compass #10
Nostr Compass Podcast
Weekly Nostr developer podcast covering protocol updates, client releases, and infrastructure developments.
PODSTR - Nostr Podcast Platform
A decentralized podcast platform powered by Nostr protocol
Now with amber support I'm finally using White Noise on my main account, shoot me a DM please if you want to test!
View quoted note →
About to go live, join and learn more about #GrapheneOS
View quoted note →
@White Noise now has a command line interface for desktop!
This is perfect for your ai agent to learn how to send private messages.
@J.G.Montoya.Hodl
GitHub
Feat/cli by jgmontoya · Pull Request #537 · marmot-protocol/whitenoise-rs
Summary by CodeRabbit
New Features
New CLI client and daemon with rich commands for identity, accounts, groups, chats, messages, follows, users, ...
MDK v0.7.0 is out on crates