> "Local-first, zero servers. Everything lives in .kanbots/ next to your repo: SQLite database, configs, worktrees. No cloud account, no telemetry, no HTTP server. This is the open-source desktop edition." This is table-stakes for me to consider adoption of a tool like this.
From their page, they say they require cloud account login for this to work, even locally which is why I decided not to try it out. Looks cool tbh. But I have quite a few tools that look cool.
Open source Kanban desktop app that runs parallel agents on every card
111–120 of 191 posts
Re: Open source Kanban desktop app that runs parallel agents on every card
#112I keep wondering how people accept a nights worth of agent activity. I feel 30 minutes of planning and 30 minutes of implementation in my solo side project's repo is too big to review. At minute 5, I may ask the AI to redo stuff even as its spitting out code.
Most of the narrative is about how AI is writing all/most code, but I’d wager that the fraction of human reviewed code is approaching zero far faster than anyone is realizing or willing to admit.
Re: Open source Kanban desktop app that runs parallel agents on every card
#113I keep wondering how people accept a nights worth of agent activity. I feel 30 minutes of planning and 30 minutes of implementation in my solo side project's repo is too big to review. At minute 5, I may ask the AI to redo stuff even as its spitting out code.
Most of the narrative is about how AI is writing all/most code, but I’d wager that the fraction of human reviewed code is approaching zero far faster than anyone is realizing or willing to admit.
Re: Open source Kanban desktop app that runs parallel agents on every card
#114Earlier quoted context omitted.
People already barely reviewed code, most of it was imported libraries.
The assumption used to be that you respected the library enough and believed it was well reviewed and architected by the maintainer(s). But now even that's unreliable because libraries are being slopified at an unreviewable pace too.
I'd also wager that far more % of code gets more coverage of review, via prompting AI to do it, than it did before.
Most PR's pass as long as they A. pass checks, B. dont introduce regressions, C. fix a bug or implement a feature. People talk about this era of humans reviewing code with nostalgia... but that never existed at scale.
Re: Open source Kanban desktop app that runs parallel agents on every card
#115Earlier quoted context omitted.
Calculate the engine power of a 2015 VW polo when travelling 70 mph on a flat road behind a box truck. Draw a chart of drag Vs follow distance. How significant is humidity on the result?
European or African Polo?
Re: Open source Kanban desktop app that runs parallel agents on every card
#116This is basically what Windsurf is doing right [0]? Ultimately all this UI stuff is just window dressing on top of agents. [0] https://windsurf.com/blog/windsurf-2-0
I don’t see a problem here. Do you? Also, Linear themselves are also working on this.
Re: Open source Kanban desktop app that runs parallel agents on every card
#117Earlier quoted context omitted.
Most of the narrative is about how AI is writing all/most code, but I’d wager that the fraction of human reviewed code is approaching zero far faster than anyone is realizing or willing to admit.
Very true. Last year I at least glanced at every line of AI generated code. Now if some AI makes a 10k line program for some one-off tasks, I run the program, glance only over the output, and move on.
Case in point: I recently asked an LLM to write a pile of code to compile historical baseball stats to test betting success against the results of my hand-written code that evolves genetic algorithms. I marveled for a little while at the unbelievable improvement in EV/ROI that this script was showing could have been achieved from certain small tweaks. I only noticed after pushing a total bet that the push registered on the output as a win - and only because I was carefully staying on top of it. A single stupid recursively operating >= instead of > had caused completely nonsensical results that looked plausible.
Imagine, like, trusting a 10k loc script to give you data for something you were going to build in the physical world, and hoping an LLM hadn't made a mistake like that.
Re: Open source Kanban desktop app that runs parallel agents on every card
#118Re: Open source Kanban desktop app that runs parallel agents on every card
#119Earlier quoted context omitted.
European or African Polo?
You're not supposed to post that you just like a comment, but this was best comment on HN in ages.
Re: Open source Kanban desktop app that runs parallel agents on every card
#120Earlier quoted context omitted.
I don't think the same things that help humans help agents. Simplicity helps humans, for agents parsing complexity is a breeze. Not saying code quality isn't important - it is. But I think what is described as quality code will change.
Agents still pay a penalty for complexity even if it is a smaller one.