The Small Data Problem: What Orphan Drugs Teach Us About Reliable Intelligence
Hatched by Emil Funk Vangsgaard
Aug 20, 2026
11 min read
1 views
84%
What do a rare disease trial and a daily dashboard have in common? Both can fail for reasons that have little to do with the quality of the underlying work.
A promising treatment may exist for a small patient population, yet development stalls because the market is too narrow, the evidence is too difficult to gather, or the supporting system is too fragile. A carefully designed dashboard may contain exactly the information a decision maker needs, yet show yesterday’s numbers because a spreadsheet exceeded its import limit or the computer scheduled to refresh it was switched off.
These are not merely technical inconveniences. They reveal a deeper problem: systems built around abundance often break when reality becomes scarce, irregular, or inconveniently small.
The same pattern appears in medicine, analytics, public policy, scientific research, and organizational decision making. When the signal is rare, the system that captures, updates, validates, and distributes it becomes part of the evidence itself. A treatment is not truly available if no one can reliably deliver it. A metric is not truly informative if no one can reliably refresh it.
The central lesson is simple but consequential: the smaller the population or the thinner the data, the more important the infrastructure becomes.
Scarcity changes the economics of attention
Modern institutions are optimized for scale. Pharmaceutical companies prefer diseases with large patient populations because development costs can be spread across many potential users. Data systems prefer standardized, high volume inputs because automated pipelines become easier to justify and maintain. Both environments reward repetition. They are comfortable when the same kind of event happens many times.
Rare diseases expose the limits of that model. A condition affecting a small number of people may still represent an enormous human need, but the commercial logic is different. Clinical trials must find eligible participants across dispersed locations. Researchers may have fewer observations with which to estimate treatment effects. Regulators and developers must make decisions under conditions where conventional statistical abundance is unavailable.
That is part of the reason orphan drug development has required special attention and incentives. By 2014, hundreds of orphan drugs had reached the market or entered clinical trials, with biologics representing more than 60 percent of marketed or investigational products in the cited figures. Cancer accounted for more than 30 percent of orphan drug trials. These numbers show activity, but they also reveal a structural fact: a large pipeline can coexist with a small evidence base for each individual condition.
The dashboard problem is a miniature version of the same challenge. A large data set may arrive as a convenient CSV file, but convenience is conditional. A function such as IMPORTDATA can create a live connection between a public data source and a spreadsheet, until the data exceeds the spreadsheet’s capacity. At that moment, the issue is not that the data has become less valuable. The issue is that the chosen vessel is too small.
This distinction matters. People often interpret friction as evidence that a project is unimportant. In reality, friction may indicate that the problem has crossed the boundary of a system designed for easier cases.
A rare disease is not less significant because fewer people have it. A dataset is not less important because it does not fit inside a familiar tool. Scarcity increases the need for deliberate design.
The hidden variable is not data, but continuity
When people talk about data quality, they often focus on accuracy: Are the values correct? Are the categories defined consistently? Are the measurements free from obvious errors?
Those questions are essential, but they overlook another dimension: continuity. A data point that is accurate but stale can produce a false conclusion. A clinical observation that is collected inconsistently can weaken an otherwise promising treatment. A system that works only when a particular person remembers to operate it is not fully automated, regardless of how elegant the script looks.
Consider a daily reporting workflow. The spreadsheet can refresh its external connections, save the updated workbook, and feed a visualization tool. A short Python script can invoke Excel, run RefreshAll, save the file, and close the application. A task scheduler can initiate the process at the same time each day. On paper, the system appears automated.
But it still depends on a physical computer being switched on. If the machine is unavailable, the refresh does not happen. The workflow has reduced manual effort, but it has not eliminated operational dependence. Its true architecture includes not only Python and Excel, but also electricity, a logged in user, a desktop application, a file path, a schedule, and a fallback procedure.
This is a valuable way to think about clinical research as well. The formal protocol is only one component of the evidence system. The full system includes recruitment, patient identification, laboratory capacity, data entry, follow up visits, site coordination, and the ability to compare observations across institutions. If any link is weak, the apparent scarcity of evidence may reflect a scarcity of infrastructure rather than a scarcity of biological truth.
Reliability is not a property of a dataset alone. It is a property of the entire chain that allows a decision maker to encounter the right evidence at the right time.
This suggests a useful model: the continuity multiplier. Imagine that a decision depends on four stages: collection, transformation, validation, and delivery. If each stage is 95 percent reliable, the overall process is not 95 percent reliable. It is approximately 0.95 multiplied by itself four times, or about 81 percent reliable. Small weaknesses compound.
In high volume environments, the system may absorb occasional failures because many observations remain available. In low volume environments, each missing observation carries more weight. If a large consumer survey loses one response, the estimate may barely change. If a rare disease trial loses one patient’s longitudinal follow up, the impact may be substantial. If a dashboard refreshed every day misses one day, the gap may distort a trend precisely when someone is looking for a change.
The rarer the signal, the less tolerant the system can be of interruption.
The danger of confusing a pipeline with a product
A common mistake in both analytics and medicine is to treat the visible output as the achievement. The dashboard is mistaken for the data system. The approved drug is mistaken for the entire treatment pathway. The chart or product receives attention, while the infrastructure that sustains it remains underfunded.
A dashboard is not a collection of visual elements. It is a promise about currency. When someone opens it, they reasonably assume that the figures represent a defined point in time, that the source was available, that transformations completed successfully, and that the workbook was saved after refresh. If those assumptions are not monitored, the dashboard becomes decorative rather than operational.
Similarly, a drug is not simply a molecule that demonstrates efficacy under trial conditions. For patients with rare diseases, access depends on diagnosis, specialist knowledge, manufacturing, reimbursement, distribution, and continued monitoring. The product may be scientifically real while remaining practically absent.
The deeper issue is observability. Can the system tell you whether it worked? Can it distinguish a new value from an old value? Can it show which stage failed? Can a user see the time of the last successful refresh? Can a research team tell whether an apparent lack of evidence comes from a treatment’s poor performance or from incomplete follow up?
A robust system should make its own condition visible. For a dashboard, that might mean adding:
- A visible last refreshed timestamp.
- A record of the source file or URL used.
- A row count check before and after import.
- An alert when the refresh process fails.
- A manual procedure that can be executed without reconstructing the entire workflow.
For a rare disease evidence network, analogous controls might include:
- Standardized definitions for patient characteristics and outcomes.
- A registry that tracks missing observations, not merely completed ones.
- Clear provenance for laboratory and clinical measurements.
- Procedures for reconciling data across sites.
- Long term follow up that survives changes in staff, software, or funding.
The principle is the same: a system should report not only its conclusions, but also the conditions under which those conclusions were produced.
Small numbers demand better structure, not less ambition
When evidence is sparse, the natural reaction is often to lower expectations. We accept rougher reporting, weaker documentation, or less frequent validation because the population is small. That is backwards.
Small numbers make structure more valuable. If there are only a few observations, each one should be described with greater care. If a data source has a size limit, the response should not be to abandon automation, but to redesign the pipeline. If a disease has too few patients for a conventional trial model, researchers may need richer registries, carefully chosen endpoints, natural history studies, or coordinated international recruitment.
This is the small data paradox: less data increases the value of each individual data point, which increases the value of the system protecting that data.
Imagine two clinics tracking treatment response. Clinic A records a handful of patients in inconsistent spreadsheets. Clinic B records the same number of patients, but uses shared definitions, timestamps every change, documents missing visits, and preserves the original measurements. Clinic B has not created more patients. It has created more usable evidence from the patients it has.
The same distinction applies to a dashboard. A workflow that refreshes a manageable source once per day may be more valuable than a complex system that promises real time updates but cannot show whether it succeeded. The objective is not maximum technical sophistication. It is the highest trustworthy information yield per unit of complexity.
That leads to a practical design rule: choose the simplest architecture that can satisfy the system’s reliability requirements, then invest the saved complexity budget in monitoring and recovery.
For a small or medium data set, a spreadsheet may be perfectly appropriate. But it should have a known capacity boundary. Once that boundary is approached, the workflow should move to a database, a larger file format, or a managed data service before failure becomes an emergency. In a clinical setting, a registry may be sufficient at first, but its data model should anticipate future expansion, cross site coordination, and longitudinal follow up.
Simple tools are not the problem. Unacknowledged limits are the problem.
Build for the rare event before it becomes the defining event
The most important operational insight is that failure modes are often predictable. A spreadsheet has a size limit. A scheduled computer may be offline. A source URL may change. A clinical site may miss a visit. A patient population may be too dispersed for ordinary recruitment. None of these events is surprising once the system has been examined honestly.
A useful planning exercise is to ask five questions:
- What is the smallest failure that could materially change the conclusion?
- Which dependency is invisible to the user?
- How would we know that the latest result is stale or incomplete?
- What is the graceful fallback if the preferred tool reaches its limit?
- Who owns recovery when the automated path fails?
These questions convert vague confidence into operational confidence.
They also encourage a more realistic definition of automation. Automation is not the absence of human action. It is the deliberate placement of human action where judgment is useful, while routine steps are made repeatable, visible, and recoverable. A daily refresh that runs automatically but fails silently is weaker than a process that runs automatically, records its status, and tells someone exactly what to fix.
For rare diseases, the equivalent is not simply accelerating drug approvals. It is building an ecosystem in which scarce evidence can be collected, compared, updated, and acted upon over time. Incentives may stimulate development, but durable information infrastructure determines whether learning continues after the initial trial.
The goal is not to make rare problems look abundant. The goal is to make every scarce observation count.
Key Takeaways
- Treat continuity as a dimension of quality. Ask not only whether information is accurate, but whether it is current, complete, and traceable.
- Map the entire dependency chain. Include devices, applications, schedules, people, source files, and fallback procedures. The real system is larger than the code or the product.
- Design around known limits. A spreadsheet import cap, a recruitment constraint, or a follow up burden should shape the architecture before it causes failure.
- Make failure observable. Add timestamps, row counts, provenance, alerts, and records of missing data. Silent failure is especially dangerous when observations are scarce.
- Optimize for trustworthy yield, not maximal complexity. Use simple tools when they are adequate, but invest in recovery, validation, and long term continuity.
The conventional question is, “How much data do we have?” A better question is, “How much trustworthy learning can our system extract from what we have?”
That shift changes the meaning of scale. Scale is not only the number of patients, records, trials, or rows. It is also the system’s ability to preserve meaning as conditions become difficult. A rare disease program, a public health dashboard, and a small research database all confront the same test: can they remain useful when the easy assumptions disappear?
The future of intelligent decision making will not belong only to organizations with the largest datasets. It will belong to those that can build dependable vessels for fragile signals. In a world obsessed with more information, the competitive advantage may be far quieter: knowing how to keep a small amount of important information alive.
Sources
Hatch New Ideas with Glasp AI 🐣
Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)
Start Hatching 🐣