index 6c8062e..ab177e8 100644
@@ -1,6 +1,7 @@
---
status: raw
tags:
+- health
- software
title: personalized medicine
type: idea
@@ -10,4 +11,8 @@ visibility: public
# personalized medicine
-unified testing framework for personal wellness factors.
\ No newline at end of file
+a unified testing framework for personal wellness — the idea that most health advice is population-average advice that may or may not apply to you specifically, and that the tools to figure out what actually works for you are now cheap enough to build a rigorous personal testing protocol. the structure is essentially n=1 RCTs: pick one variable (sleep timing, caffeine timing, exercise type, supplement), hold everything else as constant as possible, measure outcomes you care about (energy, mood, cognitive performance, sleep quality), and actually analyze the data.
+
+the implementation challenge is that most people's self-tracking is either non-existent or inconsistent. the framework needs to handle both the protocol design (what to test, what to measure, how long to run each arm) and the data capture (lightweight enough to be sustained, specific enough to be useful). wearable data (HRV, sleep stages, activity) provides the objective side; daily self-reports provide the subjective side. the AI layer helps with protocol design ("given your goals and current data, here's what to test next") and analysis (identifying signal in noisy n=1 data).
+
+this connects to [[ppg-biomarker-wearable|PPG biomarker wearable]] and [[eeg-artifact-rejection|EEG artifact rejection]] as hardware/data quality foundations for the measurement side. [[universal-data-capturer|universal data capturer]] is the generic logging infrastructure this would build on. [[axon|axon]] would be valuable here — a personal context layer that tracks not just health metrics but the circumstances around them (stress, workload, social activity) that are confounders in any personal experiment. [[decision-helper|decision helper]] handles the adjacent problem of figuring out what to do with the insights this generates.
\ No newline at end of file