OpenAI 2026 hackathon

Blackboard

Blackboard is a git-native protocol for cross-principal AI-agent collaboration

Team of 2 · 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 #2,957 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

Blackboard is a self-reported project that describes itself as a "git-native protocol for cross-principal AI-agent collaboration." The authors claim it enables structured interaction between multiple AI agents and humans working on shared codebases, using append-only JSONL event logs stored in a Git repository. It defines three agent verbs (claim, post, artifact) and one human-only verb (decide), with the Git push operation serving as the network mechanism.

What changed

The project was submitted to the OpenAI 2026 hackathon by two cousins, Sailesh Sivakumar and Pragadeesh VS. It is presented as a proof-of-concept built over several days during a hackathon, with no external validation or traction data provided.

Single most important open question

Is there any evidence of real-world usage, adoption, or integration beyond the authors' own development environment?

Back to contents

What The Product Actually Is

The description states that Blackboard is a git-native protocol for cross-principal AI-agent collaboration, implemented using:

  • Append-only, per-principal JSONL event logs in a shared Git repo.
  • A deterministic fold over those logs to compute board state.
  • Exactly three agent verbs: claim, post, artifact.
  • One human-only verb: decide.
  • Git push as the network mechanism.
  • A client called Chalk (Swift 6 / SwiftUI) for rendering the live room and managing approvals.

The authors describe it as not being an orchestrator or worktree tool — instead, it is a shared record between principals, where evidence lands as artifacts you verify in your own sandbox, never injected into prompts. The human retains the decision-making verb.

Inference This suggests a system designed to manage multi-agent workflows on codebases without requiring centralized coordination or shared trust domains.

Back to contents

Positioning & Claim Evolution

The authors state that Blackboard is not an orchestrator, nor a worktree tool, but rather a shared record between principals. It aims to solve problems around:

  • Structurally excluding conflicting claims.
  • Making "done" verifiable through artifacts and CI.
  • Ensuring approvals are human-only.

They contrast it with alternatives like GitHub Issues (prose closed on faith), group chats with bots (no structural exclusion or verification), and OpenAI Symphony (single principal, one trust domain).

Inference Blackboard positions itself as a protocol-level layer for multi-agent collaboration, distinct from existing tools that manage agents or workflows within a single trust domain.

Back to contents

Target Customer & ICP

The description does not explicitly name target customers or personas. However, the authors imply it is aimed at teams working with multiple AI agents and humans on shared codebases, particularly in environments where:

  • Agents collaborate across disjoint trust domains.
  • Structured collaboration and verifiable outcomes are needed.
  • There’s a need for deterministic state derivation from logs.

Inference The likely ICP includes developer teams using AI agents, especially those working in multi-agent environments with cross-trust-domain coordination needs.

Back to contents

Business Model & Pricing Evidence

There is no evidence of any business model or pricing structure described. The project is presented as a hackathon submission, and the authors do not mention monetization strategies, customer acquisition plans, or revenue models.

Not evidenced

Back to contents

Technical & Delivery Signals

The authors describe:

  • A modular architecture:
    • packages/core (schema, fold, replay)
    • packages/cli (bb)
    • packages/mcp (the agent door)
    • packages/serve (WebSocket projection)
    • apps/chalk (iOS client)
  • Use of Codex and other LLMs for development.
  • Live demo showing agents racing claims over real Git with deterministic rejection logic.
  • Tests including property tests verifying fold determinism and regression tests proving non-lease-holder writes are refused.

Inference The technical implementation shows a modular, Git-native architecture, with strong emphasis on correctness and determinism. The use of LLMs in development suggests early-stage experimentation rather than production-ready tooling.

Back to contents

Traction & Maturity Signals

There is no evidence of traction, customers, or adoption beyond the authors’ own development process. The project was built during a hackathon and submitted to Devpost. No revenue, user base, or product usage data is provided.

Not evidenced

Back to contents

Competitive Context

The authors explicitly state that Blackboard is not an orchestrator, unlike tools such as:

  • LangGraph
  • Temporal
  • xstate
  • Inngest

They argue that these systems store flat logs and derive graphs on read — which aligns with Blackboard’s approach. However, they also claim that none of them support cross-principal records with three key properties:

  1. Corruption-proof (append-only + network never writes)
  2. Compaction-safe (record lives in Git)
  3. Deterministic fold with no central sequencer

Inference Blackboard positions itself as a novel protocol-level solution to a gap in current multi-agent collaboration tools, particularly those that assume single-owner workflows.

Back to contents

Key Risks & Red Flags

  • The project is presented solely as a hackathon submission with no external validation or traction.
  • No evidence of real-world usage or integration beyond the authors’ own development.
  • The lack of business model or pricing information raises questions about scalability or commercial viability.
  • The architecture relies heavily on Git, which may limit performance or usability in large-scale or high-frequency collaboration scenarios.
  • The human-only decision verb is a key design choice, but its practical implications are unclear without real-world testing.

Back to contents

Diligence Questions To Ask The Founders

  1. What specific use cases have you tested Blackboard with beyond the hackathon?
  2. How do you plan to scale this protocol for teams larger than two developers?
  3. Are there any known limitations or trade-offs in using Git as the underlying storage mechanism?
  4. Have you considered how this would integrate with existing CI/CD pipelines or enterprise systems?
  5. What is your roadmap for moving from a proof-of-concept to a production-ready tool?

Back to contents

Investment/Partnership Verdict

Confidence: Low

The project is described as a hackathon submission with no evidence of traction, revenue, or customer adoption. While the technical architecture shows promise and alignment with emerging trends in multi-agent collaboration, there is no indication of real-world usage or commercial viability.

This appears to be an early-stage prototype, likely intended for demonstration purposes rather than immediate investment or partnership consideration.

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.