Skip to content
All tool news

Tool desk · Updated daily

Tool news·OpenClaw·

OpenClaw Adds Decision Models Through Its Plugin SDK.

OpenClaw adds Decision models via its Plugin SDK, giving plugins fast, typed choices without calling a conversational model.

CW

Create With tool desk

3 sources checked · 2 min read · 3 sections

ShareLinkedIn
OpenClaw Adds Decision Models Through Its Plugin SDK

Decision models give OpenClaw plugins a way to make fast, typed choices without routing every judgement through a conversational model. Developers can configure a separate model, then call it from application code through the Plugin SDK.

The OpenClaw blog post explains the problem this is meant to solve. Agents make many small decisions while handling a request. They may need to choose relevant tools, decide which messages survive compaction or work out whether somebody is speaking to the agent.

A language model can make those calls, but each request adds time and cost to the user's main task. It can also return a paragraph when the application needs a specific value.

How Decision Models Work in OpenClaw

A decision model takes evidence and a set of criteria. It returns a typed answer that application code can use immediately, such as a choice, score or probability.

ApproachHow it is calledWhat it returns
Conversational modelThe agent decides when to call it as a toolA language response that may need interpretation
Decision modelApplication code calls it directlyA typed choice, score or probability
OpenClaw pluginCalls the configured decision model through the Plugin SDKAn evaluation for the plugin's next step

Plugins access the configured model through api.runtime.decisions.evaluate. This keeps the decision inside normal deterministic code rather than asking the conversational model to decide whether it should call another model.

OpenClaw is taking a plugin-first approach. Its initial TypeSafe adapter works with Jev, the decision model created by Diogo Almeida and the TypeSafe team. The adapter supports both hosted Jev and a local System One server.

Why OpenClaw Is Using Plugins

Josh Lehman, an OpenClaw maintainer, first tested Jev by giving his agent a tool that could call it. That worked, but the slower language model still had to decide when to use the faster API. Calling the decision model directly from application code removes that extra step.

The shared SDK method also gives other plugins one interface for requesting decisions. OpenClaw is inviting contributors to build on the capability through its plugin system.

Frequently asked questions

What are Decision models in OpenClaw?

They are models that evaluate evidence against defined criteria and return a typed choice, score or probability. OpenClaw plugins can call the configured model directly through the Plugin SDK.

Is OpenClaw Decision models free?

The post does not give pricing or plan details for Decision models. It says the TypeSafe adapter supports hosted Jev and a local System One server.

How do Decision models compare with conversational models?

Conversational models produce language responses and add another model call to the agent's task. Decision models return a focused, typed result that application code can use for its next step.

Sources

3 checked

How we cover tool news: Create With's tool desk drafts these reports with AI from the sources listed above and checks them against those sources before publishing.

Worth passing on?

ShareLinkedIn

Go deeper on OpenClaw

Related reading, watching and going.

Everything on OpenClaw

The briefing

1 Sept 2026

GrokBot Tested: Two Conflicting Takes from Create With

Two Create With writers test GrokBot - an app giving each AI bot a cloud PC and letting bots message each other. We share opposing takes and pricing notes.

Read →

The briefing

28 Jul 2026

AI Loops Explained: Practical Guide Without the Hype

Understand AI 'loops'—how goal-driven agents replace manual prompts, when they help, and their real costs. A clear, no-hype primer for builders and teams.

Read →

The briefing

7 Jul 2026

Create With 2026: One Hot Day in Brighton — AI Agents

Recap of Create With 2026 in Brighton: 500+ creators, live AI-agent demos, Claude Cowork workshop, 50+ apps shipped, a 45-project hackathon and community magic.

Read →
36 min

Podcast

55. We're Back! Conference Recap, Running Events with AI & Self-Healing Apps

James and Kieran return to the Create With Podcast after their summer break to recap the 2026 Create With Conference in Brighton. They discuss how 550 attendees experienced workshops, a charity hackathon where functional apps were built in 30 minutes, and an innovative conference operating system built entirely with AI. The episode covers the latest developments in AI development tools including Anthropic's Fable model, scheduled tasks in Codex, and self-healing applications using PostHog.

Watch now ↗
56 min

Tutorial

OpenClaw + custom dashboard + subagents = mindblowing!

Benoit Devilliers demonstrates Visionary, a custom dashboard he built on top of OpenClaw that uses an orchestrator/sub-agent architecture. The system manages client projects, spawns specialized coding agents, and sends push notifications. In a live demo, he shapes a ticket, spawns an agent, and merges a PR in real-time. Benoit started AI coding in July 2024 and built this entire system himself, showcasing how accessible these tools have become.

Watch now ↗

Podcast

53. Why Your Vibe Code Needs Tests, Ditching SaaS & AI Agents That Work While You Sleep

James and Kieran discuss the practical realities of building AI-powered software, emphasizing the importance of testing in vibe-coded applications, exploring alternatives to traditional SaaS tools, and implementing autonomous AI agents for business operations. The episode covers technical topics like Convex databases, app store bottlenecks from AI-generated submissions, and using OpenClaw as a marketing automation agent.

Watch now ↗

Latest tool news

What else changed this week.

All tool news
n8nDigest

What n8n Shipped for Recruitment Teams

n8n shipped a new integration aimed at recruitment workflows. This update is for teams that want to move candidate data and status changes into the rest of their stack without…

NotionDigest

What Notion Shipped in Late September

Notion's late September updates cover the unglamorous and the ambitious in equal measure: a desktop bug fix, three new AI models for agents, the first step in rebuilding Notion…

The Create With Briefing

Don't watch forty changelogs. Read one email.

Every Tuesday: the tool changes worth knowing, real business use cases, and what's on near you. Free, unsubscribe any time.