قادة الفكر

من الأتمتة إلى الإدراك: تطور الذكاء الاصطناعي الوكائلي

mm
أضف Unite.AI إلى مصادرك المفضلة على Google

لعدة عقود، اتبعت أتمتة المؤسسات منطقًا مألوفًا: تعريف العملية، ترميز الخطوات، والسماح للبرمجيات بتنفيذها باستمرار. قامت النصوص البرمجية بأتمتة الأوامر، وسجلت دفاتر التشغيل الإجراءات، وربطت الأتمتة المهام عبر الأنظمة، وجلبت AIOps التعلم الآلي إلى حجم البيانات التشغيلية المتزايد. كل تقدم جعل الأتمتة أكثر قدرة، لكن الناس ما زالوا يتخذون معظم القرارات. هم الذين يحددون العملية؛ والبرمجيات تنفذها.

Agentic AI changes that relationship. Instead of starting with a fixed set of instructions, an agent can start with an objective and work out how to pursue it within defined boundaries. That requires more than generating an answer. The system has to interpret the goal, assemble relevant context, evaluate evidence, use memory, choose among tools or automations, and adjust as conditions change. تُظهر Anthropic تمييزًا مشابهًا بين سير العمل، حيث تتبع النماذج والأدوات مسارات شفرة محددة مسبقًا، والوكيلات، حيث يمكن للنموذج توجيه عملياته واستخدام الأدوات ديناميكيًا.

من التنفيذ الحتمي إلى القرارات التكيفية

None of this makes traditional automation obsolete. In fact, deterministic automation remains the right answer when the path from a known condition to an action is well understood. If a service fails a health check, restart it. If a request meets specific criteria, route it to the appropriate queue. If an interface crosses a threshold, open a ticket and run a diagnostic. These are exactly the kinds of repeatable actions automation handles well.

AIOps expanded that model by helping organizations interpret what was happening before an automation fired: correlating events, identifying anomalies, reducing noise and adding context. Agentic AI takes the next step by introducing judgment between the signal and the action. The question is no longer only, “Which workflow does this condition trigger?” It becomes, “Given the objective and the evidence we have now, what is the best next step?”

Consider a degrading service. An agent may need to examine telemetry, topology, recent changes, tickets, configuration data, historical incidents and business impact before deciding what to do. In one situation, the evidence may point to a familiar remediation, and in another, the agent may need to gather more information or run a read-only diagnostic. And when the potential impact is high or the evidence is inconclusive, the right decision may be to bring in a human. That ability to adapt the path based on what the system discovers is the meaningful shift.

السياق والذاكرة يغيّران جودة القرار

Agency without context is not very useful. The same symptom can mean something entirely different depending on topology, maintenance activity, recent changes, dependencies or customer impact. Experienced operators understand this instinctively; they rarely make consequential decisions from one isolated signal. They assemble a picture, separate observation from inference, and decide how much confidence the evidence deserves.

Memory adds another dimension. Google Cloud identifies memory as a core component of agentic architectures because it helps agents maintain context and use information from prior interactions. In operations, the opportunity is broader than simply retrieving an old ticket. Useful operational memory can preserve what happened when similar conditions appeared, which hypothesis proved correct, what remediation was attempted, whether it worked or was rolled back, and what operators learned afterward. When that experience has been validated, it can become evidence for the next decision rather than knowledge that disappears into a postmortem or remains in an expert’s head.

There is an interesting parallel in cognitive science. Research on cognitive offloading examines how people use external tools and actions to reduce the mental demands of a task, while research on tool use has shown that repeated interaction with tools can alter how people represent their practical reach and ability to act. The analogy to enterprise AI should not be taken literally, but the underlying idea is useful: tools do more than save time. Over time, they can change how we approach a problem. The well-known research on London taxi drivers and navigation expertise offers another reminder that sustained experience can shape cognition itself. For enterprises, the design question is therefore not simply how much work an agent can take over, but whether the human-agent system becomes better at understanding and acting on complexity.

يجب على الوكلاء تنسيق الأتمتة، لا استبدالها

This is also why I do not see agentic AI as a rejection of automation. Earlier in my career, I spent years building operations automation, and one lesson stayed with me: execution alone is not enough. Automation has to earn trust. Operators need confidence that the right action is being used for the right situation, with the right authority and enough evidence to understand why.
A practical agentic architecture builds on that investment. Existing scripts, workflows, APIs, orchestration platforms and domain-specific tools become capabilities the agent can call when appropriate. If the evidence supports a known remediation, the agent can use the proven automation rather than improvising a new action. If the evidence is incomplete, it can investigate further. The value comes from combining reliable execution with more adaptive decision-making around when and how that execution should occur.

المزيد من الاستقلالية يجعل الحوكمة أكثر أهمية

The moment software can choose among actions; governance can no longer be something added after the fact. An enterprise agent needs to understand not just what it is technically capable of doing, but what it is authorized to do in a particular environment, at a particular level of risk, and under a particular identity or role. NIST’s AI Risk Management Framework reflects this broader view of governance, organizing AI risk management around govern, map, measure and manage, with governance operating across the other functions.

In practice, that means an agent should be able to show the evidence behind a recommendation, make clear what systems and data it used, expose uncertainty, respect approval requirements and leave an audit trail of what happened. Reversibility matters too. A read-only diagnostic and a production configuration change should not carry the same autonomy threshold.

Human oversight therefore becomes more precise rather than simply disappearing. The same agent might gather evidence autonomously, recommend a remediation, require approval before a higher-risk action, and then verify whether the approved action actually worked. The goal is not to declare humans universally “in” or “out” of the loop. It is to put human judgment at the points where it adds the most value.

الميزة الحقيقية هي ما يحدث بعد الإجراء

Perhaps the most consequential difference appears after an action is taken. Traditional automation usually asks whether the workflow executed successfully. A cognitive system should ask a harder question: did the action produce the intended outcome, and what should we learn from what happened?

That changes the value of the feedback loop. A successful remediation can strengthen the evidence for a similar situation in the future. A failed hypothesis should make the system less likely to repeat the same reasoning. An operator correction can improve the next recommendation, while a rollback may reveal that confidence exceeded what the available evidence justified. Over time, the important asset is not simply a larger library of automations. It is the accumulated relationship among situations, evidence, decisions, actions and outcomes.

Seen this way, the evolution of enterprise automation is less about replacing one generation of technology with another than about adding new capabilities around what already works. Scripts encoded actions, runbooks captured procedures, orchestration connected them, and AIOps helped interpret increasingly complex operational signals. Agentic AI adds the ability to pursue objectives, reason across context and evidence, draw on memory, choose among available capabilities, act within governed boundaries and learn from the result.

The endpoint should not be unlimited autonomy. It should be accountable autonomy: systems that can recognize when to act, when to investigate, when to ask permission and when to stop. That is the transition from automation to cognition—not machines replacing human operations, but enterprises developing a better way to perceive, decide, act and learn.

Casey Kindiger هو المؤسس والرئيس التنفيذي لـ Droma (سابقًا Grokstream)، شركة ذكاء اصطناعي مؤسسية تُطوّر عمليات تنبؤية ووكيلية، ورائد أعمال متسلسل أسس سابقًا شركة Resolve Systems. مع أكثر من 25 عامًا في تكنولوجيا المؤسسات، وعقد من القيادة في فرق البحث التطبيقي في مجال الذكاء الاصطناعي/التعلم الآلي، وماجستير في علم النفس وعلم الأعصاب للصحة النفسية من كلية كينغز في لندن، يقدم منظورًا مميزًا حول كيفية إسهام الإدراك البشري في تطوير أنظمة ذكاء اصطناعي أكثر قدرة وموثوقية.