Talk · TDWI München 2026
Open Standards for Data Products
Dr. Simon Harrer (CEO & Co-Founder, Entropy Data) · June 23, 2026
A solo talk at TDWI München 2026, in three movements. Simon opens by teasing the future: he kicks off a coding agent to build a data product on its own, then lets it run in the background. He spends the middle of the talk on the stack of open standards that makes that possible (ODCS for data contracts, ODPS for data products, OSI for semantics) and the open-source tooling around them. By the end the agent is done, and the future turns out to be already here. The closing ask: help make history by getting these standards over the line.
Live at TDWI München 2026. The annotation below is an edited summary of the slides.
Q&A
Selected questions from the audience after the talk.
Q: Are Data Mesh and data products finally on the verge of a breakthrough in the AI era, now that metadata quality is the real lever?
That is the thesis. Data Mesh often stalled on politics, the swing from centralization back to decentralization, and in a BI context it frequently failed to fly. What changed is that metadata quality used to interest no one; governance could swing all the sticks and carrots it liked, and no one cared. Now you tell an agent "go," and with bad metadata it confidently produces garbage, while with good metadata, driven by standards, it produces something genuinely useful. That creates a real feedback loop to care about metadata quality. Standards are no silver bullet and no fire hose that fixes everything, but they nudge you in the right direction and help raise mediocre agents to good ones. Even something as small as the instructions, synonyms, and examples in OSI noticeably improves agent output.
Q: Isn't metadata a competitive product for the big platforms, and a new form of lock-in?
Yes, and that is exactly why you should bet on open standards. The success of agents is decided by metadata, so every big vendor wants your metadata living with them. A huge metadata lock-in is forming right now, and it is even stronger if your metadata is in a proprietary format. As a customer you need some position of power to negotiate prices; if they can say "but all your metadata is already here," you are locked in. So control your metadata, keep it in-house, perhaps even private. Metadata itself is not expensive and not large; the expensive part is compute and inference.
Q: ODPS feels light on what happens between input and output ports. Will the logic be standardized, or do I use custom properties?
Something will happen there, but it is not the main focus right now; the focus is on ODCS. There is already a bill-of-materials-style part, the idea from manufacturing of what a product consists of, and you can model some of it that way today, though I have not seen it used much. The bigger point is that with ODCS and ODPS you have a kind of spec for your coding agent, and the skills make it build compliant products. Encoding "anonymize this column" in the contract, and how anonymization is done in the skills, the agent puts together. How much you really need to describe is an open question: maybe less than we think. Describe the goal and the quality you want, not every step.
Q: How do I avoid expensive metadata maintenance when the business knowledge sits with domain experts who will never write YAML?
One answer is a domain ontology, captured with the business in workshops, the same way you fill out a data product canvas. The technical and physical details are for the engineers, but you can still bring the business along in the discussion. There is no magic cure. What I do observe is that with AI, bureaucracy hurts less: AI automates the bureaucratic parts, so you get the upside without it grinding on you as a human. The old "data contracts are too much effort" objection has shrunk dramatically. One small anecdote: you can draft the input contract with AI, feeding it your guidelines for a good contract plus, say, the transcript of a meeting you had an hour earlier. It still matters that the artifact exists as the source of truth.
Q: Is this already used in practice, where the agent builds most of it and you review and refine?
Yes. We have US customers using it impressively, contract-first: they use AI to draft the contract, it gets reviewed, and then another agent builds the pipeline. The decisive artifact is the contract. That is where people agree, where the review loop sits, where the human steps in. Think of the contract as a chest of drawers: you put your quality requirements in one drawer, your anonymization or pseudonymization strategy in another, your protection class in another. Humans fill the drawers, the agent does the building, and there is still room for people in the process, which is rather nice.