Project ideas from Hacker News discussions.

Launch HN: Bullet (YC S26) – A Faster Coding Agent

📝 Discussion Summary (Click to expand)

Theme 1 – UI Simplification & Mandatory Chat Sharing
The team removed the Cmd+Option+I shortcut and added an automatic prompt to share chats with “Bullet,” turning data collection into a default part of the onboarding flow.

"We've disabled Cmd+Option+I in the new version and also have a message during signup about sharing chats with Bullet, let us know if you run into any other issues!" — alsima

Theme 2 – Benchmark Transparency & Evaluation Methodology
Multiple participants flagged that the posted results omitted the routing logic and used a saturated benchmark, making it unclear whether speed or cost gains truly stem from the harness itself.

"The benchmark wasn't evaluated with the router, we wanted an apples‑to‑apples comparison of our harness against other harnesses..." — alsima
"I could publish a router that “enhances Fable on GPQA Diamond” showing improved score for lower cost, just by implementing a router that picks the model at random!" — seizethecheese

Theme 3 – Strong Community Praise & Ongoing Improvements
Despite the critiques, users highlighted rapid execution speed, frequent updates, and broad model‑provider support as clear signs of momentum and value.

"I recently switched over to using primarily Bullet for my projects and the speed of it makes it very nice to get projects off the ground quickly..." — lucasdimarco
"Thanks! We support a variety of model providers (OpenCode/Codex/Grok/Claude) via their subscriptions and API keys." — adi1


🚀 Project Ideas

Generating project ideas…

Bullet UI Bypass Extension

Summary

  • Browser extension that instantly hides onboarding flows and enables clipboard paste in AI chat UIs, removing sign‑up friction.
  • Lets power users start chatting instantly without extra clicks or CAPTCHAs.

Details

Key Value
Target Audience AI chat power users, developers, early adopters who want to skip sign‑up steps
Core Feature One‑click hide of #onboarding element and enable of clipboard pasting in any chat UI
Tech Stack Chrome Extension (Manifest V3) – vanilla JavaScript, CSS, DOM manipulation
Difficulty Low
Monetization Hobby

Notes

  • Inspired by HN comment “Skip signup:” and “Cmd+Option+I > Console > 'allow pasting'”.
  • Users expressed frustration with hidden onboarding and clipboard restrictions; this solves both.
  • Potential for open‑source distribution and community extensions; easy to discuss on HN.

Multi‑Provider AI Harness with Transparent Routing

Summary

  • SaaS platform that aggregates multiple LLM providers (Claude, Grok, OpenCode, etc.) behind a single unified API.
  • Includes a dynamic routing engine that selects the fastest/cheapest model per task and displays live benchmark data.

Details

Key Value
Target Audience AI developers, startups, research teams needing multi‑provider access and cost‑speed optimization
Core Feature Unified provider adapters + dynamic routing selector + real‑time cost/speed dashboard
Tech Stack Node.js/Express backend, GraphQL API, PostgreSQL, Docker, React frontend
Difficulty Medium
Monetization Revenue-ready: pay‑as‑you‑go $0.001 per token + $10/mo base subscription

Notes

  • Directly addresses HN skepticism about benchmarking (“Benchmark result… is essentially meaningless”) and the need for transparent routing performance.
  • Users highlighted the value of speed optimization and clear cost reporting; this provides both.
  • Opportunity for community dialogue on harness efficacy and routing fairness.

Visual Codebase Explorer & Editor

Summary

  • Interactive visual explorer that renders a codebase as an editable diagram (AST/ dependency graph) with inline editing capabilities.
  • Enables tool use without manual prompting, supporting high‑fidelity visual edits akin to Figma.

Details

Key Value
Target Audience Software engineers, AI‑augmented developers, teams seeking visual code navigation and editing
Core Feature Graph‑based code visualization, inline code editing, search & navigation UI integrated with AI agents
Tech Stack React + Three.js + Yjs (CRDT) for collaborative editing, Tailwind CSS
Difficulty High
Monetization Revenue-ready: $15/mo Pro tier, $5/mo Starter tier

Notes

  • HN commenters requested “high‑fidelity visualization (bonus points for Figma‑like visual edits)” and better tool use.
  • Addresses frustration with “don’t force me to tell the model” by providing direct visual manipulation.
  • Generates discussion around productivity gains and could spark community contributions.

Read Later