wsxiaoys

↗ HN profile [ 74.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi HN, Meng from TabbyML here. We decided to build this simply because we find Jujutsu (jj) really interesting, and many folks on our team have started trying it out recently. Since it introduces a very different…

  2. I work on an open-source coding agent, and one design choice we made is to keep conversations append-only. No editing past prompts. Many would argue this feels restrictive. Isn’t it just better to edit an earlier…

  3. This is a personal opinion, but I think current coding agents requires human reviews AI's artficats at the wrong moment. Most tools focus on creating and reviewing the plan before execution. So the idea behind this is…

  4. Though parallel agents already exists, we built this out differently in Pochi. Most other tools operate inside a single editor tab. That means there is at most one conversational state to interact with. Parallel Agents…

  5. I got tired of screenshotting claude code sessions to share with teammates, so I built this. It converts session into beautiful web pages with proper rendering of tool calls. Works by parsing CC's session, extracting…

  6. Hi HN, after five months of hard work since Tabby's previous Show HN (https://news.ycombinator.com/item?id=35470915), I'm thrilled to share you the release of Tabby v0.1.1. Previously, Tabby ran exclusively on CUDA…

  7. I would like to introduce Tabby, which is a self-hosted alternative to GitHub Copilot that you can integrate into your hardware. While GitHub Copilot has made coding more efficient and less time-consuming by assisting…