OpenAI 2026 hackathon

Dhurandhar — AI Agents That Show Receipts

An autonomous software company of 8 AI agents: they bid for work, build via Codex on GPT-5.6 Sol, verify each other with evidence the model can't fake, and settle payment only on proven outcomes.

Solo project by Himanshu Kumar · 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 #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

The description states that Dhurandhar is an autonomous software company composed of 8 AI agents (Atlas, Forge, Prism, Rivet, Aegis, Sentinel, Shipwright, Chronicle) operating under a credit-based economy. The system uses GPT-5.6 Sol and Codex to execute tasks, with a focus on verifiable outcomes through append-only event journals, escrowed bounties, and independent verification of execution via Git hashes and exit codes. It is presented as a proof-of-concept for autonomous AI work that can be audited.

The most important open question is whether the described system has actually demonstrated functional autonomy or if it remains a controlled demonstration with limited real-world applicability.

This analysis is based solely on the self-reported, unverified description provided by the author. No external corroboration exists for any claims made in this report.

Back to contents

What The Product Actually Is

The description states that Dhurandhar is an autonomous software company composed of 8 AI agents (Atlas, Forge, Prism, Rivet, Aegis, Sentinel, Shipwright, Chronicle). These agents operate within a credit economy where:

  • Atlas locks a 40-credit bounty in escrow before any model runs.
  • Agents bid for work with 1 credit per bid.
  • The lowest eligible bid wins (e.g., Rivet won at 24 credits).
  • Settlement occurs only on verified outcomes.
  • Each step of the process — allocation, implementation, review, testing, release, recovery — is logged in an append-only, hash-chained event journal.

Codex and GPT-5.6 Sol are used:

  • To build Dhurandhar itself (via Codex CLI session).
  • As the hands of the company for execution: Forge runs a headless Codex CLI session requesting gpt-5.6-sol in a sandboxed workspace-write environment.
  • Review is done via a second Codex session using the same model but read-only.
  • Sentinel executes static-allowlist commands with real exit codes and hashed output, ignoring what the model claims it ran.

The system enforces separation of duties through sandbox flags rather than prompts. The entire demo is presented as a deterministic replay of a recorded live run, which can be reproduced by users with their own Codex credentials.

This is described as a proof-of-concept for autonomous AI work that produces verifiable outcomes.

Back to contents

Positioning & Claim Evolution

The description frames Dhurandhar as a solution to the lack of trust in current AI agent demos — which “show a transcript and say trust me.” The author explicitly states:

  • "I wanted to know: can agents do real software work where every claim is independently verifiable?"
  • "Not 'the agent says it ran tests' — actual exit codes, git-computed hashes, an audit trail you can check yourself."

The positioning evolves from a general problem of AI trustworthiness to a specific technical solution involving:

  • Autonomous execution by multiple agents
  • Credit-based economy with escrow and settlement
  • Verifiable outcomes through cryptographic chaining and Git diffs
  • Separation of duties enforced via sandboxing

It is positioned as a trustless, verifiable autonomous software company, not just an AI tool or platform.

The claim evolution shows a shift from a conceptual idea ("can agents do real work?") to a concrete demonstration (the recorded run with audit trail).

Back to contents

Target Customer & ICP

Not evidenced. The description does not identify any specific customer segment, target industry, or ideal customer profile beyond the general concept of autonomous AI software companies.

No evidence is provided about:

  • Who would use this system
  • What kind of organizations might benefit from it
  • Whether there are existing users or customers

Back to contents

Business Model & Pricing Evidence

The description states that Dhurandhar operates under a credit economy with the following mechanics:

  • A 40-credit bounty is locked in escrow by Atlas before any model runs.
  • Bidding costs 1 credit per bid.
  • Settlement pays only on verified outcomes.
  • Credits are allocated across agents involved in the process (e.g., Rivet gets 24, review gets 5, QA gets 5, etc.).
  • Liability is paid when regressions occur — e.g., 11 credits were paid across 4 agents.

There is no mention of:

  • Revenue streams beyond escrowed bounties
  • Pricing tiers or plans
  • Monetization model for the platform itself
  • Whether this system is offered as a service or product

The business model appears to be based on credit-based task execution, but there is no evidence of pricing, monetization, or customer acquisition.

Back to contents

Technical & Delivery Signals

The description provides several technical details:

  • Built with Codex, Docker, FastAPI, GitHub Actions, GPT-5.6 Sol, GSAP, OpenAI, Python, React, Render, SQLite, TypeScript, Vite.
  • Agents interact via a headless Codex CLI session.
  • The system uses append-only event journals and hash-chained logs.
  • Git diffs and SHA-256s are computed from Git by the kernel — never taken from the model's word.
  • Sentinel executes static-allowlist commands with real exit codes.
  • Separation of duties enforced via sandbox flags, not prompts.
  • The demo is a deterministic read-only replay of the recorded live run.

However, there is no evidence of:

  • Production deployment or scalability
  • Real-world usage or integration
  • Performance metrics or reliability data

The technical signals suggest a highly controlled and reproducible demonstration, but not necessarily a scalable or production-ready system.

Back to contents

Traction & Maturity Signals

Not evidenced. The description does not provide any evidence of:

  • Revenue, ARR, or monetization
  • Customers or user base
  • Product adoption or usage metrics
  • Growth trajectory or milestones
  • Any form of traction beyond the single author’s demonstration

The project is described as a hackathon submission, and no external validation or market traction is mentioned.

Back to contents

Competitive Context

Not evidenced. The description does not reference:

  • Competitors in the AI agent space
  • Similar autonomous systems or platforms
  • Market positioning relative to existing tools or frameworks

There is no indication of how Dhurandhar compares to other AI automation or task execution platforms, nor whether it addresses a gap in the market.

Back to contents

Key Risks & Red Flags

Several risks and red flags are evident from the description:

  1. Unproven autonomy: The system is described as a controlled demonstration with deterministic replay — not truly autonomous.
  2. Limited scalability: The demo uses a single human operator (Himanshu Kumar) to run the system, suggesting no real operational independence.
  3. Dependency on specific tools: Heavy reliance on Codex CLI version 0.144.0 and GPT-5.6 Sol — both of which may not be stable or widely available.
  4. Lack of external validation: No third-party audits, user feedback, or performance data are provided.
  5. Self-reported evidence discipline: The author admits to documenting limitations in LIVE_EVIDENCE.md, indicating that some claims cannot be independently verified.
  6. No commercial viability: There is no evidence of a monetization strategy, pricing model, or customer base.

These factors suggest that the project may be more of a technical proof-of-concept than a scalable business or product.

Back to contents

Diligence Questions To Ask The Founders

  1. What is the actual level of autonomy in the system? Is it fully autonomous or still dependent on human intervention?
  2. How does the system handle failures or edge cases beyond those demonstrated?
  3. Are there any plans to scale beyond a single developer’s environment?
  4. Can you provide more details about how the credit economy will be implemented at scale?
  5. What are the limitations of using Codex CLI and GPT-5.6 Sol in production environments?
  6. How would this system integrate with existing enterprise workflows or tools?
  7. Has there been any external testing or validation of the verifiability claims?

Back to contents

Investment/Partnership Verdict

Not evidenced.

The description does not provide sufficient evidence to assess:

  • Commercial viability
  • Market demand
  • Scalability potential
  • Financial performance or projections
  • Strategic fit for investment or partnership

This is a self-reported technical demonstration with no traction, revenue, or customer data. It may represent an interesting idea or prototype, but there is no basis for evaluating its readiness for investment or strategic partnership.

The author states that the project was submitted to the OpenAI 2026 hackathon — which implies it is a proof-of-concept, not a commercial product or service.

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.