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,300 place in the like-ranked listing is a tie-break inside that group, not a ranking.
Projects (log scale)
Likes on Devpost. ▲ marks this project's group.
Show the figures
| Likes | Projects | Share of archive |
|---|---|---|
| 0 | 5,592 | 71.2% |
| 1 | 1,758 | 22.4% |
| 2 | 285 | 3.6% |
| 3–4 | 132 | 1.7% |
| 5–9 | 75 | 1.0% |
| 10+ | 14 | 0.2% |
Executive Summary
What the company appears to be
Time Sovereignty is a self-reported AI-powered assistant product designed to help users maintain commitment to meaningful goals through structured check-ins and adaptive support. It uses GPT-5.6 for decision-making, integrates with mobile devices via a PWA and Android channel, and aims to bridge the gap between planning and execution by offering persistent, context-aware follow-up.
What changed
The project evolved from an initial V1 submission focused on a browser-based demo into a more complete product with physical phone testing (V2), including voice support, Android escalation, and improved error handling. The final version also refined how it handles memory, decision-making boundaries, and user feedback loops.
Single most important open question
Is there any evidence of real-world usage or adoption beyond the author’s own controlled test? The description states that the product was built for a specific use case — a user who bought drawing supplies but didn’t start drawing — but does not indicate whether this represents broader traction or if the system has been used by others.
What The Product Actually Is
The description states that Time Sovereignty is an AI Chief of Staff that helps users stay committed to goals through scheduled check-ins and adaptive support. It begins with three core questions: “What do you want?”, “When do you want it?”, and “Why does it matter?” These are used to generate a structured proposal via a GPT-5.6 Goal Architect.
The system then schedules follow-ups using Cloud Tasks, which return through either a PWA or an Android channel with FCM escalation. Users can report progress via text, voice transcription, or ephemeral photos. The AI agents involved include:
- Chief of Staff (classifies evidence and chooses response)
- Goal Architect (creates or revises the plan)
- Commitment Recovery (joins when user is blocked or delayed)
- Memory Curator (processes memory after responses)
The product records immutable Episodes that capture what happened, with derived summaries separated into user-level and goal-level memory. It supports a looped workflow: goal and consent → scheduled action → real-world evidence → structured judgment → user confirmation → Episode and memory → next intervention.
Not evidenced:
- No mention of actual customers or users beyond the author’s test case.
- No indication of how many goals have been set, tracked, or completed.
- No data on how often check-ins occur or how long users engage with the system.
Positioning & Claim Evolution
The description positions Time Sovereignty as a tool that addresses the gap between static planning tools and general chatbots — specifically focusing on what happens when reality changes. It claims to be an AI Chief of Staff that stays with the goal when real-life interruptions occur, rather than just producing plans.
It evolved from a simple idea (a user who bought drawing supplies but didn’t draw) into a more robust system involving:
- Voice support
- Android escalation
- Improved memory handling
- Clearer boundaries around what the product can and cannot do
The author notes that earlier versions sometimes promised features like phone alarms or calendar entries, which were later removed to avoid overpromising.
Inferred:
- The positioning reflects a shift from a novelty idea to a more mature, structured approach to goal management.
- The evolution suggests an awareness of usability issues in early prototypes and a move toward clearer product boundaries.
Not evidenced:
- No claims about market fit or competitive differentiation beyond self-description.
- No evidence of user feedback loops or iterative improvements based on external input.
Target Customer & ICP
The description does not clearly define a target customer segment or ideal customer profile (ICP). It implies that the system is intended for individuals who want to pursue meaningful goals but struggle with maintaining consistency due to changing circumstances.
It mentions one specific use case: “a user had bought drawing supplies but had not started drawing.” This suggests a potential ICP of people who buy tools or set intentions but fail to act on them.
Inferred:
- The product may appeal to self-motivated individuals or those seeking accountability.
- It could be aimed at people who are already planning and organizing their lives, but need help staying on track.
Not evidenced:
- No explicit definition of the target persona.
- No indication of whether the system targets professionals, students, hobbyists, or other groups.
- No evidence of customer interviews or personas developed by the team.
Business Model & Pricing Evidence
There is no evidence in the description of a business model or pricing strategy. The project appears to be a hackathon submission with no mention of monetization, subscriptions, or revenue streams.
Inferred:
- Given its focus on personal goal management and AI assistance, it might eventually target a freemium or premium model.
- However, there is no indication of how the product would generate value for users beyond the current demonstration.
Not evidenced:
- No pricing tiers, subscription models, or monetization plans.
- No evidence of any commercial partnerships or sales channels.
- No mention of whether the system will be offered as a SaaS product or integrated into other platforms.
Technical & Delivery Signals
The project is built using Next.js, React, TypeScript, Zod, and Vitest for frontend and development. The backend runs on Google Cloud Run in asia-east1, with Cloud Tasks signing callbacks via Google OIDC. Firestore transactions store sessions, check-ins, leases, immutable Episodes, derived memory, and safe traces.
Key technical elements include:
- Use of GPT-5.6 through the OpenAI Responses API with strict Zod schemas
- Voice layer powered by gpt-realtime-2.1 for interruptible conversation and transcription
- Android V2 channel using FCM data messages, bounded notification escalation, and visible stop controls
- Idempotency enforced via deterministic task names, transactional leases, reply identities, and completed receipts
Inferred:
- The architecture shows a deliberate separation between public demo lab and private live lane.
- The use of Zod schemas suggests structured validation and control over AI outputs.
Not evidenced:
- No information about scalability or performance metrics.
- No evidence of production-level infrastructure beyond the hackathon context.
- No mention of data privacy practices or compliance measures.
Traction & Maturity Signals
There is no evidence of traction, revenue, or customer adoption. The only real-world usage mentioned is a single controlled test by the author on a physical phone (on 2026-07-21) involving a glass of water and a short escalation path.
Inferred:
- The product has moved from a basic prototype to a more complete version with voice support and Android integration.
- The final-day V2 work focused on fixing defects found during physical testing, suggesting some level of iteration.
Not evidenced:
- No data on number of users or active goals.
- No evidence of retention rates or user engagement beyond one test scenario.
- No indication of any ongoing usage or feedback loops from real users.
Competitive Context
The description does not provide any information about competitors or the competitive landscape. It does not reference existing tools in the productivity, goal-tracking, or AI assistant space.
Inferred:
- The product positions itself as filling a gap between static planners and general chatbots.
- It may compete with apps like Notion, Todoist, or other task management systems that lack adaptive follow-up features.
Not evidenced:
- No mention of existing products or services in the market.
- No evidence of competitive analysis or differentiation strategies.
- No indication of how the product compares to similar offerings in terms of functionality or user experience.
Key Risks & Red Flags
Several risks and red flags are present based on the self-reported description:
- Lack of real-world usage: The only confirmed use case is a single controlled test by the author.
- No commercial viability: No evidence of business model, pricing, or monetization strategy.
- Limited product maturity: The system appears to be in early development stages, with most functionality demonstrated through a hackathon submission.
- Dependency on AI hallucination control: While GPT-5.6 is used with strict schemas, there’s no evidence of how well it handles edge cases or unexpected inputs.
- Unclear scalability: The architecture seems tailored for small-scale testing rather than large-scale deployment.
Not evidenced:
- No evidence of risk mitigation strategies or contingency plans.
- No indication of how the product would scale beyond a single user or device.
Diligence Questions To Ask The Founders
- What is the actual user base, if any? Have you tested with more than one person?
- How do you plan to monetize this product? Is there a business model in mind?
- What are the limitations of GPT-5.6 in handling complex or ambiguous situations?
- How does the system handle privacy and data security for sensitive user information?
- Are there any plans to expand beyond personal goal tracking into team or organizational use cases?
- What kind of feedback have you received from users during testing, and how has it shaped the product?
- How do you plan to ensure consistent performance across different devices and operating systems?
Investment/Partnership Verdict
Based on the self-reported description, Time Sovereignty appears to be an early-stage prototype developed as part of a hackathon submission. There is no evidence of traction, revenue, or customer adoption beyond a single controlled test.
The product shows promise in addressing a specific gap in goal management — particularly around maintaining commitment when reality changes — but lacks commercial viability and real-world validation.
Verdict Not ready for investment or partnership at this stage. The project needs significant development to move from prototype to scalable, user-facing product with clear value propositions and measurable outcomes.
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.
