Readit News logoReadit News
akifq commented on Show HN: Vibe Kanban – Kanban board to manage your AI coding agents   github.com/BloopAI/vibe-k... · Posted by u/louiskw
akifq · 2 months ago
Ran Vibe Kanban on a side repo over the weekend it’s slick, but I tripped on one thing: all the agents write into the same checkout, so parallel cards can clobber each other when they touch the same files. I’ve been spinning up a quick `git worktree` per card as a stop gap.

Outside of that, really enjoying the flow.

BTW, if anyone’s juggling multiple agents and wants a “quarantine” layer before changes hit Git, I’m hacking on SAV (Shadow VCS)open source, risk scores every commit and keeps them sandboxed until you approve. Happy to swap notes. https://github.com/AKIFQ/sav

akifq commented on Vibe-Coding a PCB – surprisingly good   atomic14.substack.com/p/v... · Posted by u/iamflimflam1
akifq · 2 months ago
In software we already let Copilot rough-draft code, run tests, then keep or toss the changes. We can do the same with hardware:

– keep the AI traces in a separate layer or revision – run basic checks for clearance and width – eyeball the diff, accept what looks right, fix the rest

akifq commented on Let me pay for Firefox   discourse.mozilla.org/t/l... · Posted by u/csmantle
akifq · 2 months ago
The tricky part is psychological: once you charge, you implicitly promise consumer-grade polish. If the address-bar jitters after an update, people will cancel faster than they would stop donating.
akifq commented on Ask HN: Is the future of Coding Guidelines oriented towards LLMs?    · Posted by u/pixiemaster
akifq · 2 months ago
Human readability isn’t going away. Most teams still debug by eyeball, so the baseline must stay “another human can scan this at 2 a.m."

u/akifq

KarmaCake day2July 13, 2025View Original