System Architecture

System Architecture

8068 bookmarks
Custom sorting
Delegation as Data: Applying Cedar Policies to OpenClaw Subagents
Delegation as Data: Applying Cedar Policies to OpenClaw Subagents
Intra-domain delegation enables an agent to grant constrained authority to subagents without expanding the system’s trust boundary. In the OpenClaw + Cedar demo, delegation is modeled as data and enforced by a stable policy set, preserving policy integrity while allowing dynamic scoping of power.
·windley.com·
Delegation as Data: Applying Cedar Policies to OpenClaw Subagents
Write your APIs like you write a movie
Write your APIs like you write a movie
If you have built APIs, then by now, you are already familiar with the practices of how we typically build APIs:
·mohammad-shaddad.com·
Write your APIs like you write a movie
Implementing Amazon Dynamo in Elixir
Implementing Amazon Dynamo in Elixir
For the next paper in my Paper Implementation series, I picked the Dynamo 2007 paper by Amazon. I had a really good time with this one. Large scale distributed systems always fascinate me , how do you handle that much data, across that many machines, and keep it working when things inevitably break? The Dynamo paper has a clear answer, and it keeps repeating it in case you miss it: eventual consistency.
·jiteshcodes.com·
Implementing Amazon Dynamo in Elixir
A Legal Identity Foundation Isn't Optional
A Legal Identity Foundation Isn't Optional
Modern verification systems force individuals to rely on institutions to prove facts about themselves, creating a
·windley.com·
A Legal Identity Foundation Isn't Optional
Choose Boring Technology and Innovative Practices
Choose Boring Technology and Innovative Practices
The famous article Choose Boring Technology lists two problems with using innovative technology: There are too many "unknown unknowns" in a new technology,...
·buttondown.com·
Choose Boring Technology and Innovative Practices
Eddie - Email infrastructure to grow your business
Eddie - Email infrastructure to grow your business
Privacy-first email infrastructure for fast growing companies. Run agents and automations securely on your email and proprietary data.
·eddie.chat·
Eddie - Email infrastructure to grow your business
Spotting and Avoiding ROT in Your Agentic AI
Spotting and Avoiding ROT in Your Agentic AI
The following article originally appeared on Q McCallum’s blog and is being republished here with the author’s permission.Generative AI agents and rogue
·oreilly.com·
Spotting and Avoiding ROT in Your Agentic AI
Why Raft Can’t Safely Commit Old-Term Entries
Why Raft Can’t Safely Commit Old-Term Entries
Raft is a consensus algorithm that allows a group of servers to agree on the order of a sequence of commands. The objective of this article is not to re-explain RAFT, as this work has already been done in several other places, and the RAFT paper gives enough details to implement it. Instead, my focus will be on two problems that I faced when I voluntarily studied the open distributed systems course from MIT (course code 6584, I didn’t enroll in the course officially, and I wasn’t a student of MIT).
·abdellani.dev·
Why Raft Can’t Safely Commit Old-Term Entries
Decoupling Deployment Boundaries from Memory Boundaries in Function Composition
Decoupling Deployment Boundaries from Memory Boundaries in Function Composition
I introduce Memory-Continuous Architecture (MCA), a runtime model that decouples deployment boundaries from memory boundaries in function composition. KubeFn implements MCA across JVM, Python, and Node.js runtimes, demonstrating 4-100x latency reduction in full HTTP benchmarks.
·zenodo.org·
Decoupling Deployment Boundaries from Memory Boundaries in Function Composition
Designing AI Features That Actually Help Users
Designing AI Features That Actually Help Users
Learn how to use AI as an intent layer in Phoenix apps to build reliable, structured filtering without replacing your existing UI.
·mimiquate.com·
Designing AI Features That Actually Help Users
SpacetimeDB: a short technical review | Articles
SpacetimeDB: a short technical review | Articles
The database market is harsh, particularly for newcomers. It’s very hard to launch a new product and differentiate yourself from the incumbents. Even …
·strn.cat·
SpacetimeDB: a short technical review | Articles
Designing the Built-in AI Web APIs
Designing the Built-in AI Web APIs
Creating web standards for AI models means wrestling with questions that didn't exist two years ago. Here's what I've learned building the prompt API and its siblings.
·domenic.me·
Designing the Built-in AI Web APIs
How reactive streams could be rewritten into plain Java API
How reactive streams could be rewritten into plain Java API
Inspired by comments under my recent post where I shared my painful experience from reactive code, I'd like to show how simple it is to write streaming code with plain Java API, avoiding reactive streams API altogether. Handling streams of events is the main concern when people discuss whether react
·linkedin.com·
How reactive streams could be rewritten into plain Java API
Periodic Spaces
Periodic Spaces
One of my favorite SDF techniques is domain repetition:
·ianthehenry.com·
Periodic Spaces
Demand Convenience
Demand Convenience
One of my favorite YouTube channels is Reject Convenience. The core premise of the channel is; to engage with the modern technological landscape, consumers need to contend with the tradeoff between convenience and privacy. To be a consumer of any tech product, be it for navigation, entertainment, productivity, or even health, is to cede a treasure trove of data about your lifestyle, habits, and personal thoughts to the Charybdis that is Silicon Valley. The channel focuses on educating consumers about how their privacy is at risk online, available alternatives, and evaluating privacy tools, such as VPNs.
·headwatersblog.substack.com·
Demand Convenience
undefined
undefined
How do you measure product-market fit for a developer tool? A PMF scoring model from Evil Martians—a product development consultancy for developer tools startups—built on data from 37 devtools companies across AI, infrastructure, and cybersecurity. Five metrics, real benchmarks, and a dual score that tells you whether to invest in product or go-to-market.
·evilmartians.com·
undefined
undefined
undefined
Wire your OpenAPI contract into a Node.js Fastify backend with auto-generated routes, typed handlers, and request validation—no manual route definitions, no type drift, no integration surprises.
·evilmartians.com·
undefined