This article is part of FilecoinTLDR’s use case exploration series, where we look at real-world problems that Filecoin’s verifiable storage layer can help address.

Introduction

Modern data systems are constantly changing. Records are cleaned, labels are updated, new fields are added, and datasets are repeatedly reused across models, reports, and automated workflows. As a result, the data available today may no longer match the data that produced an earlier output or decision.

When that output needs to be investigated, keeping only the latest version is not enough. Teams need to reconstruct the earlier data state – including the dataset version, schema, labels, processing logic, metadata, and model context that were active at the time.

This is the past-data-state problem: the underlying files may still exist, while the broader context needed to explain, reproduce, or verify a result has been lost or scattered across different systems.

In this blog post, we’ll explore why this matters:

  • Modern data systems are in constant flux
  • AI and analytics demand reproducible states
  • Audits and compliance require trustworthy evidence of what actually existed at the time

We’ll then look at how Filecoin’s content addressing and verifiable storage can help anchor these critical data states over time.


1. Modern data systems are in constant flux

The first reason past data states matter is that modern data systems are rarely still. In AI and analytics workflows, data is constantly being updated, cleaned, labeled, combined, filtered, and reused across different tools.

A customer dataset may start as raw records from an app or database. Before it is used, the team may clean errors, add new fields, update labels, remove duplicates, or combine it with other datasets. Later, that same data may be used to train a model, power a dashboard, support a report, or feed an automated workflow.

Each change may be reasonable on its own. The problem is that, over time, these changes make it harder to know what the data actually looked like when a specific model output, report, or decision was produced. 

Consider an AI credit model used to assess loan applications or repayment risk. If the model begins denying applications differently after an update, the team may need to determine which dataset, model version, labels, and decision logic produced the earlier results. Without access to that original state, it becomes harder to identify what changed, explain a decision, or roll the system back safely.

That is why modern data platforms increasingly talk about “time travel,” “data versioning,” and “lineage.” In plain terms, teams need ways to look back and see the version of the data that existed at a specific moment, not only the latest version available today.

A past data state is therefore more than a stored file. It includes the data itself, the labels attached to it, the rules used to process it, the version of the system that used it, and the context that gave it meaning. Without that context, teams may still have the data, but lose the ability to explain how it was used.


2. AI and analytics depend on reproducible data states

AI and analytics workflows are especially exposed to this problem because their outputs depend on many things working together at once.

An AI model does not produce a result from “data” in the abstract. It uses a specific version of the data, a specific model, and a specific set of rules or instructions. An analytics dashboard is similar. A revenue number may depend on the source data, the way that data was cleaned, the business logic used, and the query behind the report. When any of these inputs change, the output can change too.

That is why reproducibility matters. If a model starts behaving differently after retraining, the team needs to know what changed. Was the model updated? Did the training data change? Were labels corrected? Did the retrieval system pull in different documents? Without the ability to return to the earlier version of the data and system context, teams may only be guessing.

This shows up in real AI incidents. In a 2025 postmortem, Anthropic explained that its privacy and security controls limited how and when engineers could access user interactions with Claude. Those controls protected user privacy, but they also made it harder for engineers to examine the problematic interactions needed to identify or reproduce certain bugs. The lesson is not that privacy controls are bad. It is that AI reliability often depends on having enough historical context to investigate what actually happened.

Analytics teams face a similar version of the problem. If a revenue dashboard changes after a data pipeline update, leaders need to know whether the business changed or the reporting logic changed. Without the ability to recreate the earlier data state, the team may struggle to explain why last month’s number no longer matches this month’s report.

This is why technical practices like experiment tracking, feature versioning, and data lineage matter. In plain terms, they help teams answer a simple operational question: can we go back to the exact data and system context that produced this result?


3. Audits and compliance require trustworthy evidence of what actually existed at the time

The third reason past data states matter is that some questions are not only technical. They are about evidence.

In an audit, investigation, compliance review, or disputed business decision, it may not be enough to show the data that exists today. The team may need to show what the data looked like at the time, which version was used, what changed later, and whether the original state can still be recreated.

In some regulated industries, this is already a formal requirement rather than simply a technical best practice. The SEC’s electronic recordkeeping rules, for example, require broker-dealers using an audit-trail approach to preserve records in a way that allows the original record to be recreated if it is modified or deleted. In January 2025, the SEC charged twelve firms with recordkeeping failures, resulting in $63.1 million in combined civil penalties.

Finance is one example of a broader operational need: as AI systems are used in more consequential decisions, organizations may increasingly be expected to show not only their current data, but the exact data and system state behind a past outcome.

This matters because business systems keep moving. Reports get updated. Datasets are cleaned. Fields are added or removed. Model inputs are changed. If no one preserved the earlier version, the organization may struggle to explain what a system actually knew when it made a decision.

Modern data platforms already recognize this need. Features like time travel, data versioning, and historical snapshots help teams look back at earlier versions of data. But these features are usually designed for short-term recovery and debugging, not multi-year audit timelines.

Time travel helps, but audit timelines can be longer

PlatformTypical retention windowLimitation
Snowflake1–90 daysHistorical data is no longer available for querying after the retention period ends
BigQuery7 days + 7-day fail-safeTime travel does not restore table metadata
Delta Lake~30 days by defaultVACUUM can permanently delete historical data files

The takeaway is not that these tools are weak. They are useful for fixing recent mistakes, checking recent changes, and rolling back short-term issues. But for datasets tied to audits, revenue reporting, model validation, or compliance, teams may need to preserve important versions for much longer.

That creates a gap between short-term recovery and long-term evidence. A system may be able to show what changed last week, but not the exact data version that supported a model, report, or business decision months or years ago.

For high-stakes data, the requirement is stronger: organizations need to preserve the right version, prove what existed at the time, and keep that evidence trustworthy long after the original system has moved on.


Bridging the gap with Filecoin

The missing layer is long-term proof.

Time travel, lineage tools, model registries, and audit logs can help teams understand which version of data was used. But over longer periods, teams also need confidence that the underlying files, snapshots, and records still exist and have not been silently changed.

This is where verifiable storage becomes useful. Instead of treating storage as a passive place where data sits, verifiable storage turns important data artifacts into something that can be referenced and checked over time.

Filecoin helps at this base layer through two ideas: content addressing and verifiable storage.

Through content addressing, important data artifacts can be referenced by what they are, not just where they are stored. A dataset snapshot, model artifact, evaluation set, audit log, or compliance record can be tied to a content identifier. If the content changes, the identifier changes too.

Verifiable storage adds another layer: evidence that the data has been stored over time. This gives teams a stronger way to preserve and later check the artifacts behind a model output, report, or business decision, even after normal time-travel windows expire.

For teams that already use cloud object storage, Fil One offers a more practical way to bring this into existing workflows. It provides S3-compatible object storage, so teams can connect existing tools, SDKs, and storage workflows without redesigning their entire data stack. When datasets or artifacts are uploaded, they can be tied to content identifiers and checked over time, giving teams a stronger record of what was stored and whether it still matches the original data.

Together, Filecoin and Fil One give teams a practical way to preserve important data artifacts beyond the normal lifespan of short-term recovery tools. Dataset snapshots, model artifacts, evaluation sets, audit logs, and compliance records can be stored, referenced, and checked over time. Filecoin provides the verifiable storage layer, while Fil One makes that layer accessible through familiar S3-compatible workflows.

Keep exploring Filecoin

  • Try Fil One – verifiable, S3-compatible storage on Filecoin, free for 30 days.
  • Follow FilecoinTLDR for ecosystem explainers and updates.
  • Join the Filecoin Discord to connect with the community.
  • Start the Filecoin Quest Hub to learn, complete quests, and get involved.
  • Subscribe to the newsletter for future posts and insights.

This blog post is contributed to Filecoin TL;DR by a guest writer. Catrina is an Investment Partner at Portal Ventures.

Until recently, startups led the way in technological innovation due to their speed, agility, entrepreneurial culture, and freedom from organizational inertia. However, this is no longer the case in the rapidly growing era of AI. So far, big tech incumbents like Microsoft-owned OpenAI, Nvidia, Google, and even Meta have dominated breakthrough AI products.

What happened? Why are the “Goliaths” winning over the “Davids” this time around? Startups can write great code, but they are often too hindered to compete with big tech incumbents due to several challenges:

  1. Compute costs remain prohibitively high
  2. AI has a reverse salient problem: a lack of necessary guardrails impedes innovation due to fear and uncertainty around societal ramifications
  3. AI is a black box
  4. The data “moat” of scaled players (big tech) creates a barrier to entry for emerging competitors

So, what does this have to do with blockchain technology, and where does it intersect with AI? While not a silver bullet, DePIN (Decentralized Physical Infrastructure Networks) in Web3 unlocks new possibilities for solving the aforementioned challenges. In this blog post, I will explain how AI can be enhanced with the technologies behind DePIN across four dimensions:

  1. Reduction of infrastructure costs
  2. Verification of creatorship and humanity
  3. Infusion of Democracy & Transparency in AI
  4. Installation of incentives for data contribution

In the context of this article,

  • web3” is defined as the next generation of the internet where blockchain technology is an integral part, along with other existing technologies
  • blockchain” refers to the decentralized and distributed ledger technology
  • crypto” refers to the use of tokens as a mechanism for incentivizing and decentralizing

Reduction of infra cost (compute and storage)

Every wave of technological innovation has been unleashed by something costly becoming cheap enough to waste

— Society’s Technical Debt and Software’s Gutenberg Momentby SK Ventures

The importance of infra affordability (in AI’s case, the hardware costs to compute, deliver, and store data) is highlighted by Carlota Perez’s Technological Revolution framework, which proposed that every technological breakthrough comes with two phases:

Source: Carlota Perez’s Technological Revolution

  • The Installation stage is characterized by heavy VC investments, infrastructure setup, and a “push” go-to-market (GTM) approach, as customers are unclear on the value proposition of the new technology.
  • The Deployment stage is characterized by a proliferation of infrastructure supply that lowers the barrier for new entrants and a “pull” GTM approach, implying a strong product-market fit from customers’ hunger for more yet-to-be-built products.

With definitive evidence of ChatGPT’s product-market fit and massive customer demand, one might think that AI has entered its deployment phase. However, there is still one piece missingstillan excess supply of infrastructure that makes it cheap enough for price-sensitive startups to build on and experiment with.

Problem

The current market dynamic in the physical infrastructure space is largely a vertically integrated oligopoly, with companies such as AWS, GCP, Azure, Nvidia, Cloudflare, and Akamai enjoying high margins. For example, AWS has an estimated 61% gross margin on commoditized computing hardware.

Compute costs are prohibitively high for new entrants in AI, especially in LLM.

  • ChatGPT costs an est. of 4M/training, and ~$700,000 per day to operate in hardware inference costs
  • Version two of Bloom will likely cost $10M to train & retrain
  • If ChatGPT were deployed into Google Search, it would result in $36B reduction in operating income for Google, a massive transfer of profitability from the software platform (Google) to the hardware provider (Nvidia)

Source: Peeling The Onion’s Layers — Large Language Models Search Architecture And Cost

Solution

DePIN networks such as Filecoin (the pioneer of DePIN since 2014 focused on amassing internet-scale hardware for decentralized data storage), BacalhauGensyn.aiRender Network, and ExaBits (the coordination layers to match the demand for CPU/GPU with supply) can deliver 75% — 90%+ cost savings in infra costs via below three levers

1. Pushing up the supply curve to create a more competitive marketplace

DePIN democratizes access for hardware suppliers to become service providers. It introduces competition to these incumbents by creating a marketplace for anyone to join the network as a “miner,” contributing their CPU/GPU or storage power in exchange for financial rewards.

While companies like AWS undoubtedly enjoy a 17-year head start in UI, operational excellence, and vertical integration, DePIN unlocks a new customer segment that was previously out-priced by centralized providers. Similar to how eBay does not compete directly with Bloomingdale but rather introduces more affordable alternatives to meet similar demand, DePIN networks do not replace centralized providers but rather aim to serve a more price-sensitive segment of users.

2. Balancing the economy of these markets with crypto-economic design

DePIN creates a subsidizing mechanism to bootstrap hardware providers’ participation in the network, thus lowering the costs to end users. To understand how let’s first compare the costs & revenue of storage providers in web2 vs. web3 using AWS and Filecoin.

Lower fees for clients: DePIN networks create competitive marketplaces that introduce Bertrand-style competition resulting in lower fees for clients. In contrast, AWS EC2 needs a mid-50% margin and 31% overall margin to sustain operations, plus

Token incentives/block rewards are emitted from DePIN networks as a new revenue source. In the context of Filecoin, hosting more real data translates to earning more block rewards (tokens) for storage providers. Consequently, storage providers are motivated to attract more clients and win more deals to maximize revenue. The token structures of several emerging compute DePIN networks are still under wraps, but will likely follow a similar pattern. Examples of such networks include:

  • Bacalhau: a coordination layer to bring computing to where data is stored without moving massive amounts of data
  • exaBITS: a decentralized computing network for AI and computationally intensive applications
  • Gensyn.ai: a compute protocol for deep learning models

3. Reducing overhead costs

Benefits of DePIN networks like Bacalhau and exaBITS, and IPFS/content-addressed storage include:

  • Creating usability from latent data: there is a significant amount of untapped data due to the high bandwidth costs of transferring large datasets. For instance, sports stadiums generate vast amounts of event data that is currently unused. DePIN projects unlock the usability of such latent data by processing data on-site and only transmitting meaningful output.
  • Reducing OPEX costs such as data input, transport, and import/export by ingesting data locally.
  • Minimizing manual processes to share sensitive data: for example, if hospitals A and B need to combine respective sensitive patient data for analysis, they can use Bacalhau to coordinate GPU power to directly process sensitive data on-premise instead of going through the cumbersome administrative process to handle PII (Personal Identifiable Information) exchange with counterparties.
  • Removing the need to recompute foundational datasets: IPFS/content-addressed storage has built-in properties that deduplicate, trace lineage, and verify data. Here’s a further read on the functional and cost efficiencies brought about by IPFS.

Summary by AI: AI needs DePIN for affordable infrastructure, which is currently dominated by vertically integrated oligopolies. DePIN networks like FilecoinBacalhauRender Network, and ExaBits can deliver cost savings of 75%-90%+ by democratizing access to hardware suppliers and introducing competition, balancing the economy of markets with cryptoeconomic design, and reducing overhead costs.

Verification of Creatorship & Humanity

Problem

According to a recent poll50% of A.I. scientists agree that there is at least a 10% chance of A.I. leading to the destruction of the human race.

This is a sobering thought. A.I. has already caused societal chaos for which we currently lack regulatory or technological guardrails — the so-called “reverse salient.”

To get a taste of what this means, check out this Twitter clip featuring podcaster Joe Rogan debating the movie Ratatouille with conservative commentator Ben Shapiro in an AI-generated video.

Source: Bloomberg Article on Deep Fake

Unfortunately, the societal ramifications of AI go much deeper than just fake podcast debates & images:

  • The 2024 presidential election cycle will be among the first where a deep fake AI-generated political campaign becomes indistinguishable from the real one
  • An altered video of Senator Elizabeth Warren made it appear like Warren was saying Republicans should not be allowed to vote (debunked)
  • The voice clone of Biden criticizing transgender women
  • A group of artists filed a class-action lawsuit against Midjourney and Stability AI for unauthorized use of artists’ work to train AI imagery that infringed on those artists’ trademarks & threatened their livelihood
  • A deepfake AI-generated soundtrack, “Heart on My Sleeve” featuring The Weeknd and Drake, went viral before being taken down by the streaming service. Such controversy around copyright violation is a harbinger of the complications that can arise when a new technology enters the mainstream consciousness before the necessary rules are in place. In other words, it is a Reverse Salient problem.

What if we can do better in web3 by putting some guardrails on AI?

Solution

Proof of Humanity and Creatorship with cryptographic proof of origination on-chain

This is where we can actually use Blockchain for its technology — as a distributed ledger of immutable records that contain tamper-proof history on-chain. This makes it possible to verify the authenticity of digital content by checking its cryptographic proof.

Proof of Creatorship & Humanity with Digital Signature

To prevent deep fakes, cryptographic proof can be generated using a digital signature that is unique to the original creator of the content. This signature can be created using a private key, which is only known to the creator, and can be verified using a public key that is available to everyone. By attaching this signature to the content, it becomes possible to prove that the content was created by the original creator — whether they are human or AI — and authorized/unauthorized changes to this content.

Proof of Authenticity with IPFS & Merkle Tree

IPFS is a decentralized protocol that uses content addressing and Merkle trees to reference large datasets. To prove changes to a file’s content, a Merkle proof is generated, which is a list of hashes that shows a specific data chunk in the Merkle tree. With every change, a new hash is generated and updated in the Merkle tree, providing proof of file modification.

A pushback against such a cryptographic solution may be incentive alignment: after all, catching a deep fake generator doesn’t generate as much financial gain as it reduces the negative societal externality. The responsibility will likely fall on major media distribution platforms like Twitter, Meta, Google, etc. to flag, which they are already doing. So why do we need Blockchain for this?

The answer is that these cryptographic signatures and proof of authenticity are much more effectiveverifiable, and deterministic. Today, the process to detect deep fakes is largely through machine learning algorithms (such as the “Deepfake Detection Challenge”of Meta, “Asymmetric Numeral Systems” (ANS) of Google, and c2pa) to recognize patterns and anomalies in visual content, which is not only inaccurate at times but also falling behind the increasingly sophisticated deep fakes. Often, human reviewer intervention is required to assess authenticity, which is not only inefficient but also costly.

Imagine a world where each piece of content has its cryptographic signature so that everyone will be able to verifiably prove the origin of creation and flag manipulation or falsification — a brave new one.

Summary by AI: AI poses a significant threat to society, with deep fakes and unauthorized use of content being major concerns. Web3 technologies, such as Proof of Creatorship with Digital Signature and Proof of Authenticity with IPFS and Merkle Tree, can provide guardrails for AI by verifying the authenticity of digital content and preventing unauthorized changes.

Infusion of Democracy in AI

Problem

Today, AI is a black box comprised of proprietary data + proprietary algorithms. Such closed-door nature of Big Tech’s LLM precludes the possibility of what I call an “AI Democracy,” where every developer or even user should be able to contribute both algorithms and data to an LLM model, and in term receive a fraction of the future profits from the model (as discussed here).

AI Democracy = visibility(the ability to see the data & algorithm input into the model)

  • contribution(the ability to contribute data or algorithm to the model).

Solution

AI Democracy aims to make generative AI models accessible for, relevant to, and owned by everyone. The below table is a comparison illustrating what is possible today vs. What will be possible, enabled by blockchain technology in Web3.

Today:

For consumers:

  • One-way recipient of the LLM output
  • Little control over the use of their personal data

For developers:

  • Little composability possible
  • Little reproducibility because there’s no traceability of the ETL performed on the data
  • Single-source data contribution within the confine of the owner organization
  • Close sourced only accessible through API for a charge
  • 80% of data scientists’ time is wasted on performing low-level data cleansing work because of the lack of verifiability to share data output

What blockchain will enable

For consumers:

  • Users can provide feedback (e.g. on bias, content moderation, granular feedback on output) as input into continuous fine-tuning
  • Users can opt to contribute their data for potential profits from model monetization

For developers:

  • Decentralized data curation layer: crowdsource tedious & time-consuming data preparation processes such as data labeling
  • Visibility & ability to compose & fine-tune algorithms with verifiable & built-on lineage (meaning they can see a tamper-proof history of all changes in the past)
  • The sovereignty of both data (enabled by content-addressing/IPFS) and algorithm(e.g. Urbitenables peer-to-peer composability and portability of data & algorithm)
  • Accelerated innovation in LLM from the outpour of variants from the base open-source models
  • Reproducibility of training data output via Blockchain’s immutable record of past ETL operations & queries (e.g. Kamu)

One might argue that there’s a middle ground of Web2 open source platforms, but it’s still far from optimal for reasons discussed in this blog post by exaBITS.

Summary by AI: The closed-door nature of Big Tech’s LLM precludes the possibility of an “AI Democracy,” where every developer or user should be able to contribute both algorithms and data to an LLM model, and in turn receive a fraction of the future profits from the model. AI should be accessible for, relevant to, and owned by everyone. Blockchain networks will enable users to provide feedback, contribute data for potential profits from model monetization, and enable developers to have visibility and the ability to compose and fine-tune algorithms with verifiability and built-on lineage. The sovereignty of both data and algorithm will be enabled by web3 innovations such as content-addressing/IPFS and Urbit. Reproducibility of training data output via Blockchain’s immutable record of past ETL operations and queries will also be possible.

Installation of Incentives for Data Contribution

Problem

Today, the most valuable consumer data is proprietary to big tech platforms as an integral business moat. The tech giants have little incentive to ever share that data with outside parties.

What about getting such data directly from data originators/users? Why can’t we make data a public good by contributing our data and open-source it for talented data scientists to use?

Simply put, there’s no incentive or coordination mechanism for that. The tasks of maintaining data and performing ETL (extract, transform & load) incur significant overhead costs. In fact, data storage alone will become a $777 billion industry by 2030, not even counting computing costs. Why would someone take on the data plumbing work and costs for nothing in return?

Case in point, OpenAI started off as open-source and non-profit but struggled with monetization to cover its costs. Eventually, in 2019, it had to take the capital injection from Microsoft and close off its algorithm from the public. In 2024, OpenAI is expected to generate $1 billion in revenue.

Solution

Web3 introduces a new mechanism called dataDAO that facilitates the redistribution of revenue from the AI model owners to data contributors, creating an incentive layer for crowd-sourced data contribution. Due to length constraints, I won’t elaborate further, but below are two related pieces.

In conclusion, DePIN is an exciting new category that offers an alternative fuel in hardware to power today’s renaissance of innovations in web3 and AI. Although big tech companies have dominated the AI industry, there is potential for emerging players to compete by leveraging blockchain technologies: DePIN networks lower the barrier to entry in compute costs; blockchain’s verifiable & decentralized properties make true open IA possible; innovative mechanisms, such as dataDAOs, incentivize data contribution; and the immutable and tamper-proof property of Blockchain provides proof of creatorship to address concerns regarding the negative societal impact of AI.

Some good resources for DePIN deep dive

Shoutout to below SMEs and friends for providing input and/or reviewing my draft: Jonathan VictorHQ Han of Protocol Labs, Zackary Bof exaBITSProfessor Daniel Rock of Wharton, Evan Fisherof Portal VenturesDavid Aronchickof BacalhauJosh Lehmanof Urbit, and more

About Author: Partner at Portal Ventures | @CuriousCatWang on Twitter

🇨🇳AI为什么离不开区块链——来看DePIN如何助力人工智能