|
|
|
|
|
by ko_pivot
400 days ago
|
|
> In fact, Cursor’s code completion isn’t much better than GitHub Copilot’s. They both use the same underlying models Not sure that this is true. cursor agent mode is different from cursor code completion and cursor code completion is a legitimately novel model I believe. |
|
I was surprised to learn this, but they made some interesting choices (like using sparse mixture-of-experts models for their tab completion model, to get high throughput/low latency).
Originally i think they used frontier models for their chat feature, but I believe theyve recently replaced that with something custom for their agent feature.