OpenAI 2026 hackathon

HonestG Genome Firewall

Bacterial resistance testing takes a day or two. We read the genome and answer in seconds. The difference is what it does when unsure. It provably refuses to guess.

Solo project by Louis Vanhove · 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,540 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:

HonestG Genome Firewall is a self-reported bioinformatics tool designed to support clinical decisions on antibiotic resistance by analyzing bacterial genome sequences. It claims to offer a more honest and calibrated approach than standard models, using techniques like lineage-based cross-validation, class-balanced regression, and a no-answer threshold to avoid false confidence.

What changed:

The project was submitted as part of the OpenAI 2026 hackathon. The author describes building a system that prioritizes transparency over performance metrics, focusing on avoiding misleading predictions through calibrated abstention and clear rationale generation.

Single most important open question:

Is there evidence of real-world application or validation beyond the author's own testing environment?

Back to contents

What The Product Actually Is

The description states that HonestG Genome Firewall is a tool that takes an assembled bacterial genome (e.g., K. pneumoniae) and returns one of three outputs for each antibiotic: ALLOW, BLOCK, or REVIEW. Each result includes:

  • A calibrated confidence level
  • The specific genes responsible
  • A plain-language rationale

It uses:

  • AMRFinderPlus via Docker
  • Logistic regression with class-balanced training
  • A threshold-based no-call mechanism (i.e., it refuses to predict below a certain confidence)
  • A Clopper-Pearson error bound for each drug’s prediction accuracy
  • GPT-5-mini for rationale generation, with a deterministic fallback

The system is built in Python using libraries like scikit-learn, Streamlit, and Plotly. It processes real data from NCBI's BV-BRC database (302 K. pneumoniae genomes) and includes cross-species testing on E. coli.

Inference: The tool appears to be a proof-of-concept or prototype rather than a production-ready product, given its hackathon context and lack of customer or deployment details.

Back to contents

Positioning & Claim Evolution

The author positions HonestG Genome Firewall as a decision-support system, not a diagnostic tool. It emphasizes:

  • Transparency in uncertainty
  • Avoidance of false confidence via calibrated abstention
  • A "no-answer guarantee" that prevents guessing when evidence is insufficient

Key claims include:

  • It provably refuses to guess (i.e., emits no-call when below threshold)
  • Uses lineage-based splits to prevent data leakage
  • Provides bounded error estimates per drug
  • Generates plain-language rationales using GPT-5-mini with fallback logic

Inference: The positioning reflects a shift from typical ML models that prioritize accuracy over honesty, suggesting a focus on trustworthiness and interpretability.

Back to contents

Target Customer & ICP

The description does not explicitly name target customers or define an Ideal Customer Profile (ICP). However, it implies:

  • Clinicians or lab technicians who need rapid, reliable antibiotic resistance testing
  • Healthcare institutions seeking better decision support tools for managing resistant infections

It is framed as a clinical decision-support tool, but no explicit end-user segment or institutional buyer profile is described.

Inference: The likely users are medical professionals working in infectious disease diagnostics or microbiology labs. However, the lack of customer data makes this speculative.

Back to contents

Business Model & Pricing Evidence

There is no evidence provided regarding:

  • Revenue model
  • Pricing structure
  • Monetization strategy
  • Customer acquisition plans

The project is described as a hackathon submission and lacks any indication of commercial viability or monetization efforts.

Inference: No business model or pricing information is evident from the description.

Back to contents

Technical & Delivery Signals

The system uses:

  • AMRFinderPlus (via Docker)
  • Logistic regression with class-balanced training
  • Platt calibration
  • Cross-validation using whole MLST lineages to prevent data leakage
  • A deterministic intrinsic-resistance gate (e.g., K. pneumoniae is intrinsically ampicillin-resistant)
  • GPT-5-mini for rationale generation, with offline fallback

It includes:

  • Per-drug confidence thresholds (\tau_d)
  • Clopper-Pearson bounds on error rates
  • Three output categories: ALLOW, BLOCK, REVIEW
  • A “confirm with standard lab testing” banner on all results

Inference: The technical stack suggests a lightweight, reproducible prototype built for transparency and interpretability. It is not described as scalable or integrated into existing workflows.

Back to contents

Traction & Maturity Signals

There is no evidence of:

  • Customers
  • Revenue
  • Product adoption
  • Market traction
  • Deployment in clinical settings

The project is presented as a hackathon submission, with no mention of pilot programs, partnerships, or real-world use cases.

Inference: No signs of maturity or traction beyond the author’s own development and testing.

Back to contents

Competitive Context

The description does not reference:

  • Competing products
  • Market landscape
  • Direct competitors in AMR diagnostics or bioinformatics tools

It focuses on the novelty of its honesty thesis rather than comparing itself to existing solutions.

Inference: The competitive context is unknown, but it likely operates within the broader field of antimicrobial resistance (AMR) testing and genomics-based diagnostics.

Back to contents

Key Risks & Red Flags

  • Unproven clinical utility: No evidence that the tool has been tested in real-world clinical settings.
  • Limited validation: Only one developer (Louis Vanhove) is mentioned, with no team or external validation.
  • Prototype nature: Submitted as a hackathon project; unclear if it's intended for production use.
  • Dependency on GPT-5-mini: Reliance on an LLM for rationale generation introduces potential inconsistency and opacity.
  • No commercialization plan: No indication of how the tool would be monetized or scaled.

Inference: The risk of misalignment between the author’s vision and real-world application is high due to lack of external validation, clinical integration, or scalability planning.

Back to contents

Diligence Questions To Ask The Founders

  1. Has the system been validated in any clinical setting?
  2. What are the performance metrics on actual patient samples?
  3. How does the tool integrate into current lab workflows?
  4. Are there plans to expand beyond K. pneumoniae or include more species?
  5. What is the timeline for moving from prototype to production-ready version?
  6. How will the system handle edge cases or novel resistance mechanisms not present in training data?
  7. Is there any interest from hospitals, clinics, or health authorities in piloting this tool?

Back to contents

Investment/Partnership Verdict

Not evidenced: There is no evidence of revenue, customers, traction, or a clear path to monetization.

The project is described as a hackathon submission with no indication of commercial intent or progress toward market readiness. The author’s focus on honesty and interpretability is compelling but does not signal a viable business model or scalable product.

Confidence Level: Low — based entirely on self-reported information without external corroboration.

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.