Show HN: OpenVerb – A deterministic action layer for AI agents

Hacker News Show AI
Generative AI AI Tools

Hi HN, I’ve been working on a project called OpenVerb, which explores an architectural idea for AI systems: separating reasoning from execution. Most AI agent frameworks today focus on improving reasoning loops, planning, and orchestration (LangChain, LangGraph, etc.). But once an agent decides to perform an action, execution usually becomes a direct tool call, script, or API invocation.