Ask HN: What Are You Working On? (April 2026)
771–780 of 1001 posts
Re: Ask HN: What Are You Working On? (April 2026)
#772Re: Ask HN: What Are You Working On? (April 2026)
#773Re: Ask HN: What Are You Working On? (April 2026)
#774Big models can navigate large scope well enough, but smaller ones need more scoping. I feel like it's an under-developed dimension of agentic systems.
A bit more detail: https://x.com/AntoineZambelli/status/2043697520455323948?s=2...
Re: Ask HN: What Are You Working On? (April 2026)
#775- 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
Re: Ask HN: What Are You Working On? (April 2026)
#776Re: Ask HN: What Are You Working On? (April 2026)
#777I put all my best ideas and hard-earned lessons into a single product.
Re: Ask HN: What Are You Working On? (April 2026)
#778Re: Ask HN: What Are You Working On? (April 2026)
#779The modern orchestrator are reactive, they don’t handle spikey traffic. Your favorite retry library will cause retry storms for downstream dependencies and your public APIs. Remember EZThrottle blog posts
EZThrottle.network
Re: Ask HN: What Are You Working On? (April 2026)
#780It has lots of features, but I posted a demo of some fun with buttons here: https://x.com/rudedoggtweets/status/2043531378181161357
I think I’m building up an agentic IDE, just haven’t committed yet, but probably will this month.
One cool new thing I’m trying is running models directly w/ Vulkan. I’m about halfway there with my first model, but it’s going better/easier than I anticipated and I’m hoping I can make something very specialized and fast.