brockmeier

↗ HN profile [ 40.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I built a small browser extension that adds a command palette to Notion for navigating through your page hierarchy. Press Ctrl+B to open an overlay showing parent pages, headings on the current page, and subpages. Arrow…

  2. Built this because typing long prompts to Claude Code got tedious. VoxPaste records audio and transcribes via your choice of provider—Mistral, Groq, OpenAI, or Deepgram—then copies directly to clipboard. Unlike…

  3. I've got a dataset of ~100K input-output pairs that I want to use for fine-tuning Llama. Unfortunately it's not the cleanest dataset so I'm having to spend some time tidying it up. For example, I only want records in…

  4. Hey HN, I recently built a plan-validate-solve agent and struggled to write high-quality prompts so I decided to build a Grammarly for prompts. I used Go, HTMX, a-h/templ, Tailwind as well as the new OpenAI assistants -…

  5. I built this Plan and Solve (PS) agent because I struggled to build stable sequential tasks with LangChain and GPT3.5 turbo. After many failed attempts with LangChain's PS agent, I decided to build my own. I built the…

  6. Hi HN, excited to share this open source Zapier NLA alternative I’ve been working on. A few weeks ago I found myself struggling to automate a relatively straightforward internal workflow using an open source LLM (update…