Belgian Data Guy/gent
← All posts20 August 2026

The five things I check before I call a data platform “modern”

“Modern data platform” gets used to describe everything from a well-run Data Vault on Databricks to a single scheduled Python script someone's afraid to touch. After twelve engagements building and fixing these things, I've settled on five properties I actually check for — and, increasingly, where agentic AI genuinely speeds things up versus where it just speeds up the mess.

Scalability starts with separating storage from compute, so either can scale — and get cheaper — independently of the other; that decision alone rules out most of the architectures that age badly. From there, don't invent a bespoke framework: use and actually understand Medallion, Kimball or Data Vault, and lean on dbt rather than rolling your own transformation layer. The real unlock is documenting naming conventions and modelling rules rigorously, because once those are written down clearly, agentic AI can generate a large share of the repetitive build work against them — new sources, new satellites, new marts — reliably. None of that replaces version control and CI/CD; it just means the pipelines that get generated go through the same gates the ones you wrote by hand do.

Governance and veracity come down to one uncomfortable question: who actually owns this number? Not who's listed as owner in a wiki nobody reads — who gets asked first when a KPI definition is disputed, who has the authority to say a customer record is the golden one. Assign that ownership for KPI definitions, master data management and product information centrally, to named people, and give them the authority to enforce it. A platform with clean pipelines and no real owners still ends up with three versions of “revenue.”

Agility means resisting the urge to model the entire business before shipping anything. Pick one real business process, migrate or build it end to end, get it in front of the people who'll use it, and only then move to the next one. Trying to land a complete enterprise model before the first dashboard ships is how platforms spend eighteen months in architecture reviews. Agentic AI is genuinely useful here — narrow, well-scoped iterations are exactly what it's good at generating quickly, as long as a human is still deciding what “done” looks like for that slice.

Data literacy means listening to business users before they quietly decide your data product isn't worth their time — not after. The most common failure mode I see isn't bad data, it's good data buried behind forty dashboards, none of them the one the person actually needed this week. The fix is an interface that's intuitive and built around how that specific company thinks about its business, not a generic BI template — and agentic AI makes it realistic to build and keep reshaping that interface, including self-service tweaks, instead of freezing it after the first release because changes are too expensive.

Data quality is the one I have zero patience for cutting corners on: every table gets tested — schema, freshness, referential integrity, business-rule checks — before new data is allowed to land on top of it. The test suite is what should be catching the broken load at 3am, not a data analyst manually re-checking the same three reports every morning because nobody trusts the pipeline. If your analysts are doing that check by hand every day, that's not diligence, that's a testing gap wearing a person as a workaround.

None of these five are things agentic AI decides for you — it's an accelerator on top of decisions a data architect and the business still have to make: which framework, whose naming convention, who owns the KPI, which process ships first. Platforms that get real value from it are the ones that made those calls clearly enough to write down; the ones that skip straight to “let the AI build it” usually just get an unmodelled mess assembled faster than before.

Working on something similar?

I take on a small number of data platform engagements at a time.

Get in touch