Friday, April 10, 2026

Show HN: Do All the Things https://ift.tt/GNByOWV

Show HN: Do All the Things https://ift.tt/3XcNI8U April 10, 2026 at 05:11PM

Show HN: Figma for Coding Agents https://ift.tt/f3pdmWt

Show HN: Figma for Coding Agents Feels a bit like Figma, but for coding agents. Instead of going back and forth with prompts, you give the agent a DESIGN.md that defines the design system up front, and it generally sticks to it when generating UI. Google Stitch seems to be moving in this direction as a standard, so we put together a small collection of DESIGN.md files based on popular web sites. https://getdesign.md April 10, 2026 at 08:50PM

Thursday, April 9, 2026

Show HN: Druids – Build your own software factory https://ift.tt/bRB0ZOI

Show HN: Druids – Build your own software factory Hi HN! Druids ( https://ift.tt/ePBC2Zh ) is an open-source library for structuring and running multi-agent coding workflows. Druids makes it easy to do this by abstracting away all the VM infrastructure, agent provisioning, and communication. You can watch our demo video here ( https://www.youtube.com/watch?v=EVJqW-tvSy4 ) to see what it looks like. At a high level: - Users can write Python programs that define what roles the agents take on and how they interact with each other. - A program is made of events - clear state transitions that the agents or clients can call to modify state. Each event gets exposed as an agent tool. - Druids provisions full VMs so that the agents can run continuously and communicate effectively. We made Druids because we were making lots of internal coding tools using agents and found it annoying to have to rearrange the wiring every time. As we were building Druids, we realized a lot of our internal tools were easier to express as an event-driven architecture – separating deterministic control flow from agent behavior – and this design also made it possible to have many agents work reliably. We had issues with scaling the number of concurrent agents within a run, so we decided to have each program run in an isolated sandbox program runtime, kind of the same way you run a Modal function. Each agent then calls the runtime with an agent token, which checks who can talk to who or send files across VMs, and then applies the tool call. Our early users have found the library useful for: - running many agents to do performance optimization - building custom automated software pipelines for eg code review, pentesting, large-scale migrations, etc... We've heard that the frontier labs have the infrastructure to quickly spin up 100 agents and have them coordinate with each other smoothly in various ways. We're hoping that Druids can be a starting point to make that infrastructure more accessible. https://ift.tt/ePBC2Zh April 9, 2026 at 01:42AM

Show HN: Git-worm, the simple worktree manager https://ift.tt/se57fAO

Show HN: Git-worm, the simple worktree manager https://ift.tt/iYJt2kB April 9, 2026 at 11:15PM

Show HN: Logoshi, a brand kit generator for solo founders https://ift.tt/kx0l3nF

Show HN: Logoshi, a brand kit generator for solo founders https://logoshi.com/ April 9, 2026 at 10:12PM

Show HN: I built Dirac, Hash Anchored AST native coding agent, costs -64.8 pct https://ift.tt/WukFsBa

Show HN: I built Dirac, Hash Anchored AST native coding agent, costs -64.8 pct Fully open source, a hard fork of cline. Full evals on the github page that compares 7 agents (Cline, Kilo, Ohmypi, Opencode, Pimono, Roo, Dirac) on 8 medium complexity tasks. Each task, each diff and correctness + cost info on the github Dirac is 64.8% cheaper than the average of the other 6. https://ift.tt/5F72rAm April 9, 2026 at 05:36PM

Show HN: Homebutler – I manage my homelab from chat. AI never gets raw shell https://ift.tt/gfxDVYJ

Show HN: Homebutler – I manage my homelab from chat. AI never gets raw shell https://homebutler.dev April 9, 2026 at 05:39PM

Show HN: Do All the Things https://ift.tt/GNByOWV

Show HN: Do All the Things https://ift.tt/3XcNI8U April 10, 2026 at 05:11PM