OpenAI 2026 hackathon

VibeBloat

Reads your agent history. Compiles every mistake to never make the same mistake twice. Costs zero tokens. Blocks forever.

Solo project by Hunter Veltri · 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 #7,548 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

VibeBloat is a self-reported local command-safety layer for AI coding agents. The author states it reads agent history, compiles mistakes into guards that prevent reoccurrence, and blocks destructive commands without token cost. It integrates with tools like Codex, Claude Code, and Hermes via hooks, and uses tree-sitter parsing and normalization to detect dangerous shell commands.

What changed

The project was submitted as part of the OpenAI 2026 hackathon. The author describes it as a tool built using TypeScript on Bun, with local-first architecture and cross-platform support. It includes features like neural embeddings for recall (optional), PII detection, secret scanning, and deterministic enforcement.

Single most important open question

Is there any evidence of real-world usage or adoption beyond the hackathon submission? The description contains no data about customers, revenue, traction, or product-market fit — only self-reported claims about functionality and build process.

Back to contents

What The Product Actually Is

The description states that VibeBloat is a local command-safety layer for AI coding agents. It works by parsing commands using tree-sitter-bash, normalizing them (expanding variables and aliases, stripping absolute paths), and checking them against guards before execution.

  • Guards are defined in files and enforced via atomic renames and watchers.
  • Enforcement does not depend on models; it is deterministic.
  • Optional neural embeddings run offline for lexical recall but do not block actions.
  • It integrates with tools like Codex, Claude Code, Hermes through native hooks or Python integration.
  • PII detection and Gitleaks-compatible scanning occur before a model sees input, failing closed if they fail.

Inference The product appears to be a command-line safety tool, designed to prevent accidental or malicious shell command execution in AI-assisted development environments. It is not a SaaS offering, nor does it appear to have any cloud-based components beyond optional neural recall.

Back to contents

Positioning & Claim Evolution

The author positions VibeBloat as a memory tool that turns bad moments into rules — a safety mechanism for AI agents that prevents repetition of past mistakes.

  • The tagline: “Reads your agent history. Compiles every mistake to never make the same mistake twice. Costs zero tokens. Blocks forever.” suggests it is a zero-cost, always-blocking system.
  • It claims to be a local-first, offline-safe, and deterministic solution for command execution.
  • The author emphasizes that it’s not just about remembering — it's about preventing mistakes through enforcement.

Inference The positioning is focused on AI agent safety, particularly in environments where shell commands are used. It positions itself as a preventive layer, not a warning system, and implies a niche in developer tooling for AI-assisted coding.

Back to contents

Target Customer & ICP

The description does not state who the target customer is or what the ideal customer profile (ICP) looks like.

  • The author mentions it works with tools like Codex, Claude Code, Hermes.
  • It is described as a local command-safety layer, implying use in developer environments.
  • No mention of enterprise customers, specific industries, or end-user personas.

Inference The likely target is AI-assisted developers or DevOps engineers who work with AI coding agents and want to avoid destructive shell commands. However, no explicit ICP is stated.

Back to contents

Business Model & Pricing Evidence

There is no evidence of a business model or pricing structure in the description.

  • The tagline says “Costs zero tokens,” suggesting no direct cost for users.
  • No mention of monetization, subscriptions, or paid features.
  • The author does not describe any revenue-generating mechanism.

Inference The product appears to be free to use, possibly as a developer tool with no commercial model described. It may be open source or offered as part of a hackathon project.

Back to contents

Technical & Delivery Signals

The description provides some technical details:

  • Built in TypeScript on Bun, with fast startup and standalone binaries.
  • Uses tree-sitter-bash for parsing, not regex.
  • Commands are normalized to make guards portable.
  • Neural embeddings run offline via a Node sidecar.
  • Guard files use atomic rename + watcher for safety.
  • PII detection and secret scanning run before model input, failing closed.
  • Cross-platform support (Linux, Windows, macOS) achieved through careful testing.

Inference The technical approach is local-first, with strong emphasis on deterministic enforcement and privacy-by-design. The tool is built for developers who value correctness and safety in AI-assisted workflows.

Back to contents

Traction & Maturity Signals

There is no evidence of traction or maturity beyond the hackathon submission:

  • No customer data, usage metrics, or adoption stats.
  • No mention of product releases, user feedback, or growth.
  • The project is described as a hackathon submission, not a commercial product.

Inference The project is in an early stage — likely a prototype or proof-of-concept. There is no evidence of real-world usage or product-market fit.

Back to contents

Competitive Context

The description does not mention competitors or the broader market context.

  • It is implied to be a command-safety tool for AI coding agents.
  • No comparison with existing tools like shell safety layers, CI/CD guardrails, or AI agent orchestration platforms.

Inference It likely competes in a niche space of AI-assisted development safety. The lack of competitive context makes it hard to assess positioning or differentiation.

Back to contents

Key Risks & Red Flags

  • No evidence of traction or adoption: It is described as a hackathon project with no real-world usage.
  • Self-reported claims only: No independent verification, no data on performance or reliability.
  • Unproven commercial viability: No pricing, monetization, or business model.
  • Limited scope: The tool is focused on shell commands and AI agents — not a broad solution.

Inference The project is early-stage, with no demonstrated product-market fit or commercial traction. It may be a prototype or proof-of-concept, not a viable product for investment or partnership.

Back to contents

Diligence Questions To Ask The Founders

  1. What is the actual use case for this tool? Who is using it beyond the hackathon?
  2. How does it handle false positives in guard enforcement?
  3. Is there any plan to monetize or scale this beyond a developer tool?
  4. Has it been tested with real-world AI agents, or just simulated workflows?
  5. What are the long-term plans for neural recall and embedding accuracy?

Back to contents

Investment/Partnership Verdict

The description states that VibeBloat is a hackathon submission and does not provide evidence of any commercial traction, revenue, or customer adoption.

  • It is a self-reported developer tool, built with strong technical foundations but no proven market demand.
  • No evidence of product-market fit, scalability, or monetization strategy.
  • The project is in an early stage, likely a prototype or proof-of-concept.

Inference This is not a viable investment or partnership opportunity at this time. It lacks the commercial signals needed to assess risk or return potential. It may be a useful tool for developers but does not meet due-diligence criteria for investment or strategic interest.

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.