OpenAI 2026 hackathon

Aletheia

Aletheia detects, repairs, and verifies data leakage in cancer gene-expression ML pipelines.

Solo project by Omar Walid · 1 likes · 1 comments

Archive position — measured, not model output

1 like on Devpost

506 of the 7,856 archived projects have more likes, and 1,758 share exactly 1 — so this project's #585 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

What the company appears to be

Aletheia is a developer tool that audits Python machine-learning pipelines for data leakage patterns, particularly in cancer gene-expression datasets. It uses static analysis (Python AST) to detect and repair issues like patient overlap between training and testing sets, scaling or feature selection performed before data splitting, and reports results with explanations and optional GPT-assisted project understanding.

What changed

The author describes Aletheia as a hackathon prototype built in a short timeframe. It includes an audit engine, repair capabilities, and verification workflow but is not yet a production-ready system. It was submitted to the OpenAI 2026 hackathon.

Single most important open question

Is there evidence of traction, revenue, or adoption beyond the author’s own prototype? The description does not state whether Aletheia has been used by others, deployed in production, or integrated into any existing ML workflows.

Back to contents

What The Product Actually Is

The description states that Aletheia is a developer tool for detecting, explaining, and repairing data leakage in Python machine-learning pipelines. It focuses on cancer gene-expression datasets where small sample sizes and high-dimensional features make leakage especially problematic.

It uses static analysis via Python Abstract Syntax Tree (AST) to inspect supported scikit-learn pipeline structures.

Key components include:

  • Deterministic audit engines
  • Narrowly scoped repair engines
  • Before-and-after static verification
  • A Streamlit user interface
  • Optional GPT-5.6-assisted project understanding

It does not execute the submitted training code or repaired candidate.

The tool audits three specific patterns:

  1. Patient overlap between training and testing
  2. Scaling fitted before data split
  3. Feature selection fitted before data split

Aletheia generates a repaired copy without modifying the original source, displays diffs, and re-audits the repaired version to verify repairs.

Back to contents

Positioning & Claim Evolution

The author positions Aletheia as a developer tool aimed at improving trustworthiness in ML model evaluations by detecting and fixing data leakage before results are trusted.

It is framed as more than just a detector — it provides an evidence-backed workflow from detection to repair and verification, which the author considers an accomplishment.

The project evolved from a personal desire to combine technology with helping people, particularly in cancer research. The tool is described as being built for small-sample, high-dimensional datasets where leakage can be especially deceptive.

There is no indication of prior positioning or evolution beyond this single prototype submission.

Back to contents

Target Customer & ICP

The description states that Aletheia targets developers working on Python-based machine-learning projects, particularly those involving cancer gene-expression datasets. These users are likely researchers or ML engineers who need to ensure their models’ evaluations are valid and not misleading due to data leakage.

It is implied that these developers work in environments where:

  • Datasets are small but high-dimensional
  • Patient-level data is present
  • Model accuracy can be falsely inflated by leakage

No explicit segmentation beyond this domain is described. The tool appears designed for individual developers or small teams, not enterprise clients.

Back to contents

Business Model & Pricing Evidence

Not evidenced.

The description does not mention any pricing model, monetization strategy, or business model. It only describes a prototype built for a hackathon.

Back to contents

Technical & Delivery Signals

Aletheia is written in Python and uses:

  • Python AST for static analysis
  • scikit-learn, numpy, pandas, pytest, streamlit
  • Codex for development assistance
  • Optional integration with GPT-5.6 for project understanding (but not authoritative)

It includes:

  • More than 900 automated tests
  • Synthetic benchmark projects
  • Real-data validation case study using NCBI GEO GSE15852 dataset

The workflow is structured as:

Project → Manifest → Audit → Repair a copy → Verify again

It avoids execution of code and keeps sensitive information out of public results.

Back to contents

Traction & Maturity Signals

Not evidenced.

There is no mention of users, customers, or adoption beyond the author’s own prototype. No revenue, ARR, headcount, or product usage data are provided.

The project is described as a hackathon prototype, not a production-ready system.

Back to contents

Competitive Context

Not evidenced.

No information is given about existing tools or platforms that address similar issues in ML pipeline auditing or data leakage detection. The author does not reference competitors or market positioning beyond their own tool.

Back to contents

Key Risks & Red Flags

  • Prototype-only: Aletheia is described as a hackathon prototype, not a mature product.
  • Limited scope: It only supports three specific leakage patterns and scikit-learn pipelines.
  • No execution of code: While this avoids security risks, it also limits the tool’s ability to detect complex or runtime issues.
  • GPT integration is optional and non-authoritative: The deterministic engine makes final decisions, but GPT is used for understanding only — not for decision-making.
  • No traction or monetization strategy: No evidence of real-world usage or business model.

Back to contents

Diligence Questions To Ask The Founders

  1. Is this tool being used by anyone outside the author’s own development?
  2. What are the actual limitations of the static analysis engine? How does it handle edge cases?
  3. Are there plans to expand support beyond scikit-learn or Python?
  4. Has the author considered how to scale the GPT-assisted layer without compromising determinism?
  5. What is the long-term vision for monetization or product development?

Back to contents

Investment/Partnership Verdict

Not evidenced.

There is no evidence of funding, valuation, or investment interest in Aletheia beyond its submission as a hackathon project. No commercial traction, revenue, or partnership data are provided.

The tool shows promise in addressing a real problem (data leakage in ML), but it remains a prototype with no demonstrated market adoption or business model. The author’s own account is self-reported and unverified.

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.