惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Security Latest
Security Latest
Jina AI
Jina AI
爱范儿
爱范儿
Attack and Defense Labs
Attack and Defense Labs
Recent Commits to openclaw:main
Recent Commits to openclaw:main
GbyAI
GbyAI
N
News | PayPal Newsroom
Last Week in AI
Last Week in AI
V
Visual Studio Blog
SecWiki News
SecWiki News
H
Heimdal Security Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
腾讯CDC
L
LINUX DO - 热门话题
I
InfoQ
罗磊的独立博客
博客园_首页
Know Your Adversary
Know Your Adversary
T
The Exploit Database - CXSecurity.com
博客园 - 【当耐特】
阮一峰的网络日志
阮一峰的网络日志
Hacker News - Newest:
Hacker News - Newest: "LLM"
T
Threat Research - Cisco Blogs
美团技术团队
IT之家
IT之家
AWS News Blog
AWS News Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
N
Netflix TechBlog - Medium
Help Net Security
Help Net Security
S
Secure Thoughts
Microsoft Security Blog
Microsoft Security Blog
Schneier on Security
Schneier on Security
Spread Privacy
Spread Privacy
B
Blog RSS Feed
N
News and Events Feed by Topic
L
Lohrmann on Cybersecurity
Google Online Security Blog
Google Online Security Blog
Microsoft Azure Blog
Microsoft Azure Blog
N
News and Events Feed by Topic
I
Intezer
Blog — PlanetScale
Blog — PlanetScale
云风的 BLOG
云风的 BLOG
A
Arctic Wolf
C
Cyber Attacks, Cyber Crime and Cyber Security
G
Google Developers Blog
The Register - Security
The Register - Security
The GitHub Blog
The GitHub Blog
MyScale Blog
MyScale Blog
F
Full Disclosure

Swift for Visual Studio Code comes to Open VSX Registry | InfoWorld

Notion courts developers with a platform for AI agents and workflow automation Using continuous purple teaming to protect fast-paced enterprise environments A better way to work with SQL Server AWS debuts Graviton-powered Redshift RG instances to cut analytics costs SAP’s AI promises last year? Most are still rolling out First look: Lemonade serves up local AI with limitations GitLab CEO sees developer tool bill increasing 100-fold Red Hat adds support for agentic AI development What’s new and exciting in JDK 26 Kill the loading spinner with local-first data and reactive SQL A networking revolution at AWS Tokenmaxxing is super dumb How to add AI to an existing product (without annoying users) Your AI doesn’t need another database What happens when engineering teams reorganize around AI agents Python isn’t always easy When cloud giants meddle in markets 12 model-level deep cuts to slash AI training costs The best new features in Python 3.15 Teradata launches platform for enterprise AI agents moving beyond pilots Three skills that matter when AI handles the coding MongoDB targets AI’s retrieval problem Building AI apps and agents with Microsoft Foundry Designing front-end systems for cloud failure No, AI won’t destroy software development jobs Diskless databases: What happens when storage isn’t the bottleneck Vibe coding or spec-driven development? The agentic AI distraction Vibe coding or spec-driven development? How to choose Cloud providers are blinded by agentic AI SAP to acquire data lakehouse vendor Dremio Small language models: Rethinking enterprise AI architecture Making AI work through eval hygiene Improving AI agents through better evaluations AI in the cloud is easy but expensive Running AI in the cloud is easy – and expensive Making AI work for databases Harness teams of agentic coders with Squad Harness teams of coding agents with Squad Oracle NetSuite announces AI coding skills for SuiteCloud developers Why it’s so hard to create stand-alone Python apps A new challenge for software product managers The hidden cost of front-end complexity GitHub shifts Copilot to usage-based billing, signaling a new cost model for enterprise AI tools OpenAI’s Symphony spec pushes coding agents from prompts to orchestration The front-end architecture trilemma: Reactivity vs. hypermedia vs. local-first apps Enterprise AI is missing the business core The best JavaScript certifications for getting hired Google begins putting the guardrails on agentic AI Why world models are AI’s next frontier Where to begin a cloud career Google pitches Agentic Data Cloud to help enterprises turn data into context for AI agents How open source ideals must expand for AI Is your Node.js project really secure? How I doubled my GPU efficiency without buying a single new card SpaceX secures option to acquire AI coding startup Cursor for $60B Google’s Gemma 4 shines on local systems – both big and small AI is upending the SaaS game How AI is upending SaaS tools Snowflake offers help to users and builders of AI agents From the engine room to the bridge: What the modern leadership shift means for architects like me Addressing the challenges of unstructured data governance for AI The cookbook for safe, powerful agents Enterprises are rethinking Kubernetes GitHub pauses new Copilot sign-ups as agentic AI strains infrastructure Best practices for building agentic systems Making agents dull Oracle delivers semantic search without LLMs When cloud giants neglect resilience Exciting Python features are on the way Ease into Azure Kubernetes Application Network The agent tier: Rethinking runtime architecture for context-driven enterprise workflows The two-pass compiler is back – this time, it’s fixing AI code generation MuleSoft Agent Fabric adds new ways to keep AI agents in line Salesforce launches Headless 360 to support agent‑first enterprise workflows Tap into the AI APIs of Google Chrome and Microsoft Edge Where will developer wisdom come from? GitHub adds Stacked PRs to speed complex code reviews The hyperscalers are pricing themselves out of AI workloads HTMX 4.0: Hypermedia finds a new gear Google Cloud introduces QueryData to help AI agents create reliable database queries Hands-on with the Google Agent Development Kit Are AI certifications worth the investment? AWS targets AI agent sprawl with new Bedrock Agent Registry Cloud degrees are moving online Swift for Visual Studio Code comes to Open VSX Registry AI agents aren't failing. The coordination layer is failing How Agile practices ensure quality in GenAI-assisted development Anthropic rolls out Claude Managed Agents Microsoft’s reauthentication snafu cuts off developers globally Meta’s Muse Spark: a smaller, faster AI model for broad app deployment Bringing databases and Kubernetes together Rethinking Angular forms: A state-first perspective Minimus Welcomes Yael Nardi as CBO to Facilitate Strategic Growth Microsoft announces end of support for ASP.NET Core 2.3 Get started with Python’s new frozendict type AWS turns its S3 storage service into a file system for AI agents Microsoft’s new Agent Governance Toolkit targets top OWASP risks for AI agents The winners and losers of AI coding GitHub Copilot CLI adds Rubber Duck review agent
Evidence-driven workflows: Rethinking enterprise process design
2026-05-14 · via Swift for Visual Studio Code comes to Open VSX Registry | InfoWorld

From runtime architecture to process design

In a recent InfoWorld article, I introduced the concept of the Agent Tier — a runtime architecture that separates deterministic enterprise execution from contextual reasoning. The core idea was straightforward: as enterprise workflows incorporate more signals and adaptive models, embedding contextual judgment directly inside branching logic leads to increasingly fragile systems. A dedicated runtime layer can interpret context and determine the next appropriate action, while deterministic systems continue to enforce authoritative state transitions.

That architectural separation raises a deeper question. If contextual reasoning is handled by a dedicated runtime layer rather than embedded directly in workflow branches, how should enterprise workflows themselves be designed?

For decades, enterprise workflows have been structured as decision trees. Business rules define eligibility conditions, workflows encode branching logic and systems progress through predefined sequences of steps. The model works well when variation is limited and scenarios can be anticipated.

Modern operational workflows incorporate far more signals: Behavioral indicators from digital channels, fraud detection scores, identity verification services, machine learning predictions and regulatory policy checks. These signals must often be interpreted together to determine how a case should progress.

Modern enterprise processes rarely rely on a single signal; decisions depend on how signals interact. An identity verification result acceptable in isolation may require scrutiny when combined with unusual device characteristics or inconsistent geolocation. What matters is their combined interpretation. As signals increase, representing these interactions through explicit branches becomes difficult to maintain.

A different process model addresses this complexity: evidence-driven workflows. Rather than enumerating every possible path through a process in advance, evidence-driven workflows accumulate signals about a case and determine the next appropriate action dynamically. In this model, progression is governed not by static branching logic, but by the evolving evidence associated with the case.

To explore how such workflows behave operationally, I built a small prototype of an evidence-driven onboarding process described later in this article.

The limits of branch-driven workflows

Traditional enterprise workflow engines operate through decision trees. Each step evaluates a set of conditions and directs the process toward the appropriate branch. When inputs are limited and scenarios are predictable, this structure remains manageable.

A contemporary customer onboarding process may evaluate several categories of information:

  • Identity confidence signals. Document verification, biometric validation and third-party identity services.
  • Behavioral indicators. Interaction patterns within digital channels, typing cadence, session activity and navigation behavior.
  • Risk signals. Fraud detection scores, device reputation, geolocation anomalies and network intelligence.
  • Regulatory checks. Sanctions screening, anti-money laundering obligations and customer due diligence requirements.

Each category may contain multiple signals, and decisions depend on their combination. When designers attempt to represent these combinations through branching logic, several operational problems emerge:

  • Branch explosion. The number of possible workflow paths grows exponentially.
  • Logic fragmentation. Decision logic spreads across workflow engines, rule systems and application services.
  • Excessive information collection. Workflows request information required for every branch rather than for the specific case.
  • Operational escalation. Ambiguous cases default to manual review because branching logic cannot resolve them.

Over time, this fragmentation produces processes that are difficult to understand, difficult to modify and increasingly difficult to govern. The issue is not simply complexity. It is the assumption that designers can anticipate the important scenarios in advance.

These limitations point to a different way of structuring workflow progression. Instead of encoding all possible paths in advance, workflows can be designed to accumulate signals about a case and evaluate them as evidence. Progression is then determined dynamically based on the evolving state of that evidence rather than predefined branches.

In this model, the workflow does not attempt to anticipate every scenario. Instead, it assembles context, evaluates the strength of available evidence and determines the next appropriate action at each stage. As additional signals are gathered, the understanding of the case evolves, and the workflow adapts accordingly. Figure 1 illustrates the difference between static branching and evidence-driven progression.

Diagram: branch-driven worflow versus evidence-driven workflow.
Figure 1. Branch-driven workflows versus evidence-driven workflow progression.

Nitesh Varma

How complex operational systems handle uncertainty

In operational environments where uncertainty and signal complexity are high, decision trees have long been replaced by more adaptive control structures.

Military command systems provide a well-known example through the OODA loop (Observe → Orient → Decide → Act) developed by strategist John Boyd. Rather than predicting every possible scenario, commanders observe signals from the environment, interpret the situation, determine an appropriate action and execute it. Each outcome generates new signals that initiate another cycle of evaluation.

A similar pattern appears in domains such as air traffic control, where controllers continuously assess aircraft positions, trajectories, weather and runway availability to determine the next instruction. Across these environments, progression follows a recurring pattern: signals are observed, context is interpreted, an action is selected and the outcome informs the next cycle. The key distinction is that progression is governed not by predetermined branches but by the continuous interpretation of evidence. As enterprise systems incorporate more signals and adaptive models, operational workflows increasingly resemble these reasoning loops.

Evidence-driven workflows in enterprise systems

Evidence-driven workflows apply this reasoning-loop structure to enterprise operations. A typical evidence-driven workflow cycle includes several stages:

  • Context assembly. Signals from operational systems are aggregated into a contextual representation of the case.
  • Evidence evaluation. The system evaluates the signals to determine confidence levels associated with potential outcomes.
  • Action selection. Based on that evaluation, the workflow determines the next appropriate step.
  • Execution. Deterministic enterprise systems carry out the selected action.
  • Context update. The outcome updates the contextual state for the next evaluation cycle.

A useful metaphor comes from intelligence analysis. Analysts rarely rely on a single signal. Instead, they assemble information from multiple sources and gradually build a picture of the situation as evidence accumulates. Each new signal may confirm, contradict, or refine the emerging hypothesis.

Seen this way, workflows resemble evidence-gathering processes rather than fixed sequences of steps. The objective is not to follow a predefined path but to reach sufficient confidence to perform an authoritative action. Each stage contributes signals that clarify the situation. Straightforward cases progress quickly because the evidence already supports a decision, while ambiguous cases trigger additional verification or human review. The workflow adapts to the information available rather than forcing every case through the same path.

This approach offers practical advantages. Workflows request additional information only when confidence is insufficient. Low-risk cases progress quickly, while ambiguous cases trigger verification or human review. Process designers can focus on evidence evaluation logic rather than anticipating every possible scenario.

In this prototype, the reasoning layer drives this evaluation cycle but does not execute actions directly. Instead, it evaluates the accumulated evidence associated with the case and recommends the next step in the workflow. Deterministic systems still perform the execution, with policy validation ensuring that only permitted actions occur. In effect, the reasoning layer functions as an agentic orchestrator — interpreting evidence and guiding workflow progression while leaving operational authority with the underlying systems.

A small prototype of an evidence-driven workflow

To explore how this model behaves in practice, I built a small prototype of an evidence-driven onboarding workflow.

The prototype simulated a simplified customer onboarding process. Instead of encoding the workflow as a fixed decision tree, the system maintained a contextual representation of the case that evolved after each step.

At any moment, the case contained a set of signals such as:

  • Identity confidence from verification services
  • Biometric match strength
  • Fraud detection scores
  • Device and geolocation risk indicators
  • Sanctions screening results
  • Documentation submitted by the applicant

Rather than evaluating these signals through static workflow branches, the system followed a reasoning cycle like the one described earlier:

  1. Context assembly. Signals from identity verification, fraud scoring and device intelligence were aggregated into a case context.
  2. Evidence evaluation. The system evaluated the strength of identity and fraud evidence based on the signals available.
  3. Action recommendation. A reasoning layer determined the next appropriate step (for example, run a fraud check, request documents, or approve the account).
  4. Deterministic execution. Enterprise services executed the recommended action.
  5. Context evolution. The outcome of that action updated the case context, which then informed the next reasoning cycle.

Each action, therefore, strengthened or clarified the evidence associated with the case.

In one simulated onboarding case, the workflow progressed through the following sequence:

Run identity verification

→ Run fraud check

→ Approve account

Identity verification increased confidence in the applicant’s identity, while the fraud check strengthened the fraud-risk assessment. Once sufficient evidence had accumulated, approval could be executed with high confidence.

In another case, conflicting signals produced a different path:

Run fraud check

→ Request additional documentation

→ Escalate to manual review

Here, strong device-risk signals and geolocation inconsistencies prevented a confident automated decision, triggering escalation to human review.

The prototype revealed a key insight: each workflow action contributes evidence that clarifies the case context. Straightforward cases converge quickly because sufficient evidence emerges early. More ambiguous cases trigger additional evidence gathering until the system either reaches confidence or escalates for manual review.

Instead of forcing every case through the same path, the workflow adapts to the information available at each stage. This pattern illustrates how reasoning loops can guide workflow progression while deterministic systems continue to enforce authoritative outcomes.

From agent tier architecture to evidence-driven processes

Seen in this light, evidence-driven workflows represent the process-design counterpart to the runtime architecture introduced by the Agent Tier.

In many enterprise architectures today, contextual reasoning is distributed across several layers of the system. Channel applications embed validation logic, orchestration services implement routing rules, rule engines enforce policy conditions and operations teams intervene when ambiguity arises. Over time, this distribution fragments the decision logic that governs workflow progression. The Agent Tier architecture addresses this fragmentation by concentrating contextual reasoning within a dedicated runtime layer, allowing signals to be interpreted in a unified context while deterministic systems continue to enforce authoritative state transitions.

In this model:

  • Deterministic enterprise systems remain responsible for authoritative actions such as creating accounts, approving transactions, enforcing regulatory requirements and updating systems of record.
  • Contextual reasoning layers evaluate signals, interpret evolving evidence and determine how workflows should progress.

The Agent Tier becomes the component that evaluates context and recommends the next step in the workflow. Deterministic systems then execute that step and update the operational state.

This separation clarifies responsibility within the architecture. Deterministic systems maintain governance and authoritative records, while reasoning systems interpret signals and guide workflow progression. Figure 2 shows how the Agent Tier acts as the reasoning layer within an evidence-driven workflow.

Diagram: Agent-tier runtime applied to evidence-driven workflows.
Figure 2. Agent Tier runtime applied to evidence-driven workflows.

Nitesh Varma

Designing workflows for adaptive systems

Traditional enterprise workflows assumed that designers could enumerate the important scenarios in advance, an assumption increasingly challenged in practice as decision-tree–based approaches become difficult to maintain and evolve at scale.

Today’s enterprise systems operate in a very different environment. Digital channels produce continuous behavioral telemetry. External verification services introduce additional sources of information. Machine learning models generate probabilistic risk assessments that must be interpreted alongside deterministic policy rules.

In such environments, rigid decision trees become increasingly difficult to sustain. Evidence-driven workflows offer a more adaptable model. By allowing context to evolve through evidence accumulation, workflows can respond dynamically to real-world variability while maintaining the governance and reliability required for enterprise systems.

For CIOs and architects, the challenge is no longer simply automating process steps. It is designing systems in which evidence determines progression, contextual reasoning interprets signals and deterministic systems continue to enforce authoritative outcomes.

Evidence-driven workflows represent a shift in how enterprise processes can be designed. As signals proliferate and conditions evolve dynamically, the central challenge becomes interpreting context rather than enumerating scenarios. In this model, workflows are guided by continuous evaluation of evidence rather than predefined paths.

Seen in this broader context, the Agent Tier is not simply a runtime architecture pattern. It is part of a broader evolution in enterprise systems — one in which workflows increasingly resemble reasoning loops rather than decision trees, and operational decisions emerge from the interpretation of evidence rather than predefined branching logic.

This article is published as part of the Foundry Expert Contributor Network.
Want to join?