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 #6,082 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
The project described is Programmable Programming Page (PPP), a self-reported tool that enables product managers and designers to shape full-stack software products through conversational interaction — without needing to see code, Git, or development environments. It uses AI (specifically GPT-5.6 Terra) to generate and activate changes in a sandboxed environment, which are then committed only after validation across client, server, and database boundaries.
What changed
The author describes PPP as an evolution from traditional hot-reload mechanisms, aiming for a “conversation-first workspace” where product decisions become running software. It introduces concepts like live-programming, sandboxed evaluation, and atomic staging of changes in both browser and JVM environments.
Single most important open question
Is there any evidence that PPP has been used beyond the hackathon context, or whether it is being adopted by users outside its author’s own development environment?
Note: This analysis is based entirely on the self-reported description provided by the author. No independent verification, traction data, revenue figures, or customer information are available.
What The Product Actually Is
- The description states that PPP is a conversation-first workspace where product managers and designers can make full-stack changes without seeing code, files, Git, models, Skills, or MCP.
- It allows users to:
- Answer without changing the product;
- Ask one focused clarification;
- Generate and activate a full-stack change;
- Restore an earlier source-plus-data checkpoint.
- Changes are evaluated in sandboxed environments — one for browser (ClojureScript) and one for JVM (Clojure).
- The system supports:
- Real CLJ, CLJS, CLJC, CSS, SQL migrations, tests, persistent SQLite data;
- Append-only history and recoverable checkpoints.
- It uses SCI-evaluated transactional hot swapping, not traditional hot reload.
- The architecture includes:
- A JVM Clojure application serving a ClojureScript host;
- Reagent and browser SCI for UI rendering in an opaque-origin iframe;
- SQLite and next.jdbc for database access;
- Versioned WebSocket protocol for coordination;
- Docker image with non-root execution.
Inference: PPP appears to be a prototype or proof-of-concept tool built during a hackathon, designed to demonstrate how product conversations could evolve into live software via AI-assisted generation and sandboxed activation.
Positioning & Claim Evolution
- The author positions PPP as a next-generation interaction model for product development — one that moves beyond static documents or mockups.
- It claims to follow the lineage of:
- Emacs Lisp REPL;
- nREPL;
- Deep Space 1 Remote Agent experiment.
- The project states it aims to bring “live-programming” ideas out of terminals and into familiar browser workspaces.
- PPP is described as not just hot reload, but a system that:
- Starts from a conversation;
- Generates source code;
- Evaluates and tests client/server/SQL boundaries;
- Renders candidates in isolation;
- Advances the product version atomically.
Claim: PPP represents a shift toward product conversations becoming running software.
Inference: The positioning reflects an ambition to disrupt or redefine how non-developers interact with product development, especially in early-stage ideation and prototyping.
Target Customer & ICP
- The description identifies product managers and designers as primary users who are blocked by traditional development workflows (Git, folders, runtimes, OAuth).
- These users already know a better interaction model: open Figma to design, Notion to write, share the result.
- PPP is intended for those who want live product planning — where conversations do not end in documents or mockups but become actual software.
Claim: PPP targets non-developers who want to shape products without writing code.
Inference: The ICP likely includes early-stage product teams, startups, and design-led organizations that value rapid iteration over technical complexity.
Business Model & Pricing Evidence
- No evidence of pricing, monetization strategy, or business model is provided in the description.
- The project is described as a hackathon submission, not a commercial offering.
- There is no mention of subscriptions, usage fees, licensing, or enterprise tiers.
Not evidenced: No indication of how PPP would be sold or priced if it were to become a product.
Technical & Delivery Signals
- Built with:
- Clojure, ClojureScript, Docker, GPT-5.6 Terra, OpenAI Codex, Playwright, Reagent, SCI, SQLite.
- Architecture:
- JVM Clojure app;
- ClojureScript host;
- Reagent + browser SCI in sandboxed iframe;
- SQLite and next.jdbc for DB;
- Versioned WebSocket protocol;
- Docker image with non-root execution.
- Uses SCI to evaluate generated Clojure code inside explicit namespaces and capabilities.
- Browser code runs in a disposable opaque-origin iframe, isolated from parent context.
- Generated server code is restricted from accessing shell, filesystem, JVM interop, dynamic dependencies, MCP, Skills, host credentials, or unrestricted network.
- Browser code can use JavaScript, timers, keyboard input, Canvas, WebAssembly only inside sandbox.
- Product authentication and workspace data are separated from PPP Control Plane.
Inference: The technical architecture shows a strong focus on safety, sandboxing, and isolation — key features for an AI-assisted development tool.
Traction & Maturity Signals
- The project is described as a public hackathon build, submitted to the OpenAI 2026 hackathon.
- It includes a live demo using GPT-5.6 Terra, OAuth Codex provider, and real browser/server interactions.
- The author mentions:
- A public judge server;
- Real OAuth integration;
- Full-stack changes (signup/signin, game logic);
- Error handling and diagnostics.
- No evidence of:
- Customers;
- Revenue;
- Adoption metrics;
- Product usage beyond the demo.
Not evidenced: No signs of traction or product maturity beyond a hackathon prototype.
Competitive Context
- The description does not name direct competitors.
- It references:
- Emacs Lisp REPL;
- nREPL;
- Traditional hot reload tools.
- PPP is positioned as an evolution of live-programming concepts, but no comparison to existing AI coding platforms (e.g., GitHub Copilot, Tabnine) or low-code/no-code tools is made.
Inference: PPP may compete with or complement AI-assisted development tools and low-code platforms, though it’s not clearly differentiated in the description.
Key Risks & Red Flags
- The project is described as a hackathon submission, not a commercial product.
- No evidence of:
- Revenue;
- Customers;
- Product adoption;
- Scalability beyond a single shared-password workspace.
- The system relies heavily on GPT-5.6 Terra and Codex, which are not publicly available or standardized.
- The architecture is described as intentionally limited for security reasons (e.g., no shell access, bounded SCI capabilities).
- There is no indication of:
- Long-term roadmap;
- Team size beyond one person;
- Funding or investor interest.
Red flag: Lack of commercial viability or traction beyond a prototype.
Diligence Questions To Ask The Founders
- What is the current status of PPP — is it still under active development?
- Are there any plans to scale beyond the single shared-password workspace?
- How does PPP handle edge cases like model hallucinations or inconsistent outputs?
- Has PPP been tested with real product teams, or is it limited to internal demos?
- What are the long-term goals for PPP — is it intended as a standalone tool or part of a larger platform?
- How does PPP plan to integrate with existing development workflows (e.g., CI/CD, Git)?
- Are there any technical limitations that prevent PPP from being used in production environments?
Investment/Partnership Verdict
- The project is described as a hackathon prototype, not a commercial product.
- It shows strong technical ambition and an innovative approach to AI-assisted development.
- However, there is no evidence of traction, revenue, or adoption beyond the author’s own use case.
- The lack of any business model, pricing strategy, or customer data makes it difficult to assess its potential for investment or partnership.
Verdict: PPP is an interesting concept with strong technical execution but lacks commercial readiness or proven market demand. It may be a promising idea for future development, but not yet a viable investment or partnership opportunity based on the self-reported evidence alone.
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.

