OpenAI 2026 hackathon

OpsProof: Stress-Test Changes Before They Reach Customers

OpsProof turns compatible event logs into a transparent operational model, stress-tests demand spikes and outages, exposes bottlenecks, and finds the lowest-cost tested plan that restores an SLA.

Solo project by Yurii Ochkalov · 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,737 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

OpsProof is a self-reported tool that transforms timestamped operational event logs into deterministic simulation models for stress-testing changes before deployment. The author states it supports only two reviewed operation types, uses validated event data and Operation Packs, and avoids runtime AI dependencies.

What changed

The project evolved from an LLM-based approach to a local, deterministic simulation engine with clear input validation and refusal states. It now focuses on transparency, reproducibility, and bounded decision-making rather than broad generality or AI inference.

Single most important open question

Is there evidence of real-world usage or adoption of this tool by operational teams? The description provides no traction data, customer names, or revenue signals — only a self-reported MVP with no external validation.

Back to contents

What The Product Actually Is

The description states that OpsProof is a TypeScript application built with Next.js, React, Zod, Web Workers, Vitest, and Playwright. It includes a deterministic discrete-event simulation engine called FlowTwin, which models arrivals, FIFO queues, shared resource capacity, routing, outages, service slowdowns, utilization, SLA performance, Monte Carlo experiments, and bounded optimization.

The tool:

  • Processes local Fulfillment or Support event logs.
  • Validates data and calibrates a reviewed Operation Pack.
  • Stress-tests demand spikes or outages.
  • Identifies bottlenecks.
  • Finds the lowest-cost tested recovery plan that meets an SLA.
  • Produces a Decision Proof output with normal, stress, and recovery evidence across 100 fixed random seeds.

The system runs entirely in the browser, with no external API calls, databases, or runtime dependencies. It is described as a local event-log-to-decision workflow, not requiring an API key.

Inference The product appears to be a simulation-based decision-support tool for operations teams, focused on pre-deployment testing of changes using historical data and deterministic models.

Back to contents

Positioning & Claim Evolution

The author states that OpsProof was built around the question:

“What is the lowest-cost tested change that can protect an operational SLA before a modeled disruption reaches customers?”

This reflects a shift from intuition-based decision-making to data-driven, simulation-based planning, especially in response to situations like demand spikes or system failures.

The positioning evolved:

  • From an LLM-powered process-mining tool (which was removed).
  • To a bounded, deterministic simulation engine that requires validated inputs and explicit assumptions.
  • To a transparent, auditable decision-making framework that refuses to recommend anything without evidence.

The author emphasizes:

  • No runtime AI dependencies.
  • Clear refusal states for unsupported inputs.
  • Reproducible simulations using fixed random seeds.
  • A narrow focus on two reviewed operation types.

Inference OpsProof positions itself as a low-risk, high-transparency tool for operational planning, not a broad AI platform or workforce scheduler.

Back to contents

Target Customer & ICP

The description states that OpsProof is designed to help:

  • Operations teams with timestamped event data.
  • Teams who currently rely on intuition and discover bottlenecks only after customer impact.

It supports two operation types:

  • Fulfillment
  • Support-center operations

The author notes that the tool is intentionally bounded, not a universal platform, and targets specific operational domains.

Inference The ICP appears to be operations teams in logistics, customer support, or service delivery, who have historical event logs and need to test changes before deployment.

Back to contents

Business Model & Pricing Evidence

The description does not provide any information about:

  • Revenue streams
  • Pricing models
  • Monetization strategy
  • Customer acquisition plans

It only states that the tool is a self-reported MVP with no external dependencies, and that it runs locally in the browser.

Inference No evidence of a business model or pricing structure exists in the description. The project appears to be a personal or hackathon effort, not yet commercialized.

Back to contents

Technical & Delivery Signals

The system is built using:

  • Next.js, React, TypeScript
  • Zod for validation
  • Web Workers for simulation
  • Playwright and Vitest for testing
  • FlowTwin engine: discrete-event simulation with deterministic behavior

Key technical features include:

  • Deterministic simulations with 100 fixed random seeds.
  • No runtime AI API calls or external dependencies.
  • Local processing in the browser.
  • Clear refusal states when data is incompatible or no tested option qualifies.
  • Export of a Decision Proof containing model, scenario, candidate set, and evidence.

The author notes strong verification practices:

  • Unit tests
  • Browser E2E tests
  • Worker-runtime tests
  • Accessibility checks
  • Mobile layouts
  • Reduced-motion behavior
  • Production builds

Inference The tool is technically well-engineered for a local simulation environment, with clear validation, reproducibility, and testing practices.

Back to contents

Traction & Maturity Signals

The description provides no evidence of:

  • Revenue
  • Customers
  • Adoption
  • Usage metrics
  • Product-market fit
  • Market traction

It only states that the project is an intentionally bounded MVP, not a universal platform.

Inference There are no traction or maturity signals in the provided description. The product is described as a proof-of-concept or hackathon output, with no evidence of real-world usage.

Back to contents

Competitive Context

The description does not mention:

  • Competitors
  • Market positioning relative to others
  • Existing tools in the space (e.g., simulation platforms, process mining tools, operational planning systems)

Inference No competitive context is provided. The tool appears to be self-contained, with no reference to existing solutions or market dynamics.

Back to contents

Key Risks & Red Flags

  1. No traction or adoption evidence: The project is described as a self-reported MVP with no external validation.
  2. Limited scope: It supports only two reviewed operation types, which may limit its commercial viability.
  3. No monetization strategy: No pricing, revenue model or customer acquisition plan are mentioned.
  4. Self-reported and unverified: All claims are from the author, with no third-party corroboration.
  5. Narrow focus: The tool is intentionally bounded — this could be a strength or a risk depending on market demand.

Inference The main risk is that the project may not have real-world relevance or commercial traction, despite its technical sophistication.

Back to contents

Diligence Questions To Ask The Founders

  1. What specific operational domains (e.g., logistics, support centers) are you targeting for adoption?
  2. Have you tested this tool with real teams or in live operations?
  3. How do you plan to scale beyond the current two operation types?
  4. What is your path to monetization or customer acquisition?
  5. Do you have any feedback from early users or domain experts?
  6. What are the limitations of the deterministic simulation engine in real-world scenarios?

Back to contents

Investment/Partnership Verdict

The description states that OpsProof is a self-reported MVP built for a hackathon, with no evidence of traction, revenue, customers, or monetization.

It is described as:

  • A local browser-based simulation tool
  • Built with deterministic models and clear refusal states
  • Focused on two reviewed operation types
  • Not a general-purpose AI platform

Inference This project appears to be a technical proof-of-concept, not yet a commercial product. It lacks evidence of market traction, adoption, or business model.

Verdict Not ready for investment or partnership without further evidence of real-world usage, customer feedback, 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.