Clemens / Weblog

Clemens Vasters

Distributed systems, messaging, standards, travel, photography, politics, and notes accumulated since 2002.

Latest entries

Alien Abductions etc.

Football. Cloud. Tech. Liberal Politics. Pictures - Principal Architect for Messaging/Eventing at Microsoft.

Avrotize & Structurize 3.0 is here!

Just before I vanish into the holiday break, I bundled up the release of Avrotize 3.0, a major update that introduces support for JSON Structure – a new intermediate schema format that bridges the gap between JSON Schema's familarity and expressiveness and Avro's type safety. ...

Read article

JSON Structure - An Introduction

This primer introduces JSON Structure, a modern, strictly typed data definition language that resembles JSON Schema, but has very different basic design principles. JSON Structure focuses on defining data types with clear, deterministic constraints while supporting extensions ...

Read article

Agent Autonomy

Autonomy is what makes AI agents reliable building blocks. It means an agent is a self-contained unit of management, deployment, and ownership that can operate independently while participating in a larger system. It controls its own state, evolves on its own schedule, and ...

Read article

An Interface Design Test for Collaborative Agents

An 'agent' is a participant in a collaboration that autonomously solves a given aspect of a problem in the context of a system. An agent can be implement by a deterministic software module, by a person (human-in-the-loop), or by an AI component (AI-in-the-loop). Some ...

Read article