<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>content | Goodin</title>
	<atom:link href="https://goodin.fi/author/kira-sjoberg/feed/" rel="self" type="application/rss+xml" />
	<link>https://goodin.fi</link>
	<description>We help organisations move from insight to impact by combining data culture, co-creation, and AI literacy.</description>
	<lastBuildDate>Tue, 15 Sep 2026 19:26:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>THE PRAGMATIC MESH SERIES 4: Start Fast, Stay Open: Building the Pragmatic Mesh Without Painting Yourself Into a Corner</title>
		<link>https://goodin.fi/pragmatic-mesh-part-4-start-fast-stay-open-building-the-pragmatic-mesh-without-painting-yourself-into-a-corner/</link>
		
		<dc:creator><![CDATA[content]]></dc:creator>
		<pubDate>Tue, 15 Sep 2026 19:19:49 +0000</pubDate>
				<category><![CDATA[B2B]]></category>
		<category><![CDATA[BI - Business Intelligence]]></category>
		<category><![CDATA[Change Leadership]]></category>
		<category><![CDATA[Data Literacy]]></category>
		<category><![CDATA[Data Utilisation]]></category>
		<category><![CDATA[Qlik]]></category>
		<category><![CDATA[agentic ai]]></category>
		<category><![CDATA[business value]]></category>
		<category><![CDATA[businessintelligence]]></category>
		<category><![CDATA[datacentric]]></category>
		<category><![CDATA[datagovernance]]></category>
		<category><![CDATA[goodin]]></category>
		<category><![CDATA[qlik]]></category>
		<guid isPermaLink="false">https://goodin.fi/?p=2352</guid>

					<description><![CDATA[Previously: Part 3 made the case for Qlik Cloud Analytics as the platform that keeps domain teams small, fast, and in full control of their own pipeline. This part addresses the objection that follows naturally from that argument: does a domain team that builds its analytical environment in Qlik paint itself into a corner as [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Previously: Part 3 made the case for Qlik Cloud Analytics as the platform that keeps domain teams small, fast, and in full control of their own pipeline. This part addresses the objection that follows naturally from that argument: does a domain team that builds its analytical environment in Qlik paint itself into a corner as the organization&#8217;s data maturity grows?</p>
<p>Written by Phuoc Tran Minh</p>
<p><img decoding="async" src="https://goodin.fi/wp-content/uploads/2025/08/phuoc.jpg" alt="" width="500" height="700" class="alignnone size-full wp-image-823" /></p>
<p><strong><br />
The Legitimate Objection</strong><br />
Every technically sophisticated reader who has followed this series to Part 4 has a version of the same concern, and it is a fair one.</p>
<p>The Pragmatic Mesh model argues for small domain teams owning their analytical environment end to end. In Part 3, that environment was Qlik Cloud. But large organizations are not collections of isolated domains. At some point, Finance needs to join their revenue data with the Marketing team&#8217;s customer acquisition data. The enterprise data team needs to understand what logic the Sales domain has applied to their pipeline numbers before they publish the consolidated forecast. The data science team needs access to the clean, curated datasets that the domain teams have built, in a format their tools can actually consume.</p>
<p>If each domain team is operating in its own Qlik environment, and Qlik&#8217;s native format is a proprietary binary, does the Pragmatic Mesh model just recreate the silo problem at a smaller scale?</p>
<p>Does starting with Qlik mean being stuck with Qlik? Not at all, due to many recent improvements in Qlik and open standards like Parquet and Iceberg.</p>
<p><strong>Parquet: The Open Handshake</strong><br />
Apache Parquet is an open-source, columnar storage format that has become the closest thing the modern data ecosystem has to a universal language. Snowflake reads it. Databricks runs on it. Apache Spark processes it natively. AWS, Azure, and Google Cloud all support it as a first-class format. It is the file format that data pipelines, data lakes, lakehouses, and machine learning platforms all agree on.</p>
<p>Qlik Cloud can export data directly to Parquet. This means the curated, business-logic-enriched datasets that a domain team builds in Qlik — the clean sales data with correct product hierarchies and attribution rules, the customer segmentation with AI-enriched classifications, the financial metrics with the right aggregation logic — can be written to a shared data lake in a format that every other tool in the enterprise can read without any translation layer.</p>
<p>The domain team is not locked into Qlik for their data outputs. They choose Qlik because it makes their development fast and their models powerful. But they can easily make data products  available to the enterprise in a format that imposes no dependency on Qlik at all. The Finance team&#8217;s Snowflake queries can read the Sales domain&#8217;s Parquet files directly. The data science team&#8217;s Python notebooks can load them without a Qlik licence. The enterprise data platform can ingest them into its central data lake without knowing anything about how they were produced.</p>
<p><strong>Data Product REST API: The Lighter-Weight Alternative</strong><br />
Parquet is the right answer when the consumer is another data pipeline, a data science notebook, or a lakehouse query engine. But not every cross-domain data exchange is a bulk file transfer. Sometimes what a downstream system needs is a governed, on-demand query against a specific dataset: a business application pulling current KPIs, an AI agent retrieving validated figures for a response, a downstream dashboard refreshing a single metric.</p>
<p>Qlik&#8217;s Data Products feature, with its REST API, addresses this pattern directly. A domain team can package a curated dataset as a governed data product, with defined ownership, versioning, and quality rules, and expose it via a standard API that any application can call. The consumer does not need to understand how the data was built, who maintains it, or what transformation logic produced it. They call the API and get a validated, trusted result.</p>
<p>This is not a replacement for Parquet-based data sharing at scale. It is a complement: real-time, low-volume access for applications and AI agents alongside bulk export for analytical pipelines. Together, the two patterns cover the vast majority of cross-domain data consumption scenarios without requiring the domain team to build custom integration work for every new consumer.<br />
Earned Trust: Quality Signals for Downstream Consumers</p>
<blockquote><p>There is a question that any downstream consumer of a domain team&#8217;s data will eventually ask, and it is not a technical question. It is a trust question: how do I know this data is good enough to use?</p></blockquote>
<p>In a centralized data warehouse, the answer was implicit: the central team certified the data, and certification was their job. In the Pragmatic Mesh model, where domain teams own and publish their own data, the answer needs to be explicit and auditable. Trust cannot be assumed from the source. It has to be demonstrated at the point of consumption.</p>
<p>Qlik addresses this through its Trust Score feature, which assigns a quantified quality signal to a dataset based on measurable properties: completeness, consistency, freshness, and — for teams using their data in AI workflows — fitness for LLM consumption, including factors like metadata richness and potential bias. The score is not a marketing badge. It is a structured quality assessment that a downstream consumer can inspect, question, and factor into their decision about whether to use the data for a given purpose.</p>
<p>For the Pragmatic Mesh model, Trust Score does something organizationally important: it makes a domain team&#8217;s quality standards legible to the rest of the organization without requiring a central governance team to audit every dataset. The domain team owns the quality. The score makes that quality verifiable. That is the right division of responsibility.</p>
<p><strong>The Growth Path: When the Data Lake Needs to Scale</strong><br />
For many organizations, Parquet files in cloud storage is sufficient for cross-domain data sharing. But for teams operating at significant scale, or with complex requirements around data versioning, schema evolution, and time-travel queries, there is a natural next step: Apache Iceberg.<br />
Iceberg is an open table format built on top of Parquet that adds the capabilities that enterprise data teams need when their data lake starts to behave more like a data warehouse: ACID transactions, schema evolution without data migration, partition pruning for fast queries, and the ability to query data as it existed at any point in time. It is supported by every major cloud data platform and is rapidly becoming the standard for serious lakehouse architectures.</p>
<p>The relevance for the Pragmatic Mesh model is this: a domain team that starts by exporting Parquet files can graduate to writing directly to Iceberg tables as the organization&#8217;s data maturity grows, without changing the fundamental approach. The domain team still owns its pipeline. The data still reflects their business logic. The difference is that it now participates in an enterprise lakehouse architecture that supports cross-domain queries at scale, versioned data contracts, and integration with cloud data platforms like Snowflake and Databricks. The starting point does not constrain the destination. Each stage is a genuine upgrade rather than a rebuild, as described in table below.</p>
<p>The domain team&#8217;s Qlik environment and strong ownership does not change as the enterprise layer matures. What changes is the output format and the orchestration around it. That continuity is itself a form of organizational capital that most data platform migrations destroy.</p>
<p><strong>AI as the Documentation and Translation Layer</strong><br />
One of the persistent concerns about domain teams owning their own pipelines is lineage and legibility. If the Sales domain&#8217;s Parquet files land in the enterprise data lake, and those files were produced by a Qlik load script that only one developer fully understands, what happens when that developer leaves? What happens when the enterprise data team needs to audit the logic for a regulatory review? What happens when someone downstream gets a number they cannot explain and needs to trace it back to the source?</p>
<blockquote><p>This is a real concern and it deserves a practical answer rather than a reassurance. The practical answer, in 2025, involves large language models used in a specific and grounded way.</p></blockquote>
<p>A Qlik load script is readable code. It is not a black box. Given a load script, a capable LLM can do three things that are genuinely useful for lineage and governance:<br />
Generate human-readable documentation.  Describing in plain language what each section of the script does, what business rules are encoded, and what transformations are applied at each step. This documentation can be maintained automatically alongside the script, so it stays current rather than drifting from the code it is meant to describe.</p>
<p>Flag logic that warrants review.  Joins that could produce fanout, fields with ambiguous naming, hardcoded date filters that will break at year boundaries, business rules that are applied inconsistently across different sections of the script. A senior developer reviewing the script manually would catch these. An LLM can surface them as a checklist before the review rather than during it.</p>
<p>Translate load script logic to SQL.  For teams that need to migrate a Qlik pipeline to a different platform, or that need to replicate the logic in a downstream system, an LLM can produce a working first draft of the equivalent SQL transformation. It will not be production-ready without review, but it reduces what was previously a weeks-long reverse-engineering exercise to a starting point that takes hours to validate and refine.<br />
AI readability doesn’t stop at the load script either: Qlik’s extensive API’s make all the app UIs,  semantic layer (called master library in Qlik), access rights and reload task configurations accessible to automated documentation and auditing.</p>
<p><strong>The Architecture Earns Its Freedom</strong><br />
The argument across Parts 3 and 4 is essentially this: the Pragmatic Mesh model is not a compromise between speed and scalability. It is a sequenced approach that delivers speed first, at the domain level, and earns its way into enterprise-scale architecture through open standards rather than being forced into it from the start.</p>
<p>Starting fast and staying open are not in tension. They are a sequence.</p>
<p>The domain team that ships a novel sales analysis in three days is not doing something that conflicts with the enterprise data team&#8217;s lakehouse strategy. They are doing something that can feed into it, once the output format is Parquet and the governance rituals are in place, which brings us to the last part of this series: how to implement lean governance that doesn&#8217;t create centralized bottlenecks.</p>
<p><strong>COMING UP IN THIS SERIES</strong><br />
<strong>Part 5:</strong> Four governance rituals that bulletproof your data handoffs without slowing your team back down to the pace they were trying to escape.</p>
<blockquote><p>Fast and trustworthy are not opposites. Part 5 shows you how to be both.</p></blockquote>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>THE PRAGMATIC MESH SERIES 3: The Platform Has to Get Out of the Way</title>
		<link>https://goodin.fi/the-platform-has-to-get-out-of-the-way/</link>
		
		<dc:creator><![CDATA[content]]></dc:creator>
		<pubDate>Tue, 08 Sep 2026 09:28:00 +0000</pubDate>
				<category><![CDATA[B2B]]></category>
		<category><![CDATA[BI - Business Intelligence]]></category>
		<category><![CDATA[Change Leadership]]></category>
		<category><![CDATA[Data Literacy]]></category>
		<category><![CDATA[Data Utilisation]]></category>
		<category><![CDATA[Qlik]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[businessintelligence]]></category>
		<category><![CDATA[datacentric]]></category>
		<category><![CDATA[datagovernance]]></category>
		<category><![CDATA[qlik]]></category>
		<guid isPermaLink="false">https://goodin.fi/?p=2341</guid>

					<description><![CDATA[THE PRAGMATIC MESH SERIES &#124; PART 3 OF 5 BY Phuoc Tran Minh, GOODIN BI Lead Previously: In Part 2, we established that strong ownership requires authority, understanding, and motivation, and that authority is hollow without dedicated implementation resources and stable developers. The platform choice is the load-bearing wall of the model: it determines how [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>THE PRAGMATIC MESH SERIES  |  PART 3 OF 5</p>
<p>BY Phuoc Tran Minh, GOODIN BI Lead</p>
<p>Previously: In Part 2, we established that strong ownership requires authority, understanding, and motivation, and that authority is hollow without dedicated implementation resources and stable developers. The platform choice is the load-bearing wall of the model: it determines how small and fast your domain team can actually be. This part is where the platform argument gets specific.</p>
<p><img loading="lazy" decoding="async" src="https://goodin.fi/wp-content/uploads/2026/09/Fuki-part-3-300x169.png" alt="" width="300" height="169" class="alignnone size-medium wp-image-2344" /></p>
<p><strong>A straightforward disclosure</strong></p>
<p>In Parts 1 and 2, the argument was purely structural: why the current models fail, and what the right organizational conditions look like. From here the series gets specific about technology, and specifically about Qlik Cloud Analytics. I consult with Qlik. I am going to make a case for the platform. I want to be clear that this recommendation comes from having watched what works and what does not in real enterprise environments, not from a feature sheet. </p>
<p>If you use a different platform and the principles from Parts 1 and 2 resonate, the principles still apply. But if you are evaluating your options, I am going to give you an honest account of why I think Qlik gets the fundamentals right for the model we are describing.</p>
<p>Let us start with a real-life situation. Just the kind of moment that happens in every large organization, probably multiple times a month.</p>
<p><strong><em>It is Tuesday afternoon. The VP of Marketing needs to present Customer Acquisition Cost by channel to the board on Friday. The numbers currently live in three places: the CRM, the ad platform exports sitting in someone&#8217;s Downloads folder, and a finance reconciliation spreadsheet that the CFO&#8217;s team updates monthly.</em></strong></p>
<p>The marketing analyst knows exactly what the answer should look like. She has built versions of this report in Excel before. But the data needs to be clean, joined, and defensible before it goes to the board. So she raises a ticket with the central data team. </p>
<p>The central data team is not being obstructive. They are genuinely busy. The ticket lands in sprint planning. The earliest they can look at it is three weeks from now. By which point the board meeting is over, the decision has been made on the basis of the Excel version anyway, and the carefully engineered data product will be used once, by the analyst who already knew the answer.</p>
<p>This is not a data quality problem or a governance problem or a prioritization problem. It is a latency problem. The gap between the moment a business question becomes urgent and the moment a reliable answer is available is too wide to be useful. And it is structural: it is baked into any model where the person who understands the question and the person who can answer it are separated by an IT backlog.</p>
<p>The Pragmatic Mesh model solves this by putting the analyst and the developer on the same small team, co-creating in the same environment. But that only works if the environment itself does not require three specialist roles to operate. Which brings us to the platform.</p>
<p><strong>What the Platform Actually Has to Do</strong></p>
<p>Most platform evaluations focus on the wrong question. The question is usually: what can it do? The right question for the Pragmatic Mesh model is: what does it stop you from having to do?</p>
<p>A platform that makes a small domain team viable needs to do three specific things well.</p>
<p><strong>First, </strong>it needs to abstract away infrastructure.  The developer on the domain team should be thinking about business logic, not cluster management, container orchestration, or storage configuration. Every hour spent on infrastructure is an hour not spent understanding the business problem. The platform should handle the plumbing invisibly so the team can focus on the data flowing in the pipes that actually matter to the business.</p>
<p><strong>Second,</strong> it needs to close the feedback loop.  The marketing analyst in the scenario above should be able to see the impact of a data model change immediately, not after an approval and deployment cycle. When a join produces unexpected nulls, that should be visible in minutes, not discovered by a stakeholder in a meeting three weeks later. Short feedback loops are what make co-creation between a business expert and a developer actually work in practice.</p>
<p><strong>Third,</strong> it needs to enable full-stack development by a single capable person.  This is the capability that makes the small team model viable. If one analytically capable developer can take a business question from raw source data all the way to a governed, shareable data product and management dashboard without needing to hand off to a pipeline specialist, a modelling specialist, and a visualisation specialist, the team stays small. The moment the platform requires multiple handoffs and coordination between different specialists, the team grows, the backlog appears, and you are back to the centralized model with domain branding.</p>
<p>The best platform is not the one with the longest feature list, but the one that keeps your team small and agile by having full control of their own pipeline.</p>
<p><strong>Why Qlik Cloud Analytics Gets This Right</strong></p>
<p>Qlik Cloud Analytics fits the Pragmatic Mesh model so well because of three architectural decisions that happen to align with exactly what a small, autonomous domain team needs.</p>
<p><strong>1. The Associative Engine: Exploration Without Pre-Planning</strong><br />
Most BI platforms are query-based. You define what question you want to answer, build the query or the model to answer it, and get the result. This works well when the questions are stable and known in advance. It works poorly when the business is trying to understand something it does not fully know how to ask yet, which is most of the time.</p>
<p>Qlik&#8217;s associative engine holds the entire dataset in memory and tracks relationships across all fields simultaneously. When the marketing analyst selects a single campaign in a chart, every other visualization on the screen updates to reflect what is associated and what is not, without her having to write a filter or rebuild a query. Furthermore, this automatically extends to all available data fields, so she can follow a thread of interest across the data without knowing in advance where it leads, and without having to specify all the required drill-down paths in advance when developing a dashboard.</p>
<p>For a domain team co-creating with a business expert, this is significant. The team can explore the data interactively during the development session itself, catching incorrect joins, missing data, or unexpected patterns in real time instead of waiting for 2 week springs. The feedback loop that matters most, the one between the data model and the business expert&#8217;s intuition about whether the numbers make sense, closes during development, not after deployment.</p>
<p>Back to the marketing analyst. With Qlik, she and a domain developer go through a new requirement on Tuesday morning. By afternoon, the developer has loaded  the CRM data, the ad platform exports, and the finance reconciliation sheet directly into the Qlik associative engine. She clicks through it, spots that the CRM is attributing some paid social conversions to organic search, and explains why. He fixes the attribution logic on the spot and she quickly validates the corrected numbers. By Wednesday afternoon, they have a governed, shareable app. The board presentation on Friday uses defensible data. No tickets. No sprint planning. No three-week wait.</p>
<p><strong>2. The Load Script: Transparency That Builds Trust and Enables Rapid Iteration</strong></p>
<p>One of the persistent problems with self-service BI tools is that they make it easy to produce numbers but hard to understand where the numbers come from. A drag-and-drop report can look authoritative while quietly producing nonsense because of an unnoticed join issue or a filter applied three screens back. When a stakeholder challenges the number, the analyst often cannot trace it back through the visual interface to show all the relevant steps of the data pipeline.</p>
<p>Qlik&#8217;s load script is a first-class citizen of the development experience. Every transformation, every join, every business rule is written explicitly in readable script that sits within the Qlik application. When a CFO asks how the revenue figure of a new business unit was calculated, the developer can show the exact logic in two minutes. When a new team member joins the domain, they read the script and understand the model. When something breaks, the script tells you where.</p>
<p>Although powerful, it doesn’t mean that all data pipelines for Qlik applications need to be handled entirely in its load script. Especially when using more mature data products, most of the business logic can be maintained in a separate data layer independent of any single Qlik application. However, it is a tremendous advantage to be able to iterate quickly the entire data pipeline defined in a Qlik load script when business logic is still uncertain and requires rapid learning by trial and error.</p>
<p><strong>3. Managed Cloud Infrastructure: The Overhead That Disappears</strong></p>
<p>Qlik Cloud is a fully managed SaaS platform. There are no servers to configure, no Kubernetes clusters to maintain, no storage tiers to optimize. The domain team connects their data sources, writes their load script, builds the UI, and publishes it. The infrastructure that makes all that possible is fully maintained by Qlik.</p>
<p>For a small domain team, this is not a minor convenience. Infrastructure management is one of the most common reasons a domain team grows beyond the size where it remains effective. The moment you need someone to look after your compute environment, you have added a role that is not about the business domain at all. That person is focused on uptime, not outcomes. Their work is necessary but it is not the work the team exists to do.<br />
Qlik’s access rights framework makes it easy to provide each team with its own work spaces, totally independent of each other in terms of federated management of data, user permissions  and compute resources. This makes it safe to give full autonomy to each team without a risk of unintended consequences that would affect resources not owned by said team.<br />
<strong><br />
The Full-Stack Data Developer: One Person, End to End</strong></p>
<p>Together  the aforementioned three capabilities produce something that most analytics platforms cannot: a credible path to full-stack data development by a single non-techie person.</p>
<p>In the traditional analytics stack, you need at minimum these roles: a data engineer to build and maintain the data pipeline, a data modeller or analyst to structure the data for analysis (e.g. create  a data mart), and a BI developer to build the reports and dashboards. These require genuinely different skills, and in a complex enterprise environment with custom infrastructure, they often require different people. But much of that specialization is a consequence of platform complexity, not of the business problem being solved. </p>
<p>When the infrastructure manages itself, and when the data loading, transformation, modelling, and visualization all happen within a single coherent environment, the cognitive load drops to the point where one capable person can own the entire stack. Not because they are a superhero hacker, but because the stack is no longer artificially divided by tooling boundaries.</p>
<p>In the Pragmatic Mesh model, this person is the full-stack data developer: embedded in the domain, co-creating with the business, owning the logic from source to insight. They write the load script that pulls the data. They build the associative model that structures it. They design the app that makes it explorable. And when the CFO asks how the number was calculated, they can explain the full data pipeline in two minutes.<br />
In the Pragmatic Mesh, the full-stack data developer is not a legendary superhero hacker. They are what naturally happens when the platform stops creating artificial specialization.</p>
<p><strong>What This Is Not</strong></p>
<p>This is a good moment to be clear about two things the Pragmatic Mesh model with Qlik is not.<br />
It is not a replacement for enterprise data infrastructure.  Large organizations will still have shared data platforms and cross-domain analytical requirements that need coordinated engineering effort. Part 4 is specifically about how domain-owned Qlik applications connect to the wider enterprise data ecosystem through open standards.</p>
<p>It is not a way to avoid governance.  The argument has never been that small autonomous teams should operate without oversight. It is that governance works better when it is designed for the team rather than imposed on them. Part 5 covers four practical governance rituals that work specifically because they are lightweight enough for a small team to maintain without a dedicated governance function. What we are eliminating is governance theater that is more concerned about procedures than business impact.</p>
<p><strong>The Honest Assessment</strong></p>
<blockquote><p>Qlik is not the only platform that can support small, autonomous domain teams. Thoughtful implementations on other platforms can achieve similar outcomes with more custom engineering work. What Qlik offers is that these outcomes are closer to the default experience rather than the result of significant platform customization.</p></blockquote>
<p>There are genuine trade-offs to acknowledge. Qlik&#8217;s load script language has a learning curve for developers coming from SQL-first environments. The associative engine, while powerful for exploration, behaves differently from the query based models that many data teams are accustomed to, and that difference requires time to internalize. For teams with very large data volumes or real-time data streaming requirements, the architecture will eventually need to evolve beyond what a Qlik load script handles natively.<br />
Part 4 addresses that last point directly. It is about how a domain team that starts with Qlik Cloud for fast iteration does not paint itself into a corner as the organization&#8217;s data maturity grows. </p>
<p><strong><br />
COMING UP IN THIS SERIES</strong><br />
Part 4: The Parquet handoff: how domain-owned Qlik applications connect to the enterprise data ecosystem through open standards, and why starting small does not mean staying small.<br />
Part 5: Four governance rituals that work precisely because they are lightweight enough for a small team to maintain without a dedicated governance function.</p>
<blockquote><p>The strategic advice is cheap. The execution is everything. That is why the platform enabling small autonomous teams matters.</p></blockquote>
<p><img loading="lazy" decoding="async" src="https://goodin.fi/wp-content/uploads/2025/08/phuoc.jpg" alt="" width="500" height="700" class="alignnone size-full wp-image-823" /></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>THE PRAGMATIC MESH SERIES 2: Small Teams, Strong Ownership: The Data Strategy That Actually Works</title>
		<link>https://goodin.fi/small-teams-strong-ownership-the-data-strategy-that-actually-works/</link>
		
		<dc:creator><![CDATA[content]]></dc:creator>
		<pubDate>Tue, 01 Sep 2026 09:29:24 +0000</pubDate>
				<category><![CDATA[B2B]]></category>
		<category><![CDATA[BI - Business Intelligence]]></category>
		<category><![CDATA[Change Leadership]]></category>
		<category><![CDATA[Data Literacy]]></category>
		<category><![CDATA[Data Utilisation]]></category>
		<category><![CDATA[Qlik]]></category>
		<category><![CDATA[business value]]></category>
		<category><![CDATA[businessintelligence]]></category>
		<category><![CDATA[datacentric]]></category>
		<category><![CDATA[dataempathy]]></category>
		<category><![CDATA[datagovernance]]></category>
		<category><![CDATA[goodin]]></category>
		<category><![CDATA[qlik]]></category>
		<category><![CDATA[techonology. data utilisation]]></category>
		<guid isPermaLink="false">https://goodin.fi/?p=2332</guid>

					<description><![CDATA[Previously: In Part 1, we established that most large data initiatives fail not because of bad technology, but because of a flawed ownership model. Centralized Data Warehouses create IT bottlenecks. Data Mesh implementations collapse under engineering complexity. This part is about why the solution has to start with people and structure over platforms and processes. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong>Previously:</strong> In Part 1, we established that most large data initiatives fail not because of bad technology, but because of a flawed ownership model. Centralized Data Warehouses create IT bottlenecks. Data Mesh implementations collapse under engineering complexity. This part is about why the solution has to start with people and structure over platforms and processes.</p>
<p><img loading="lazy" decoding="async" src="https://goodin.fi/wp-content/uploads/2025/09/goodin-heart-vector-2.png" alt="" width="600" height="594" class="alignnone size-full wp-image-1703" /></p>
<p>There is a word that appears in almost every data strategy document written in the last decade. Ownership. Business ownership of data. Domain ownership. Outcome ownership. It has become so familiar it has almost lost its meaning.</p>
<p>But when you look at the organizations that actually execute well on data, the ones where insights reach decisions in days rather than quarters, something specific is true. Ownership is not a policy they have declared. It is a condition they have created. And that condition turns out to have a well-established scientific foundation.</p>
<p><strong>What Behavioural Science Has Been Telling Us Since 2009</strong></p>
<p>In his 2009 book Drive, Daniel Pink synthesized decades of behavioural research into a conclusion that was simultaneously obvious and ignored by most large organizations: for complex, creative work, the traditional management toolkit of rewards and penalties actively destroys the motivation it is meant to produce.</p>
<p>Drawing on Edward Deci and Richard Ryan&#8217;s Self-Determination Theory, Pink identified three conditions that drive genuine high performance in knowledge work: Autonomy, the desire to be self-directed and in control of how and with whom you work; Mastery, the compounding drive to get better at something that matters; and Purpose, the experience of doing work in service of something larger than the task itself.<br />
Data and analytics work is exactly the kind of complex, contextual, judgment-heavy work Pink was describing. Yet most data organizations are still managed with the extrinsic toolkit: JIRA tickets, SLAs, burndown charts and project budgets. Then we wonder why talented people stop caring whether their deliverables have any real impact.</p>
<p>What Pink described at the level of individual motivation, strong data ownership requires at the structural level, but the similarities are striking.<br />
The Three Structural Conditions of Strong Ownership</p>
<p>Pink&#8217;s three elements of intrinsic motivation translate directly into three structural conditions that a domain team either has or does not have. The difference between having ownership only in title or in practice depends on whether all three are genuinely present.<br />
Authority  (Pink&#8217;s Autonomy, made structural)</p>
<p>Pink&#8217;s autonomy covers four dimensions: what you work on, when you work on it, how you approach it, and who you work with. In a data context, this translates into two concrete requirements that organizations consistently grant the appearance of while withholding the substance.<br />
The first is decision rights: the actual authority to decide what gets built, in what order, and when it is good enough to ship. Not the responsibility to execute someone else&#8217;s roadmap, but the power to set the direction. Without this, ownership is accountability without agency, which is a polite description of a demoralizing situation.</p>
<p>The second, and the one most often overlooked, is control over implementation resources: a dedicated, stable developer who is accountable to the domain, not to a central IT resource manager. This is where Pink&#8217;s team dimension of autonomy becomes structural. A domain team that shares a developer pool with seven other teams does not have authority. They have a prioritization problem with extra steps. And when the developer rotates every quarter, institutional knowledge drains away with every handover. The team may own the roadmap on paper while the expertise that could execute it lives nowhere.</p>
<blockquote><p>
Give a team responsibility without authority or implementation resources, and you have not created ownership. You have created a scapegoat.</p></blockquote>
<p><strong>Understanding  (Pink&#8217;s Mastery, made domain-specific)</strong></p>
<p>Pink&#8217;s mastery is the compounding drive to get better at something that matters, culminating in what psychologist Mihaly Csikszentmihalyi called flow: the state of complete absorption in work that is neither too easy nor too hard. In data work, mastery has a specific and often missed requirement: it must accumulate within a domain, not just within a technical discipline.</p>
<p>A data architect can have technical mastery of DBT and lakehouses but very little understanding of the ERP system and business processes they are modelling. Understanding, in the sense that makes ownership real, means deep contextual knowledge: knowing what a spike in a process control chart actually signals in this business, which data fields are trustworthy and which are artefacts of a system migration three years ago, which seasonal patterns are meaningful and which are noise. This knowledge cannot be documented into a data dictionary. It lives in people who have been close to the same domain for long enough to develop genuine fluency.</p>
<p>Rotating developers do not just lose technical continuity. They structurally prevent mastery from forming. They are permanently in the orientation phase, which is the least productive and least motivating place to be, for both the developer and the business they are serving.<br />
Motivation  (Pink&#8217;s Purpose, made tangible)</p>
<p>Pink&#8217;s purpose is the experience of doing work in service of something larger than the task itself. This is not manufactured by a motivational poster or a town hall about company values. It emerges from proximity to consequence.</p>
<p>When a developer can see the board presentation that used the analysis they built, or hears directly from a sales director that a segmentation model changed how the team approached a key account, the connection between effort and impact is visceral. That connection is what Pink identifies as the most powerful and most durable driver of high performance in knowledge work.</p>
<p>Conversely, a data engineer closing tickets in a central data team is operating in what Pink calls a Type X environment: one driven by extrinsic rewards, where the primary signal of success is task completion rather than business impact. Type X environments work reasonably well for routine, repetitive work. Pink&#8217;s research is unambiguous that they are counterproductive for the complex, contextual, judgment-heavy work that good analytics development requires. We have been organizing data teams using the wrong motivational model, then expressing surprise when the results are mediocre.<br />
Why Centralized Teams Fail All Three Conditions</p>
<blockquote><p>A centralized IT data team, however skilled and well-intentioned, is structurally set up to fail at least two of these three conditions, and usually all three.</p></blockquote>
<p>On authority: centralized teams have technical decision rights but almost none over business priorities. They can build what is asked of them but cannot decide what should be built or when it is good enough to ship. And because developers are shared across domains, no single team gets the dedicated implementation capacity that genuine authority requires. </p>
<p>On understanding: a team serving fifteen different business domains simultaneously cannot develop genuine depth in any of them. They learn the data model. They do not learn the business. The result is technically correct data products that answer the wrong questions, slowly.</p>
<p>On motivation: when a data engineer is three stakeholders removed from the decision their work enables, the feedback loop is too long and too indirect to sustain real engagement. The work becomes about closing tickets, not improving the business. Furthermore, as IT only owns the costs and risks and not the business benefits, their natural focus is safety rather than betting on growth.</p>
<p>This is not a criticism of the people in those teams. It is a structural observation. Put it in Pink&#8217;s terms: centralized data teams are structurally Type X environments. The people are not the problem. The missing incentives and feedback loop is.<br />
Comparison between Data Warehouse, Data Mesh and Pragmatic Mesh:</p>
<p><img loading="lazy" decoding="async" src="https://goodin.fi/wp-content/uploads/2026/09/image-226x300.png" alt="" width="226" height="300" class="alignnone size-medium wp-image-2337" /></p>
<blockquote><p>Most organizations don’t have the skill and resources to properly execute the Data Mesh playbook, that is why we need a simplified and humanized version of it ie. the Pragmatic Mesh.</p></blockquote>
<p><strong>The Insight That Changes the Engineering Calculus</strong></p>
<p>Here is a practical observation that gets buried in most Data Mesh discussions but should be front and center: in most organizations, roughly 95% of data never actually needs to leave its home domain.</p>
<p>The Marketing team&#8217;s campaign performance data is primarily consumed by Marketing. Finance&#8217;s revenue reconciliation data is primarily consumed by Finance. The genuinely cross-domain analytical questions, the ones that require joining customer data with sales data with logistics data, are important, but they are a fraction of the total analytical workload.</p>
<p>This matters enormously for architecture. It means the vast majority of a domain team&#8217;s work does not require sophisticated enterprise-wide mesh infrastructure. They need a clean, reliable, well-governed environment they control. The cross-domain sharing problem, which is what most of the Data Mesh engineering complexity is designed to solve, is actually a secondary problem for most teams on most days. The architecture should solve for the 95% first and handle the 5% as a deliberate integration layer.</p>
<blockquote><p><em>We have been building highways to solve a neighbourhood traffic problem. Most of the journeys are local</em>.</p></blockquote>
<p><strong>Co-Creation: Where Knowledge Transfers and Relatedness Takes Root</strong><br />
There is one more structural shift that separates the teams that deliver real impact from the ones that produce beautifully architected but rarely used data products. It is how the work gets done, not just who does it.</p>
<p>Traditional data projects operate on a waterfall handoff model. A business analyst writes a requirements document. A data engineer builds to the spec. Three months later, the analyst looks at the output and explains why it is not what they meant. The mismatch is not incompetence. It is an information transfer problem: you cannot write down tacit knowledge in a requirements document.</p>
<p>Co-creation means the person who understands the business question and the person building the data model work side by side, iterating in real time. When a number looks wrong, the business expert says so immediately and explains why. When a data structure is technically impossible, the developer proposes an alternative on the spot. The feedback loop collapses from weeks to hours.</p>
<p>This only works when the developer is stable and embedded. A rotating developer who joins the sprint, builds to specification, and moves on cannot co-create. They can execute. Co-creation requires enough accumulated context to push back, to ask the question behind the question, to know which shortcuts will cause problems in six months. That context takes months to build and days to lose.</p>
<p>There is a dimension of this that goes beyond knowledge transfer. Deci and Ryan&#8217;s Self-Determination Theory identifies relatedness, genuine connection to the people you are working with and for, as a core human need in motivated, high-performing work. This is the element Pink&#8217;s framework underplays and that most discussions of data team design miss entirely. A developer who knows the business expert they are building for, who has been in the room when a decision was made and seen the consequence of a number being wrong, experiences their work differently from one who builds to a specification and moves on. That difference shows up in the questions they ask, the edge cases they anticipate, and the care they bring to the logic. It is not a soft benefit. It is a quality mechanism.</p>
<p>Co-creation is not just a knowledge-transfer mechanism. It is what makes the work feel worth doing at the level of human motivation.</p>
<p><strong>The Platform Is the Team Size Constraint</strong><br />
Everything argued above depends on keeping the domain team small. A small team maintains shared context. A small team makes fast decisions. A small team co-creates without coordination overhead. The moment a team grows beyond four people, the dynamics start to shift. Processes appear. Handoffs appear. The backlog appears.</p>
<p>And here is the constraint: a team can only stay small if one person can do what previously required three specialists. If the analytics platform requires a dedicated data engineer to manage infrastructure, a separate developer to write transformations, and a BI analyst to build reports, together with a business owner, you have a minimum viable team of four before you have shipped anything. Add more stakeholders and you quickly also need a dedicated project manager or scrum master, growing to a size that requires separate budget and project stage gate approvals.</p>
<p>The data platform is not a nice-to-have. It is the load-bearing wall of the entire model, but its function is not measured by its grandiosity of covering all possible real-time IoT and Big Data requirements. Instead, the simplest possible platform that abstracts away infrastructure complexity, shortens the feedback loop between data and insight, and allows one capable person to own the full stack from raw data ingestion to dashboard is what makes a team of two or three genuinely viable.</p>
<p>The right platform should not add any unnecessary complexity. Instead, it removes the ceiling on how fast your team can be by keeping it small.</p>
<p><strong>What This Actually Looks Like</strong></p>
<p>A well-functioning small domain team in a large organization is embedded in a business domain, not reporting to an IT department. It owns the data pipeline from source to decision, not just one layer of it. It has a dedicated, stable developer who knows the domain well enough to push back. It is measured on business outcomes, not technical deliverables. It can ship a working data product in days and change direction the following week without filing a formal change request.</p>
<p>The best software product teams have operated this way for years. Small, cross-functional, embedded, autonomous. The data world has been slow to follow, not because the model is wrong, but because two things got in the way: platforms that required specialist engineering skills to operate, and organizational cultures that confused central control with governance. The first of those obstacles is genuinely falling away. The second requires courage more than technology.</p>
<p>In Part 3, we tackle the platform question directly, with a specific argument and a specific recommendation.</p>
<p><strong><br />
COMING UP IN THIS SERIES</strong><br />
<strong>Part 3</strong>: How Qlik Cloud Analytics breaks the engineering bottleneck and lets your team focus on business logic instead of infrastructure and governance processes.<br />
<strong>Part 4:</strong> How to escape data silos while doing fast domain owned data iteration without a data lakehouse?<br />
<strong>Part 5:</strong> Four lean governance rituals that bulletproof your data products without complicated software or bureaucracy.<br />
Ensuring strong ownership is the only data strategy you need.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>THE PRAGMATIC MESH SERIES 1: The Great Data Mesh Reality Check: Why Your Decentralization Strategy is Failing</title>
		<link>https://goodin.fi/the-great-data-mesh-reality-check-why-your-decentralization-strategy-is-failing/</link>
		
		<dc:creator><![CDATA[content]]></dc:creator>
		<pubDate>Mon, 24 Aug 2026 04:59:36 +0000</pubDate>
				<category><![CDATA[B2B]]></category>
		<category><![CDATA[BI - Business Intelligence]]></category>
		<category><![CDATA[Data Literacy]]></category>
		<category><![CDATA[Data Utilisation]]></category>
		<category><![CDATA[Qlik]]></category>
		<category><![CDATA[business value]]></category>
		<category><![CDATA[businessintelligence]]></category>
		<category><![CDATA[datacentric]]></category>
		<category><![CDATA[dataempathy]]></category>
		<category><![CDATA[datagovernance]]></category>
		<guid isPermaLink="false">https://goodin.fi/?p=2314</guid>

					<description><![CDATA[A note on perspective: This is part one of a five-part series. By Part 3, I make a specific case for Qlik Cloud Analytics as the platform that makes the argument practical and executable. I work with Qlik. That context is worth knowing upfront, because the argument only holds if I have earned your trust [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><em>A note on perspective:</em> <em>This is part one of a five-part series. By Part 3, I make a specific case for Qlik Cloud Analytics as the platform that makes the argument practical and executable. I work with Qlik. That context is worth knowing upfront, because the argument only holds if I have earned your trust through honesty, not assumed it.</em></p>
<p>Written by GOODIN&#8217;s BI LEAD &#8211; Phuoc Tran Minh</p>
<p><img loading="lazy" decoding="async" src="https://goodin.fi/wp-content/uploads/2025/08/phuoc.jpg" alt="" width="500" height="700" class="alignnone size-full wp-image-823" /></p>
<p>If you work in data and analytics, you are used to the whiplash. Every few years, the industry promises a new architectural silver bullet that will finally solve the reporting backlogs, the data quality nightmares, and the governance headaches. Recently, that silver bullet has been Data Mesh.</p>
<p>I will be the first to admit I have been a strong advocate for it. The core promise of shifting data ownership away from a centralized IT bottleneck and putting it directly in the hands of the business sounded like the exact antidote large organizations desperately needed. And intellectually, it still does.</p>
<p>But after watching these implementations unfold in the real world, we need a serious reality check.</p>
<p><strong>The War Story Nobody Publishes</strong></p>
<p>I have watched some of the largest companies in the world, flagship enterprises, household names, fail at this problem repeatedly. Not once. Repeatedly. The pattern is almost identical every time.</p>
<p>They invest heavily in a centralized Data Warehouse. The project runs 18 months over schedule. By the time it delivers, half the business requirements have changed. The central data team, talented as they are, becomes a permanent bottleneck. They understand the technology but not the business, and every new report request joins a queue that never clears. The business loses patience and starts building its own analytics in spreadsheets, local databases, and disconnected BI tools. Shadow IT blooms.</p>
<p>Here is the part that rarely gets said out loud: most of these organizations do not actually choose between the two bad options. They end up with both simultaneously. A stagnating, increasingly outdated Data Warehouse on one side, and a sprawling mess of shadow self-service analytics on the other. They are paying for the warehouse they cannot retire and suffering the chaos of the self-service sprawl they cannot govern. The worst of both worlds, billed as a strategy.</p>
<p>When it fails, the instinct is to blame the technology or the consultant. Never the model itself.<br />
<img loading="lazy" decoding="async" src="https://goodin.fi/wp-content/uploads/2026/08/Data-mesh-blogi-kuva-198x300.png" alt="" width="198" height="300" class="alignnone size-medium wp-image-2322" /><br />
<em>The BI Manager&#8217;s Dilemma: both choices end in pain.</em></p>
<p><strong>The Numbers Are Damning, Across the Board</strong></p>
<p>The failure of centralized data platforms is not anecdotal. Gartner, IDC, and Forrester have consistently placed the failure or underperformance rate of traditional Data Warehouse initiatives at somewhere between 50% and 80% over the last fifteen years. The specific number varies by study and definition of failure, but the directional truth has been stubbornly consistent: most of these projects do not deliver their intended ROI.</p>
<p>The unsettling part? The decentralized alternative is not faring much better. Zhamak Dehghani first published the concept of Data Mesh already in May 2019 to much acclaim, but very few successful implementations have since emerged. In 2022, Gartner predicted that Data Mesh may become obsolete before reaching full maturity, and estimated that only 18% of organizations have the necessary governance maturity to successfully adopt Data Mesh architecture. Unfortunately, these estimates still seem highly accurate.</p>
<p><strong>Two Books, One Argument</strong></p>
<p>The industry&#8217;s frustration has recently found a voice in two very different books worth naming directly.</p>
<p>Martyn Jones&#8217; F*CK DATA MESH says the quiet part loud. The title alone captures the mounting exhaustion with architectures full of grand theory about domain sovereignty that collapse the moment they meet an actual organization. The sentiment is valid. Data Mesh implementations have frequently produced fragmented, expensive messes that delivered less than the warehouses they were meant to replace.</p>
<p>At the other end of the conversation, Phil Le-Brun and Jana Werner&#8217;s The Octopus Organization, a recent Harvard Business Review publication, offers a compelling biological metaphor for what a genuinely decentralized, high-performing organization looks like: distributed intelligence at the edges, fast local decision-making, coordinated but not controlled from the center. It is a useful model, and one worth keeping in mind. But it is also a model that assumes the organizational foundations are already in place to support it.</p>
<p>Both books are participating in the same conversation: what does genuine, functional decentralization actually look like, and why does it keep failing in practice?</p>
<p><strong>The Problem Is Not the Vision. It Is the Execution Trap.</strong></p>
<p>Here is the reality CIOs must face head-on: the core principle of Data Mesh, business ownership of data, is fundamentally correct. Gartner&#8217;s recent CIO Agenda research is unambiguous on this point: the organizations winning at digital delivery are the ones with genuine business ownership of technology outcomes, not the ones that kept everything inside a central IT function.</p>
<p>The vision is not wrong. But the enterprise execution of it has been a disaster, for a specific and diagnosable reason.</p>
<p>Data Mesh implementations typically fail because they confuse organizational autonomy with infrastructure engineering. By asking business domains to take ownership of their data products, companies inadvertently require business analysts to master Git repositories, YAML configurations, dbt transformations, and CI/CD deployment pipelines just to publish a clean dataset. The autonomy on offer turns out to be an engineering curriculum in disguise.</p>
<p>Business units do not have the technical skills, the budget, or frankly the incentive to become software engineering teams. The result is anxiety, stalled adoption, soaring cloud costs, and, ironically, a new generation of exactly the same shadow IT silos the whole exercise was supposed to eliminate.</p>
<blockquote><p>We gave domains the responsibility without giving them the means to carry it. That is not decentralization. That is delegation of blame.</p></blockquote>
<p><strong>The Question We Actually Need to Answer</strong></p>
<p>So we are stuck. Going back to the centralized Data Warehouse means burying every request in an IT backlog and watching the business work around you. Pressing forward with a full Enterprise Data Mesh means handing business analysts an engineering toolkit they cannot use and watching the whole thing fragment.</p>
<p>The question is not which of these two paths to choose. It is how to escape the false choice entirely.</p>
<p>That is what this series is about. The argument is for a pragmatic middle path, one that keeps the principle of business ownership intact while stripping away the engineering complexity that has been killing it in practice. And by Part 3, we get specific about the technology that makes it executable.</p>
<p><strong><br />
COMING UP IN THIS SERIES</strong><br />
<strong>Part 2:</strong> Why real agility and ownership requires authority, understanding, and motivation, and why small business-driven teams are the only structure that delivers all three.<br />
<strong>Part 3:</strong> How Qlik Cloud Analytics breaks the engineering bottleneck and lets your team focus on business logic instead of infrastructure and governance processes.<br />
<strong>Part 4:</strong> How to escape data silos while doing fast domain owned data iteration without a data lakehouse?<br />
<strong>Part 5:</strong> Four lean governance rituals that bulletproof your data products without complicated software or bureaucracy.</p>
<p>The era of the IT-driven rigid data factory is ending. But the era of the over-engineered, under-delivered Data Mesh needs to end with it.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Qlik Data Products – visio vuodelta 2018 alkaa vihdoin toteutua!</title>
		<link>https://goodin.fi/qlik-data-products-visio-vuodelta-2018-alkaa-vihdoin-toteutua/</link>
		
		<dc:creator><![CDATA[content]]></dc:creator>
		<pubDate>Tue, 31 Mar 2026 05:45:17 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[agentic ai]]></category>
		<category><![CDATA[b2b]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[businessintelligence]]></category>
		<category><![CDATA[datacentric]]></category>
		<category><![CDATA[dataempathy]]></category>
		<category><![CDATA[goodin]]></category>
		<category><![CDATA[qlik]]></category>
		<guid isPermaLink="false">https://goodin.fi/?p=2077</guid>

					<description><![CDATA[GOODINilla seurataan tarkasti Qlikin kehityskulkua, ja kollegani Mikon (Kuusela) kanssa olemme viime aikoina tutkineet innolla Qlik Cloudin uusia ominaisuuksia: Data Producteja, Data Marketplacea ja Trust Scorea. Mikon reaktio oli erityisen kiinnostava – hänelle nämä ominaisuudet tuovat mieleen jotain hyvin tuttua. &#8220;Tämähän on kuin 2018 – mutta parempi&#8221; – Mikon tarina Podium Datasta. Mikko on pitkän [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>GOODINilla seurataan tarkasti Qlikin kehityskulkua, ja kollegani Mikon (Kuusela)<br />
kanssa olemme viime aikoina tutkineet innolla Qlik Cloudin uusia<br />
ominaisuuksia: Data Producteja, Data Marketplacea ja Trust Scorea.</p>
<p>Mikon reaktio oli erityisen kiinnostava – hänelle nämä ominaisuudet<br />
tuovat mieleen jotain hyvin tuttua. </p>
<blockquote><p>&#8220;Tämähän on kuin 2018 – mutta parempi&#8221;</p></blockquote>
<p> – Mikon tarina Podium Datasta. Mikko on pitkän linjan #Qlik-veteraani, ja kun hän ensimmäistä kertaa näki<br />
uudet Data Products -ominaisuudet, hän hymyili tunnistavan hymyn. </p>
<p>Vuonna 2018 Qlik hankki yrityksen nimeltä Podium Data, ja Mikolla on siitä<br />
omakohtainen kokemus – hän ehti työskennellä kyseisen tuotteen kanssa<br />
ennen kuin se integroitiin Qlikin tuoteperheeseen nimellä Qlik Catalog.</p>
<p>Qlik Catalogin ydinajatus oli ratkaista se ikuinen ongelma: tekniset ihmiset ja<br />
liiketoiminta ihmiset puhuvat samoista asioista eri kielillä. Mitä tarkoittaa<br />
&#8220;asiakas&#8221;? Entä &#8220;tuote&#8221;? Catalogin avulla sekä data-ammattilaiset että<br />
liiketoiminta ihmiset saattoivat määritellä ja arvioida käsitteitä samassa<br />
paikassa – yhdessä. Mikon mukaan ajatus oli oikea ja tuote toimi, mutta oli<br />
käyttäjän näkökulmasta kenties hieman tekninen. Visio oli aikaansa edellä.</p>
<p>Nyt visio alkaa näyttää todelta</p>
<p>Kun kävimme Mikon kanssa läpi Qlikin uusimpia julkaisuja, tunnelma oli selvä:<br />
tämä on sitä, mitä 2018 tavoiteltiin – vihdoin kypsänä muotona. </p>
<p>Kolme asiaa erottuu erityisesti:</p>
<p>• Data saadaan kaikkien näkyville – Data Marketplace toimii yhtenä<br />
ikkunana organisaation datoihin.<br />
• Datan laatu selviää – Trust Score kertoo selkeästi, kuinka luotettavaa<br />
data on. Ei enää arvailua.<br />
• Dataa voidaan helposti jakaa eteenpäin – REST- tai OData-<br />
connectorin kautta data liikkuu sujuvasti jatkokäyttöön.</p>
<p>Ja parasta kaikessa? Kaikki tämä löytyy yhdestä käyttöliittymästä: olennaiset<br />
datatuotteet, niiden laatu, missä niitä käytetään, mistä data on peräisin ja<br />
minne se kulkee – Data Lineage kertoo koko tarinan.</p>
<p>Miksi tämä on tärkeää juuri nyt?</p>
<p>Data ei ole enää vain raportoinnin raaka-aine. Kun tekoäly ja AI-agentit<br />
hyödyntävät dataa yhä enemmän, datan laatu, löydettävyys ja luotettavuus<br />
nousevat aivan uuteen arvoon. Jos AI saa syötteekseen huonoa tai<br />
väärinymmärrettyä dataa, seuraukset voivat olla vakavia.</p>
<p>Qlik Cloudin uudet ominaisuudet vastaavat juuri tähän tarpeeseen. Kun<br />
datatuotteet on määritelty selkeästi, niiden laatu on arvioitu ja ne ovat helposti<br />
saatavilla – niin ihmisille kuin koneille – ollaan oikeasti valmiita tekoälyaikaan.</p>
<p>Yhteenvetona voinee todeta: hyvät ideat löytävät aikansa!</p>
<p>Podium Datan visio oli oikeassa. Se syntyi vain hieman ennen aikojaan. Nyt<br />
teknologia, markkinat ja tarve ovat kohdanneet – ja Qlik Cloud vie tätä<br />
kehitystä eteenpäin tavalla, joka saa kokeneenkin Qlik-ammattilaisen<br />
hymyilemään. Mikolle se on selvästi palkitseva hetki.<br />
Seuraamme kehitystä innolla Mikon kanssa ja autamme asiakkaitamme<br />
Goodinilla ottamaan nämä mahdollisuudet käyttöön.</p>
<p>Terkuin, Mats (von Hertzen), GOODINilta</p>
<p>Kiinnostuitko? Laita meille <a href="mailto:&#106;arm&#111;.&#114;aja&#108;&#97;&#64;&#103;oo&#100;&#105;n.&#102;&#105;">viestiä</a>!</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Qlik 2025–2026: From Data to Action &#8211; The Era of AI Agents and Trust</title>
		<link>https://goodin.fi/qlik-2025-2026-from-data-to-action-the-era-of-ai-agents-and-trust/</link>
		
		<dc:creator><![CDATA[content]]></dc:creator>
		<pubDate>Wed, 11 Mar 2026 10:23:39 +0000</pubDate>
				<category><![CDATA[B2B]]></category>
		<category><![CDATA[BI - Business Intelligence]]></category>
		<category><![CDATA[Data Utilisation]]></category>
		<category><![CDATA[Qlik]]></category>
		<category><![CDATA[agentic ai]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[business value]]></category>
		<category><![CDATA[businessintelligence]]></category>
		<category><![CDATA[qlik]]></category>
		<guid isPermaLink="false">https://goodin.fi/?p=2069</guid>

					<description><![CDATA[The era of "Agentic" analytics has arrived. From the Qlik Trust Score™ for reliable AI to the game-changing MCP (Model Context Protocol), Qlik is redefining how businesses interact with data in 2026. Learn how the Open Lakehouse and real-time AI agents are eliminating vendor lock-in and turning data into an autonomous business asset.]]></description>
										<content:encoded><![CDATA[<p><strong>The Era of AI Agents, Trust, and Universal Connectivity</strong></p>
<p>2024 was a defining milestone for Qlik, as highlighted in our <a href="https://goodin.fi/qliks-successful-year-in-2024-achieving-sales-and-profitability-targets/">previous review</a> by our Business Intelligence Lead and Managing Partner, Phuoc Tran Minh, in early 2025. Strategic goals were met, and the integration of Talend solidified Qlik’s position as the market’s most robust data integration platform.</p>
<p>But what lies ahead? 2025 and the beginning of 2026 have marked a fundamental shift in the ecosystem: moving from passive reporting to active, &#8220;agentic&#8221; analytics. Here are the key innovations shaping the daily operations of Qlik users right now.</p>
<p><strong>1. From Assistant to Agent: The Rise of Agentic AI</strong></p>
<p>If 2024 was the year of experimenting with Generative AI, 2025 was the breakthrough year for Agentic AI. Qlik no longer simply answers questions; it takes action.</p>
<p>These new AI agents execute complex sequences of tasks autonomously. They can detect an anomaly in sales data, analyse the root cause by comparing multiple data sources, and automatically generate a proposal for next steps &#8211; all without the user needing to build a query. Qlik Answers is pivotal here, integrating unstructured data (contracts, manuals, PDFs) into the analysis to ensure a true 360-degree view of the organisation.</p>
<p><strong>2. Qlik Trust Score™: AI is Only as Good as Its Data</strong></p>
<p>The biggest barrier to AI adoption is a lack of confidence as we know at GOODIN. Qlik addresses this with the Qlik Trust Score for AI, which automatically scores the reliability of data. As businesses build their own custom models on top of Qlik, the Trust Score ensures that AI does not draw conclusions based on flawed or outdated information. It is the &#8220;green light&#8221; management needs for automated, defendable decision-making.</p>
<p><strong>3. The February 2026 Breakthrough: The Qlik MCP Server</strong></p>
<p>The most significant update in early 2026 is the general availability of the Qlik MCP (Model Context Protocol) Server. This is a game-changer for AI Interoperability.</p>
<p>Rather than locking your data inside a single platform, MCP acts as a universal &#8220;USB-C port&#8221; for AI. It allows third-party assistants &#8211; such as Anthropic Claude, Microsoft Copilot, or your own internal LLMs &#8211; to securely &#8220;reach into&#8221; Qlik’s engine. This means your external AI tools can use Qlik’s governed measures and logic to provide answers that are actually accurate and grounded in your business reality. <a href="https://www.youtube.com/watch?app=desktop&#038;v=DIgcImfpw5I&#038;start=0" target="_blank" rel="noopener">Here</a> is more info!</p>
<blockquote><p>“Qlik has gone so far beyond visualisations and dashboards: it has become the trusted intelligence layer for your entire enterprise AI ecosystem.”</p></blockquote>
<p>Says Phuoc Tran Minh</p>
<p><strong>4. Next-Level Integration: The Open Lakehouse</strong></p>
<p>The Qlik-Talend merger has matured into a seamless Open Lakehouse architecture. In 2026, there is a massive emphasis on real-time data movement across Snowflake, Databricks, and AWS. Native support for the Apache Iceberg format allows enterprises to store vast quantities of data cost-effectively while avoiding vendor lock-in. Data quality is now managed by AI-assisted tools that rectify errors automatically as data moves through your pipelines.</p>
<p><strong>5. User Experience: Beyond the Dashboard</strong></p>
<p>Analytics visualisation has undergone a significant makeover to drive operations, not just viewing: Write-back Capabilities: Users can now modify or input data directly from a Qlik sheet back into source systems (like CRMs or ERPs). Discovery Agents: New &#8220;always-on&#8221; agents monitor your metrics 24/7 and proactively alert you to meaningful trends or anomalies before you even open a dashboard.</p>
<p>Conversational Interface: Interacting with data through natural language is now the standard. The dashboard has evolved from a primary interface into a supporting visual for deeper context.</p>
<p><strong>Towards Autonomous Analytics</strong></p>
<p>At GOODIN, we have followed Qlik’s journey closely, and the direction is clear: analytics is shifting from the &#8220;rear-view mirror&#8221; to real-time operational guidance. The Qlik MCP capabilities added in late February 2026 represent a &#8220;safe harbour&#8221; moment  &#8211; providing a standardised, governed way to connect any AI tool to your most valuable data.</p>
<blockquote><p>“The innovations of 2025–2026 represent a new era where data is a company’s most active asset. Agentic capabilities are already delivering massive value to end-users by automating the &#8220;boring&#8221; parts of data analysis and focusing on what matters: action.”</p></blockquote>
<p> says Mikko Kuusela.</p>
<p>Is your organisation ready to leverage Qlik’s latest Agentic and MCP capabilities? At GOODIN, we help you translate technology into measurable business value and can train your entire organisation to make use of data and AI. </p>
<p>Reach out to our CEO <a href="https://goodin.fi/contact/" target="_blank">Jarmo Rajala</a> or <a href="https://goodin.fi/people/" target="_blank">Mikko Kuusela</a>, <a href="https://goodin.fi/people/" target="_blank">Petri Viljanen</a>, or <a href="https://goodin.fi/people/" target="_blank">Siru Saaristo</a>. We are happy to help you find better ways to get the most out of your data and AI!</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>GOODIN Mikko’s Story &#8211; DATA EMPATHY IN PRACTICE</title>
		<link>https://goodin.fi/goodin-mikkos-story-data-empathy-in-practice/</link>
		
		<dc:creator><![CDATA[content]]></dc:creator>
		<pubDate>Thu, 05 Mar 2026 08:31:05 +0000</pubDate>
				<category><![CDATA[B2B]]></category>
		<category><![CDATA[BI - Business Intelligence]]></category>
		<category><![CDATA[Data Utilisation]]></category>
		<category><![CDATA[Inphinity]]></category>
		<category><![CDATA[Qlik]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[businessintelligence]]></category>
		<category><![CDATA[goodin]]></category>
		<category><![CDATA[inphinity]]></category>
		<category><![CDATA[qlik]]></category>
		<guid isPermaLink="false">https://goodin.fi/?p=2061</guid>

					<description><![CDATA[Mikko Kuusela has spent nearly three decades in analytics. Throughout his career, one question kept coming back: what if data entry and data analysis could live in the same interface? This is the story of a conviction that never changed — and the answer that finally arrived.]]></description>
										<content:encoded><![CDATA[<p><strong>30 years of data &#8211; and one question that never went away.</strong></p>
<p>Our Business Development Lead Mikko Kuusela has worked in analytics for nearly three decades. This is the story of what he learned &#8211; and why one question stayed with him the entire journey.</p>
<p>Mikko has a habit of saying that his career has become more technical than he ever imagined as a young economics student.<br />
But perhaps that&#8217;s exactly why he has held so firmly to one core idea. The most important job of technology is not to look complex. Its job is to help people succeed.</p>
<p><strong>Where it all began</strong></p>
<p>The year is 1997. Mikko starts his career at BasWare, working with budgeting and forecasting systems. Oracle consulting follows, then reporting, then business. Early on, a conviction takes shape that never changes:</p>
<p>The best solutions do not emerge on technology&#8217;s terms. They emerge when technology genuinely serves the business &#8211; with people at the centre.<br />
In 2005, Mikko returns to BasWare and encounters QlikView. It changes his thinking. It is no longer just about reporting, but about analytics: the opportunity to understand the business more deeply, to spot patterns, to make better decisions.</p>
<p>#Qlik technology has been part of his career ever since. Around 20 years in total, more than 15 of them with Qlik directly.</p>
<p><strong>The question that never went away</strong></p>
<p>Alongside everything he learned, one thing kept nagging at Mikko. What if data entry could live in the same interface?<br />
If viewing, analysing, and updating information could all happen in one place, a solution like that would serve the business in an entirely different way. No separate Excel files. No system-hopping. No unnecessary intermediate steps.</p>
<p>It&#8217;s a question he has heard from clients over the years countless times, too.</p>
<p><strong>The answer arrived six months ago.</strong></p>
<p>About six months ago, Mikko came across #Inphinity. He was immediately excited.</p>
<p>Inphinity enables data entry directly within Qlik &#8211; in the same interface where data is also analysed. No more separate processes, no more separate systems. One environment, one whole.</p>
<p>The concrete impact was visible quickly. In a client project, key metrics from around 50 companies were brought together into a single Qlik environment. Data entry, review, and utilisation &#8211; all in one place. It worked.</p>
<p><strong>Why this matters &#8211; from a data empathy perspective</strong></p>
<p>At GOODIN, we talk about data empathy. It simply means that data and solutions are not built for systems &#8211; they are built for people. Understanding users&#8217; day-to-day reality and understanding what stories the data tells. Understanding the genuine needs of the business. Building something people will actually use.</p>
<p>When the process feels natural, users trust the data. When users trust the data, the organisation makes better decisions.<br />
That is exactly what Inphinity delivers &#8211; and exactly what Mikko&#8217;s story is about.<br />
<div id="attachment_2064" style="width: 1343px" class="wp-caption alignnone"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-2064" src="https://goodin.fi/wp-content/uploads/2026/03/mikko-3.jpg" alt="Mikko Kuusela" width="1333" height="2000" class="size-full wp-image-2064" /><p id="caption-attachment-2064" class="wp-caption-text">30 years in analytics creates a certain level of #DataEmpathy</p></div></p>
<blockquote><p>&#8220;The job of technology is not to look complex. It&#8217;s job is to help people succeed.&#8221; — Mikko Kuusela, GOODIN</p></blockquote>
<p>#GoodIn #DataEmpathy #Qlik #Inphinity #Analytics #PeopleOverProcesses</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What has actually changed in how people use large language models in 2025?</title>
		<link>https://goodin.fi/what-has-actually-changed-in-how-people-use-large-language-models-in-2025/</link>
		
		<dc:creator><![CDATA[content]]></dc:creator>
		<pubDate>Wed, 03 Dec 2025 14:53:21 +0000</pubDate>
				<category><![CDATA[AI - Artificial Intelligence]]></category>
		<category><![CDATA[AI Literacy]]></category>
		<guid isPermaLink="false">https://goodin.fi/?p=1949</guid>

					<description><![CDATA[The year 2025 has been a significant year for AI learning in Finland. At Goodin.fi, we’ve trained around 1,500+ people in the basics and everyday use of GenAI. This group gives us an unusually clear view of where Finnish organisations truly stand with LLM technology. Below are six patterns and one fact that appear consistently [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The year 2025 has been a significant year for AI learning in Finland. At Goodin.fi, we’ve trained around 1,500+ people in the basics and everyday use of GenAI. This group gives us an unusually clear view of where Finnish organisations truly stand with LLM technology. Below are six patterns and one fact that appear consistently across almost every group we train.</p>
<p><strong>1. Half still have no real touchpoint</strong></p>
<p>Around 50% of participants have never opened an LLM before the course. This isn’t about the technology—it’s about caution, uncertainty, and the lack of guidance. Once people start experimenting in a supported environment, the hesitation fades quickly. Many express the same thought: “I didn’t know what I was supposed to ask, so I didn’t dare to start.”</p>
<p><strong>2. Usage falls into three clear levels</strong></p>
<p>Among those with at least some experience, usage forms a consistent three-tier structure:</p>
<ul>
<li>90% use LLMs very lightly: translations, summaries, and simple edits.</li>
<li>10% use them more actively, but still at a surface level. Few users actually use frameworks, build consistent logic, or design workflows around the model.</li>
<li>Deep usage is extremely rare.
<ul>
<li>Custom GPTs, structured tools, and process-level thinking are still marginal.</li>
</ul>
</li>
</ul>
<p>This pattern repeats across almost every organisation.</p>
<p><strong>3. Agents generate interest – but they are not simple</strong></p>
<p>Agents and custom GPTs now come up in almost every discussion compared to early 2025. Interest is strong, but real hands-on work is still limited. Across our training groups:</p>
<ul>
<li>About 50 people have built a custom GPT.</li>
<li>About 20 people have built an agent (usually as a team).</li>
</ul>
<p>Building an agent isn’t a “just do it” button. It requires quiet technical intuition, process thinking, and a willingness to experiment. Many are only now developing these foundational skills. This is why claims that “2025 is the year of agents” is more about marketing than reality. The real “agent year” in everyday work is likely closer to be realised end of 2026–2027.</p>
<p><strong>4. Understanding is rising quickly – usage more slowly</strong></p>
<p>Between January and November, the change is clear:</p>
<ul>
<li>People now better understand what LLMs do and don’t do.</li>
<li>They recognise the importance of context.</li>
<li>The model is seen more as a conversation partner, not just a text machine.</li>
</ul>
<p>Yet everyday use is still largely task by task, not a continuous partnership with the model.</p>
<p><strong>5. The “sparring partner” mindset works</strong></p>
<p>One of the strongest findings relates to mindset. When the model is seen as a sparring partner, usage becomes more natural and relaxed. In our courses our mission, which is stated at the start of the course, is to make LLMs your sparring partner. At the end we ask how we succeeded and the results are striking:</p>
<ul>
<li>95% of participants respond to our feedback survey.</li>
<li>Of those, 97% say the model became a sparring partner during the course (N=1000).</li>
</ul>
<p>Once people understand how an LLM works and where its limits lie, their usage becomes instinctive. The barrier isn’t technical—it’s emotional.</p>
<p><strong>6. The biggest shift is in thinking, not yet in routines</strong></p>
<p>The most notable change in 2025 is not what people do with LLMs. It is that more and more people understand what an LLM is, what it can be used for, and how it should be used. This unlocks internal conversations, role clarity, and new ways of dividing work.</p>
<figure class="wp-block-pullquote">
<blockquote>
<p>“A truly educational course that has brought AI into everyday life and sparked many internal discussions.”</p>
</blockquote>
</figure>
<p>And the one fact: The term &#8220;Artificial Intelligence&#8221; as a singular is the most misguiding term and should be completely abolished to create better understanding.</p>
<p><strong>What does this tell us about Finnish organisations in 2025?</strong></p>
<p>Based on everything we’ve seen in our training data, the situation looks like this:</p>
<p>🙌 Interest is growing relatively fast, but not like we inside the &#8220;AI bubble&#8221; think.</p>
<p>🙌 Usage is growing slowly—especially if the emotional barrier isn’t lifted.</p>
<p>🙌 Deep usage is still rare. People think this is a new Google, and naturally that will limit exploration as what you do with Google is already a habit—and as we know habits are hardest to change.</p>
<p>Finland is now in a phase where understanding is expanding, but everyday AI-Human working habits are still forming. This is a natural stage—and right now is the ideal moment for organisations to build their LLM strategy before the next major shift arrives.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Seven AI Myths Busted</title>
		<link>https://goodin.fi/seven-ai-myths-busted/</link>
		
		<dc:creator><![CDATA[content]]></dc:creator>
		<pubDate>Mon, 14 Oct 2024 08:27:12 +0000</pubDate>
				<category><![CDATA[AI - Artificial Intelligence]]></category>
		<category><![CDATA[AI Literacy]]></category>
		<category><![CDATA[Data Literacy]]></category>
		<guid isPermaLink="false">https://goodin.fi/?p=458</guid>

					<description><![CDATA[The technology is ready – now it’s time to harvest the fruits. Key Takeaways from #Harvest event 9 October 2024 Generative AI (GenAI), and artificial intelligence (AI) in general, is no longer a promise of the future; it’s the reality of today. During the Harvest event on October 9th, 2024, it became clear that AI’s [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h1 class="wp-block-heading has-large-font-size">The technology is ready – now it’s time to harvest the fruits.</h1>



<figure class="wp-block-image size-full"><img decoding="async" src="https://goodin.fi/wp-content/uploads/2024/10/HarvestPear_00004_.png" alt="" class="wp-image-459"/></figure>



<h1 class="wp-block-heading has-medium-font-size">Key Takeaways from #Harvest event 9 October 2024</h1>



<p class="wp-block-paragraph"><br>Generative AI (GenAI), and artificial intelligence (AI) in general, is no longer a promise of the future; it’s the reality of today. During the Harvest event on October 9th, 2024, it became clear that AI’s potential, particularly GenAI, is immense, yet many organisations are still standing on the sidelines.</p>



<p class="has-medium-font-size wp-block-paragraph">Why? Not because the technology isn’t mature—it is. The real challenge lies in the myths and misunderstandings that continue to slow its widespread adoption. As DB Schenker’s Samuli Salmela explained in his keynote speech, these misconceptions prevent businesses from fully embracing the transformative power that GenAI, especially, offers.<br><br>As leaders, it’s time for us to move beyond the myths and recognise AI as a strategic partner, not just a tool. AI can bring profound improvements to our organisational processes and, ultimately, transform the entire business. The question is no longer whether AI is ready &#8211; it is. The real question is whether our companies are ready to learn, experiment, and utilise AI in the right way. The businesses that seize AI’s opportunities now will thrive, while those waiting for the “perfect moment” &#8211; that never comes &#8211; will be left behind.<br><br>Let’s explore the key takeaways and insights from the event by addressing the most prominent myths about GenAI and their practical implications for our organisations in overcoming them.</p>



<p class="has-large-font-size wp-block-paragraph"><strong>Myth 1: &#8220;AI is difficult and expensive&#8221;</strong></p>



<p class="wp-block-paragraph">This belief often stems from a fear of the unknown. In reality, AI has become increasingly accessible, with many easy to use&nbsp; tools available. The real challenge lies not in the technology itself, but in our willingness as people to adapt. As leaders, we must reframe AI as an investment in both the company’s as well as the people’s future rather than a burdensome expense or a new thing that ends up benefitting no-one.</p>



<h2 class="wp-block-heading has-large-font-size"><strong>Myth 2: &#8220;GenAI makes mistakes, so it needs constant human supervision&#8221;</strong></h2>



<p class="wp-block-paragraph">While it is true that AI is not infallible, neither are humans. The key is to view AI not as a replacement for human intelligence, but as a powerful complement to it. This symbiosis of human intuition and machine processing power can lead to unprecedented insights and innovations for both organisational, as well as wider, good. A need for human oversight in AI related projects depends greatly on the use case and its risk profile. As we learn to understand and trust AI more, we can relax the oversight.</p>



<h2 class="wp-block-heading has-large-font-size"><strong>Myth 3: &#8220;We don&#8217;t have good enough data to use AI&#8221;</strong></h2>



<p class="wp-block-paragraph">Perfect data is a mirage. Instead of waiting for an ideal dataset, we should focus on cultivating a data-driven culture where continuous improvement is the norm. AI can actually help us identify gaps in our data and AI can also allow us to start utilising unused or previously difficult-to-use data assets. AI can also refine our collection processes, so again, rather than thinking of it as a technology, think of it as an added competence to your organisation and treat it accordingly.&nbsp;</p>



<h2 class="wp-block-heading has-large-font-size"><strong>Myth 4: &#8220;Our data is not safe with GenAI&#8221;</strong></h2>



<p class="wp-block-paragraph">In an age of increasing digital threats, this concern is valid. However, it should not paralyse us. Instead, it should motivate us to implement robust data governance frameworks. By doing so, we not only protect our assets but also build trust with our stakeholders. It is also important to use technologies that are secure and enterprise-grade, such as the Microsoft offering.</p>



<h2 class="wp-block-heading has-large-font-size"><strong>Myth 5: &#8220;AI doesn&#8217;t really think&#8221;</strong></h2>



<p class="wp-block-paragraph">This myth touches on deep philosophical questions about the nature of intelligence. While AI may not &#8220;think&#8221; in the human sense, it can process information and identify patterns at a scale beyond human capability in certain cases. Our role as leaders is to harness this power while providing the context, creativity, and ethical considerations and judgement that only humans can offer. This is one of the reasons it is important to focus on your people at the same time as you focus on technology.</p>



<h2 class="wp-block-heading has-large-font-size"><strong>Myth 6: &#8220;It&#8217;s just hype. Companies aren&#8217;t getting real benefits&#8221;</strong></h2>



<p class="wp-block-paragraph">Scepticism is healthy, but it should not blind us to the real-world impacts of AI. From predictive maintenance to personalised customer experiences, AI is already delivering tangible benefits across industries and will also require a new set of measuring benefits. As leaders, we need to look beyond the hype and focus on practical applications that can drive our businesses forward. AI is like any major technology disruption; its short term implications are overestimated and long term impact under-estimated.</p>



<h2 class="wp-block-heading has-large-font-size"><strong>Myth 7: &#8220;The models aren&#8217;t ready; it is better to wait&#8221;</strong></h2>



<p class="wp-block-paragraph">In the rapidly evolving world of AI, waiting for perfection is a luxury we cannot afford. The most successful organisations will be those that adopt a &#8220;learn fast&#8221; mentality, embracing current AI capabilities, while staying agile enough to adapt to future developments.</p>



<h2 class="wp-block-heading has-large-font-size">Building a Human-Centric, Data-Driven Culture: The Key to Successful AI Adoption</h2>



<p class="wp-block-paragraph">It is essential to remember that adopting AI goes beyond technology—it fundamentally revolves around people. To fully realise AI’s potential, the entire organisation must be engaged in the journey.<br><br>Since we’ve been talking about AI like a colleague, we figured, why not ask Copilot&nbsp; itself, which of these myths resonated the most? &#8220;The myth that struck a chord was, &#8216;GenAI makes mistakes, so it needs human supervision.&#8217; While it’s true that responsible AI use requires oversight in critical fields like healthcare, where accuracy and ethics are non-negotiable, the idea that GenAI always needs human supervision is a bit outdated.</p>



<p class="wp-block-paragraph">This requires cultivating a culture that embraces data and AI literacy, with human leadership at its core. Such a culture encourages curiosity and experimentation, valuing human creativity and judgement. In this way, employees see AI tools as enablers rather than fearing replacement. This approach creates an environment where both human and artificial intelligence can thrive, laying the groundwork for genuine innovation and growth.<br><br>But as any good farmer knows, harvesting is only the beginning. The true value lies in how we refine those fruits—transforming them into products, services, and tangible results that drive real organisational impact. And just as importantly, we must sow new seeds for future growth by budgeting wisely and investing in the AI capabilities that will shape the years ahead. After all, success isn’t just about this harvest; it’s about laying the foundation for future seasons of prosperity.<br><br>Authored by:<br>Kira Sjöberg, GOODIN, Sami Masala &amp; Nino Ilveskero, AIThink &amp; CoPilot, Microsoft.&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Building Blocks to Data and AI Literacy: A Step-by-Step Guide</title>
		<link>https://goodin.fi/building-blocks-to-data-and-ai-literacy-a-step-by-step-guide/</link>
		
		<dc:creator><![CDATA[content]]></dc:creator>
		<pubDate>Thu, 16 May 2024 04:19:46 +0000</pubDate>
				<category><![CDATA[AI - Artificial Intelligence]]></category>
		<category><![CDATA[AI Literacy]]></category>
		<category><![CDATA[Data Literacy]]></category>
		<guid isPermaLink="false">https://goodin.fi/?p=428</guid>

					<description><![CDATA[In the ever-evolving landscape of modern business, data and AI literacy are becoming essential skills, a bit like mastering a global language. As we move towards more data-driven decision-making and AI integration, understanding how to effectively navigate this learning journey becomes crucial. Here’s how organizations can implement a structured, learning-by-doing approach to help employees become [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">In the ever-evolving landscape of modern business, data and AI literacy are becoming essential skills, a bit like mastering a global language. As we move towards more data-driven decision-making and AI integration, understanding how to effectively navigate this learning journey becomes crucial. Here’s how organizations can implement a structured, learning-by-doing approach to help employees become self-sufficient in utilizing data and AI. A good Data and AI Governance basis is also important and we wrote about that <a href="https://goodin.fi/blog/data-literacy-the-foundation-of-successful-data-governance/">here</a>.</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://goodin.fi/wp-content/uploads/2024/05/Screenshot-2024-05-16-at-7.17.08-1024x562.png" alt="" class="wp-image-429"/></figure>



<p class="wp-block-paragraph">Understanding the Learning Stages People in Organizations go through</p>



<p class="wp-block-paragraph"><strong>1. Beginner Level: Grasping the Basics</strong></p>



<p class="wp-block-paragraph">The journey begins with foundational knowledge. For data literacy, this includes understanding data types, basic data manipulation, and the significance of data in decision-making. For AI literacy, it involves an introduction to AI concepts, what AI can and cannot do, and real-world applications. At this stage, short, introductory sprints focused on key concepts help demystify complexities and lay the groundwork for more advanced learning.</p>



<p class="wp-block-paragraph"><strong>2. Intermediate Level: Enhancing Skills through Application</strong></p>



<p class="wp-block-paragraph">Once the basics are understood, employees should start applying their knowledge to real-world scenarios. This could involve structured projects or challenges where learners manipulate datasets or build simple AI models relevant to their roles. This stage is crucial for reinforcing concepts and gaining confidence. Naturally understanding that not everyone will utilize data or AI on this level in their roles, but understanding the side of applying is important. Generative AI utilization is however another relevant application mode often in such cases. Organizations can support this through workshops, guided training sessions, and practical hands-on projects that encourage active learning. <a href="https://www.splended.fi/trainings/data-learning-sprint/" target="_blank" rel="noopener">One example of this is the GOODIN and Splended Data Learning Sprint.</a></p>



<p class="wp-block-paragraph"><strong>3. Advanced Level: Specializing and Innovating</strong></p>



<p class="wp-block-paragraph">As learners become more comfortable, they can move into specialized areas such as predictive analytics, machine learning, and advanced data visualization techniques for data literacy. For AI literacy, this might include deep learning, neural networks, or robotics. Advanced learners should engage in longer, more complex sprints that challenge their understanding and encourage innovation within their specific areas of interest. This demands a “fail fast” or “learning by doing” -type of learning culture in organizations and positive and encouraging management practices and commitment that enable failing for learning.</p>



<p class="wp-block-paragraph"><strong>4. Expert Level: Leading and Mentoring</strong></p>



<p class="wp-block-paragraph">At the expert level, individuals are expected not only to be proficient but to lead initiatives and mentor others. They stay abreast of industry trends and continuously adapt to new technologies. Here, learning involves self-directed projects, leadership in sprints, and contributing to strategic decision-making with data-driven insights become real life value for business.</p>



<p class="wp-block-paragraph">Implementing Learning by Doing: The Sprint Method</p>



<p class="wp-block-paragraph">A learning sprint approach can be highly effective in progressing through these stages. Each sprint focuses on a specific skill or project, encouraging rapid learning and application. Here’s how it can work:</p>



<ul class="wp-block-list">
<li>Define Clear Objectives: Each sprint has specific, measurable goals to ensure focus and alignment with business objectives.</li>



<li>Time-bound Challenges: Limit sprints to a few weeks to maintain urgency and engagement.</li>



<li>Cross-functional Teams: Include employees from different departments to foster diverse perspectives and collaborative problem-solving.</li>



<li>Reflect and Iterate: At the end of each sprint, gather feedback and reflect on lessons learned to improve the next cycle.</li>
</ul>



<p class="wp-block-paragraph">Supporting the Journey</p>



<p class="wp-block-paragraph">Supporting employees through this journey requires more than just providing educational resources; it involves creating an ecosystem that promotes continuous learning and application. This includes access to the latest tools and technologies, opportunities for peer learning, and a culture that celebrates experimentation and learning from failure.</p>



<figure class="wp-block-pullquote"><blockquote><p>By implementing a structured, step-by-step approach to data and AI literacy, organizations can empower their teams to be not just participants but drivers of the data and AI revolution. </p></blockquote></figure>



<p class="wp-block-paragraph">As they become more fluent, they will be able to leverage these skills to innovate and lead in their respective fields, ensuring the organization stays competitive in a data-driven future making sure the human drives the AI and not vice versa.</p>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
