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

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园_首页
大猫的无限游戏
大猫的无限游戏
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Apple Machine Learning Research
Apple Machine Learning Research
B
Blog
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
P
Proofpoint News Feed
MyScale Blog
MyScale Blog
Engineering at Meta
Engineering at Meta
量子位
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
Tailwind CSS Blog
Stack Overflow Blog
Stack Overflow Blog
N
Netflix TechBlog - Medium
T
The Blog of Author Tim Ferriss
U
Unit 42
aimingoo的专栏
aimingoo的专栏
博客园 - 叶小钗
博客园 - 【当耐特】
云风的 BLOG
云风的 BLOG
博客园 - Franky
博客园 - 聂微东

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
AI agents don’t need more autonomy. They need route, boun...
kodomonocch1 · 2026-04-28 · via DEV Community

Most AI products are still framed around capability.

Can the model answer?

Can it summarize?

Can it classify?

Can it call tools?

Can it automate the task?

But as AI enters real operational workflows, I think the harder question is no longer:

Can the AI do this?

The harder question is:

Who decided where the work should go, how far it could be delegated, what had to be blocked, where a human had to step in, and what receipt remained afterward?

That is the part that still feels underbuilt.

A chatbot can answer.

A workflow tool can move steps around.

A SOAR tool can automate response.

A governance dashboard can observe policy.

But none of those, by themselves, fully answer the delegation question:

  • Where should the work go?
  • How far can it proceed?
  • What actions are allowed?
  • What actions are blocked?
  • When does a human checkpoint become mandatory?
  • What can be replayed later?

That is what I’m testing with NoeX.

NoeX is currently a public technical validation front door for a workflow-native decision layer beta.

The core loop is simple:

route decision → delegation boundary → human checkpoint → receipt / replay

The point is not to make AI more autonomous by default.

The point is to make delegation explicit before AI-assisted work moves forward.

A concrete example: incident investigation

Imagine an SRE / Platform incident investigation.

An incident comes in.

Before any AI/tool-assisted work proceeds, a team may need to know:

  • which lane the work should go to
  • what candidate lanes were considered
  • why one lane was chosen
  • what actions are allowed
  • what actions are blocked
  • whether human approval is required
  • what escalation path exists
  • what receipt remains afterward

That receipt should not be just a generic audit log.

It should explain the decision trail:

  • Why this route?
  • Why this boundary?
  • Why this checkpoint?
  • What was allowed?
  • What was blocked?
  • What context should carry forward?

The risk is not only “the model was wrong”

AI delegation creates a new kind of operational risk.

Not only:

The model made a bad answer.

But also:

  • the work was routed to the wrong lane
  • autonomy went too far
  • approval happened too late
  • blocked actions were unclear
  • nobody can replay why the decision happened
  • future workflows learn nothing from the outcome

If AI-assisted workflows keep scaling, teams may need a layer that is neither chatbot nor automation engine.

A layer between work intake, tools, humans, and AI capabilities.

A decision layer.

What NoeX is testing

The first validation entry for NoeX is:

SRE / Platform incident investigation routing

SOC guarded delegation and Enterprise IT / BYOAI conditional admission are included as adjacent validation entries.

But they are not production runtimes.

That distinction matters.

NoeX is not a production launch.

It is not a SOAR replacement.

It is not a governance dashboard.

It is not an AI marketplace.

It is not a chatbot.

It is not claiming live SOC or BYOAI runtime.

The current public site is only a validation front door.

The part to inspect is the replay / receipt explorer.

What I want to learn

I’m looking for technical feedback on one question:

Would route → boundary → checkpoint → receipt be useful in real operational workflows where AI, tools, automation, and humans interact?

If the answer is no, I want to know why.

If the answer is yes, the next question is where this decision layer should live first:

  • SRE?
  • SOC?
  • Enterprise IT?
  • AI platform teams?
  • Somewhere else?

Public validation page:

https://noex-public-validation.pages.dev/

The useful part to inspect is the replay / receipt explorer.