However, given that JetBrains also have their own AI offering[2], I'm not sure how long that will last too...
[0] https://plugins.jetbrains.com/plugin/20540-windsurf-plugin-f...
[1] https://marketplace.visualstudio.com/items?itemName=Codeium....
1) Cline (1.4mil downloads)
2) Roo Code (a fork of Cline, 450k downloads)
Still a drop in the bucket compared to Cursor in terms of # of users, but they're growing pretty fast.
Disclaimer: I maintain Kilo Code, which competes with 1) and 2) so I'm pretty familiar with this space/the growth patterns.
We also have our own provider, which means no need to bring your own API keys (you can if you like, but it is batteries included by default) and we're not charging anything on top of the API pricing. Instead of monetizing on individual developers, we want it to be free for them and make money eventually off enterprise contracts [1]
[0]: https://blog.kilocode.ai/p/roo-or-cline-were-building-a-supe... [1]: https://kilocode.ai
What doesn't the current API allow plugins to do? I'm guessing custom UI stuff that lives outside a panel?
In fact, their own AI extension appears to be pluggable in and of itself. I think they see the value in being easy to adapt different AI solutions to rather than trying to only provide their own.
No, they should be LSPs so that they can be integrated into any editor, not just VSCode.
Not sure how they'd do it considering you bring your own API keys. Can you link me to a resource?
And autocomplete is the least interesting thing an LLM can do. Cursor’s UX isn’t the end game but has lots great features.
The ideal UX is still being worked out. It’s good that different people are building tools to try different ideas.
I am all for everyone adopting LSP, but the reality is harsh.
But, if you tell aider to watch your files, you can drop a specially formatted comment into your file, and aider will see that and use it as a prompt.
So the integration is sort of “implicit”. Which sounds kinda like the cheap way to go, in comparison to the current brand name tools that have their own chat boxes, dropdowns with mode selectors (ask, edit, agent), and so on.
But look further into the future and an ambient interface is probably where we end up. Something where the Ai agent is just watching what you do, maybe even watching your eyes and seeing what you’re attending to, and then harmonizing its attention to what you are attending to.
But I dunno, i’m just guessing
This doesn't mean that aider, claude code, etc. aren't very good tools, but it does make sense to distinguish between built-in tools vs external ones. A similar non-AI example is debugging or linting: IDE integration makes it much easier than using a separate tool.