OpenAI 2026 hackathon

CrossPatch

CrossPatch turns incident evidence into agent-proposed fixes that must survive adversarial review and human approval before a hash-bound warrant permits execution.

Solo project by Asad Ali · 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 #906 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

CrossPatch is a self-reported SRE incident response system that uses AI agents to investigate reliability failures and propose fixes, but separates reasoning from execution authority. The system implements a due-process layer where AI specialists review incidents and generate verdicts, while human approval and deterministic software handle patch application and verification.

The author states CrossPatch is built with GPT-5.6 agents and includes a hash-bound warrant mechanism to prevent unauthorized execution. It currently demonstrates two webhook reliability scenarios against its own sandboxed victim service.

The single most important open question is: What real-world SRE or platform teams are using this system, and how does it integrate into existing incident workflows?

This analysis is based entirely on the self-reported project description provided by the author — no external verification or traction data is available. The description contains claims about functionality, design decisions and performance outcomes, but none of these can be confirmed without independent evidence.

Back to contents

What The Product Actually Is

The description states CrossPatch is a "failure-first SRE incident room and a due-process layer for agent-proposed fixes." It turns incidents into controlled sequences involving:

  • Evidence collection and sanitization
  • Five GPT-5.6 specialists reviewing incidents:
    • Prosecutor (Luna)
    • Inspector (Terra)
    • Counsel (Terra)
    • Magistrate (Sol)
    • Bailiff (Luna)
  • A human gate that approves hash-bound warrants before execution
  • Deterministic software that applies patches and runs tests independently

The system uses "MCP surfaces" with deliberately different authorities:

  • Evidence MCP: private, read-only, sanitized
  • Broker MCP: exposes only 'execute_warrant(id)' to Bailiff
  • Judge MCP: read-only projections of published cases

CrossPatch currently ships two webhook reliability scenarios against its own sandboxed victim service.

Back to contents

Positioning & Claim Evolution

The author claims CrossPatch addresses a gap in current autonomous coding-agent demos, which they say "left me with a harder question" about whether the same model should be allowed to investigate, propose repairs, execute them and decide its own work passed.

The positioning is that it explores "that missing layer" of trustworthy evidence, separation of responsibilities, explicit human authority, deterministic execution and proof inspection. It positions itself as a system for SREs or platform teams who need "trustworthy evidence" rather than just plausible patches.

The claim evolution appears to be: from a general AI agent demo pattern → to a specific due-process architecture → to a system that separates reasoning from execution authority.

Back to contents

Target Customer & ICP

The description states CrossPatch is designed for SRE or platform teams who need "trustworthy evidence, separation of responsibilities, explicit human authority, deterministic execution and proof that can be inspected afterwards."

It targets organizations with reliability incidents requiring formal review processes. The author notes it's built for "SRE or platform team" needs specifically.

No specific customer segments, personas or use cases beyond SREs are detailed in the description.

Back to contents

Business Model & Pricing Evidence

Not evidenced. The description does not contain any information about pricing, monetization, revenue streams or business model.

Back to contents

Technical & Delivery Signals

The system is built with:

  • Python, FastAPI, PostgreSQL, SQLAlchemy
  • Next.js, React, TypeScript
  • Docker Compose for local topology
  • Caddy as host ports publisher
  • OpenAI Agents SDK with Responses API
  • GPT-5.6 models used in two ways:
    • As reasoning layer inside specialists
    • Through Codex as implementation and review collaborator

The architecture includes:

  • Sanitized evidence boundaries
  • Hash-bound warrants
  • Single-use nonce binding
  • Immutable test plans
  • Trusted external observers for verification
  • Separation of model authority from execution authority

Back to contents

Traction & Maturity Signals

Not evidenced. The description does not contain any information about customers, revenue, usage metrics, adoption rates or product maturity beyond the author's own claims.

Back to contents

Competitive Context

Not evidenced. The description does not mention competitors, market positioning relative to existing tools, or competitive landscape.

Back to contents

Key Risks & Red Flags

  • Unverified claims: All described functionality and performance outcomes are self-reported without independent verification.
  • No traction evidence: No customers, revenue, usage data or adoption metrics are provided.
  • Single-person team: The project is built by one person (Asad Ali), which raises questions about scalability and ongoing maintenance.
  • Limited scope: Currently only demonstrates two webhook scenarios against its own sandboxed service.
  • Unproven human gate: While described as critical, the actual effectiveness of the human approval process in real-world use is not demonstrated.
  • Self-contained demo: The system runs against its own sandbox victim service; no integration with external systems or real observability platforms is shown.

Back to contents

Diligence Questions To Ask The Founders

  1. What specific SRE or platform teams are currently using this system, and how do they integrate it into their existing workflows?
  2. How does the system handle edge cases or failures in its own architecture (e.g., model hallucinations, boundary violations)?
  3. What is the actual human approval process like in practice? How long does it take to review warrants?
  4. Are there any known limitations or constraints that prevent broader adoption?
  5. What are the plans for integrating with real observability platforms and issue trackers?
  6. How does CrossPatch handle multi-team or organizational approval policies?
  7. What is the current development roadmap beyond the two bundled scenarios?
  8. How does the system ensure that the AI specialists don't inadvertently leak information through their reasoning processes?

Back to contents

Investment/Partnership Verdict

Not evidenced. The description contains no information about funding rounds, valuations, investment interest or partnership opportunities.

The project appears to be a proof-of-concept demonstration built by one individual for a hackathon. While it shows technical sophistication in separating AI reasoning from execution authority, there is no evidence of commercial traction, customer adoption or scalable business model. The system's value proposition is compelling but unproven in real-world settings.

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.