wsxiaoys
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Managing Library Migrations Across Multiple Repositorie (docs.getpochi.com)
- Show HN: jj-benchmark – Evaluating AI agents on Jujutsu version control (tabbyml.github.io)
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…
- A 4-part deep dive on building AI code edits inside VS Code (docs.getpochi.com)
- Working Around VS Code APIs to Render LLM Suggestions (docs.getpochi.com)
- More Context Won't Fix Bad Timing in Tab Completion for Coding Agents (docs.getpochi.com)
-
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…
-
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…
- A shift towards engineering-native RL for coding agents (docs.getpochi.com)
- How we built context management for tab completion (docs.getpochi.com)
- Creating a Tab completion model from scratch (docs.getpochi.com)
- Show HN: Run parallel agents in VSCode tabs (docs.getpochi.com)
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…
-
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…
- Rank Fusion for improved code context in RAG (tabby.tabbyml.com)
- Connect Private GitHub Repository to Tabby (tabby.tabbyml.com)
- Repository context for LLM assisted code completion (tabby.tabbyml.com)
- Canceling stale workload in AI code completion (tabby.tabbyml.com)
- Tabby v0.1.1: Metal inference and StarCoder supports (tabby.tabbyml.com)
-
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…
- llama.cpp now supports StarCoder model series (github.com)
- Show HN: Tabby – A self-hosted GitHub Copilot (github.com)
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…
- Awesome AI Coding List (github.com)
- Awesome AI Coding List (github.com)