OpenAI 2026 hackathon

iAletheia

A privacy-first, on-device macOS AI memory agent that keeps your data local, see your screen, guides you step-by-step on screen, and uses Qwen Cloud only for intelligent, context-aware reasoning.

Solo project by Vinamra Sharma · 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 #4,590 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

iAletheia is a self-reported macOS application built by one developer (Vinamra Sharma) that functions as an on-device AI memory agent. It observes user activity on the Mac, builds a searchable personal memory of digital interactions, and supports querying that memory with natural language. It integrates local privacy filtering, OCR, and cloud-based reasoning using GPT-5.6 via OpenAI APIs.

What changed

The project is a self-contained prototype submitted to the OpenAI 2026 hackathon. It represents an early-stage personal productivity tool focused on privacy-first memory and action assistance for macOS users.

Single most important open question

Is there any evidence of traction, revenue, or customer adoption beyond the author’s own development and submission?

Back to contents

What The Product Actually Is

The description states that iAletheia is a privacy-first, on-device macOS AI memory agent. It observes user activity using macOS Accessibility APIs and local OCR, filters sensitive content, scores memories for importance, detects duplicates, and stores them locally in SQLite with FTS5 search and vector representations.

It allows users to ask questions like:

  • “What was I researching yesterday?”
  • “Summarize what is currently on my screen.”
  • “Search the web and compare this with current information.”

The system supports two visual assistance modes:

  1. Show Me: Provides step-by-step instructions pointing at relevant controls without clicking.
  2. Action mode: Drafts content in supported apps (e.g., email replies) but does not submit or confirm actions.

For cloud reasoning, it uses OpenAI’s GPT-5.6 model family and structured JSON schemas for query routing, memory enrichment, and action planning.

Evidence

  • The author describes the product as a native macOS app using Swift, SwiftUI, AppKit, Accessibility APIs, ScreenCaptureKit, Vision OCR, Core Graphics, and SQLite.
  • It uses local-first observation pipeline including active window tracking, OCR, filtering, deduplication, and storage.
  • Cloud reasoning is used for complex answers, live-screen understanding, web-assisted responses, visual guidance, and multi-step action decisions.

Inference The product appears to be a personal productivity tool focused on memory recall and contextual AI assistance, with an emphasis on privacy and user control.

Back to contents

Positioning & Claim Evolution

The author positions iAletheia as:

  • A privacy-first personal memory assistant
  • An on-device AI agent that keeps data local
  • A context-aware system that understands what is currently on screen
  • A step-by-step guide for users, with visual assistance and limited computer interaction

It claims to be a “private intelligence layer for the personal computer”, aiming to help uncover information encountered previously while maintaining user control.

Evidence

  • The tagline: “A privacy-first, on-device macOS AI memory agent that keeps your data local, see your screen, guides you step-by-step on screen, and uses Qwen Cloud only for intelligent, context-aware reasoning.”
  • The inspiration section states the goal was to explore a different idea: what if the computer could build a private, useful memory of digital activity?

Inference The positioning reflects an early-stage prototype focused on personal productivity and privacy. It does not yet claim market traction or commercial viability.

Back to contents

Target Customer & ICP

The description states that iAletheia is designed for macOS users who:

  • Often remember fragments of what they’ve seen but forget where it was stored
  • Want to ask questions about their digital activity without remembering exact locations or titles
  • Value privacy and want local processing of personal data

It targets individuals seeking a personal memory assistant, not enterprise or B2B clients.

Evidence

  • The product is built for macOS.
  • The author’s inspiration centers around personal recall and context-awareness.
  • It supports actions like drafting emails, summarizing screens, and searching web content.

Inference The ICP seems to be tech-savvy individuals or power users who are interested in privacy-preserving tools and want more intelligent access to their digital history.

Back to contents

Business Model & Pricing Evidence

There is no evidence of a business model or pricing strategy in the description. The project is described as a hackathon submission by one developer.

Evidence

  • No mention of monetization, subscriptions, or paid features.
  • No indication of target customers beyond personal use cases.
  • No revenue data or pricing tiers.

Inference The product appears to be in an early prototype phase with no commercial model yet defined.

Back to contents

Technical & Delivery Signals

The author reports:

  • Built as a native macOS application using Swift, SwiftUI, AppKit
  • Uses macOS Accessibility APIs, ScreenCaptureKit, Vision OCR, Core Graphics
  • Implements local privacy filtering, secret redaction, sensitivity checks, importance scoring, and duplicate detection
  • Stores memories locally in SQLite with FTS5 search and local vector representations
  • Integrates OpenAI GPT-5.6 for reasoning tasks
  • Uses structured outputs with JSON schemas for query routing, memory enrichment, and action planning
  • Employs a screenshot grid system for visual grounding
  • Implements closed-loop action workflows, validating each step before proceeding

Evidence

  • The write-up details the architecture and technical components used.
  • Specific mention of how OCR, accessibility roles, and coordinate systems are handled.

Inference The technical implementation shows a strong understanding of macOS APIs and AI integration. However, no evidence of scalability or production deployment is provided.

Back to contents

Traction & Maturity Signals

There is no evidence of traction, customers, revenue, or user adoption beyond the author’s own development and hackathon submission.

Evidence

  • The project was submitted to a hackathon.
  • Team size is listed as 1 person.
  • No mention of users, downloads, or usage metrics.
  • No product launch or public availability reported.

Inference This is an early-stage prototype with no demonstrated market traction or user engagement.

Back to contents

Competitive Context

The description does not provide any information about competitors or the competitive landscape. It does not reference existing tools or platforms in this space.

Evidence

  • No mention of similar products, market players, or competitive positioning.
  • No comparison to other memory or AI assistant tools.

Inference Without external references, it is unclear whether iAletheia addresses a known gap or overlaps with existing solutions.

Back to contents

Key Risks & Red Flags

Key risks and red flags include:

  1. Single-person development: Limited capacity for scaling or rapid iteration.
  2. No commercial traction or revenue: No evidence of monetization or customer base.
  3. Unverified claims: All descriptions are self-reported and unverified.
  4. Limited scope: Focused only on macOS, with no indication of cross-platform support.
  5. Privacy vs. functionality trade-offs: The system is designed to be local but still uses cloud-based reasoning for some tasks.

Evidence

  • Team size: 1
  • No mention of users or monetization
  • Prototype nature (hackathon submission)
  • Cloud integration implies potential privacy concerns

Inference The project lacks commercial viability indicators and may not yet be ready for market deployment or investment.

Back to contents

Diligence Questions To Ask The Founders

  1. What is the actual user feedback or testing done so far?
  2. Are there any plans to expand beyond macOS or add cross-platform support?
  3. How does the system handle edge cases in dynamic UIs (e.g., browser apps)?
  4. Has the team considered how to scale the local memory storage and retrieval?
  5. What are the long-term monetization strategies, if any?
  6. Are there any technical limitations or bottlenecks in current implementation?
  7. How is the model used for reasoning optimized for latency and cost?

Back to contents

Investment/Partnership Verdict

Not evidenced.

There is no evidence of revenue, customers, traction, or a defined business model. The project is described as a hackathon submission by one developer with no commercialization path evident.

Confidence Low — based entirely on self-reported information without corroboration or external validation.

Conclusion

This is an early-stage prototype with strong technical execution and clear intent around privacy and personal productivity. However, it lacks any signs of traction, revenue, or commercial readiness. It may be a promising idea in need of further development and validation before considering investment or partnership opportunities.

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.