Live data from Hacker News

Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf

github.com

1–10 of 42 posts

Re: Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf

#7
Really cool. I've been building a mission control system (multi agent orchestration) that follows very similar patterns of spec driven development, steering, and task management. Having this baked into an IDE is a great idea.

For observability, would be amazing to have session replay or at least session exploration built in. Kinda like git history but tied to tasks and tool use instead of file diffs.

Re: Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf

#9
This looks great. Building right into the editor looks like a solid way to go. I built "Agent Kanban" (anextension) for VS Code to enforce a similar "plan, tasks, implement" flow as you describe. That flow is really powerful for getting solid Agentic coding results. My tool went the route of encouraging the model via augmenting AGENTS.md and having the Kanban task file be markdown that the user and agent converse in (with some support for git worktrees which helps when running multiple sessions in parallel): https://www.appsoftware.com/blog/introducing-vs-code-agent-k...
Post reply on HN