Executors and Deployment Architecture

A deep dive into AgenticOS’s polling-based executor architecture: how Petri nets can orchestrate work across networks, clouds, and corporate firewalls—without requiring a single inbound port. What if your automation platform could reach anywhere? Not just servers in your cloud VPC, but machines behind corporate firewalls. … … Continue readingExecutors and Deployment Architecture

Teaching AI to Read Code: Building a Self-Analyzing Petri Net with AgenticOS and SA-BlobStore

A AgenticOS + SA-BlobStore journey: small tokens, big artifacts, and a two-stage “grep → analyze” agentic process I love the cleanliness of Petri nets in AgenticOS: tokens move, transitions fire, and everything stays inspectable. But the first time I tried to run a “real” agentic … … Continue readingTeaching AI to Read Code: Building a Self-Analyzing Petri Net with AgenticOS and SA-BlobStore

Agentic Nets: The Future of Human-AI Partnership in Agent Orchestration

How I discovered a new paradigm for working with AI agents by building executable Petri nets together with Claude Code – and why this changes everything about how we develop intelligent systems. By Alexej Sailer | January 2026 I was sitting at my desk, staring … … Continue readingAgentic Nets: The Future of Human-AI Partnership in Agent Orchestration

Agentic Nets Building Blocks – Document Processing

Agentic Nets are executable Petri nets that combine traditional process modeling with intelligent automation. They transform static process diagrams into living systems that can route, transform, integrate, analyze, decide, and execute – all orchestrated through six fundamental building blocks. Each building block is a transition … … Continue readingAgentic Nets Building Blocks – Document Processing

Command Transitions

The Command transition enables Petri nets to execute shell commands, scripts, and file system operations through the agentic-net-executor service. While LLM transitions process AI prompts and Agent transitions enable autonomous reasoning, Command transitions provide direct system execution – running bash commands, scripts, and file operations … … Continue readingCommand Transitions