OpenAI 2026 hackathon

Sense²

Sight, translated to sound.

Team of 2 · 12 likes · 2 comments

Archive position — measured, not model output

12 likes on Devpost

8 of the 7,856 archived projects have more likes, and 3 share exactly 12 — so this project's #11 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

Sense² is a self-reported prototype for an accessibility tool that translates visual input from a phone camera into spoken situational awareness. The project aims to provide real-time, context-aware assistance for blind or low-vision users by interpreting changes in their environment and guiding them through spatial instructions.

What changed

The description indicates this is a hackathon submission (OpenAI 2026) with no commercial traction or revenue evidence. It describes a browser-based prototype built using TypeScript, WebRTC, OpenAI APIs, and computer vision techniques. The team has not yet launched a product for public use.

Single most important open question

Is there any evidence of user testing or feedback from blind/low-vision individuals beyond the authors' own claims?

Back to contents

What The Product Actually Is

The description states that Sense² is a browser-based prototype designed to turn a phone camera into a spoken situational awareness tool. It uses:

  • A phone camera and microphone
  • OpenAI Realtime API sessions
  • WebRTC for real-time communication
  • Motion detection across multiple frames

It is described as having three main capabilities:

  1. Conversational awareness: Users can ask questions, interrupt responses, and follow up.
  2. Ambient Mode: Observes quietly and speaks only when something meaningful changes.
  3. Find Mode: Guides the user’s hand toward an object using spatial instructions.

The system stores a short visual history to detect movement and explain what changed over time.

Inference The product is not yet commercially available, but rather a proof-of-concept built for a hackathon.

Back to contents

Positioning & Claim Evolution

The description states that Sense² was built around the question:

“What if visual assistance felt like a companion rather than an image-captioning tool?”

It positions itself as:

  • A companion-like assistant, not just a caption generator
  • Focused on spatial understanding and change detection
  • Designed to help users understand where things are, what changed, and how to act

The authors claim the system avoids describing everything, instead focusing on what helps the user understand or act.

Inference This is a shift from traditional image captioning tools toward a more dynamic, interactive, and contextual form of visual assistance.

Back to contents

Target Customer & ICP

The description states that Sense² is built for blind or low-vision individuals, aiming to provide situational awareness and guidance in real-time.

It mentions:

  • Users who want to understand their surroundings
  • Those needing help navigating objects or environments
  • People who benefit from spatial instructions like “move slightly right” or “the bottle is directly below your hand”

Inference The target customer segment is people with visual impairments, but no specific demographics (age, severity of impairment, etc.) are provided.

Back to contents

Business Model & Pricing Evidence

There is no evidence in the description of:

  • A pricing model
  • Revenue streams
  • Monetization strategy
  • Customer acquisition plans

The project is described as a prototype, not a commercial product.

Inference No business model or pricing data are evident from this self-reported write-up.

Back to contents

Technical & Delivery Signals

The description states that the system:

  • Is built in a TypeScript pnpm monorepo
  • Uses WebRTC for real-time camera/microphone/audio communication
  • Relies on OpenAI APIs, including Realtime API
  • Separates logic between browser (sensor) and server (intelligence)
  • Stores short visual history to detect motion and explain changes
  • Implements multi-frame understanding to interpret actions like waving or entering a room

It also mentions:

  • Motion score diagnostics
  • Frame selection algorithms
  • Stale-result rejection mechanisms
  • Timestamped responses

Inference The architecture supports scalability across devices (phone, glasses, wearables), but no delivery or deployment details beyond prototype development are given.

Back to contents

Traction & Maturity Signals

There is no evidence of:

  • Revenue
  • Customers
  • Product adoption
  • Market traction
  • Commercial use cases

The project is explicitly described as a hackathon submission, and the authors state they are testing it with blind/low-vision users in future steps.

Inference No maturity or traction signals are evident beyond the prototype stage.

Back to contents

Competitive Context

There is no mention of:

  • Competitors
  • Existing solutions in the market
  • Market size or competitive landscape

The description does not reference other assistive technologies, AI vision tools, or accessibility products.

Inference No competitive context is provided; this may be a new or niche space with limited known players.

Back to contents

Key Risks & Red Flags

Key risks and red flags based on the self-reported description:

  1. No commercial traction or revenue evidence: The project is described as a prototype, not a product.
  2. Unverified user testing claims: No data or feedback from blind/low-vision users beyond author statements.
  3. No pricing or monetization strategy: Unclear how this will be monetized if launched.
  4. Limited technical detail on scalability: While architecture is described, no evidence of performance at scale.
  5. Dependency on OpenAI APIs: Reliance on external services introduces risk and cost uncertainty.

Inference The project lacks commercial viability indicators and user validation.

Back to contents

Diligence Questions To Ask The Founders

  1. Have you conducted any usability testing with blind or low-vision users?
  2. What is your plan for monetization or revenue generation?
  3. How do you intend to scale beyond the current prototype?
  4. Are there any technical limitations in real-world deployment (e.g., latency, bandwidth)?
  5. What are the key assumptions about user behavior and needs that drive this product design?
  6. Do you have access to funding or partnerships to support further development?

Back to contents

Investment/Partnership Verdict

Not evidenced

There is no evidence of:

  • Revenue
  • Customers
  • Product-market fit
  • Traction
  • Financials
  • Team traction or prior success

This is a self-reported hackathon prototype, not a commercial entity.

Confidence Level: Low

The description provides no data to support investment or partnership decisions. It is a speculative product idea, not a proven business.

Back to contents

Customer Segments

evidenced

The description states: "Most visual-assistance tools work like cameras: take a photo, wait, hear a description, and repeat."

It also says: "For a blind or low-vision person, understanding these changes can be more useful than hearing a detailed description of one image."

Inferred

The project is built for users who are blind or have low vision, based on the stated goal of providing situational awareness to those with visual impairments.

Back to contents

Value Propositions

evidenced

The description states: "Sense² turns a phone camera into spoken situational awareness."

It also says: "Instead of saying: 'There is a cup on a table.' Sense² aims to say: 'A cup is slightly to your right, about an arm’s length away.'"

Additionally: "The goal is not just to describe the scene. It is to help the user understand where things are, what changed, and what they can do next."

Inferred

The value proposition includes conversational awareness, ambient mode for change detection, and find mode for object guidance — all aimed at improving situational understanding for blind or low-vision users.

Back to contents

Channels

evidenced

The description states: "Sense² is a TypeScript pnpm monorepo with a clear separation between the browser and the product intelligence."

It also says: "We use WebRTC for realtime camera, microphone, and audio communication."

Inferred

The application is intended to be used via a phone, as it's described as being built around three main capabilities that are meant to work on a mobile device.

Back to contents

Customer Relationships

evidenced

The description states: "Users can ask questions naturally. The application streams camera and microphone input to an OpenAI Realtime session and responds through spoken audio."

It also says: "Users can ask follow-up questions without starting over."

Additionally: "Interrupt the model" is possible, indicating a dynamic interaction.

Inferred

The relationship involves real-time interaction with users who are blind or low-vision, allowing for natural conversation and interruption of responses.

Back to contents

Revenue Streams

not evidenced

There is no mention in the description of how revenue would be generated from this product. No pricing model, monetization strategy, or business model details are provided.

Back to contents

Key Resources

evidenced

The description states: "Sense² is a TypeScript pnpm monorepo with a clear separation between the browser and the product intelligence."

It also says: "We use WebRTC for realtime camera, microphone, and audio communication. The OpenAI API key and product instructions always remain on the server."

Additionally: "The browser acts as a lightweight sensor. It captures the camera and microphone, plays audio, maintains a small frame buffer, and calculates basic motion signals."

Inferred

Key resources include access to OpenAI APIs, WebRTC infrastructure, and software development tools like TypeScript, Next.js, React, and pnpm.

Back to contents

Key Activities

evidenced

The description states: "Sense² is being developed around three main capabilities: Conversational awareness, Ambient Mode, Find Mode."

It also says: "We built a working browser-based voice and vision prototype where users can start a camera and microphone session, ask questions naturally, hear spoken responses, interrupt the model, ask contextual follow-up questions, analyse changes across multiple frames."

Additionally: "We built diagnostics for motion scores, frame selection, pending requests, stale responses, and narration decisions."

Inferred

Key activities involve developing conversational interfaces, implementing change detection algorithms, creating object identification systems, and testing with target users.

Back to contents

Key Partnerships

evidenced

The description states: "We use WebRTC for realtime camera, microphone, and audio communication."

It also says: "The OpenAI API key and product instructions always remain on the server."

Inferred

Partnerships likely involve OpenAI for AI processing capabilities and potentially hardware vendors or accessibility organizations for user testing and feedback.

Back to contents

Cost Structure

not evidenced

There is no information in the description about the costs associated with developing, operating, or scaling this application. No mention of personnel, infrastructure, licensing, or other expenses.

Back to contents

Evidence & Gaps

  1. Customer Segments: evidenced
    • What evidence would fill it? The description should include explicit statements about target user demographics or specific customer groups beyond general references to blind/low-vision users.
  1. Value Propositions: evidenced
    • What evidence would fill it? The description should include more detailed explanations of how the product solves specific problems for its users, perhaps through direct quotes or case studies.
  1. Channels: evidenced
    • What evidence would fill it? The description should mention distribution methods, platforms, or touchpoints beyond technical architecture details.
  1. Customer Relationships: evidenced
    • What evidence would fill it? The description should include information about support systems, feedback mechanisms, or community engagement strategies.
  1. Revenue Streams: inferred
    • What evidence would fill it? The description should contain explicit statements about pricing models, monetization plans, or business model details.
  1. Key Resources: evidenced
    • What evidence would fill it? The description should include more specific details about resource ownership, licensing agreements, or proprietary assets beyond technical stack information.
  1. Key Activities: evidenced
    • What evidence would fill it? The description should include explicit statements about ongoing operations, development cycles, or strategic initiatives beyond current functionality descriptions.
  1. Key Partnerships: evidenced
    • What evidence would fill it? The description should include explicit mentions of collaboration agreements, vendor relationships, or joint ventures with other entities.
  1. Cost Structure: inferred
    • What evidence would fill it? The description should contain specific cost breakdowns, budget allocations, or financial planning details related to the project's operation and growth.

Back to contents

._business-model-canvas

Mac OS X  2q�ATTR�� � com.apple.provenance�� ��j>

._executive-summary

Mac OS X  2q�ATTR�� � com.apple.provenance�� ��j>

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.