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

推荐订阅源

月光博客
月光博客
云风的 BLOG
云风的 BLOG
小众软件
小众软件
雷峰网
雷峰网
博客园 - 【当耐特】
V
V2EX
WordPress大学
WordPress大学
IT之家
IT之家
Last Week in AI
Last Week in AI
罗磊的独立博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Apple Machine Learning Research
Apple Machine Learning Research
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
Visual Studio Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
有赞技术团队
有赞技术团队
The Cloudflare Blog
Jina AI
Jina AI
博客园 - 司徒正美
阮一峰的网络日志
阮一峰的网络日志
博客园 - 聂微东
大猫的无限游戏
大猫的无限游戏
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com

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
How Enterprise Data Governance Supports Security and Effi...
Hello Arisyn · 2026-05-13 · via DEV Community

AI agents are moving beyond conversation. They are no longer limited to answering questions. They can call tools, access systems, read files, operate data, and complete business workflows across applications.

This shift also explains why the discussion around “AI agent entry points” and “security infrastructure” is becoming more important. A recent 36Kr article about “Lobster Box” highlighted the growing need for end-cloud security infrastructure in the AI agent era, especially as agents increasingly rely on local scheduling, plugin-based execution, and data movement between devices and cloud environments.

For enterprises, this issue is even more critical.

Individual users may worry about privacy leakage. Enterprises face a broader set of risks: Can an agent access data it should not access? Can it respect different permission boundaries across departments, roles, and systems? Is the query generated by the agent aligned with the correct business definition? Is the data source trustworthy? If the result affects a business decision, can the company trace how the answer was produced?

In other words, when AI agents enter enterprise data environments, the security question is not only whether the model is safe. The deeper question is whether the data access chain is governed.

A reliable enterprise AI agent needs at least three foundational capabilities.

The first is metadata management.
An agent needs to know what data sources exist, what tables are available, what fields they contain, and what those fields mean in a business context. Without metadata, the agent can only guess. That often leads to incorrect table selection, wrong field usage, and inconsistent metric interpretation.

The second is data lineage and relationship discovery.
Enterprise data is usually distributed across ERP, CRM, finance systems, supply chain platforms, data warehouses, and data lakes. A simple business question may require multiple tables and several relationship paths. If an agent does not know how tables are connected, it may generate incorrect SQL or join unrelated data.

The third is permission control, auditability, and traceability.
The more powerful an agent becomes, the more boundaries it needs. Enterprises need to control not only who can ask questions, but also what data can be accessed, what actions can be executed, and how each result is logged and audited.

From this perspective, the combination of Intalink and Arisyn represents a practical architecture for enterprise adoption.

Intalink focuses on the underlying data governance layer. It is positioned as an enterprise data lineage and relationship discovery platform, supporting data source management, table and field management, relationship discovery, and relationship context for SQL generation. For AI agents, this works like an enterprise data relationship map before execution begins.

The purpose of this map is not to expose more technical complexity to business users. Its value is to help agents guess less, make fewer mistakes, and avoid crossing data boundaries. For example, when a user asks, “Show me the latest invoice amount for each customer,” the system should not rely only on semantic similarity. It should use governed metadata, table relationships, field relationships, and lineage context to determine which tables can be joined, which fields should be used, and whether the relationship is reliable.

Arisyn operates closer to the intelligent application layer. It uses semantic governance and natural language querying to translate business questions into executable analytical processes. Its capabilities include natural language understanding, intent recognition, clarification, relationship discovery, SQL generation and validation, query execution, and result summarization, with support for reasoning traces, SQL, data tables, charts, and execution details.

This suggests that enterprise AI agents should not jump directly from a user question to a database query. A safer workflow looks like this:

A user asks a business question.
The semantic layer identifies metrics, dimensions, time ranges, and business definitions.
The governance layer provides trusted data sources, tables, fields, and relationship paths.
The agent generates and validates SQL.
The system executes the query and records the result, reasoning process, and boundaries.

The key idea is to place intelligent execution on top of data governance. The agent can complete tasks faster, but every step is constrained by semantics, relationships, and permissions.

In the future, the main challenge of enterprise AI agent deployment may not be whether a company has access to powerful models. The real question may be whether the company has a governance foundation that allows agents to access data safely, understand business meaning correctly, and execute tasks reliably.

Without that foundation, the stronger the agent becomes, the greater the risk.
With that foundation, agents can move from impressive demos to real enterprise productivity.

In the AI agent era, enterprise data intelligence is not only about making machines smarter. It is about enabling machines to do the right things within the right data boundaries.