SweepAI

216 posts

SweepAI banner
SweepAI

SweepAI

@sweepai

Sweep is the AI coding assistant built for JetBrains. Download at https://t.co/7ZK0kiDANr.

San Francisco Katılım Mart 2023
7 Takip Edilen1.4K Takipçiler
Sabitlenmiş Tweet
SweepAI
SweepAI@sweepai·
Introducing Sweep Next-Edit, an open-weights 1.5B model trained to predict your next edit. Sweep Next-Edit outperforms models 4x its size while being small enough to run locally. We're open-sourcing the weights so the community can build fast, privacy-preserving autocomplete for every IDE.
English
36
36
411
40.4K
SweepAI
SweepAI@sweepai·
Sweep Tab is now live in Zed. We're excited to have the fastest autocomplete inside the fastest editor. Check it out here! #sweep" target="_blank" rel="nofollow noopener">zed.dev/blog/edit-pred…
English
3
2
26
1.9K
SweepAI
SweepAI@sweepai·
We optimized the outline format for token efficiency, which Our initial format looked like this (15 tokens): [...5 nested items, read lines 298-558 for details] We found this format to be 30% more token efficient across the entire outline (9 tokens): (5 children) [298:558] For Zed's editor.rs (207k tokens), our outline is only 3.7k tokens - a 98.2% reduction.
English
1
0
1
813
SweepAI
SweepAI@sweepai·
We decreased token usage for ultra-large files by 90%. When navigating large files, coding agents use start and end line numbers, which either misses context or wastes tokens. We used the JetBrains project structure to return structural outlines for large files, letting agents navigate precisely.
SweepAI tweet media
English
7
8
180
15.1K
@dingchilling
@dingchilling@dingchilling·
@sweepai can i use it with @continuedev out of the box with ollama? how does the config file look like for this model?
English
1
0
1
115
SweepAI
SweepAI@sweepai·
Introducing Sweep Next-Edit, an open-weights 1.5B model trained to predict your next edit. Sweep Next-Edit outperforms models 4x its size while being small enough to run locally. We're open-sourcing the weights so the community can build fast, privacy-preserving autocomplete for every IDE.
English
36
36
411
40.4K
SweepAI retweetledi
siji.
siji.@sijiramakun·
local sweep next-edit implemented in neovim as a plgun, icl my laptop is ass with the 1.5b so developing this plugin was very annoying and i really want to use local inference instead of their api, so i might pause on this till a smaller model is out, but it's still really cool.
siji. tweet media
SweepAI@sweepai

Introducing Sweep Next-Edit, an open-weights 1.5B model trained to predict your next edit. Sweep Next-Edit outperforms models 4x its size while being small enough to run locally. We're open-sourcing the weights so the community can build fast, privacy-preserving autocomplete for every IDE.

English
1
2
7
970
SweepAI
SweepAI@sweepai·
@forwarddeploy Thank you Umesh! Can't wait for more IDEs to experience our autocomplete
English
0
0
5
712
SweepAI
SweepAI@sweepai·
Training pipeline: 1. SFT on ~100k examples from popular permissively-licensed repos (4hrs on 8xH100) 2. RL for 2000 steps with tree-sitter parse checking + size regularization RL fixed edge cases SFT couldn't, like when the model generates code that doesn't parse or produces overly verbose outputs.
English
1
2
17
1.5K