AGENTIC WORKFLOWS · PATHWAYS + THINKWAYS

Automate the known path. Reason through the exceptions.

Use deterministic Pathways for work where the route is known. Add bounded Thinkways where an agent must interpret context, branch, verify or replan—then connect both under the same action policy, approvals and execution evidence.

DETERMINISTIC PATHWAYSBOUNDED REASONINGHYBRID EXECUTION
HYBRID EXECUTION MODEL
PATHWAYKnown sequencedeterministic
CONDITIONException?route decision
THINKWAYInterpret + verifybounded reasoning
APPROVALHuman boundarywhen required
PATHWAYExecuteknown action
01 · DEFINITION

Two workflow primitives for two different kinds of work.

Pathways are deterministic workflows for work whose sequence, transitions and conditions are known in advance. They are useful when repeatability matters more than interpretation.

Thinkways are bounded reasoning workflows for work whose next step depends on context. They give an agent room to interpret, branch, verify or replan without turning the entire process into unconstrained improvisation.

02 · SIDE BY SIDE

Predictability where it belongs. Reasoning where it earns its keep.

PATHWAYSDETERMINISTIC

For work where the route is known.

Define transitions, conditions, tools, data and approval gates explicitly. The workflow should not invent a new route when the sequence is already understood.

Known transitions
Explicit conditions
Repeatable execution
Approval gates where needed
THINKWAYSAGENTIC

For work where context changes the next step.

Attach bounded reasoning when an agent must interpret evidence, choose between viable routes, verify a result, replan after failure or escalate uncertainty.

Interpret context
Branch deliberately
Verify and replan
Stay inside configured boundaries
03 · WHY NOT ALL AGENTIC?

Predictable work does not become better because a model is allowed to improvise.

If the business already knows the correct sequence, turning every step into an open-ended agent decision adds variance without adding intelligence. Deterministic execution remains the better primitive for fixed transformations, validations, routing rules and known approval chains.

Createting's architecture keeps Pathways available precisely so teams can reserve reasoning for the parts of a workflow that genuinely require it.

04 · WHY NOT ALL DETERMINISTIC?

Some work cannot be reduced to one giant decision tree.

Research, diagnosis, exception handling and ambiguous customer requests can require interpretation that is expensive or impossible to enumerate up front. Forcing every possibility into a static graph produces brittle automation and endless edge-case branches.

Thinkways create a deliberate place for model reasoning while the surrounding workflow can remain structured and inspectable.

05 · HYBRID PATTERNS

The useful architecture is often Pathway → Thinkway → boundary → Pathway.

A hybrid design lets deterministic infrastructure prepare the problem, reasoning handle ambiguity, and deterministic execution take over again once the decision is clear.

SUPPORT

Resolve an unusual customer case

Pathway: identify customer and load approved account data. Thinkway: diagnose the unusual issue and verify evidence. Approval: commercial concession. Pathway: update CRM and send the response.

SALES

Research and qualify an account

Pathway: enrich known company fields. Thinkway: research the account, assess relevance and identify likely stakeholders. Pathway: write qualified fields and route the opportunity.

OPERATIONS

Handle an operational exception

Pathway: collect system state. Thinkway: interpret the exception and choose a recovery proposal. Approval: high-impact action. Pathway: execute the approved route and record evidence.

06 · SHARED BOUNDARIES

Reasoning changes the route—not the rules of the system.

A Thinkway should not become a bypass around tool policy, approvals or runtime capabilities. Agentic reasoning can remain subject to the same configured authority and evidence model as the deterministic parts around it.

REASONThinkway chooses a candidate route
RESOLVERuntime resolves available capabilities
AUTHORIZEPolicy resolves ALLOW / ASK / DENY
EXECUTEPathway or tool performs the approved action
07 · DECISION GUIDE

Choose the workflow primitive from the work itself.

Is the next step known in advance?Mostly yesPATHWAY
Must context be interpreted before choosing a next step?YesTHINKWAY
Are some steps predictable and others ambiguous?YesHYBRID
Can the action create external risk or irreversible effects?YesADD GOVERNANCE
08 · FAQ

Pathways and Thinkways, in practical terms.

What is the difference between a Pathway and a Thinkway?

A Pathway encodes a known sequence and explicit transitions. A Thinkway is used when an agent must reason about context before selecting or validating a next step.

Can a Pathway call a Thinkway?

Yes. That hybrid pattern is central to the model: deterministic workflow steps can hand an ambiguous subproblem to bounded reasoning and then resume structured execution afterward.

Why not use an AI agent for every workflow step?

Because fixed work benefits from repeatability. Reasoning adds value where interpretation is required, but it also introduces variance that is unnecessary for known transformations and routes.

Can Thinkways bypass approvals?

They should not. Reasoning determines a candidate next step; configured action policy and approval boundaries still determine whether an external action may execute.

When should a workflow be hybrid?

Use a hybrid when the process has a predictable backbone but contains one or more points where context, uncertainty or evidence must change the route.

START WITH THE WORK

Find the parts that should be deterministic—and the parts that actually need an agent.

Map one real workflow before choosing the architecture.

Assess your workflow →