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)
Likes on Devpost. ▲ marks this project's group.
Show the figures
| Likes | Projects | Share of archive |
|---|---|---|
| 0 | 5,592 | 71.2% |
| 1 | 1,758 | 22.4% |
| 2 | 285 | 3.6% |
| 3–4 | 132 | 1.7% |
| 5–9 | 75 | 1.0% |
| 10+ | 14 | 0.2% |
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?
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.
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.
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.
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
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.
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
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:
- Corruption-proof (append-only + network never writes)
- Compaction-safe (record lives in Git)
- 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.
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.
Diligence Questions To Ask The Founders
- What specific use cases have you tested Blackboard with beyond the hackathon?
- How do you plan to scale this protocol for teams larger than two developers?
- Are there any known limitations or trade-offs in using Git as the underlying storage mechanism?
- Have you considered how this would integrate with existing CI/CD pipelines or enterprise systems?
- What is your roadmap for moving from a proof-of-concept to a production-ready tool?
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.
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.
