Search results:

Back

The Agent Era Will Be Built on Data and AI Infrastructure

Agents may lead the next wave of enterprise AI, but dependable data, governed execution, and closed feedback loops will determine how far that transformation can go.

AI Summary

Agents may lead the next wave of enterprise AI, but dependable data, governed execution, and closed feedback loops will determine how far that transformation can go. Over the past year, nearly every AI conversation has turned to agents: systems that write plans, run processes, coordinate work, and resemble a new generation of digital employees. When companies first use natural language to drive an internal workflow, it is easy to form an appealing impression:connect an agent platform and the future has arrived.。 Our experience in real projects points in the opposite direction.


Over the past year, nearly every AI conversation has turned to agents: systems that write plans, run processes, coordinate work, and resemble a new generation of digital employees.


When companies first use natural language to drive an internal workflow, it is easy to form an appealing impression:connect an agent platform and the future has arrived.


Our experience in real projects points in the opposite direction.


Agents do not remove complexity. Theymove it from the interface into the infrastructure.


Once agents participate in business operations, their ability to run reliably over time depends on the foundation behind them. AI Infra


The following example is based on a recent project with identifying details removed. We connected a business agent to an internal system and asked it to perform three functions:


  1. understand business context by filling information gaps from knowledge bases and historical records,
  2. call tools to query and update systems or initiate approvals,
  3. then write results back to the system so the process could be reviewed and improved.


The outcome was instructive.


The agent's intelligence was not the first constraint. The first question was whether the system had been designed for uncertainty.


01

Agent is the outcome


A demonstration can create the wrong impression. An agent decomposes work, calls tools, and executes automatically, so it appears to be a system that thinks.


Once it enters a real business process, however, several problems surface at once.


  • Data is incomplete, inconsistent, or unavailable:the agent's decisions depend on historical records, master data, and process events. In many systems, those inputs are missing, defined differently across teams, or inaccessible in real time.
  • Tool interfaces are unreliable and permissions are unclear:one failed API call may be recoverable, but a chain of failures leaves the workflow in a partially completed state. Unclear authorization boundaries also make teams unwilling to permit write operations.
  • Execution cannot be traced or audited:when something goes wrong, no one can see what the agent observed, which tools it called, or why it made a decision.
  • Outcomes cannot be explained or improved:without baselines, replay, and metrics, the only strategy left is to adjust the prompt and hope.


These failures may look like limitations in agent intelligence. In reality,


the underlying infrastructure was never designed for variable inputs, probabilistic outputs, and long execution chains.


We prefer to think of an agent as a Formula 1 car.


Teams can improve the engine and driving strategy, but neither can deliver its potential on an uneven dirt road.


AI infrastructure is that road. AI Infra



02

Traditional Data Infrastructure Falls Short


For more than a decade, enterprise data infrastructure was designed primarily for people.


Reports were read by employees, data marts served analysts, processing was mostly offline, and governance was treated largely as a matter of standards.


When agents enter the system, data becomes production material for models and autonomous software.


That creates three fundamental changes.


01 Data is no longer a static asset; it is a flowing one

Agent behavior continuously consumes data, generates new data, and exposes quality issues. The data environment is always evolving.


02 Multimodal information becomes normal rather than exceptional

Text, logs, images, audio, and interaction traces coexist. A conventional tabular model cannot represent all of them effectively.


03 Real-time access and feedback loops become essential

Data is not merely queried. It participates in decisions, execution, and optimization.


In this environment, a big-data platform assembled loosely with AI tools soon develops gaps


because it lacks an end-to-end feedback loop.


03

AI Infrastructure Needs Closed Loops


Many discussions of AI infrastructure begin with compute, GPUs, and inference acceleration. These all matter, but they are rarely the first problems that stop an implementation team.


Projects are more often blocked by less glamorous questions:


  • Where did the data come from? Are its definitions reliable? Can it be reused?
  • How is model output validated? How are errors recorded and diagnosed?
  • Can agent behavior be traced, replayed, and analyzed?
  • Does new data and feedback improve the system, or is it discarded?


Together, these questions determine whether an intelligent system has a genuine closed-loop capability.


We divide mature AI infrastructure into three foundations, in the same order that we establish them in delivery work.


1. Data for AI:Make data naturally usable by models and agents


This involves far more than placing data in a vector database. Teams must answer several questions:


  • What is the canonical definition of each business object? This requires master data and data contracts.
  • How are process events captured? This includes behavior logs, operation traces, and critical persisted fields.
  • Which data is available online for decisions? This requires real-time or near-real-time pipelines.
  • Can the data be reconstructed later? Versions, timestamps, and sources must remain traceable.

Without these foundations, an agent may appear conversationally capable while remaining unable to execute reliably.

2. AI for Data:Use AI to improve data preparation, governance, and understanding


One lesson from our delivery work is especially direct:


AI should not only consume data. It should help produce and govern it by completing field definitions, detecting conflicting metrics, generating documentation, and supporting annotation and alignment.


Otherwise,the cost of data governance will grow dramatically in the agent era.


3. Create a closed improvement loop,Turn real behavior and outcomes into input for the next iteration


This is usually the most difficult step and the most important. It requires outcomes to be captured in structured form.


  • What entered the task? Record context, retrieval results, and tool responses.
  • What execution path did it follow? Record every tool call, its duration, and the reason for any failure.
  • How strong was the output? Capture evaluation metrics, human acceptance, and production feedback.
  • What should change next? Update the strategy, fill data gaps, and repair tools.


Without that loop, agents remain demonstrations of intelligence. With it, they can improve continuously.


04

Another underestimated requirement


When agents enter business processes, execution becomes the center of complexity.


We call this layer agent infrastructure. It overlaps with AI infrastructure but focuses more narrowly on the security and control required for long-running operation.


In our projects, the minimum standard for production readiness consists of three requirements.


1. Sandboxes and permission boundaries are mandatory


A sandbox is not a single configuration setting. It must define several boundaries:


  • Which systems can the agent access, and which fields can it write?
  • How are write operations tiered: read-only, recommendation, approval required, or automatic execution?
  • How are spend and request rates limited to prevent uncontrolled calls?
  • How is sensitive data masked and isolated?


2. Observability and behavioral logs are mandatory


We recommend treating logs as part of the product itself. They should capture


  • the input, retrieval, tool calls, and output for every task,
  • the duration, token use, cost, and success rate of each step,
  • and categorized failure reasons such as permissions, interfaces, missing data, model uncertainty, or conflicting business rules.
  • The system must support replay, A/B comparison, and audit.


3. Failure paths and rollback strategies are mandatory


Failure is normal in a probabilistic system. The objective is not to eliminate every failure, but to answer:


  • How does execution stop safely, and how does a person take control?
  • How are write operations compensated, made idempotent, or reversed?
  • Which situations require human review before the process can continue?


Without these foundations, the cost of diagnosing an agent failure can quickly exceed the value the agent creates.


05

Why GeekOnUp continues to invest in the foundation


A common question is why we do not focus only on the latest agent prototypes.


After working across the full path from product design to system evolution, our conclusion has become increasingly clear:


in complex operations, infrastructure determines long-term success or failure.


We see this repeatedly, whether building intelligent touchpoints at the application layer, organizing fragmented assets at the data layer, or pursuing growth through AI. Every frontier experiment ultimately reaches the same threshold:


does the organization have a closed-loop infrastructure layer designed for uncertainty?



Before the agent era can mature, it needs a dependable and intelligent operating foundation.


That foundation depends on two capabilities advancing together.


The first is the stable side:data and data infrastructure.


The second is the adaptive side:models and intelligent agents.


Companies need both if AI applications are to operate at speed rather than remain tentative experiments.


That is why GeekOnUp continues to invest in infrastructure.


This is not an attempt to avoid emerging technology. It reflects what we have learned inside complex business systems:


intelligence at the application layer creates sustainable value only when the foundation is strong and the feedback path is complete.


06

Final thoughts


Agents will become a central part of enterprise technology.


Before they take the stage, however,the platform that allows them to operate safely and reliablyis equally important and arguably more urgent.


AI infrastructure sets boththe minimum standard and the practical boundary


of this technology transformation. That is where GeekOnUp chooses to begin.


Talk About Digital Transformation?

Talk About Digital Transformation?

Discuss digital transformation with GeekOnUp

一同向上生长

Growing Upward Together

Let's Talk About Your Ideas

  • Custom APP Development
  • Custom Mini Program Development
  • Custom Web Development
  • AI Agent Development
  • Enterprise Digital Transformation
  • Other