Show HN: We built an AI-agent with a state machine instead of a giant prompt
Summary
A team developed NOMOS, an open-source engine that uses a step-based state machine to manage LLM agents, addressing the unpredictability and lack of testability found in prompt-based approaches. By making each state explicit and independently testable, NOMOS offers greater reliability, traceability, and ease of collaboration for enterprise AI workflows. This approach could set a new standard for building robust, maintainable AI agents in production environments.