OpenAI 2026 hackathon

Alodium

Give an AI agent the keys to your digital life safely. Sovereign cloud where the agent is a tenant, never the owner.

Solo project by Yiheng Yao · 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 #591 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: Alodium is a self-reported personal sovereign cloud platform that enables AI agents to operate on hardware owned by the user, with strict containment and deterministic authorization. The system is built around the principle of "security by structure", where LLMs are kept out of the authorization path and all actions are mediated through code and human review.

What changed: The author states this is a self-hosted, self-improving system that bootstrapped itself using AI tools (Claude Code + Codex) and now runs its own development within the same secure framework. It uses a microservices architecture with ephemeral agent tenancy, deterministic deployment, and an injection drill to test security.

Single most important open question: Is there any evidence of actual user adoption or real-world usage beyond the author's own development environment?

The description is self-reported and unverified. There is no evidence of revenue, customers, traction, or commercial activity beyond what the author states. The project appears to be a proof-of-concept or prototype built by one person for a hackathon.

Back to contents

What The Product Actually Is

The description states that Alodium is:

  • A personal sovereign cloud platform
  • A microservices system with manifests describing services and how they may be called
  • Built using Docker containers, Forgejo as git source-of-truth, Caddy as ingress, LiteLLM as key/budget gateway
  • An ephemeral, jailed agent tenancy system where agents propose tasks through virtual LLM keys with budgets, expiry, and model allowlists
  • A system that runs agents in isolated containers with no persistent volume, no docker socket, and only internal network access
  • A system where the only durable output is a pull request that must be merged for authorization to proceed
  • A system that enforces deterministic deployment after human merge action
  • A system that runs an injection drill to test security containment

This is described as a "personal sovereign cloud" where:

  • Identity, services, and jailed AI agents run on hardware the user owns
  • No LLM is ever in the authorization path
  • The agent proposes; deterministic code and a human disposes
  • Agents communicate indirectly through git artifacts (issues, review comments, PRs)
  • The system self-hosts its own development from within

Back to contents

Positioning & Claim Evolution

The description states that Alodium's founding principle is "security by structure, not by agents" - that LLM-based agents are prone to exploits and a simple, deterministic, rule-based system is more predictable and secure by design.

The author claims:

  • The system builds walls in code, keeping the model away from the locks
  • It's based on the legal term "alodium" meaning land you own outright, owing nothing to any lord
  • The system is designed so that "technology should shape itself to your interaction patterns, not force you into its"
  • The system allows agents to either hoist up a suitable app or code one for you on the fly
  • It's built around the idea that "your data should follow you, not the other way around"
  • Interaction is pull, not push - you choose what gets exposed and what information you pull in

The positioning appears to be:

  • A secure personal cloud solution
  • A sovereign computing platform where users control their own data
  • An alternative to traditional AI agent platforms that rely on permission prompts
  • A system that prioritizes security over convenience or ease of use

Back to contents

Target Customer & ICP

The description states that Alodium is a "personal sovereign cloud" - this suggests the target customer is individual users who want to maintain control over their digital data and computing environment.

The author's own write-up indicates:

  • The platform is built for people who want their data to follow them, not the other way around
  • Users who want to own their hardware and control what software runs on it
  • People who are concerned about security in AI agent systems
  • Individuals who want tools that bend to their needs rather than forcing them into a particular interaction pattern

The description does not state:

  • Whether there's a commercial target market beyond the individual user
  • Specific customer segments or personas
  • Any evidence of existing customers or user base
  • Pricing models or commercial targeting

Back to contents

Business Model & Pricing Evidence

The description states that Alodium is a personal sovereign cloud platform, but provides no information about:

  • Revenue streams
  • Pricing models
  • Commercial licensing
  • Subscription structures
  • Monetization approach
  • Customer acquisition costs
  • Any evidence of paying customers or revenue generation

The author's own write-up indicates this is a self-hosted system built for personal use, with no mention of any commercial business model.

Back to contents

Technical & Delivery Signals

The description states that Alodium uses:

  • Caddy as the sole ingress
  • LiteLLM as key/budget gateway with global spend ceiling
  • Forgejo as git source-of-truth
  • Pocket ID for passkey-only identity
  • Docker containers for runtime
  • A network topology that enforces least permissions
  • An agent network that is only ever internal (true)
  • A system where agents communicate indirectly through git artifacts (issues, review comments, PRs)
  • A framework built with Claude Code + Codex for initial setup
  • Self-hosted development from within the same secure framework
  • Execution agents running cheaper models (DeepSeek V4 Flash) inside jails
  • Codex/GPT-5.6 acting as orchestrator and planner

The system is described as:

  • A microservices system with manifests describing services
  • Running in containers with no persistent volume, no docker socket, only internal network access
  • Using virtual LLM keys with hard budgets, expiry, and model allowlists
  • Having a deterministic deployment process after human merge action
  • Running an injection drill to test security containment
  • Self-hosting its own development

Back to contents

Traction & Maturity Signals

The description states:

  • The system is self-hosted and self-improving
  • It bootstrapped itself using AI tools (Claude Code + Codex)
  • After initial setup, the project self-hosts its own development from within
  • The system can improve itself inside the fence
  • It's working and can now improve itself
  • It runs a real attack through the real pipeline and demonstrates it can't escalate

However, there is no evidence of:

  • Actual users or customer base
  • Revenue generation
  • Product-market fit validation
  • Market traction or adoption
  • Any commercial activity beyond the author's own development
  • Evidence of external testing or verification
  • Any metrics on usage, performance, or reliability

Back to contents

Competitive Context

The description states that Alodium is built around the idea that "the moment you hand an agent real access: mail, calendar, git, money, you inherit a hard security problem" and that "the industry's answer to it is a permission popup" which they claim "protects no one".

The author positions their solution as:

  • A secure alternative to traditional AI agent platforms
  • One that keeps LLMs out of the authorization path
  • A system built around "security by structure, not by agents"
  • An approach that builds walls in code rather than relying on model judgment

However, there is no evidence provided about:

  • Specific competitors or market players
  • Market size or competitive landscape
  • How this compares to existing solutions in the space
  • Any competitive advantages or differentiators beyond what's described
  • Evidence of market demand for such a solution

Back to contents

Key Risks & Red Flags

The description states several potential risks and challenges:

  • The hard part was never making the agent capable, it was making it containable
  • Keeping "secure by structure" from becoming "secure but useless"
  • Strict egress/ingress routes need constant auditing and tracing
  • A jail is only as good as your confidence that nothing slips out; proving the absence of a path is harder than adding one
  • Cost shaped the architecture - LiteLLM proxy's budget constraints meant cheaper agents had to be used instead of more capable ones
  • External web search had to be brokered through an indirect channel
  • One agent container per issue, enforced 1:1 to avoid merge conflicts

Red flags include:

  • The system is described as built by one person (Yiheng Yao)
  • No evidence of commercial traction or user adoption
  • No revenue or customer data provided
  • The entire system appears to be a prototype or proof-of-concept
  • The author's own write-up indicates this is for a hackathon submission
  • No mention of any external validation, testing, or verification

Back to contents

Diligence Questions To Ask The Founders

  1. What is the actual user base beyond the author's own development environment?
  2. How does the system handle scalability beyond single-user operation?
  3. What are the specific security guarantees and how were they validated?
  4. Are there any plans for commercialization or monetization?
  5. What are the technical limitations of the current implementation that would need to be addressed for production use?
  6. How does the system handle edge cases or unexpected scenarios in its containment model?
  7. What is the roadmap for moving beyond the current prototype state?
  8. Are there any external partners, customers, or users who could validate the claims made about security and functionality?

Back to contents

Investment/Partnership Verdict

Confidence Level: Very Low

The description is entirely self-reported and unverified. There is no evidence of:

  • Revenue or financial performance
  • Customer base or user adoption
  • Commercial traction or market validation
  • Any external testing or verification
  • Product-market fit or demand
  • Competitor analysis or positioning in the market

The project appears to be a hackathon submission (as noted in context) that describes a prototype system built by one person. The author states it's working and can improve itself, but there is no evidence of actual usage or commercial viability.

Key Findings

  • The system is described as self-hosted and self-improving
  • It uses a security model based on containment and deterministic authorization
  • It's built around the principle of "security by structure"
  • No evidence of commercial activity, customers, or revenue

Investment/Partnership Recommendation

Not evidenced. This appears to be a prototype or proof-of-concept with no demonstrated commercial viability or traction. Any investment or partnership would require significant due diligence beyond what is provided in this description.

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.