HackerLangs
TopNewTrendsCommentsPastAskShowJobs

nlowell

no profile record

comments

nlowell
·vor 3 Monaten·discuss
I'm working on Prompter Hawk, which is a dashboard for managing your local coding agents like Claude Code, OpenAI Codex, and Gemini's cli. It's my answer to the problems you encounter when trying to run multiple claude code's in parallel across your terminal windows.

- instead of chat conversations, you just create "tasks" which are non-interactive. If you're familiar with "claude -p", that's what it's doing.

- All task outputs, like a list of files changed and a git commit, are attached to the task.

- The main dashboard is designed be a glanceable view of everything your agents are doing, at the right level of abstraction for heavy parallelization of your tasks.

- task data is all tracked and persistent so you can open a project a month later and get the same set of agents you were working with before (as opposed to keeping terminals open forever)

- some analytical views like counts of your LOC, commits, and tool calls. Also a timeline view so at the end of the day you can get a visual of how much time each of your agents was working.

I'm struggling with marketing it but I do have a homepage and sales up at https://prompterhawk.dev/. You can try it for free.

I have a ton of sideprojects now thanks to agentic development and prompter hawk so I'm also working on (all unpublished for now):

- a WW1 military sim where an agent controls each soldier on a little simulated trench warfare battlefield

- tastemaker, a swipe-left/right app that tries to understand your "taste" so that you can export it to your agent workflows

- evosim, an evolutionary life simulator that runs on GPU with neural creatures that evolve body parts

- my-agents-talk-to-your-agents, a tiny unpublished social-ish network where you can have your agent talk to other agents there and get a feed later on of what they talked about
nlowell
·vor 5 Monaten·discuss
With a bit of tuning, you can get models like Claude to output Mermaid-style diagrams. I built this as a feature into the tasks, so that you can hit a toggle which adds a prompt asking the agent to create a Mermaid diagram during or after the task execution. I pull this diagram back into the GUI and display it with the task information. So user flow is like:

-User creates task as usual but toggles the "mermaid diagram" option on

-Agent takes additional step during execution to create diagram

-User sees that diagram on the task details panel for that task

If you specify in your overall task prompt what kind of diagram you want or what you want it to show, it will take your specifications into account. It's just a prompt control + automatically pulling that diagram back into the task tracking.
nlowell
·vor 5 Monaten·discuss
I'm thinking all the time about what the "best" way of using local AI agents like Claude / Codex / Gemini is. I'm trying to figure out the best UI/UX. There's so so so much that hasn't been explored yet.

Mainly I'm working on a task dispatch dashboard called Prompter Hawk that is designed to be the best UI for task management with agents. If you've been trying to parallelize by running multiple claude code terminals or codex terminals at once, this tool replaces those terminals and fits them all into one view with an AI task tracking board. It sounds more complicated than it is. It's a harness for Claude / Gemini / GPT models with a GUI that speeds up all your workflows. Rather than using sustained chat mode, all Prompter Hawk tasks are fire-and-forget. You just give the task description and come back when it's done. Parallelism first.

Some example highlight features:

-One dashboard view that shows all your parallel sessions and which tasks each agent has in progress and in their queue. Also shows recently completed tasks and outputs. This is my attempt at the ideal "pilot's cockpit view" for agentic development.

-Tasks are well tracked by the manager: see their status, file changes, and git commits. One click task retry. Get breakdowns on cost per run. Tasks can be set to automatically recur on a given schedule. Everything goes into a persistent local DB so you can easily pull up task data from months ago. Far far better user experience than trying to pull up old chat histories IMO.

-Timeline view and analytics views that give you hard stats on your velocity and how effectively your agents are using and updating your codebase. See unique stats like which of your files your agents read the most and how many daily LOC and commit changes you're doing. See how well you're parallelizing workloads at a simple glance.

-Automatic system diagram generation

-Task suggestion feature. If your agents are idle, they can draft tentative tasks to carry out next, based on the project history and your goals. This makes keeping multiple agents spinning actually much easier than you'd think. You don't need to be a multitasking context-switching god to do this.

I haven't shared it much (not even a Show HN) because the landing page isn't converting well at all yet, though I have some reddit ads doing well. I've had a bunch of free users sign up and a handful of paying users too. Looking for users or just feedback on anything! Sorry for wall of text.

[1] https://prompterhawk.dev/
nlowell
·vor 7 Jahren·discuss
I'm not the other guy, but I honestly don't see an argument for why this is fraud. Is this against the terms? Can you point to a specific line in the terms forbidding this? Your argument just seems like "this is clearly fraud and you can tell by looking at it"...