OpenAI 2026 hackathon

LatchLine

Latchline sits between AI agents and their tools, catching the moment untrusted data tries to assert authority. It blocks the malicious aspect but still lets the agent finish the real task safely.

Solo project by Amogh Biradar · 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 #1,321 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

LatchLine is a self-reported security system designed to protect AI agents from malicious inputs by enforcing authority boundaries between trusted goals and untrusted data. It operates as an intermediary layer that evaluates agent actions in real time, using a combination of deterministic logic and GPT-5.6 Sentinel for semantic judgment.

What changed

The author states they identified a gap in existing guardrails — which treat malicious inputs as content problems — and instead focus on the moment when untrusted data asserts authority through an action. This shift leads to a new architecture involving “Counterfactual Intent Diff” and “Authority Conservation.”

Single most important open question

Is there evidence of real-world application or testing beyond the hackathon demo? The description does not indicate any production use, customer feedback, or integration with actual AI agents.

Back to contents

What The Product Actually Is

The description states that LatchLine is a system that sits between an AI agent and its tools. It evaluates each action attempt using multiple criteria including:

  • Agent identity
  • Approved scope
  • Core business goal vs. untrusted context (e.g., emails, tickets, docs)
  • Semantic judgment from GPT-5.6 Sentinel
  • Tool call arguments
  • Prior session history
  • Stake involved

It then takes one of four paths:

  1. Allows the action by minting a 90-second, single-use lease.
  2. Sends it to review requiring human sign-off.
  3. Blocks the action and opens an incident report.
  4. Compiles a Safe Twin — strips malicious context and builds a narrower, safe action.

The system includes two core mechanics:

  • Counterfactual Intent Diff: isolates suspicious text, reruns decision in sandbox, compares tool calls to detect attack-driven behavior.
  • Authority Conservation: ensures untrusted content cannot grant new power; calculates excess authority (Δ = R - D) and strips it before execution.

The author also mentions a command center with:

  • Live graph of active events
  • Authority accounting across five axes
  • Action passports
  • Demo scenarios and offline test cases

Evidence Self-reported by the author. No external validation or demonstration beyond the hackathon submission.

Back to contents

Positioning & Claim Evolution

The author claims LatchLine addresses a specific and under-served problem in AI agent security — not just detecting bad prompts but preventing malicious inputs from asserting authority during execution. They describe this as a “narrower and weirder” problem than general prompt injection detection.

They position their solution as:

  • A guardrail system that enforces boundaries between information and authority.
  • A systemic fix, not a patch or classifier-based approach.
  • An end-to-end enforcement mechanism, not just flagging bad content.

The claim evolves from:

  1. Observing failures in AI agent demos due to hostile inputs
  2. Identifying the root issue as transformation of untrusted data into real actions
  3. Building a system that actively enforces authority boundaries

Evidence All claims are self-reported and not independently verified.

Back to contents

Target Customer & ICP

The description does not clearly define target customers or ideal customer profiles (ICP). However, the author implies the product is aimed at:

  • Organizations using AI agents in high-risk environments
  • Teams managing sensitive workflows like finance, HR, CRM, identity, network, and production systems

They suggest LatchLine could be used by enterprises integrating AI agents into their operations where unauthorized actions could lead to significant damage.

Evidence Only inferred from the use cases mentioned (finance, HR, CRM, etc.) and the author’s stated intent. No explicit customer segmentation or buyer personas.

Back to contents

Business Model & Pricing Evidence

There is no evidence in the description of a business model or pricing structure. The project was submitted as part of a hackathon and lacks any indication of monetization plans, subscriptions, licensing models, or revenue streams.

Evidence Not evidenced.

Back to contents

Technical & Delivery Signals

The system uses:

  • Next.js, TypeScript, React, Zod
  • OpenAI Agents SDK
  • Responses API
  • GPT-5.6 Sentinel for semantic judgment
  • Deterministic logic for action evaluation and enforcement

Key technical features include:

  • Function-based model responses (no freeform text)
  • Replay logic in sandboxed environments
  • Server-side reconstruction of scenarios
  • Fixed recipes for post-block recovery
  • Hourly API call ceilings to manage costs

The author notes that the system avoids self-grading logic by having GPT-5.6 act as a sensor, not a judge.

Evidence Self-reported implementation details; no third-party verification or performance metrics.

Back to contents

Traction & Maturity Signals

There is no evidence of traction, adoption, or usage beyond the hackathon submission. The author mentions:

  • Ten working Safe Twin scenarios
  • A passport system validating six criteria
  • Demo-ready components
  • Offline test cases

But none of these indicate real-world deployment, user feedback, or product maturity.

Evidence Not evidenced.

Back to contents

Competitive Context

The description does not mention competitors or existing solutions in the AI agent security space. The author states they couldn’t find anyone building directly for this problem — the moment when untrusted data asserts authority.

This suggests a potential niche market with limited direct competition, but also implies that LatchLine may be addressing an emerging or underserved area rather than competing against established players.

Evidence Not evidenced.

Back to contents

Key Risks & Red Flags

  • Unproven in production: The system exists only as a hackathon prototype.
  • No revenue or customer data: No indication of monetization, users, or traction.
  • Highly technical and abstract: The architecture is complex and may be difficult to validate without access to actual systems.
  • Over-reliance on GPT-5.6: While the model acts as a sensor, its role in decision-making raises questions about consistency and scalability.
  • Limited testing scope: Only offline demos and fixed scenarios are described; no real-world integration or adversarial testing.

Evidence All inferred from lack of evidence and self-reported claims.

Back to contents

Diligence Questions To Ask The Founders

  1. Has LatchLine been tested in any real AI agent workflows?
  2. What are the actual performance implications of running GPT-5.6 for each action check?
  3. How does the system handle edge cases or unexpected inputs not covered in the demo scenarios?
  4. Are there plans to integrate with specific AI agent platforms (e.g., LangChain, AutoGen)?
  5. Can you provide more details on how the “Safe Twin” generation works in practice?
  6. What is the expected latency for action evaluations and how does it impact agent responsiveness?
  7. How would LatchLine scale across multiple agents or large enterprise environments?

Back to contents

Investment/Partnership Verdict

The author describes a novel approach to AI agent security, focusing on authority boundaries rather than content detection. However, there is no evidence of traction, revenue, or real-world application beyond the hackathon submission.

Given the self-reported nature of the description and lack of external validation, this represents a highly speculative opportunity with significant uncertainty around commercial viability and scalability.

Confidence Level Low

Next Steps

If pursuing further diligence, seek evidence of early adopters, pilot programs, or integration with actual AI agents.

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.