OpenAI 2026 hackathon

EvoArch: AI Architecture Optimizer

Built with Codex, EvoArch uses queueing math and llm to optimize microservice latency vs. cost, autonomously generating validated Kubernetes manifests and ADRs.

Solo project by Laksharaj Jha · 1 likes · 0 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 #1,031 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

EvoArch: AI Architecture Optimizer is a self-reported tool that claims to use queueing theory and LLMs to optimize microservice latency vs. cost in Kubernetes environments. The author states it parses infrastructure YAML, simulates performance using M/M/c queueing theory, and uses an evolutionary algorithm to find Pareto-optimal configurations, then generates validated Kubernetes manifests and ADRs via an LLM.

What changed

The project is presented as a hackathon submission (OpenAI 2026), with no evidence of prior development or commercial traction. It is a single-person effort built using Codex and open-source tools like FastAPI, NSGA-II, and Cytoscape.js.

Single most important open question

Is there any evidence that this system actually works in practice, or whether it can be reliably applied to real-world infrastructure planning?

Back to contents

What The Product Actually Is

The description states that EvoArch is an AI-assisted infrastructure planner. It claims to:

  • Ingest Kubernetes/Docker Compose YAML into a DAG.
  • Simulate P99 latency and hourly compute costs using M/M/c queueing theory.
  • Optimize configurations using NSGA-II evolutionary algorithm for Pareto-optimal cost-speed trade-offs.
  • Deploy validated Kubernetes manifests and ADRs via an LLM.

The author says it uses Codex (GPT-5.6) as a principal architect to build all layers of the stack, including math engines, optimization loops, UIs, and AI control planes.

Evidence

  • Ingest: YAML → DAG
  • Simulate: M/M/c queueing theory
  • Optimize: NSGA-II algorithm
  • Deploy: Kubernetes manifests + ADRs via LLM

Not evidenced

  • Whether the system actually produces valid or useful outputs.
  • Whether queueing math is correctly applied in practice.
  • Whether the LLM reliably translates math into code without hallucinations.

Back to contents

Positioning & Claim Evolution

The author positions EvoArch as a replacement for "trial-and-error load testing" and "LLM vibes". It claims to use deterministic queueing theory instead of guesswork, and to integrate AI not to replace math but to orchestrate it.

Evidence

  • The project is described as solving capacity planning via rigorous math.
  • It uses queueing theory (M/M/c) and evolutionary algorithms.
  • It integrates Codex to translate plain English into strict mathematical weights and infrastructure code.

Inference The author implies that traditional DevOps practices are inefficient or unreliable, and EvoArch offers a more scientific alternative.

Not evidenced

  • No comparison with existing tools or benchmarks.
  • No evidence of real-world adoption or feedback from users.
  • No claims about performance improvements or cost savings in practice.

Back to contents

Target Customer & ICP

The author states that the tool was inspired by DevOps teams struggling with capacity planning. It is aimed at developers and DevOps engineers who manage Kubernetes infrastructure.

Evidence

  • The inspiration came from a DevOps team’s struggle with load testing.
  • The system targets microservice architecture in Kubernetes environments.

Inference The target customer is likely cloud-native engineers or platform teams managing performance and cost trade-offs.

Not evidenced

  • No specific customer personas or use cases beyond the hackathon context.
  • No evidence of existing customers or feedback from DevOps teams.
  • No segmentation or targeting strategy described.

Back to contents

Business Model & Pricing Evidence

The description does not mention any pricing, licensing, or monetization model. The project is presented as a hackathon submission with no indication of commercial intent or revenue streams.

Evidence

  • No pricing information.
  • No mention of SaaS, subscriptions, or enterprise licensing.
  • No evidence of a go-to-market strategy or sales funnel.

Inference It’s unclear if the author intends to commercialize this tool or if it remains a proof-of-concept.

Not evidenced

  • No business model.
  • No pricing structure.
  • No revenue path.

Back to contents

Technical & Delivery Signals

The system is built using:

  • Codex (GPT-5.6) as the AI engine
  • Python/FastAPI for backend math and API
  • NSGA-II evolutionary algorithm for optimization
  • Cytoscape.js for live visualization
  • Docker, Kubernetes, Pydantic, WebSockets

The author claims to have solved issues like LLM hallucinations by blocking outputs that don’t match the mathematical genome.

Evidence

  • Uses Codex as principal architect.
  • Implements M/M/c queueing theory in Python.
  • Integrates NSGA-II for optimization.
  • Uses WebSocket streaming and Cytoscape.js for visualization.
  • Addresses LLM hallucinations with deterministic validation.

Inference The system is technically ambitious, combining math, AI, and infrastructure orchestration.

Not evidenced

  • No demonstration or live output.
  • No performance benchmarks or accuracy validation.
  • No evidence of scalability or robustness in real-world use.

Back to contents

Traction & Maturity Signals

There is no evidence of traction, revenue, customers, or adoption beyond the hackathon submission. The project is described as a solo effort with no prior development history.

Evidence

  • Submitted to OpenAI 2026 hackathon.
  • Built by one person (Laksharaj Jha).
  • No mention of users, customers, or product usage.

Inference This is a prototype or proof-of-concept, not a mature product.

Not evidenced

  • No revenue data.
  • No customer base.
  • No product roadmap or version history.
  • No market validation or user feedback.

Back to contents

Competitive Context

The description does not mention any competitors. The author does not reference existing tools for infrastructure optimization, capacity planning, or Kubernetes workload management.

Evidence

  • No competitive analysis.
  • No mention of similar tools or platforms.

Inference It’s unclear whether this tool addresses a gap in the market or overlaps with existing solutions.

Not evidenced

  • No list of competitors.
  • No differentiation strategy.
  • No evidence of market demand or positioning.

Back to contents

Key Risks & Red Flags

  • Unproven Claims: The system claims to use queueing theory and evolutionary algorithms, but no validation or demonstration is provided.
  • LLM Reliability: While the author addresses hallucinations, there’s no evidence that this approach scales reliably.
  • Single Developer: The project is a solo effort with no team or support structure.
  • Hackathon Origin: No commercial traction or product-market fit beyond a hackathon submission.
  • Technical Complexity: The integration of queueing theory, AI, and Kubernetes is complex; the lack of validation raises doubts about real-world applicability.

Not evidenced

  • No evidence of reliability or performance in practice.
  • No evidence of scalability or robustness.
  • No evidence of user feedback or testing.

Back to contents

Diligence Questions To Ask The Founders

  1. Can you demonstrate a working prototype or output from the system?
  2. How does your queueing theory implementation handle real-world complexity (e.g., bursty traffic, non-Markovian behavior)?
  3. What validation steps do you take to ensure that LLM-generated manifests are correct and safe for production use?
  4. Have you tested this with actual Kubernetes workloads or only synthetic data?
  5. What is your plan for scaling beyond a single-person development effort?
  6. How does this tool compare to existing infrastructure planning tools in the market?

Back to contents

Investment/Partnership Verdict

Not evidenced.

The project is described as a hackathon submission with no evidence of traction, revenue, or product-market fit. It is a solo effort that claims to use advanced math and AI but lacks validation, demonstration, or commercialization strategy.

Confidence Low This is a self-reported, unverified idea with no external corroboration. The author’s claims are ambitious but not substantiated by evidence of performance, adoption, or 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.