DEV Community

Cover image for Slow AI Adoption in the EU (Enterprises) and How ZizkaDB Is Solving This
Mir Arshad Ali Talpur
Mir Arshad Ali Talpur

Posted on

Slow AI Adoption in the EU (Enterprises) and How ZizkaDB Is Solving This

According to the IBM Global AI Adoption Index (research conducted by Morning Consult on behalf of IBM), the EU has the lowest AI adoption rate, at around 28%, compared to the Americas (US + LATAM) at 38%, APAC at 45%, and China at 58%. This is not merely a business question for AI companies. It carries broader nuances that need to be discussed and understood, and then solved, rather than simply blamed on the EU’s conservativeness, its supposed unwillingness to experiment, or the general pace of business in Europe.

First, we need to understand and accept that the EU represents roughly 24% of the global economy and is the largest single market with the highest combined purchasing power. Without the EU, no company can truly claim to be a global company.

In recent years, EU policymakers have been deliberately pushing for European digital sovereignty, and there is enormous enthusiasm among the population here. I sit at Station F in Paris, arguably the innovation hub of Europe, or the mini San Francisco of the EU, and here I meet many founders who are equally excited not just about AI in general, but about building native solutions for Europe. The work happening here is moving at an unprecedented pace. On top of that, governments in Germany, Spain, and France are pushing hard, the EU has opened up grant funding, and Ursula von der Leyen (President of the European Commission) has publicly floated the idea of Europe becoming the first AI continent. All of this points in one direction: the EU has the potential, the market, and the appetite for adoption.

But the most important piece of the puzzle is the EU AI Act. We all know, and many of us have mocked, the EU’s tendency to regulate new technologies. During the API-led era, this was often dismissed as unnecessary intervention. But GDPR eventually became a global standard, and today, regulation is not just necessary, it is a genuine business moat. AI cannot, and should not, be left unregulated. We cannot rely on the goodwill of a handful of people (the leaders of a few frontier model companies) to decide where the world goes next. The strongest check and balance against that is continental-scale regulation. I have zero doubt that the EU AI Act is not only a well-constructed piece of regulation, but that it will become the global gold standard for AI governance in the coming years.

Now let’s return to the actual subject of this article: why is AI adoption comparatively slower in the EU, despite everything discussed above?

Understanding the European Mindset
To answer that, one first needs to understand the mindset of the general population, because that mindset is a real reflection of how enterprises operate in any given part of the world. Europe is skeptical. Europe is calculated. Europe values sustainability. Europe prefers scientific, verifiable solutions over what often feels like probabilistic magic.

This brings me to three core problems that need to be discussed, along with their underlying causes. In the second half of this article, I’ll explain how Zizka AI, a genuinely European-native company, started in Málaga, Spain, and now being built at Station F in Paris, is trying to solve these problems.

  1. Auditability
    Frontier models are, by design, black boxes, and it’s a basic fact of machine learning that everything they produce is probabilistic. Auditability, then, is not a nice-to-have, it is a baseline requirement for enterprise adoption. American companies such as LangChain, Arize Phoenix, and others built observability solutions that served the US market well and helped those companies scale globally. But the underlying problem remains unsolved for EU markets, because observability is not the same thing as auditability. In the EU, enterprises want to know what is happening, why it is happening, how it is happening, and whether the state that produced a given outcome can be replayed and recreated. Existing observability tools were never built to provide that level of detail, and so auditability remains an open question for most AI vendors operating in Europe.

  2. Reliability
    It is basic mathematics of machine learning that LLMs are probabilistic systems, and they can never be made fully deterministic, no matter how many layers of patching are applied on top. We tried RAG (Retrieval-Augmented Generation). Then we moved on to agent memory and long-context architectures. Now companies like Google are experimenting with newer approaches to try to constrain model behavior. But the underlying reality is a scientific one: the mathematics behind LLMs cannot simply be patched away by a layer sitting on top of the model.

The recent push from Silicon Valley toward vertical AI companies, promising that a given AI product will reliably handle healthcare, legal work, or any other specific vertical, is, in my view, largely used to justify the extraordinarily high valuations placed on frontier model companies, and it is backed by exactly these kinds of unscientific patches. When challenged on this, the usual response is either that we should fear a possible dangerous future, or some version of the AGI narrative, both of which are fundamentally unscientific arguments. The EU does not operate on belief in magic. It operates on science and evidence.

  1. Compliance This is a distinctly European problem, because in the EU, compliance is not a nice-to-have feature, it is a necessity. Some might argue this acts as a hindrance to innovation, and that’s partially true. But in the specific case of AI, compliance is actually a guarantor of sustainable, long-term growth. Under the EU AI Act, companies are legally liable for compliance, and non-compliance carries fines of up to €35 million or 7% of global annual revenue, whichever is higher.

This isn’t just a legal mandate, compliance is embedded in the DNA of European enterprises, markets, and people, and it cannot simply be bypassed with bullish arguments about speed or first-mover advantage. Unfortunately, many Silicon Valley AI companies don’t pay much attention to this reality, and on the other side of the world, the degree of state intervention and control behind Chinese AI models makes them equally suspect to European buyers, for different reasons.

The Solution: How Zizka AI Is Addressing These Problems
Having laid out the problems and their root causes, let’s move on to the solution, and specifically, how a genuinely EU-native company is trying to address each of them.

  1. Solving Auditability Zizka AI built ZizkaDB specifically to tackle this challenge. Its creators understood that the database layer is the only place from which complete auditability of agentic workflows can actually be constructed, and they built a genuinely distinctive solution around that insight.

Beyond the general observability features that most tools offer, ZizkaDB’s standout capability is what it calls causality lineage (db.why()). This lets a user trace exactly why a given event happened. Every event in the system is tied to a parent ID and a child ID, so the full causal chain can be reconstructed, not only through query-level debugging, but also through a straightforward visualization on the dashboard, where the entire chain of events leading to a particular outcome can be inspected at a glance. You can see an example of this in the real dashboard screenshot below.

zizkadb — causal lineage
The second pillar of auditability is the ability to recreate agentic state, in other words, to replay a session and reconstruct exactly what state the agent was in at any given point in time. ZizkaDB builds this natively as well, both through a terminal-level query (db.at()) and through a dedicated dashboard visualization, shown in the screenshot below.

These auditability features, purpose-built for the realities of the EU market, make ZizkaDB a natural choice for enterprises based in Europe that are evaluating AI adoption, and they address the auditability gap in a far more rigorous and sophisticated way than existing observability tooling.

  1. Solving Reliability Most attempts to solve this problem, largely coming out of Silicon Valley’s vertical AI companies, rely on promises, or on overconfident language in product documentation, asserting that their AI won’t create reliability issues. What’s missing is a solid, scientifically grounded methodology behind that claim.

ZizkaDB takes a different starting point: the hypothesis that agentic drift is an inherent, unavoidable part of agentic AI workflows, and therefore cannot be patched away. The only realistic approach is to measure and pre-determine the fluctuations in agentic behavior over time, what the team calls agentic drift, and then visualize that drift on a dashboard, so engineering teams can decide for themselves how much behavioral drift they’re willing to tolerate.

Rather than chasing the arguably unachievable goal of making agents fully deterministic, the approach favored by many US companies, ZizkaDB is built around the core principle of human-in-the-loop decision-making. It surfaces the data on model behavior and drift, and leaves the decision of whether and how to act on that data to the humans responsible for the system, rather than pretending the model can be made perfectly predictable on its own.

  1. Solving Compliance As discussed above, compliance is a challenge baked into the DNA of EU companies. As a genuinely EU-native company, Zizka AI has made this a core focus area. They’ve built out complete EU AI Act compliance mapping, working through the regulation article by article, and have published a detailed page walking through exactly how ZizkaDB addresses each relevant requirement.

Zizka AI’s founder, Mir Arshad Ali Talpur, argues that in the AI era, compliance is the real moat, and the entire foundation of ZizkaDB’s product strategy rests on this EU-compliance-first approach.

Press enter or click to view image in full size

Zizkadb EU AI ACT Compliance
https://db.zizka.ai/eu-ai-act

  1. Radical Transparency Beyond solving these three core issues, Zizka AI has gone a step further, pursuing radical transparency to build trust with an otherwise skeptical European enterprise market. The company follows an open-core model, publishing all of its code publicly on GitHub, allowing developers to inspect it, test it, and adapt it freely. However, the code is released under an AGPLv3 license, which means enterprises need a commercial license from Zizka AI to use it in a compliant way, and cloud giants like AWS or GCP cannot simply fork the codebase and offer it as their own managed service. This isn’t just a gesture toward transparency, it’s also a deliberate and sensible business strategy that protects the company’s long-term position while still keeping the core technology open and inspectable.

https://github.com/Zizka-ai/ZizkaDB

Momentum
ZizkaDB’s adoption is currently growing at roughly 25% week-over-week, an early but strong signal of the kind of hyper-adoption that suggests the product is resonating with exactly the enterprise buyers it was designed for.

Top comments (0)