From 7092883d56fed12197e1bb08492571c54562f124 Mon Sep 17 00:00:00 2001 From: xsty Date: Tue, 10 Mar 2026 21:00:36 +0100 Subject: [PATCH 1/2] Add Gram Editor to alternatives of Zed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ceba4e9..fdc7ac1 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md). | Name | Alternative(s) | Evidence | Notes | |---|---|---|---| -| [Zed](https://zed.dev) | [Lapce](https://lap.dev/lapce/), other popular editors like neovim, emacs, etc | They prominently advertise genAI features as a core part of their product. See their website. | There's a killswitch to disable genAI features entirely, but it's likely the code itself is still heavily LLM-authored. | +| [Zed](https://zed.dev) | [Lapce](https://lap.dev/lapce/), [Gram](https://codeberg.org/GramEditor/gram), other popular editors like neovim, emacs, etc | They prominently advertise genAI features as a core part of their product. See their website. | There's a killswitch to disable genAI features entirely, but it's likely the code itself is still heavily LLM-authored. | | [VS Code](https://code.visualstudio.com/) | [VS Codium](https://vscodium.com/)* removes the AI _features_ from VS Code | [It's literally their main advertising tagline](./img/vscode.png), and they publicly use LLMs in [their public repository](https://github.com/microsoft/vscode/pulls). Most AI "features" are enabled by default, and some cannot be disabled. | *VS Codium is still written with LLMs since Microsoft owns it | ## Accessibility Tools From 5383bcbc2eae417872d17af780213cc6bd503c0c Mon Sep 17 00:00:00 2001 From: xsty Date: Tue, 10 Mar 2026 21:11:37 +0100 Subject: [PATCH 2/2] Add warning about gram's source code still containing AI code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdc7ac1..cf03433 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md). | Name | Alternative(s) | Evidence | Notes | |---|---|---|---| -| [Zed](https://zed.dev) | [Lapce](https://lap.dev/lapce/), [Gram](https://codeberg.org/GramEditor/gram), other popular editors like neovim, emacs, etc | They prominently advertise genAI features as a core part of their product. See their website. | There's a killswitch to disable genAI features entirely, but it's likely the code itself is still heavily LLM-authored. | +| [Zed](https://zed.dev) | [Lapce](https://lap.dev/lapce/), [Gram](https://codeberg.org/GramEditor/gram) (removes AI integration, codebase may still contain AI code), other popular editors like neovim, emacs, etc | They prominently advertise genAI features as a core part of their product. See their website. | There's a killswitch to disable genAI features entirely, but it's likely the code itself is still heavily LLM-authored. | | [VS Code](https://code.visualstudio.com/) | [VS Codium](https://vscodium.com/)* removes the AI _features_ from VS Code | [It's literally their main advertising tagline](./img/vscode.png), and they publicly use LLMs in [their public repository](https://github.com/microsoft/vscode/pulls). Most AI "features" are enabled by default, and some cannot be disabled. | *VS Codium is still written with LLMs since Microsoft owns it | ## Accessibility Tools