OpenAI 2026 hackathon

Nexum - Evidence Before Action

Wealth-management AI that ships every recommendation with its receipts.

Solo project by WADE LOVELL ☁ · 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 #5,548 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

Nexum is a self-reported wealth-management AI system built by one developer (WADE LOVELL) that claims to ship every recommendation with its receipts — meaning each output is traceable back to its inputs, model, and decision chain. It operates under an evidence discipline where all steps in the recommendation process are auditable and reproducible.

What changed

The author states they built this system as a response to the lack of trustworthiness in agentic AI, especially in financial advisory contexts. The project was submitted to the OpenAI 2026 hackathon and is described as a proof-of-concept with two product variants (Fiducia for advisors, Prism for self-directed investors), though no commercial traction or revenue is reported.

Single most important open question

Is there any evidence of real-world use, customer feedback, or deployment beyond the author’s own development environment?

Note: This analysis is based entirely on the self-reported description provided by the author. No external verification, funding rounds, headcount, customers, revenue, or product usage data are available.

Back to contents

What The Product Actually Is

The description states that Nexum is an "evidence engine" behind two products:

  • Nexum Fiducia, for advisory teams.
  • Nexum Prism, for self-directed investors.

Each recommendation passes through a defined chain:

  1. A forecast model produces a prediction.
  2. SHAP (SHapley Additive exPlanations) explainer attributes the prediction to input features.
  3. A constrained optimizer generates portfolio allocations using mean-variance optimization with risk aversion.
  4. A trade engine converts the allocation into fractional-share instructions.
  5. All artifacts are bundled together in a hash-linked structure, tied to an audit trail.

The system uses:

  • OpenAI Codex for code generation.
  • Cloudflare Workers, Fly.io, PostgreSQL, Python (FastAPI, Scikit-learn, NumPy, etc.).
  • Cryptographic signing and verification via Ed25519.
  • A fail-closed architecture enforcing strict order and integrity of operations.

Inference: The system appears to be a prototype or proof-of-concept built using AI-assisted development tools, with an emphasis on auditability and reproducibility. It is not evidenced to have been deployed in production beyond the author’s own environment.

Back to contents

Positioning & Claim Evolution

The author positions Nexum as a solution to a problem in wealth management where trust in AI recommendations is low due to lack of transparency. The core claim is that:

  • AI systems must be able to defend their outputs with evidence.
  • Recommendations should carry their own proof, like an auditor would require.

They argue that:

  • A model that is right on average is not sufficient.
  • A recommendation must arrive with its chain of custody — a record of how it was derived from inputs and models.

The positioning evolves from a personal research interest (fraud examiner background + doctoral research) into a technical implementation focused on trustworthiness through evidence discipline.

Claim: The system is built to meet an evidentiary standard, not just to make predictions.

Inference: This is a conceptual and architectural stance rather than a commercial product with market validation.

Back to contents

Target Customer & ICP

The description identifies two target personas:

  • Advisory teams (via Nexum Fiducia).
  • Self-directed investors (via Nexum Prism).

No specific customer segments, personas, or use cases beyond these are described. The system is said to be in "authenticated read-only evaluation mode" and does not yet support mutations.

Not evidenced: No indication of actual customers, user interviews, or market demand.

Back to contents

Business Model & Pricing Evidence

There is no mention of pricing, monetization strategy, or business model in the description. The system is described as a prototype with two product variants but no revenue streams, subscriptions, or commercial arrangements are mentioned.

Not evidenced: No evidence of any business model or pricing structure.

Back to contents

Technical & Delivery Signals

Key technical elements include:

  • Use of SHAP for explainability.
  • Mean-variance optimization with constraints.
  • Hash-linked artifact bundling.
  • Cryptographic signing and verification (Ed25519).
  • AI-assisted development using OpenAI Codex.
  • Deployment on Fly.io, Cloudflare Workers.
  • Fail-closed architecture enforcing strict order.

The author reports:

  • 46 pull requests across four repositories.
  • Every PR reviewed before merging.
  • Compatibility checks between components.
  • Production acceptance verifier that tests full recommendation sequence.
  • A system that reviews itself (e.g., Codex builds the system, but the system also reviews Codex).

Inference: The system shows strong engineering rigor and self-audit capabilities. However, it is not evidenced to be in production or used by others.

Back to contents

Traction & Maturity Signals

The description does not report any traction:

  • No customers.
  • No revenue.
  • No product adoption.
  • No user feedback.
  • No market testing.

It is described as a "proof-of-concept" submitted for a hackathon, and the system is in read-only evaluation mode with mutations disabled.

Not evidenced: No signs of real-world deployment or usage beyond the author’s own development.

Back to contents

Competitive Context

No mention of competitors or competitive landscape. The description focuses on the unique value proposition of evidence-based AI recommendations but does not reference existing players in wealth management, financial AI, or explainability tools.

Not evidenced: No information about competition or market positioning.

Back to contents

Key Risks & Red Flags

  • Single developer: Only one team member (WADE LOVELL) is listed.
  • Prototype only: Not yet deployed in production or used by customers.
  • No commercial traction: No revenue, users, or adoption metrics.
  • Highly technical and niche: The focus on SHAP, cryptographic signing, and audit chains may limit accessibility or scalability.
  • AI-assisted development risk: Reliance on Codex raises questions about consistency, control, and long-term maintainability.

Inference: While technically impressive, the lack of commercial validation and real-world use makes it a high-risk, early-stage concept.

Back to contents

Diligence Questions To Ask The Founders

  1. What is the actual utility of the audit chain for end users in practice?
  2. How does the system handle edge cases or model drift?
  3. Are there any plans to move beyond read-only evaluation and into production use?
  4. Has the system been tested with real-world financial data?
  5. What are the limitations of relying on OpenAI Codex for development, especially regarding consistency and control?
  6. How would you scale this system if it were to be adopted by a larger team or organization?

Back to contents

Investment/Partnership Verdict

This is a highly technical, conceptually strong prototype with an innovative approach to AI trustworthiness in financial contexts. However, there is no evidence of commercial traction, revenue, or real-world deployment.

Verdict: Not ready for investment or partnership at this stage. It may be a valuable idea worth watching if it evolves into a product with real users and measurable impact. As of now, it remains a self-reported proof-of-concept with strong engineering rigor but no demonstrated market or commercial viability.

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.