frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Sweep, AI autocomplete for JetBrains that rewrites code

https://sweep.dev
5•williamzeng0•2h ago
Hi HN, I've been a JetBrains user for the last couple of years, and felt that JetBrains was missing a strong autocomplete tool. Over the last 6 months, we've fine-tuned our own model, built our own inference stack, and integrated it deeply into the IDE. You can use the autocomplete plugin for free (no sign up required) on the JetBrains marketplace.

Here's how we got here:

We started with standard FIM (fill-in-the-middle) autocomplete. Other AI code completion tools in JetBrains can only "add" code at your cursor position. This can be helpful when writing assert statements in unit tests, but FIM is less useful for cases like adding a new parameter to a function.

Autocomplete feels much better when it can rewrite code in addition to simply adding code. This is typically called "next-edit."

To get this capability, we trained a model on granular user actions such as arrow key movements, cursor jumps, and keystroke-level data. This works really well for tasks like adding enumerate to a Python for-loop, refactoring conditionals, and other repetitive changes.

Another problem is that this can be very slow. Out of the box with vLLM, each request had a median latency of 1500ms (too long). To optimize this, we rewrote TensorRT-LLM to support N-gram speculative decoding, which lets us serve completions at a median latency of 94ms. We also wrote more about it here: https://blog.sweep.dev/posts/next-edit-jetbrains

Finally, to get full codebase context awareness, we actually have one unique advantage over VS Code. The JetBrains codebase index (via their Program Structure Interface) is exceptionally well-built and has already indexed the entire codebase. This means we can quickly access the definitions of arbitrary functions or classes. To get extremely precise codebase context, we fetch the definitions of code symbols around your cursor and pass them to our model.

We've spent a lot of time getting the details right, and we'd love to get your thoughts and feedback!

Immortality Factory – Free Factory Automation Game

https://immortalityfactory.com
1•heihieih•30s ago•0 comments

SSDD: Single-Step Diffusion Decoder for Efficient Image Tokenization

https://github.com/facebookresearch/SSDD
1•montyanderson•42s ago•0 comments

Turkey's flying car starts to fly off the shelves

https://www.agbi.com/transport/2025/10/turkeys-flying-car-starts-to-fly-off-the-shelves/
1•pbahra•3m ago•1 comments

You can just open source things

https://cased.com/blog/2025-10-07-you-can-just-open-source-things
2•connorsears•3m ago•0 comments

Show HN: Convert between Mermaid, draw.io, and Excalidraw diagrams

https://diagram-bridge-project-new.vercel.app
1•Redkee•4m ago•0 comments

Context Is Everything Excerpt

https://theahamap.com/read/context_excerpt
1•mooreds•4m ago•0 comments

HSGM: Hierarchical Segment-Graph Memory for Scalable Long-Text Semantics

https://arxiv.org/abs/2509.18168
1•PaulHoule•7m ago•0 comments

Show HN: Color Palette Pro – A synthesizer-style color palette generator

https://colorpalette.pro
1•royalfig•7m ago•0 comments

Google lays off dozens of workers in Sunnyvale

https://www.latimes.com/entertainment-arts/business/story/2025-10-03/google-lays-off-dozens-of-pe...
2•1vuio0pswjnm7•9m ago•0 comments

Open Agent Specification (Agent Spec): A Unified Representation for AI Agents

https://github.com/oracle/agent-spec
1•aiagent101•10m ago•0 comments

My Personal Experience with RSI

https://www.joshwcomeau.com/blog/mindbody/
1•kblissett•10m ago•0 comments

Augment Code's pricing is changing on October 20

https://www.augmentcode.com/blog/augment-codes-pricing-is-changing
1•matthiaswh•12m ago•0 comments

ClickGems: Free Analytics for RubyGems

https://clickhouse.com/blog/announcing-clickgems
1•tosh•16m ago•0 comments

Show HN: We Built an AI Developer Bootcamp for LLM Apps

https://bootcamp.techempower.com
1•alaser•18m ago•0 comments

Conservative justices signal openness to allowing conversion therapy

https://www.sfchronicle.com/politics/article/scotus-conversion-therapy-arguments-21087405.php
2•softwaredoug•18m ago•0 comments

Show HN: A publishing platform for developers to share their stories (and apps)

https://www.wappdex.com/
1•onounoko•18m ago•0 comments

Jeff Bezos Has a Plan to Send Data Centers to Space

https://gizmodo.com/jeff-bezos-has-a-plan-to-curb-ais-carbon-footprint-send-data-centers-to-space...
1•mikece•19m ago•0 comments

Italian families target Facebook, Instagram and TikTok over child safety

https://www.reuters.com/sustainability/boards-policy-regulation/italian-families-target-facebook-...
2•1vuio0pswjnm7•20m ago•0 comments

Consequence culture is making martyrs

https://unherd.com/2025/10/the-lefts-ugly-free-speech-fetish/
1•binning•21m ago•1 comments

I vibecoded a port of snig image gallery generator in PHP

https://github.com/i04n/sphpig
1•todsacerdoti•23m ago•0 comments

As We Become Cameras

https://medium.com/@mhkt/as-we-become-cameras-ac142f9a8bb5
2•bookofjoe•24m ago•0 comments

IDF downs four Houthi drones over Eilat within an hour

https://www.timesofisrael.com/idf-downs-four-houthi-drones-over-eilat-within-an-hour/
2•mhb•25m ago•2 comments

Robin Williams' daughter begs fans to stop sending her AI videos of late father

https://www.the-independent.com/arts-entertainment/films/news/robin-williams-daughter-zelda-ai-vi...
2•ummonk•25m ago•1 comments

The Incompatibility of AI and Decarbonization

https://www.lemonde.fr/en/opinion/article/2025/10/02/the-incompatibility-of-ai-and-decarbonizatio...
2•1vuio0pswjnm7•25m ago•0 comments

AI workspace, Run all top AI models side-by-side with memory and live search

https://9xchat.com/
1•pangurx•26m ago•1 comments

Qualcomm Buys Arduino, Will Bring AI Tools to Your DIY Tech Projects

https://www.pcmag.com/news/qualcomm-buys-arduino-will-bring-ai-tools-to-your-diy-tech-projects
1•plasticchris•28m ago•1 comments

Apple Designs a Virtual Knob

https://jherrm.github.io/knobs/
1•gregsadetsky•29m ago•0 comments

Learning about Rust Benchmarking with Sudoku from 5 minutes to 17 seconds

https://medium.com/rustaceans/learning-about-rust-benchmarking-with-sudoku-from-5-minutes-to-17-s...
1•bry_guy•34m ago•0 comments

Police allege 'evil twin' of in-flight Wi-Fi used to steal credentials (2024)

https://www.theregister.com/2024/07/01/australia_evil_twin_wifi_airline_attack/
2•avidiax•34m ago•0 comments

Show HN: Search 4 Cute Cats

https://cats.mixedbread.com/
1•breadislove•34m ago•0 comments