nowfound

Alternatives

Products that do what Blink-Edit – Cursor-style next-edit predictions for Neovim (local LLMs) does

Hey HN, we built a pure-Lua Neovim plugin that brings Cursor-style next-edit predictions to Neovim, running entirely on local models. Tab to accept, Esc to reject. GitHub: https://github.com/BlinkResearchLabs/blink-edit.nvim We're Blink Research Labs (https://github.com/BlinkResearchLabs) - an open research collective building AI coding tools in the open. Our philosophy is simple: if it's not open, it's not research; if it's not fast, it's not usable. We think the best AI coding tools shouldn't be locked behind $20/month subscriptions or closed-source…

  1. 1

    You can now vibe code agentic AI apps

    Jan 2026

  2. 2SO

    Hey HN, we trained and open-sourced a 1.5B model that predicts your next edits, similar to Cursor. You can download the weights here (https://huggingface.co/sweepai/sweep-next-edit-1.5b) or try it in our JetBrains plugin (https://plugins.jetbrains.com/plugin/26860-sweep-ai-autocomp...). Next-edit autocomplete differs from standard autocomplete by using your recent edits as context when predicting completions. The model is small enough to run locally while outperforming models 4x its size on both speed and accuracy. We tested against Mercury…

    Jan 2026 · huggingface.co

  3. 3
    Blink159

    Deep code research, straight from Slack or your browser

    2025

  4. 4

    Our first coding model and new interface for agents

    Oct 2025 · cursor.com

  5. 5CN
  6. 6MN

    I've been developing this on and off for a few weeks. There are a few videos on the README page showing demos of the plugin. I just shipped an update today, which adds: - inline editing with forced tool use - better pinned context management - prompt caching for anthropic - port to node (from bun) Check it out!

    2025 · github.com

  7. 7

    Agent autocomplete, hooks, and team rules

    Oct 2025

  8. 8

    Ultra-fast next-edit prediction for coding

    Apr 2026

  9. 9

    Agentic frontend layer between Figma and Cursor & Claude

    Jun 2026 · locofy.ai

  10. 10SS

    2016 · github.com

  11. 11LA
  12. 12DN

    I wrote an nvim plugin that does fuzzy time parsing on plain english dates to help you create + organise periodic notes. I use it daily at work and home. Hope it's helpful to others. :) note: not using NLP, LLMs or 'true' fuzzy parsing as per academic literature; just normal recursive descent parsing

    2025 · github.com

  13. 13YN
  14. 14TG

    Hey HN, I'm Saai, one of the creators of Sylix. I made this open-minded version of Cursor where you can get all of the core features of Cursor but in a fully customizable IDE (Ctrl+K, @docs, parallel agents). We love Cursor so much, but there are so many other features we're building, including all things like multi-edit, parallel swaps, agent indexing (but not the traditional one), parallel LSP, or maybe... we might give agents a better understanding of the codebase via multi-semantic memory instead, alongside in-search grep for your system files or workspace. Sylix will be open source once…

    Jul 2026 · sylixide.com

  15. 15

    1st editor focus on enhancing LLM output seamlessly.

    Sep 2025

  16. 16TO

    Hi HN! We're Gabriel & Viraj, and we're excited to open source TensorZero. To be a little cheeky, TensorZero is an open-source platform that helps LLM applications graduate from API wrappers into defensible AI products. 1. Integrate our model gateway 2. Send metrics or feedback 3. Unlock compounding improvements in quality, cost, and latency It enables a data & learning flywheel for LLMs by unifying: • Inference: one API for all LLMs, with <1ms P99 overhead • Observability: inference & feedback → your database • Optimization: better prompts, models, inference strategies • Experimentation:…

    2024 · github.com

  17. 17R5

    Hi HN, I built OpenGraviton, an open-source AI inference engine that pushes the limits of running extremely large LLMs on consumer hardware. By combining 1.58-bit ternary quantization, dynamic sparsity with Top-K pruning and MoE routing, and mmap-based layer streaming, OpenGraviton can run models far larger than your system RAM—even on a Mac Mini. Early benchmarks: TinyLlama-1.1B drops from ~2GB (FP16) to ~0.24GB with ternary quantization. At 140B scale, models that normally require ~280GB fit within ~35GB packed. Optimized for Apple Silicon with Metal + C++ tensor unpacking, plus…

    Mar 2026 · github.com

  18. 18PA

    Hey HN, we’re the team at Morph Labs and we’re excited to release Phorm (https:&#x2F;&#x2F;phorm.ai), a fast, simple, and SOTA codebase answer engine. You can search over up to 8 repositories in almost any language, and Phorm can comfortably handle repositories up to ~200K LOC each. It is free during our initial research preview. Phorm’s Advanced Indexing combines synthetic data with static analysis of the code graph to improve the relevancy of search results by up to 3X. We’re proud to launch with featured Advanced Indexing support for a select group of leading open-source projects: - Nomic…

    2024 · phorm.ai

  19. 19VO

    Hey HN, we're Andrew and Mat and we're building Void, an open source Cursor alternative. Our editor is an open-source VSCode fork. Our primary goal is to create a fully-featured AI editor where you can keep your data completely private. Going open source is really important because it let us take the logic that would normally live on a server, like prompt building or message handling, and run it on your local machine instead. This way you can do things like self-host Llama 3.1 or Gemma and never have your data leave your computer. You can also just send your prompts directly to foundational…

    2024 · voideditor.com

  20. 20RA

    Hey everyone! Along with my team, I've developed a reinforcement learning system that automatically optimizes LLM prompts, complete with a visualization feature to track both prompt structure and learning progress over time. Take a look here: https:&#x2F;&#x2F;nomadic-ml.github.io&#x2F;nomadic&#x2F;cookbooks&#x2F;Nomadic_Promp... Check out our website too:https:&#x2F;&#x2F;www.nomadicml.com&#x2F; In terms of how this visualization works: The RL Prompt Optimizer employs a reinforcement learning framework to iteratively improve prompts used for language model evaluations. At each episode, the…

    2024 · nomadic-ml.github.io

  21. 21GC

    I built Gemini Cursor, an open-source multimodal AI cursor that guides users through tasks on their desktop by pointing and speaking. It leverages Gemini 2.0 Flash and Google's live multimodal API to analyze what's on screen and provide real-time assistance. In this demo, my friend tries to add a payment method to Amazon, and the AI cursor walks them through the entire process with visual cues and spoken instructions. I've also used it to interpret diagrams from research papers—curious to see what other use cases people find this useful for! Demo:…

    2025 · github.com

  22. 22IM

    Hello everyone, This past Saturday, I decided to make purchase on Cursor after hearing how good it is with Composer function that allow to generate code on fly, especially on Claude Sonnet (not an affiliate of the products, just curious!). To make the purchase worthwhile, I challenged myself to build a Google Sheets extension in just 24 hours that allows users to connect with any Language Model (LLM)—whether it’s ChatGPT, Claude, Groq, or Gemini. The Idea The idea was simple: a formula like =Claude(prompt, model) that lets users integrate AI anywhere in their sheets. The most impressive…

    2024 · aisheeter.com

  23. 23IB

    Hey HN, I've been working on something cool that I wanted to share with you all. It's called Viewpoint, an analytics tool for LLMs like OpenAI, Anthropic models, and Gemini. The idea came from the constant flood of new LLM models and the need to figure out which ones work best for my projects without breaking the bank. With viewpoint, I can track token usage, costs, latency(WIP), and traffic over time, making it easier to compare different models and see which ones perform best and save money. The tool works asynchronously, so it doesn't add any latency to your LLM requests, and you have…

    2024 · viewpointhq.com

  24. 24

    Neovim for controlling ai agents at 10x productivity

    10d ago · neoswarm.dev

Ranked by how close each launch is in meaning, then by votes. Refine with a description →