From My Blog

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

CI/CD Pipeline – A Complete Agentic Net Example with Error Handling

CI/CD Pipeline – A Complete Agentic Net Example with Error Handling This guide demonstrates a real-world CI/CD Pipeline built as an Agentic Net. Unlike the simple linear showcase, this example includes error paths, conditional routing, and multiple postsets – showingContinue readingCI/CD Pipeline – A Complete Agentic Net Example with Error Handling

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