20x – Open-source agent orchestrator for Linear/HubSpot tasks
Hi HN, We're the engineering team at Peakflo (B2B fintech). We built 20x internally because we kept copy-pasting Linear tickets into Claude, manually setting up branches, and babysitting agent output across terminals. Eventually we just built the infrastructure to connect task systems to agents directly — and decided to open source it. 20x is an open-source desktop app (macOS only — Linux and Windows on the roadmap) that orchestrates AI coding agents against your existing task systems. In practice: a Linear ticket gets pulled in → the triage agent assigns Claude Code + relevant skills → a…
What it does
In the maker’s words, at launch
Hi HN, We're the engineering team at Peakflo (B2B fintech). We built 20x internally because we kept copy-pasting Linear tickets into Claude, manually setting up branches, and babysitting agent output across terminals. Eventually we just built the infrastructure to connect task systems to agents directly — and decided to open source it. 20x is an open-source desktop app (macOS only — Linux and Windows on the roadmap) that orchestrates AI coding agents against your existing task systems. In practice: a Linear ticket gets pulled in → the triage agent assigns Claude Code + relevant skills → a git worktree is created for branch isolation → the agent writes code with live-streamed output → it pauses for your approval before pushing → a PR is opened. We started with engineering tasks because current agents perform best there. The most interesting architectural piece: Self-improving Skills. Skills are reusable instruction templates attached to task types. After each task completes, the agent proposes updates based on what worked. Over time, skills accumulate institutional knowledge, like a runbook that writes itself. Each carries a confidence score that tracks reliability over time. This is the main differentiator versus hosted tools like Devin or Factory. Unlike those tools, 20x is local-first, open-source, and agent-agnostic — it orchestrates your existing agents rather than replacing them. A few architectural decisions: - Local-first: SQLite, no accounts, no cloud sync, everything on-device - Agent-agnostic: supports Claude Code, OpenCode, and Codex - Integrations: Linear, HubSpot, Peakflo, and GitHub Issues (Peakflo is listed because we dogfood it internally — it was our first integration and how we catch regressions.) - Git worktrees per task for branch isolation - Skill updates are written back after task completion MIT licensed. GitHub: https://github.com/peakflo/20x Demo: https://youtu.be/3zKmMz6aFek Happy to answer questions about the architecture, tradeoffs, or what didn't work.
Does the same job
all alternatives →

- NONous – Open-Source Agent Framework with Autonomous, SWE Agents, WebUI2024 · github.com · ▲155
Hello HN! The day has finally come to stop adding features and start sharing what I've been building the last 5-6 months. It's a bit of CrewAI, OpenDevon, LangFuse/Cloud all in one, providing devs who prefer TypeScript an integrated framework thats provides a lot out of the box to start experimenting and building agents with. It started after peeking at the LangChain docs a few times and never liking the example code. I began experimenting with automating a simple Jira request from the engineering team to add an index to one of our Google Spanner databases (for context I'm the…



More ai this month
the category →
I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com
Astute▲585Automate your B2B brand going viral, with new media creators
AI · 18d ago · company-app.joinastute.com


Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…
AI · 26d ago · cactuscompute.com

