Rift – Open-source AI-native language server for your personal AI SWE
Howdy y'all, I'm Jesse and I'm pleased to share Rift (https://www.github.com/morph-labs/rift), an open-source AI-native language server for the IDEs of the future. Software will soon be written mostly by AI SWEs working alongside humans. Codebases and the development environments around them will soon become living artifacts that can anticipate, maintain context on, and execute your every intention. Software development is rapidly evolving and key infrastructure like language servers must evolve with it to support a new generation of developer tools. As part of Rift,…
In plain words
Rift is an open-source language server designed to integrate AI capabilities with development environments. It enables AI and human developers to work together on codebases by providing a VSCode extension that mediates between large language models and IDEs. The tool is built for developers working with AI-assisted software engineering, allowing natural language interaction with code projects and development tasks.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Howdy y'all, I'm Jesse and I'm pleased to share Rift (https://www.github.com/morph-labs/rift), an open-source AI-native language server for the IDEs of the future. Software will soon be written mostly by AI SWEs working alongside humans. Codebases and the development environments around them will soon become living artifacts that can anticipate, maintain context on, and execute your every intention. Software development is rapidly evolving and key infrastructure like language servers must evolve with it to support a new generation of developer tools. As part of Rift, we're releasing an open-source VSCode extension which shows what is possible today with a language server that can mediate between LLMs and IDEs, and which takes a first step towards a future where you can build and iterate on entire projects with only natural language gestures. Today, with Rift, you can do all of the following without ever leaving VSCode or copy-pasting from a browser chat window: - Generate an entire workspace, or a module based on other parts of your codebase - Conversationally iterate on code edits over selected regions which are streamed directly into your editor window - Request, review, and iterate on codebase-wide, multi-file edits Everything runs as an agent through Rift's Agents API. You can define your own agents that can interact directly with your IDE and codebase through the language server, and can run arbitrary Python code that can do things like: - provide a conversational UI over the git CLI (e.g. 'suggest fixes for these merge conflicts, then rebase over myBranch') - real-time automatic docstring generation triggered by saving a file or making a git commit - run tools like typecheckers and static analyzers in the background and implement fixes based on their output - automated code review in your IDE with context from GitHub We're proud to integrate with open-source projects like Smol Developer (https://www.github.com/smol-ai/developer), GPT Engineer (https://www.github.com/antonosika/gpt-engineer), and Aider (https://www.github.com/paul-gauthier/aider). Language servers are ubiquitous and see every action you take in an IDE. Rift will soon support recording training data from your interactions so that you can work with a team of truly personalized AI software engineers. At Morph Labs (https://morph.so), we believe that the future of software development should be transparent, open-source, and defined collectively by the developer community. The Rift language server and extension will continue to be open-source, extensible, and privacy/security aware with opt-in telemetry and first-class support for custom endpoints and on-device models — no closed source language server binaries, no API calls to mysterious proxy servers. We would love for you to try out Rift and give us feedback! Please let us know what you think in the comments.
More ai this month
the category →
I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com
Astute▲585Automate your B2B brand going viral, with new media creators
AI · 18d ago · company-app.joinastute.com


Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…
AI · 26d ago · cactuscompute.com


Launched alongside, August 2023
the whole month →



Lottielab▲871Create and ship lottie animations to sites and apps faster
Dev tools · 2023 · lottielab.com
- LC
Outlines is a Python library that focuses on text generation with large language models. Brandon and I are not LLM experts and started the project a few months ago because we wanted to understand better how the generation process works. Our original background is probabilistic, relational and symbolic programming. Recently we came up with a fast way to generate text that matches a regex (https://blog.normalcomputing.ai/posts/2023-07-27-regex-guide...). The basic idea is simple: regular expressions have an equivalent Deterministic-Finite Automaton (DFA) representation. We…
AI · 2023 · github.com