OpenAI 2026 hackathon

LAND Human OS

A governed longitudinal intelligence system that compares each person with own history, makes uncertainty visible, and uses GPT-5.6 to explain only what the evidence can support.

Solo project by Valeria Salazar · 0 likes · 0 comments

Archive position — measured, not model output

0 likes on Devpost

2,264 of the 7,856 archived projects have more likes, and 5,592 share exactly 0 — so this project's #4,875 place in the like-ranked listing is a tie-break inside that group, not a ranking.

Projects (log scale)

1
10
100
1k
10k
05,592
11,758
2285
3–4132
5–975
10+14

Likes on Devpost. ▲ marks this project's group.

Show the figures
LikesProjectsShare of archive
05,59271.2%
11,75822.4%
22853.6%
3–41321.7%
5–9751.0%
10+140.2%
Devpost like counts for all 7,856 archived projects, captured when this archive was built.

Executive Summary

LAND Human OS is a self-reported system designed to transform fragmented health data into a governed longitudinal timeline. The project was built during OpenAI Build Week as an extension of prior research and development work. It uses synthetic data and GPT-5.6 for demonstration purposes, with no real human health data involved.

The description states that LAND Human OS preserves provenance, uncertainty, and data quality across processing stages, distinguishing between observed, inferred, rejected, and missing information. It claims to maintain deterministic behavior, integrity validation via SHA-256 hashes, and a structured approach to handling observation semantics.

Key commercial signals are absent from the description: no revenue, customers, pricing, or adoption data are provided. The system is described as not diagnosing or prescribing, and it does not replace healthcare professionals.

The single most important open question is whether the described technical architecture can be meaningfully scaled or integrated into real-world health systems without compromising privacy, scientific rigor, or usability for end users.

Back to contents

What The Product Actually Is

The description states that LAND Human OS "transforms fragmented health observations into a governed longitudinal timeline." It uses synthetic laboratory results, wearable-style signals, contextual events, and user check-ins. Each observation retains structured information about:

  • provenance and lineage;
  • whether it was observed, reported, inferred, imputed, simulated, or remains unknown;
  • the confidence LAND has in its unit representation;
  • data quality and explicit missing information;
  • whether the observation was accepted or rejected;
  • whether it could be mapped to a controlled variable;
  • uncertainty and limitations.

The system prepares two complementary views:

  • A human-readable view that explains what changed, what is uncertain, and what may be useful to observe next.
  • A professional-ready view that preserves structured data, provenance, limitations, and questions for review.

It does not diagnose, prescribe, replace a healthcare professional, or present simulated information as medical truth.

The system uses Python with immutable, typed, versioned data contracts. Every governed artifact receives deterministic identifiers, hashes, lineage references, validation results, and explicit coverage metrics.

Back to contents

Positioning & Claim Evolution

The description states that LAND Human OS was inspired by the question: "What if people could understand their health information as a traceable longitudinal story instead of a collection of disconnected numbers?"

It positions itself as a system that does not merely generate health-related text but preserves where every observation came from, what is known, what remains uncertain, and which conclusions the available evidence does not support.

The project evolved during OpenAI Build Week to include:

  • A versioned observation-source declaration contract;
  • Evidence-based unit semantics;
  • Deterministic semantic sidecars that preserve meaning across multiple processing stages;
  • Explicit conservation of promoted and rejected observations;
  • Preservation of missingness events;
  • Preservation of mapped and unmapped outcomes;
  • Integrity validation using canonical serialization and SHA-256 hashes;
  • Synthetic integration tests and regression protection;
  • A patent-safe demonstration layer that exposes governed behavior without publishing proprietary scientific methods.

The system distinguishes boundaries such as:

  • A numeric value does not automatically mean the observation was directly observed;
  • A file format does not prove how information was produced;
  • A recognized unit string does not prove scientific equivalence;
  • Missing information is not the same as a rejected observation;
  • An unmapped observation is not meaningless and should not disappear.

Back to contents

Target Customer & ICP

Not evidenced. The description does not specify target customers or ideal customer profiles (ICP). It does not name specific user types, personas, or use cases beyond general health data management.

Back to contents

Business Model & Pricing Evidence

Not evidenced. There is no mention of pricing models, revenue streams, monetization strategies, or business model details in the description.

Back to contents

Technical & Delivery Signals

The system was built using:

  • Python with immutable, typed, versioned data contracts;
  • Docker, FastAPI, PostgreSQL, React, TypeScript, Vite;
  • FHIR, LOINC, Pydantic, MyPy, pytest, OpenAI API (GPT-5.6), Tailwind CSS, Ruff, SHA-256 hashing.

The description states that:

  • Every governed artifact receives deterministic identifiers, hashes, lineage references, validation results, and explicit coverage metrics;
  • Equivalent executions produce equivalent outputs;
  • Tampering with an observation, source declaration, unit status, rejection reason, or mapping result changes the artifact hash or blocks validation;
  • The resulting repository contains more than 2,800 passing tests across the broader LAND codebase, including dedicated tests for the new Build Week functionality.

Codex acted as an engineering collaborator throughout the build and supported:

  • Inspection of the existing repository before implementation;
  • Identification of active contracts and avoidance of duplicate architectures;
  • Design of atomic implementation scopes;
  • Implementation of typed modules;
  • Construction of failure and tamper tests;
  • Verification of backward compatibility;
  • Running focused regressions and the complete test suite;
  • Documentation of what was built during the submission period.

GPT-5.6 supported:

  • Architectural reasoning;
  • Safety-boundary design;
  • Technical review;
  • Translation of governed structured results into clear language without removing uncertainty.

Back to contents

Traction & Maturity Signals

Not evidenced. The description does not contain any data about traction, adoption, revenue, or customer engagement. It mentions that the system uses synthetic, non-identifying data and that no real human health data was involved in the demo.

Back to contents

Competitive Context

Not evidenced. The description does not identify competitors, market positioning relative to other tools, or competitive advantages. No mention of existing solutions in the health data management space is made.

Back to contents

Key Risks & Red Flags

Inferences based on self-reported information:

  1. Lack of real-world validation: The system uses only synthetic data and has no evidence of being tested with actual users or real health data. This raises questions about usability, reliability, and applicability in clinical settings.
  1. Technical complexity vs. practical utility: The described architecture is highly technical (immutable data contracts, SHA-256 hashes, deterministic artifacts), but the description does not clarify how this translates into user-friendly tools or workflows for patients or clinicians.
  1. Unclear integration path: While the project mentions future plans to connect with laboratories and wearable platforms, there is no evidence of current integrations or compatibility with existing health systems.
  1. Dependency on proprietary AI models: The use of GPT-5.6 implies reliance on external AI services that may not be available in all environments or under all conditions, potentially limiting scalability or control.
  1. Privacy and governance assumptions: The system claims to support privacy-by-design and governed behavior, but the description does not elaborate on how these principles are enforced or audited in practice.

Back to contents

Diligence Questions To Ask The Founders

  1. What specific health domains or use cases does LAND Human OS intend to address? How will it differentiate from existing tools like Epic, Cerner, or Apple Health?
  1. How does the system handle edge cases where data is ambiguous or conflicting? Are there mechanisms for resolving such situations?
  1. What are the plans for integrating with real-world health systems and devices? Which platforms are being targeted first?
  1. How will the system ensure that its outputs remain interpretable to both patients and healthcare professionals, especially when uncertainty is high?
  1. What is the roadmap for moving from a research prototype to a production-ready solution? What resources are needed for this transition?
  1. How does LAND Human OS manage compliance with regulations such as HIPAA or GDPR in different jurisdictions?
  1. Are there any known limitations or blind spots in the current implementation that could affect its utility in clinical settings?
  1. What kind of feedback has been received from potential users or domain experts during development?
  1. How is the system designed to evolve over time, particularly regarding updates to data standards (e.g., FHIR), scientific understanding, and AI models?
  1. What are the key assumptions underlying the current architecture, and how might they change as the system scales?

Back to contents

Investment/Partnership Verdict

Not evidenced. The description does not contain any information about funding rounds, valuations, or investment history. It also lacks details on potential partnership opportunities or strategic alliances.

The project is presented as a research and product initiative that has been extended during a hackathon event. There is no indication of commercial traction, market validation, or financial backing beyond the author's own account.

Given the self-reported nature of the description and the absence of any concrete evidence of revenue, customers, or adoption, this analysis cannot assess the investment potential or partnership viability of LAND Human OS. The described technical capabilities are significant but unproven in practice.

Back to contents

Source

Submitted to the OpenAI 2026 hackathon on Devpost. Project home on DevPost.

The analysis above was generated by a language model from the project's own one-line description. It is not independent research and contains no verified traction, revenue or customer data.