Project ideas from Hacker News discussions.

Show HN: CodeBurn – Analyze Claude Code token usage by task

📝 Discussion Summary (Click to expand)

3 Prevalent Themes

  1. Terminal‑centric UI built with Ink

    "The interface is an interactive terminal UI built with Ink (React for terminals)" – giancarlostoro

  2. Building a custom harness out of distrust for existing tools > "I'm working on a custom harness because I don't like or trust some of the ones out there" – giancarlostoro

  3. Addressing compatibility gaps, especially with Cursor Agent transcripts

    "you are right. that's cursor-agent (the CLI), not the Cursor IDE... cursor agent keeps transcripts under ~/.cursor/projects//agent-transcripts/ which we dont read yet." – agentseal*


🚀 Project Ideas

Generating project ideas…

CursorTranscript CLI

Summary

  • A CLI that ingests Cursor‑Agent transcripts and renders an interactive Ink‑based terminal UI for browsing, filtering, and stepping through AI reasoning trails.
  • Bridges the trust gap for developers who need to inspect raw agent outputs without relying on the IDE’s UI.

Details

Key Value
Target Audience AI‑tool developers, power users of Cursor, hobbyist LLM integrators
Core Feature Real‑time transcript playback, searchable UI, code‑aware highlighting, export to markdown
Tech Stack Node.js + TypeScript, Ink (React‑for‑terminal), SQLite for storage, optional Electron wrapper
Difficulty Medium
Monetization Revenue-ready: Subscription $9/mo

Notes

  • Directly solves the “doesn’t work with Cursor Agent” issue highlighted in the discussion.
  • Provides immediate utility for debugging and learning from agent transcripts.
  • Low barrier to open‑source adoption; can be monetized via hosted SaaS or premium extensions.

AgentHarness Builder#Summary

  • A modular, trust‑first harness framework that lets developers compose and sandbox multiple LLM agents in a unified terminal UI.
  • Addresses the need for a customizable, auditable execution environment beyond existing black‑box harnesses.

Details

Key Value
Target Audience Platform engineers, security‑conscious developers, teams building multi‑agent workflows
Core Feature Declarative agent graph definition, per‑agent resource caps, live Ink console UI, audit log generation
Tech Stack Rust + WebAssembly sandbox, Node/React Ink UI, PostgreSQL for persistent logs
Difficulty High
Monetization Revenue-ready: Enterprise license $2,000/yr

Notes

  • Mirrors the desire expressed for “building a custom harness purely for myself” while offering extensibility.
  • Appeals to HN readers who value sandboxing and transparency in AI‑agent orchestration.
  • Potential for consulting or training services around trustworthy AI pipelines.

AI‑Debug Maestro#Summary

  • A visual debugging tool that integrates with AI‑assisted code editors to surface agent transcripts, diffs, and execution traces in a unified, searchable pane.
  • Fills the gap for developers who need to trace reasoning across multiple agents and versions.

Details

Key Value
Target Audience Full‑stack developers using AI code assistants, researchers, students
Core Feature Multi‑agent timeline visualization, inline diff highlighting, export to notebook, interactive breakpoints
Tech Stack TypeScript, React, Monaco Editor integration, Postgres backend for trace storage
Difficulty Medium
Monetization Revenue-ready: Freemium with Pro $15/mo subscription

Notes

  • Directly responds to the call for better visibility into “agent‑transcripts” and IDE state parsing.
  • Enhances practical utility for daily coding sessions, aligning with HN’s focus on tooling productivity.
  • Offers a clear path to premium features while maintaining an open core.

Read Later