Tagged articles

HITL

8 articles · Page 1 of 1
Continuous Delivery 2.0
Continuous Delivery 2.0
Sep 7, 2026 · Artificial Intelligence

HITL Isn't a Popup: 5 Risk-Tiered Rules to Govern AI Agents

This article explains that Human-in-the-Loop (HITL) for AI agents is not merely a confirmation dialog but a risk-tiered governance mechanism, presenting five practical rules: risk classification, clear context for human decisions, audit logging, default deny on timeout, and feedback loops for continuous improvement.

AI AgentsAI GovernanceAI safety
0 likes · 10 min read
HITL Isn't a Popup: 5 Risk-Tiered Rules to Govern AI Agents
Continuous Delivery 2.0
Continuous Delivery 2.0
Sep 5, 2026 · Artificial Intelligence

HITL Isn't a Popup: 5 Rules for Human-in-the-Loop AI Safety

This article clarifies that Human-in-the-Loop (HITL) is not merely a confirmation dialog but a systematic safety framework for AI agents, detailing five production rules, three common misconceptions, and two real-world scenarios to distinguish HITL from HOTL and HOOTL.

AI AgentsAI safetyHITL
0 likes · 7 min read
HITL Isn't a Popup: 5 Rules for Human-in-the-Loop AI Safety
Qborfy AI
Qborfy AI
Aug 31, 2026 · Artificial Intelligence

Build an Enterprise‑Level AI Research Report Generator from Scratch with LangGraph

This article provides a step‑by‑step walkthrough for constructing a daily industry research‑report automation system using LangGraph, covering fan‑out parallel search, fan‑in aggregation, an evaluator‑optimizer feedback loop, human‑in‑the‑loop approval, checkpointing for resumability, and full observability with Langfuse, complete with runnable code.

AI automationHITLLangGraph
0 likes · 24 min read
Build an Enterprise‑Level AI Research Report Generator from Scratch with LangGraph
Tech Ocean
Tech Ocean
May 5, 2026 · Artificial Intelligence

Deep Agents Day 9: Skills and HITL for Enforcing Team Rules with Human Approval

The article explains how Deep Agents’ skills and the interrupt_on (HITL) configuration let teams embed professional procedures and require human review for high‑risk tool calls, detailing the file‑based skill format, appropriate use cases, and how permissions, sandboxing, and logging complete the security stack.

AI safetyDeep AgentsHITL
0 likes · 9 min read
Deep Agents Day 9: Skills and HITL for Enforcing Team Rules with Human Approval
AI Tech Publishing
AI Tech Publishing
Apr 19, 2026 · Artificial Intelligence

How to Build Production‑Ready Agent HITL: State Machines, Event Sourcing, and Distributed Coordination

The article presents a detailed engineering guide for deploying production‑grade AI agents with Human‑in‑the‑Loop, covering a three‑layer decoupled architecture, tool‑level and hook‑level interception, a six‑state session state machine with event sourcing, robust timeout handling using CAS, and cross‑node coordination for multi‑agent workflows.

AgentDistributed CoordinationEvent Sourcing
0 likes · 17 min read
How to Build Production‑Ready Agent HITL: State Machines, Event Sourcing, and Distributed Coordination
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 8, 2026 · Artificial Intelligence

How to Build Human‑In‑The‑Loop (HITL) Capabilities into ReactAgent

This article explains how to integrate a Human‑In‑The‑Loop (HITL) mechanism into ReactAgent, detailing the motivation, design of interaction, tool description, XML‑based UI rendering, Redis‑driven waiting loop, and the broader architectural parallels with design patterns and other agent frameworks.

AgentDesign PatternsHITL
0 likes · 14 min read
How to Build Human‑In‑The‑Loop (HITL) Capabilities into ReactAgent
AI Large Model Application Practice
AI Large Model Application Practice
Dec 16, 2025 · Artificial Intelligence

Recreating NotebookLM’s PPT Generation with a Low‑Code Workflow

This guide shows how to use the open‑source BISHENG low‑code platform, ByteDance’s Seed‑1.6 and Seedream‑4.5 models, and a custom MCP server to build a workflow that uploads documents, performs RAG, generates structured PPT outlines with LLMs, creates page images via text‑to‑image models, and assembles a downloadable PDF, all while incorporating human‑in‑the‑loop controls.

BISHENGHITLLLM
0 likes · 17 min read
Recreating NotebookLM’s PPT Generation with a Low‑Code Workflow